﻿@charset "UTF-8";
body.rtl .body__container,
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 {
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
  height: 100%;
}
.body__container.open {
  overflow-y: hidden;
}
.body__container.position--right.open {
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
}
.body__container.position--left.open {
  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0);
}

.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 {
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
  position: fixed;
  overflow-y: hidden;
  overflow: auto;
  height: 100.5%;
  width: 300px;
  top: 0;
  z-index: 10;
}
.sidebar__box .sidebar__container .after, .sidebar__box .sidebar__container .before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 1;
}
.sidebar__box .sidebar__container .before {
  z-index: -2;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(50px);
          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;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.sidebar__box .sidebar__container.position--left {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.sidebar__box .sidebar__container.open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sidebar__box .sidebar__container {
  background-color: white;
}
.sidebar__box .sidebar__container .sidebar__close {
  color: #aa0000;
  display: none;
}
.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 > a {
  color: #f70617;
}
.sidebar__box .sidebar__container .farashop__product-group-menu .wi-menu__triangle.wi-menu__open:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  border-color: #f70617;
}
.sidebar__box .sidebar__container .farashop__product-group-menu.wi-menu__mobile ul {
  background-color: #f0f0f1;
}
.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 .farashop__product-group-menu li.wi-menu__open > a {
  color: #f70617;
}
.sidebar__box .sidebar__container .logo {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.sidebar__box .sidebar__container .logo img {
  display: block;
  padding: 10px;
  text-align: right;
  height: 120px;
}
.sidebar__box .sidebar__container .main-menu {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.sidebar__box .sidebar__container .main-menu .angle {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  margin: 0px 5px;
  vertical-align: middle;
}
.sidebar__box .sidebar__container .main-menu .angle.angle-up {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.sidebar__box .sidebar__container .main-menu a {
  color: #000;
  display: block;
  font-size: 13px;
  padding: 0px 15px;
  line-height: 40px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          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 {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(1) {
  -webkit-transition-delay: 400ms !important;
          transition-delay: 400ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(2) {
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(3) {
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(4) {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(5) {
  -webkit-transition-delay: 800ms !important;
          transition-delay: 800ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(6) {
  -webkit-transition-delay: 900ms !important;
          transition-delay: 900ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(7) {
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(8) {
  -webkit-transition-delay: 1100ms !important;
          transition-delay: 1100ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(9) {
  -webkit-transition-delay: 1200ms !important;
          transition-delay: 1200ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(10) {
  -webkit-transition-delay: 1300ms !important;
          transition-delay: 1300ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(11) {
  -webkit-transition-delay: 1400ms !important;
          transition-delay: 1400ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(12) {
  -webkit-transition-delay: 1500ms !important;
          transition-delay: 1500ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(13) {
  -webkit-transition-delay: 1600ms !important;
          transition-delay: 1600ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(14) {
  -webkit-transition-delay: 1700ms !important;
          transition-delay: 1700ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(15) {
  -webkit-transition-delay: 1800ms !important;
          transition-delay: 1800ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(16) {
  -webkit-transition-delay: 1900ms !important;
          transition-delay: 1900ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(17) {
  -webkit-transition-delay: 2000ms !important;
          transition-delay: 2000ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(18) {
  -webkit-transition-delay: 2100ms !important;
          transition-delay: 2100ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(19) {
  -webkit-transition-delay: 2200ms !important;
          transition-delay: 2200ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(20) {
  -webkit-transition-delay: 2300ms !important;
          transition-delay: 2300ms !important;
}
.sidebar__box .sidebar__container .main-menu > li > a {
  position: relative;
}
.sidebar__box .sidebar__container .main-menu > li > a:hover:after {
  width: 90%;
  background: rgba(0, 0, 0, 0.1);
}
.sidebar__box .sidebar__container .main-menu > li > a:after {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  top: 0;
  z-index: 0;
  background: transparent;
  height: 100%;
}
.sidebar__box .sidebar__container .main-menu ul {
  display: none;
  background: transparent !important;
  margin-right: 40px;
}
.sidebar__box .sidebar__container.open .main-menu > li {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1;
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
/* @extend */
.farashop__mega-menu {
  -webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.04), 0 25px 25px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.04), 0 25px 25px 2px rgba(0, 0, 0, 0.05);
  color: #F5F5F5;
  background-color: #ecf0f1;
}
.farashop__mega-menu > .container {
  width: unset;
  padding: 0px;
}
.farashop__mega-menu a {
  line-height: 49px;
  color: #000;
  font-size: 14px !important;
}
.farashop__mega-menu ul li {
  list-style-type: none;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a::before {
  opacity: 1;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow:after {
  color: #ffa800;
  left: 5px;
  top: 13px;
  font-weight: bold;
  font-size: 16px;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
  font-weight: bold;
  padding: 10px 20px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a::before {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transition: 300ms;
  transition: 300ms;
  height: 2px;
  background: #d60000;
  opacity: 0;
  bottom: 0;
  left: 0;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a p {
  margin: 0;
  margin-top: 5px;
  color: #a1a1a1;
  font-weight: normal;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level {
  color: #000;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  top: 48px;
}
.farashop__mega-menu .mega-menu__root .mega-menu__table ul li:first-child a {
  color: #d60000;
  margin-bottom: 15px;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level {
  border-bottom: 1px solid #ddd;
  top: 38px;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a {
  color: #fff;
  background-color: #ffa800;
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
/* @extend */
@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-display: swap;
}
@font-face {
  font-family: "IRANYekanX";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANYekanX/woff/IRANYekanX-Regular.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanX/woff2/IRANYekanX-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "IRANYekanX";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANYekanX/woff/IRANYekanX-Bold.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanX/woff2/IRANYekanX-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "IRANYekanX";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANYekanX/woff/IRANYekanX-Black.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanX/woff2/IRANYekanX-Black.woff2") format("woff2");
}
@font-face {
  font-family: "IRANYekanXFaNum";
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANYekanX/FaNum/IRANYekanXFaNum-Regular.ttf") format("truetype"), url("/DesktopModules/FaraShop/assets/fonts/IRANYekanX/FaNum/Webfonts/Woff/IRANYekanXFaNum-Regular.woff") format("woff");
  font-display: swap;
}
html[lang=fa-IR] .formatted-number {
  font-family: "IRANYekanXFaNum";
}

html[lang=ar-SA] .formatted-number {
  font-family: "IRANYekanXFaNum";
}

body {
  font-family: "IRANYekanX", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: #ecf0f1;
  position: relative;
}
body.dnnEditState.popUp .farashop__footer, body.dnnEditState.popUp .farashop__header, body.dnnEditState.popUp .farashop__dashboard-link {
  display: none;
}
body .top-content-pane, body .content-pane, body .bottom-content-pane {
  max-width: 1300px;
  margin: 0 auto;
  float: unset;
}
@media (max-width: 1300px) {
  body .top-content-pane, body .content-pane, body .bottom-content-pane {
    max-width: 1280px;
  }
}
body .row > .col-md-12 {
  padding: 0;
}
body #farashop__checkout {
  padding: 0 15px;
}
body .farashop__body > #container .content-pane {
  float: unset;
}
body .farashop__body .pajinatify {
  padding: 5px 8px;
  background: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 8px;
  border: none;
  margin-right: auto;
}
body .farashop__body .pajinatify:empty {
  visibility: hidden;
}
body .farashop__body .pajinatify > a {
  border: none;
  border-radius: 8px;
}
body .farashop__body .pajinatify > a.pajinatify__current {
  background-color: #2a2a2a;
}
body .farashop__body .pajinatify > a.pajinatify__arrow:before {
  border-color: #ffa800;
  width: 6px;
  height: 6px;
  left: 55%;
  margin-top: -3px;
}
body .farashop__body .farashop__box.product-list {
  background: none;
}
body .farashop__body .farashop__box.product-list .box__header .box__header-contents {
  width: 100%;
}
body.page__search-result .product-list, body.page__advanced-filtering .product-list, body.page__product-list .product-list {
  padding: 0 10px;
}
body.page__search-result .product-list article, body.page__advanced-filtering .product-list article, body.page__product-list .product-list article {
  padding: 0 5px;
  margin-bottom: 10px;
}
body .farashop {
  min-height: 300px;
}
body .lg-outer {
  direction: rtl;
}
body .section-banner {
  position: relative;
}
body .section-banner__show-all {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #ffa800;
  height: 30px;
  width: 170px;
  color: white;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0px 0px 15px #fff;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.6);
          box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.6);
  -webkit-transition: 300ms;
  transition: 300ms;
}
body .section-banner__show-all:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background: rgb(255, 176.7, 25.5);
  -webkit-box-shadow: 0 2px 20px 4px rgba(0, 0, 0, 0.6);
          box-shadow: 0 2px 20px 4px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
@media (max-width: 479px) {
  body .section-banner__show-all {
    top: 5px;
    right: 5px;
    font-size: 12px;
    height: 22px;
    width: 100px;
  }
}
body .article__container ul li {
  list-style: initial;
  list-style-position: inside;
}

@media (min-width: 1200px) {
  .header-search__fixed {
    position: fixed;
    left: 10px;
    z-index: 10;
    width: 360px;
    top: 0;
  }
  .header-search__fixed .header__search-box {
    padding: 0;
    margin-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1340px) {
  .header-search__fixed {
    width: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .header-search__fixed {
    width: 250px;
  }
}

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

header.farashop__header {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (min-widt: 768px) {
  header.farashop__header {
    z-index: 999;
  }
}
header.farashop__header .header__top {
  padding: 0 10px;
  background-color: #576cd9;
  color: #F5F5F5;
  min-height: 25px;
}
@media (max-width: 991px) {
  header.farashop__header .header__top {
    display: none;
  }
}
header.farashop__header .header__top > .row > div[class*=col-]:last-child {
  padding-top: 35px;
  position: relative;
  padding-right: 10px;
}
@media (max-width: 992px) {
  header.farashop__header .header__top > .row > div[class*=col-]:last-child {
    padding-top: 22px;
  }
}
header.farashop__header .header__top .logo {
  padding-top: 10px;
}
@media (max-width: 992px) {
  header.farashop__header .header__top .logo {
    padding-top: 5px;
  }
}
header.farashop__header .header__top .logo > a {
  display: block;
}
@media (max-width: 992px) {
  header.farashop__header .header__top .logo > a img {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
}
header.farashop__header .header__top nav > ul > li > a {
  padding: 4px 18px;
  font-size: 12px;
}
header.farashop__header .header__top nav > ul > li > a:before {
  content: "";
  width: 1px;
  height: 10px;
  background: #b7333e;
  display: block;
  position: absolute;
  left: 2px;
  top: 8px;
}
header.farashop__header .header__top nav > ul > li > a:hover, header.farashop__header .header__top nav > ul > li > afocus {
  background-color: #ffa800;
}
header.farashop__header .header__top nav > ul > li > a span {
  margin-right: 5px;
}
header.farashop__header .header__top nav > ul > li:last-child > a:before {
  width: 0;
}
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: #ffa800;
}
header.farashop__header .header__top #dnn_HeaderTopPane ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  direction: ltr;
  min-height: 35px;
}
header.farashop__header .header__top #dnn_HeaderTopPane ul em {
  font-size: 17px;
  color: #ffa800;
  margin-right: 5px;
}
header.farashop__header .header__top #dnn_HeaderTopPane ul li:first-child {
  position: relative;
  margin-right: 16px;
}
header.farashop__header .header__top #dnn_HeaderTopPane ul li:first-child:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: rgb(41.9660194175, 65.1577669903, 185.5339805825);
  display: block;
  position: absolute;
  right: -9px;
  top: 2px;
}
header.farashop__header .header__top .head-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
header.farashop__header .header__top .head-top-left > div {
  height: 20px;
}
header.farashop__header .header__middle {
  padding: 0 15px;
}
header.farashop__header .header__middle .logo {
  height: 93px;
  line-height: 93px;
}
header.farashop__header .header__middle .logo img {
  max-width: 88px;
}
header.farashop__header .header__middle .header__middle--left {
  height: 88px;
  padding: 0;
}
@media (max-width: 767px) {
  header.farashop__header .header__middle .header__search-container {
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.farashop__header .header__middle .header__search-container .header__search-box {
    padding: 0;
    width: 100%;
  }
}
header.farashop__header .header__bottom {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 39px;
}
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;
}
header.farashop__header .header__bottom > .row > div:last-child .contact-us_pane {
  width: 51%;
  float: right;
  display: inline-block;
  text-align: center;
  margin-top: 6px;
  border-right: 1px solid #e4e4e4;
  padding: 5px 0;
}
header.farashop__header .header__bottom > .row > div:last-child .contact-us_pane p {
  font-family: "IRANYekanX";
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
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;
  margin-right: 9%;
}
header.farashop__header .header__bottom > .row > div:last-child .social_pane .sociallinks ul li {
  margin-left: 5px;
  width: 26px;
  height: 20px;
  line-height: 20px;
}
header.farashop__header .header__bottom > .row > div:last-child .social_pane .sociallinks ul li i {
  color: #000;
  font-size: 20px;
  vertical-align: middle;
}
header.farashop__header .header__bottom .toggle-sidebar {
  display: none;
}
header.farashop__header.fixed .header__middle .input-group-addon {
  background-color: white;
}
header.farashop__header.fixed .header__bottom {
  padding: 10px 15px;
  position: fixed;
  height: 51px;
  z-index: 99;
  width: 100%;
  padding: 0px;
  z-index: 1;
  top: 0px;
  right: 0;
  left: 0;
}
header.farashop__header.fixed .header__bottom #dnn_ProductGroupMenu_pnlMegaMenu {
  top: 51px;
}
header.farashop__header.fixed .header__bottom .farashop__mega-menu {
  background-color: #576cd9;
}
header.farashop__header.fixed .header__bottom .farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
  color: white;
}

.basketPreview__button1 {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1201;
}
.basketPreview__button1::before {
  content: "\f07a";
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 46px;
  color: #fff;
  background-color: #d60000;
  border-radius: 15px;
  font-family: FontAwesome;
  font-size: 31px;
  text-align: center;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  cursor: pointer;
  z-index: 1201;
}
@media (max-width: 767px) {
  .basketPreview__button1::before {
    width: 45px;
    height: 45px;
    line-height: 46px;
  }
}

.farashop__footer {
  height: auto;
  background-color: #fff;
  color: #000;
  padding-top: 25px;
  padding-bottom: 100px;
}
.farashop__footer .phone-icon-sp:before {
  content: "\e09e";
  font-size: 17px;
  color: #d60000;
  font-family: "IconFont";
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.farashop__footer .footer__divider {
  margin: 25px 0;
  height: 1px;
  background: #ddd;
}
.farashop__footer .footer__textIcon-wrapper .superlink__text-icon-slider {
  margin-top: 40px;
  margin-bottom: 40px;
}
.farashop__footer .footer__textIcon-wrapper .superlink__text-icon-slider .text-icon-slider__item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 479px) {
  .farashop__footer .footer__textIcon-wrapper .superlink__text-icon-slider .text-icon-slider__item img {
    width: 50px;
  }
  .farashop__footer .footer__textIcon-wrapper .superlink__text-icon-slider .text-icon-slider__item a {
    font-size: 13px;
  }
  .farashop__footer .footer__textIcon-wrapper .superlink__text-icon-slider .text-icon-slider__item div {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .farashop__footer .footer__textIcon-wrapper .slick-prev {
    right: -15px;
    border: none;
  }
  .farashop__footer .footer__textIcon-wrapper .slick-next {
    left: -15px;
    border: none;
  }
}
.farashop__footer .footer__top {
  min-height: 300px;
  max-width: 1366px;
  margin: 0 auto;
}
.farashop__footer .footer__logo-copyright {
  font-size: 12px;
  word-spacing: -1px;
  color: #757575;
}
.farashop__footer .footer__logo-copyright a {
  color: inherit;
}
.farashop__footer .footer__bottom {
  padding: 5px 15px;
  margin-top: 10px;
}
.farashop__footer .footer__bottom .copyright-texts * {
  text-align: center !important;
}
.farashop__footer .footer__bottom > div {
  max-width: 1366px;
  margin: 0 auto;
}
.farashop__footer .footer__bottom > div > div {
  padding: 0px;
}
.farashop__footer .footer__bottom .footer__copyright > span {
  font-size: 11px;
  font-weight: bold;
  color: #383838;
}
.farashop__footer .footer__logo-container .DnnModule:last-child {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
}

.pane__top-banner {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .pane__top-banner p {
    margin-bottom: 0;
  }
}

.sidebar__box .wi-menu {
  border-top: 1px solid #ddd;
}

@media (min-width: 992px) {
  .pane__top-banner.col-xs-6 {
    padding: 0 5px 0 10px;
  }
}

.pane__top-banner img {
  border-radius: 15px;
}

@media (min-width: 992px) {
  .slider_container > div:first-child {
    padding-left: 15px;
  }
}
@media (max-width: 992px) {
  .slider_container > div:first-child {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .slider_container > div:last-child {
    padding: 0 5px;
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  .slider_container > div:last-child {
    margin-top: 4px;
  }
  .slider_container > div:last-child > div:first-child {
    padding-left: 2px;
  }
  .slider_container > div:last-child > div:last-child {
    padding-right: 2px;
  }
}

.skin__product-page .header__bottom {
  margin-bottom: 0 !important;
}

.stuck {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1200;
  background-color: rgba(0, 0, 0, 0.5);
}
.stuck .toggle-basket,
.stuck .header__auth {
  margin-top: 2px;
}
.stuck .header__search-box {
  margin-top: 3px;
}
.stuck .header__auth {
  color: #F5F5F5;
}
.stuck .header__auth a:before {
  color: #f70617 !important;
}
.stuck .logo {
  max-width: 130px;
}

.farashop__box {
  background: white;
  padding: 30px;
  margin-top: 40px;
  border-radius: 10px;
}
.farashop__box > .box__header {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px solid #ffa800;
  padding-right: 20px;
  margin-bottom: 15px;
}
.farashop__box > .box__header > .row {
  font-weight: bold;
  font-size: 15px;
}
.farashop__box > .box__header > .row > div:first-child {
  font-weight: bold;
  font-family: "IRANYekanX";
  padding: unset !important;
}
.farashop__box > .box__header [class*=col-]:nth-child(1) > div {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.farashop__box > .box__header [class*=col-]:nth-child(1) > div span {
  display: inline-block;
}
.farashop__box > .box__header [class*=col-]:nth-child(1) > div i {
  margin: 0 30px 0 15px;
  font-size: 24px;
  display: inline-block;
  color: #f70617;
}
.farashop__box > .box__header .no-icon span {
  display: block !important;
  width: 100%;
}
.farashop__box .widget__show-more {
  margin-top: 10px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.farashop__breadcrumb {
  font-size: 12px;
  color: #000;
  background: white;
  padding: 0 15px;
  border-radius: 8px;
  margin: 15px 15px 15px;
}
.farashop__breadcrumb ol {
  padding-right: 0;
  background-color: transparent;
}
.farashop__breadcrumb a {
  font-size: inherit;
  color: inherit;
  font-family: IRANYekanX;
  font-weight: bold;
}
.farashop__breadcrumb i {
  font-size: 14px;
}
.farashop__breadcrumb li {
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.farashop__breadcrumb li:before {
  color: #bbb !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: #ffa800;
}
.farashop__breadcrumb li:first-child a:before {
  font-size: 20px;
  top: 2px;
  position: relative;
  color: #ffa800;
  font-family: fontawesome;
}

.widget__show-more {
  overflow: hidden;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
  position: relative;
  border-radius: 0 0 4px 4px;
  color: black;
  background: white;
  padding: 20px 35px;
  margin-top: 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px 0 #efefef;
          box-shadow: 0 0 10px 0 #efefef;
}
.widget__show-more > div:first-child {
  padding-bottom: 30px;
}
.widget__show-more > .toggle {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  line-height: 140px;
  text-align: center;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, rgb(255, 255, 255)));
  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: #ffa800;
}
.widget__show-more > .toggle:after {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  color: #ffa800;
  font-size: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 10px;
  position: relative;
  top: 5px;
  font-weight: bold;
}
.widget__show-more > .toggle.active {
  background: none;
  -webkit-filter: none;
          filter: none;
}
.widget__show-more > .toggle.active:before {
  content: "نمایش کمتر";
}
.widget__show-more > .toggle.active:after {
  content: "\f105";
}

.farashop__container > span,
.farashop__container h2 {
  display: block;
}
.farashop__container.container__footer-pane .head {
  font-size: 13px;
}
.farashop__container.container__footer-pane > span,
.farashop__container.container__footer-pane > h2 {
  display: block;
  margin-bottom: 15px;
  color: #24347a;
}
.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: #d60000;
}
.farashop__container.container__footer-pane > span .Head,
.farashop__container.container__footer-pane > h2 .Head {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: bold;
  font-family: "IRANYekanX";
  font-size: 15px;
}
.farashop__container.container__right-pane > span,
.farashop__container.container__right-pane > h2 {
  border: 1px solid #ccc;
  border-top: 2px solid #ffa800;
  background-color: #FBFBFB;
  padding-right: 15px;
  border-radius: 0;
  height: 46px;
  line-height: 46px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #ffa800;
  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) {
  .wi-menu.wi-menu__theme-default a {
    font-size: 12px !important;
  }
  .farashop__breadcrumb {
    margin: 0 0 15px;
    border-radius: 0;
    overflow: auto;
  }
  .farashop__breadcrumb .breadcrumb {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .js-toggle-top {
    display: block !important;
    position: absolute;
    left: 0px;
    color: #a1a3a8;
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #e0e0e2;
    border-radius: 5px;
  }
  .js-toggle-top:after {
    content: "\f106";
    color: #a1a3a8;
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 10px;
  }
  #Body .header__top .header__auth {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: #ffa800;
  }
  #Body .header__search-box {
    margin: 14px 0 0px 0;
  }
  #Body .farashop__container.container__no-title {
    margin-bottom: 15px;
  }
  #Body .stuck .header__search-box {
    margin: 5px 0;
  }
  #Body .stuck .toggle-basket {
    margin: 5px 0 0;
  }
  #Body .stuck .logo {
    display: none;
  }
  #Body.waypoint__down .toggle-sidebar {
    position: fixed;
    z-index: 9999;
    color: #fff;
    top: 15px;
  }
  #Body .farashop__footer .footer__top p {
    text-align: right !important;
  }
  #Body .container__footer-pane .sociallinks {
    text-align: center;
  }
  #Body .farashop__footer .footer__bottom > div, #Body .farashop__footer .footer__bottom > div * {
    text-align: center !important;
  }
}
.top-content-pane {
  margin: 35px 15px;
}

.Newssection .container__content-pane {
  background: #fff;
  margin: 15px;
  border-radius: 15px;
  padding: 25px !important;
}

@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 .farashop__container.container__no-title {
    margin-bottom: 15px;
  }
  #Body.waypoint__down .toggle-sidebar {
    position: fixed;
    z-index: 9999;
    color: #fff;
    top: 15px;
  }
  #Body .header__middle .logo {
    margin-top: 20px;
  }
  #Body .stuck .header__search-box {
    margin: 5px 0;
  }
  #Body .stuck .header__auth,
  #Body .stuck .toggle-basket {
    margin: 5px 0 0;
  }
  #Body .stuck .logo {
    display: none;
  }
  #Body .farashop__box .box__header [class*=col-]:nth-child(1) > div i {
    margin-right: 15px;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container .item__discount--text {
    font-size: 40px;
    position: relative;
    top: 10px;
    right: 5px;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container > ul > li:first-child {
    font-size: 30px;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container > ul > li:last-child {
    font-size: 15px;
    line-height: 0.2;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container .item__title {
    font-size: 13px;
    bottom: 0;
    line-height: 2;
  }
  #Body #cboxLoadedContent {
    height: 100vh !important;
  }
}
.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;
}

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

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

.skin__home > .container {
  padding: 0 10px;
}

#dnn_FooterBottomPane_3 .container__footer-pane > span {
  margin-bottom: 10px;
  margin-top: 30px;
}

#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: 20px;
  line-height: 1;
  color: #da3325;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cpl__simple-template .slick-prev, .cpl__simple-template .slick-next {
  width: 19px;
  height: 40px;
  top: 40%;
  z-index: 10;
}
.cpl__simple-template .slick-prev:before {
  content: "\f0da";
}
.cpl__simple-template .slick-prev {
  right: -10px;
  left: auto;
}
@media (max-width: 767px) {
  .cpl__simple-template .slick-prev {
    right: -3px;
    border-radius: 10px 0 0 10px;
    width: 30px;
    background: #eee;
  }
}
.cpl__simple-template .slick-next {
  left: -10px;
  right: auto;
}
@media (max-width: 767px) {
  .cpl__simple-template .slick-next {
    left: -3px;
    border-radius: 0 10px 10px 0;
    width: 30px;
    background: #eee;
  }
}
.cpl__simple-template .slick-next:before {
  content: "\f0d9";
}

.menu__container {
  margin-bottom: 6px;
}

.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;
  -webkit-transition: opacity 0.5s;
  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;
}

.skin__inside #container {
  max-width: 1366px;
  margin: 0 auto;
}

.advanced-filtering .wi-select > span {
  z-index: unset;
}
.advanced-filtering .wi-select:after {
  z-index: unset;
}
.advanced-filtering .product-list ._default .product-box__item.available .product-box__button a, .advanced-filtering .product-list .inside .product-box__item.available .product-box__button a {
  margin-bottom: 14px;
}

.personalBarContainer ~ farashop__body {
  background-color: #f00;
}
.personalBarContainer ~ farashop__body #dnn_ProductGroupMenu_pnlMegaMenu {
  top: 166px;
}

.content-pane__container {
  background-color: #fff;
  padding: 20px;
}

.skin__inside .breadcrumb {
  padding: 5px 15px;
  padding-right: 0;
  background-color: transparent !important;
}

.skin__inside--container header.farashop__header .header__bottom {
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  .skin__inside .DnnModule-FaraShopFaraShopUserProfile ul.tabify__theme-ugly + ul > li:last-child .content__show-scores .circle-box__item {
    width: 12%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .skin__inside .DnnModule-FaraShopFaraShopUserProfile ul.tabify__theme-ugly + ul > li:last-child .content__show-scores .circle-box__item {
    width: 12%;
  }
}
.skin__inside .DnnModule-FaraShopFaraShopUserProfile ul.tabify__theme-ugly + ul > li:last-child .content__show-scores .circle-box__item:last-child {
  display: none;
}

.arrow__guide {
  position: fixed;
  right: 25px;
  height: 30px;
  z-index: 999;
  width: 30px;
  bottom: 13px;
  background: #cc0101;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 21px;
  display: none;
}

.arrow__guide a {
  color: #fff;
}

.arrow__guide.show-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*********sticky toolbar footer ***********/
.sticky_toolbar_footer {
  display: none;
}

@media (max-width: 1199px) {
  .sticky_toolbar_footer {
    display: block;
  }
  .stuck {
    position: relative;
  }
  .wi-menu.wi-menu__theme-default a > img {
    display: none;
  }
  .sticky_toolbar_footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 997;
  }
  .toolbar_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 4px 0;
    position: relative;
  }
  .toolbar_mobile:before, .toolbar_mobile:after {
    content: "";
    position: absolute;
    height: 93px;
    right: 0;
    top: -21px;
    width: calc(50% - 215px);
    background-color: #fff;
    -webkit-box-shadow: 0 -5px 5px -4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -5px 5px -4px rgba(0, 0, 0, 0.1);
  }
  .toolbar_mobile:after {
    right: unset;
    left: 0;
  }
  .sticky_toolbar_footer svg {
    width: 100%;
    height: 93px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    top: auto;
    fill: #fff;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  }
  .toolbar_col {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  a.toolbar_item, .toolbar_item {
    font-size: 18px;
    text-align: center;
    border-radius: 9px;
    color: #444;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  a.toolbar_item i.fa-home, a.toolbar_item i.fa-bullseye, .toolbar_item i.fa-home, .toolbar_item i.fa-bullseye {
    font-size: 21px;
  }
  a.toolbar_item i.fa-bars, .toolbar_item i.fa-bars {
    font-size: 20px;
  }
  a.toolbar_item > div, .toolbar_item > div {
    font-size: 13px;
  }
  .toolbar_col.is_middle .toolbar_item {
    position: absolute;
    top: -32px;
    right: calc(50% - 28px);
    background-color: #f1ca03;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50px;
    line-height: 58px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.15);
  }
  .toolbar_col.is_middle .toolbar_item i {
    font-size: 22px;
  }
  .toolbar_item.is_logged_in:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #4caf50;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 4px;
  }
  .toolbar_col.is_middle .toolbar_item.el_addtocart {
    background-color: #23bf53;
    color: #fff;
  }
  .toolbar_item.el_addtocart.disable {
    background-color: #eef0f3;
    color: #444;
  }
  .elm_t-cart .toolbar_item {
    position: relative;
  }
  .elm_t-cart .toolbar_item #toolbox_cart {
    background-color: #0ec32d;
    top: 12px;
    left: 28px;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    line-height: 14px;
    font-size: 11px;
    color: #fff;
    font-family: "IRANYekanX";
    border-radius: 6px 6px 6px 0;
  }
  .elm_t-cart.is_middle .toolbar_item #toolbox_cart {
    width: 19px;
    height: 19px;
    border-radius: 28px;
    left: -4px;
    top: -2px;
    line-height: 18px;
  }
  a.instagram-wrapper, a.whatsapp-wrapper, a.eitaa-wrapper, .basketPreview__button1 {
    position: relative;
  }
  a.instagram-wrapper::after, a.whatsapp-wrapper::after, a.eitaa-wrapper::after, .basketPreview__button1::after {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    font-size: 12px;
    color: #000;
  }
  a.instagram-wrapper, a.whatsapp-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 15px;
  }
  a.instagram-wrapper i, a.whatsapp-wrapper i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 42px;
  }
  a.instagram-wrapper {
    background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  }
  a.instagram-wrapper::after {
    content: "اینستاگرام";
  }
  a.whatsapp-wrapper {
    background-color: #25d366;
  }
  a.whatsapp-wrapper::after {
    content: "واتساپ";
  }
  a.eitaa-wrapper {
    color: #ef7f1a;
  }
  a.eitaa-wrapper::after {
    content: "ایتا";
  }
  a.eitaa-wrapper i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 45px;
  }
  .basketPreview__button1::after {
    content: "سبدخرید";
  }
}
@media (max-width: 1199px) {
  .order-menu {
    left: calc(50vw - 33px) !important;
  }
  .order-menu .order-menu__container .order-menu-button {
    bottom: -65px;
    width: 65px;
    height: 65px;
    background-color: #d60000;
    left: 0;
  }
  .order-menu .pulsation {
    width: 79px !important;
    height: 79px !important;
    left: -8px !important;
    top: -8px !important;
  }
}
@media (max-width: 991px) {
  .order-menu {
    left: calc(50vw - 31px) !important;
  }
  .order-menu .order-menu__container .order-menu-button {
    bottom: -65px;
    width: 60px;
    height: 60px;
    background-color: #d60000;
    left: 0;
  }
  .order-menu .order-menu__container .order-menu-button .static p {
    font-size: 9px;
  }
  .order-menu .pulsation {
    width: 74px !important;
    height: 74px !important;
    left: -8px !important;
    top: -8px !important;
  }
}
@media (max-width: 410px) {
  .order-menu .order-menu__container .order-menu__form {
    left: -15px;
  }
}
/************/
/********* basket **********/
.checkout-panel input[type=radio]:checked::before {
  background-color: #d60000 !important;
}
.checkout-panel .btn {
  background-color: #d60000 !important;
  border: 1px solid #d60000 !important;
}
.checkout-panel .btn:hover {
  background-color: rgb(244.6, 0, 0) !important;
}

.checkout-panel__title {
  color: #d60000 !important;
}

.farashop__checkout button,
.farashop__checkout input[type=submit] {
  background-color: #d60000 !important;
  border: 1px solid #d60000 !important;
}
.farashop__checkout button:hover, .farashop__checkout button:focus, .farashop__checkout button:active, .farashop__checkout button:hover:active, .farashop__checkout button:focus:active,
.farashop__checkout input[type=submit]:hover,
.farashop__checkout input[type=submit]:focus,
.farashop__checkout input[type=submit]:active,
.farashop__checkout input[type=submit]:hover:active,
.farashop__checkout input[type=submit]:focus:active {
  border: 1px solid rgb(244.6, 0, 0) !important;
  background-color: rgb(244.6, 0, 0) !important;
}
.farashop__checkout .checkout__rules-checkbox > i {
  color: #d60000 !important;
}
.farashop__checkout.checkout__default > div:first-child > div.step__active:before {
  background-color: #d60000 !important;
}
.farashop__checkout.checkout__default .checkout__arrows button {
  background-color: white !important;
  color: #d60000 !important;
  border: 1px solid #d60000 !important;
}
.farashop__checkout.checkout__default .checkout__arrows button:hover {
  color: white !important;
  background-color: #d60000 !important;
}

.user-address__addbtn a {
  background-color: #d60000 !important;
}
.user-address__addbtn a:hover {
  background-color: rgb(244.6, 0, 0) !important;
}
.user-address__addbtn a:focus {
  background-color: rgb(244.6, 0, 0) !important;
  color: white;
  border: 1px solid rgb(244.6, 0, 0) !important;
}

.farashop__custom-login .btn-one-time-password {
  background: white !important;
  border-color: #d60000 !important;
  color: #d60000 !important;
}
.farashop__custom-login .btn-one-time-password:hover {
  color: white !important;
  background-color: #d60000 !important;
}

.fs-auth__form .btn-edit-mobile {
  background: white !important;
  color: #d60000 !important;
  border: 1px solid #d60000 !important;
}
.fs-auth__form .btn-edit-mobile:hover {
  color: white !important;
  background-color: #d60000 !important;
}

.postal-method__container li label p {
  color: #ff0000 !important;
}

@media (max-width: 480px) {
  .postal-method__container li span {
    white-space: normal !important;
    font-size: 13px;
  }
  #farashop__checkout {
    padding: 0 0 !important;
  }
  .dnnModuleManager {
    padding: 10px 3px !important;
  }
}
@media (max-width: 768px) {
  .header__middle {
    padding: 0 !important;
  }
  .header__middle > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__middle .menu-trigger__link {
    padding-left: 0;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__middle .menu-trigger__link .toggle-sidebar {
    position: unset;
    top: unset;
    padding-bottom: 6px;
  }
  .header__middle .header__search-toggler {
    padding: 0;
    margin-right: 20px;
  }
  .header__middle .header__search-toggler button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: unset;
    border: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__middle .header__search-toggler i {
    font-size: 24px;
    margin-bottom: 9px;
  }
  .header__middle .header__search-container {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh !important;
    z-index: -999;
    -webkit-transition: 0.3s z-index;
    transition: 0.3s z-index;
  }
  .header__middle .header__search-container .header__search-box {
    position: fixed;
    width: 90% !important;
    top: -60px;
    z-index: 99999;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.3s top;
    transition: 0.3s top;
  }
  .header__middle .header__search-container .search-container__backdrop {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3803921569);
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    opacity: 0;
  }
  .header__middle .header__search-container .header__search-box span.input-group-addon {
    background-color: #fff;
  }
  .header__middle .header__search-container.active {
    z-index: 99999;
  }
  .header__middle .header__search-container.active .header__search-box {
    top: 60px;
  }
  .header__middle .header__search-container.active .search-container__backdrop {
    opacity: 1;
  }
  .header__middle .logo__contaienr {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .header__middle .logo__contaienr .logo img {
    max-width: 70px !important;
    height: auto !important;
  }
  .header__middle .header__middle--left {
    height: unset;
  }
  .header__middle .header__middle--left .toggle-basket {
    display: none;
  }
}
