﻿@charset "UTF-8";
/* Following media queries are based on Bootstrap 3.x breakpoints */
/* @extend */
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 {
  transition: all ease 400ms;
  height: 100%;
}
.body__container.open {
  overflow-y: hidden;
}
.body__container.position--right.open {
  transform: translate3d(-300px, 0, 0);
}
.body__container.position--left.open {
  transform: translate3d(300px, 0, 0);
}

.sidebar__box .sidebar__shadow {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none;
  top: 0;
}
.sidebar__box .sidebar__close {
  font-size: 25px;
  display: block;
  text-align: center;
}
.sidebar__box .sidebar__container {
  transition: all ease 400ms;
  position: fixed;
  overflow-y: hidden;
  overflow: auto;
  height: 100.5%;
  width: 300px;
  top: 0;
  z-index: 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;
  filter: blur(50px);
}
.sidebar__box .sidebar__container .after {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar__box .sidebar__container.position--right {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.sidebar__box .sidebar__container.position--left {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.sidebar__box .sidebar__container.open {
  transform: translate3d(0, 0, 0);
}

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

/* Following media queries are based on Bootstrap 3.x breakpoints */
/* @extend */
.farashop__mega-menu {
  color: #F5F5F5;
  background-color: #ecf0f1;
  box-shadow: none;
}
.farashop__mega-menu > .container {
  width: unset;
  padding: 0px;
}
.farashop__mega-menu a {
  line-height: 49px;
  color: #434343;
}
.farashop__mega-menu ul li {
  list-style-type: none;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 {
  min-height: 60px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1:hover {
  background-color: #6fb900;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1:hover a:after {
  color: #fff !important;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a {
  background-color: transparent;
  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: #6fb900;
  left: 5px;
  top: 2px;
  font-weight: bold;
  font-size: 16px;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
  font-weight: bold;
  padding: 0 20px;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  position: relative;
  font-size: 16px;
}
.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;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  top: 48px;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level a {
  font-weight: bold;
  font-size: 14px;
}
.farashop__mega-menu .mega-menu__root .mega-menu__table ul li:first-child a {
  color: #6fb900;
  margin-bottom: 15px;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level {
  border-bottom: 1px solid #ddd;
  top: 58px;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a {
  color: #fff;
  background-color: #6fb900;
}
/* 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-face {
  font-family: "IRANYekan";
  src: url("/fonts/IRANYekan/IRANYekanXFaNum-Medium.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "IRANYekan";
  src: url("/fonts/IRANYekan/IRANYekanXFaNum-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "IRANYekan";
  src: url("/fonts/IRANYekan/IRANYekanXFaNum-Bold.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "IRANYekan";
  src: url("/fonts/IRANYekan/IRANYekanXFaNum-DemiBold.ttf") format("truetype");
  font-weight: 600;
}
body {
  font-family: "IRANYekan", Tahoma, Geneva, Verdana, sans-serif !important;
  font-size: 14px;
  line-height: 1.5;
  background-color: #ecf0f1;
  position: relative;
  /*   .row {
      margin: 0px;
  }*/
}
body section {
  background-color: #f5f5f5;
}
@media (min-width: 1365px) {
  body section .container {
    width: 1335px;
    padding: 0;
    margin: 0 auto;
  }
}
body section .filtering-pane {
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  body section .filtering-pane {
    padding-bottom: 0;
  }
}
body section .filtering-pane--first .box__cpl--body > .row {
  background-color: #00a3cc;
}
body section .filtering-pane--second .box__cpl--body > .row {
  background-color: #5dcd00;
}
body section .filtering-pane--third {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  body section .filtering-pane--third {
    padding-bottom: 0;
  }
}
body section .filtering-pane--third .box__cpl--body > .row {
  background-color: #cd7900;
}
body section .news-section {
  position: relative;
}
body section .news-section .all-archive {
  position: absolute;
  top: 33px;
  left: 13px;
}
body section .news-section .all-archive .allLink {
  padding: 8px 15px;
  border: 1px solid #515050;
  color: #515050;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
}
body section .photogallery-pane {
  margin-bottom: 30px;
}
body.dnnEditState.popUp .farashop__footer, body.dnnEditState.popUp .farashop__header, body.dnnEditState.popUp .farashop__dashboard-link {
  display: none;
}
body.personabar-visible .raychat_frame {
  bottom: 70px !important;
}
body .top-content-pane, body .content-pane, body .bottom-content-pane {
  margin: 0 auto;
  float: unset;
}
body .quick-menu-pane {
  margin-top: 20px;
}
body .category-tabs-pane {
  background-color: #fff;
  border: 1px solid #a3a3a3;
  border-radius: 30px;
  margin: 50px 5px;
}
@media (max-width: 768px) {
  body .category-tabs-pane {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
body .category-tabs-pane .product-list__items {
  padding: 0 30px;
}
@media (max-width: 768px) {
  body .category-tabs-pane .product-list__items {
    padding: 0 10px;
  }
}
body .row > .col-md-12 {
  padding: 0;
}
body .row {
  margin: 0px;
}
body #farashop__checkout {
  padding: 0 15px;
}
body .farashop__body > #container {
  /*    .top-content-pane, .bottom-content-pane {
      max-width: 1366px;
      margin: 0 auto;
      float: unset;
  }*/
}
body .farashop__body > #container .content-pane {
  float: unset;
}
body .farashop__body .pajinatify {
  padding: 5px 8px;
  background: white;
  width: max-content;
  border-radius: 8px;
  border: none;
  margin-right: auto;
}
body .farashop__body .pajinatify:empty {
  visibility: hidden;
}
body .farashop__body .pajinatify > span {
  border: none;
  border-radius: 8px;
}
body .farashop__body .pajinatify > span.pajinatify__current {
  background-color: #2a2a2a;
}
body .farashop__body .pajinatify > span.pajinatify__arrow:before {
  border-color: #6fb900;
  width: 6px;
  height: 6px;
  left: 55%;
  margin-top: -3px;
}
body .farashop__body .farashop__box.product-list {
  /*  padding: 0;*/
  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 {
  margin-left: -15px;
  margin-right: -15px;
  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: #d93323;
  height: 30px;
  width: 170px;
  color: white;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 0px 15px #fff;
  font-size: 14px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.6);
  transition: 300ms;
}
body .section-banner__show-all:hover {
  transform: translateY(-2px);
  background: #df4637;
  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;
}

.fixed-enamad {
  position: fixed;
  left: 5px;
  bottom: 20px;
  z-index: 900;
  width: 110px;
}

@media (min-width: 1200px) {
  .header-search__fixed {
    position: fixed;
    left: 10px;
    z-index: 10;
    width: 360px;
    top: -8px;
  }
  .header-search__fixed .header__search-box {
    padding: 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;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 999;
  /*&.fixed {

      .header__bottom {
          padding: 10px 15px;
          position: fixed;
          height: 75px;
          z-index: 99;
          width: 100%;
          padding: 0px;
          box-shadow: 0px 5px 20px 0px rgba(0,0,0,.07);
          z-index: 1;
          top: 0px;
          padding: 10px 15px;
          right: 0;
          left: 0;
          background-color: #ecf0f1;

          .farashop__mega-menu {
              box-shadow: none;
          }

          .linkChosen {
              display: none;
          }

          #dnn_ProductGroupMenu_pnlMegaMenu {
              top: 51px;
          }
      }

      .search-module__container {
          position: fixed;
          left: 20px;
          top: 15px;
          z-index: 9;
          width: 23%;

          .search-toggle {
              left: 0;
          }
      }
  }*/
}
header.farashop__header .header__top {
  padding: 0;
  background-color: #ecf0f1;
  color: #535353;
  min-height: 25px;
  position: relative;
  z-index: 9999;
}
header.farashop__header .header__top .toggle-basket {
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
header.farashop__header .header__top .toggle-basket span {
  font-size: 0;
}
header.farashop__header .header__top .Authentication-T1_container {
  top: 60%;
  left: 63%;
  transform: translate(-50%, -50%);
  position: absolute;
}
header.farashop__header .header__top .Authentication-T1_container:before {
  top: 3px;
  left: 7px;
  border-color: #b3b3b3;
}
header.farashop__header .header__top .Authentication-T1_container > .row > div:nth-child(2) a {
  font-size: 0;
  width: auto;
  top: -10px;
}
header.farashop__header .header__top .Authentication-T1_container.active {
  bottom: unset;
  right: unset;
  top: 260px;
  left: 50%;
}
header.farashop__header .header__top .basket-preview {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}
header.farashop__header .logo-top-header {
  padding: 10px;
  float: left;
  position: relative;
  z-index: 99;
}
@media (min-width: 991px) {
  header.farashop__header .logo-top-header {
    display: none;
  }
}
@media (max-width: 480px) {
  header.farashop__header .logo-top-header {
    width: 140px;
  }
}
header.farashop__header .menu-trigger__link {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
@media (max-width: 991px) {
  header.farashop__header .text-left {
    display: none;
  }
}
header.farashop__header .part-left {
  position: relative;
  top: 4px;
}
header.farashop__header .part-left i {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
header.farashop__header .part-left p {
  font-size: 14px;
  font-weight: 600;
}
header.farashop__header .part-left p a {
  color: #535353;
}
header.farashop__header > .row > div[class*=col-] {
  /* padding: 0px;*/
}
header.farashop__header > .row > div[class*=col-]:last-child {
  padding-top: 35px;
  position: relative;
  padding-right: 10px;
}
@media (max-width: 992px) {
  header.farashop__header > .row > div[class*=col-]:last-child {
    padding-top: 22px;
  }
}
header.farashop__header .logo > a {
  display: block;
}
@media (max-width: 992px) {
  header.farashop__header .logo > a img {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
}
header.farashop__header nav {
  padding: 0;
}
header.farashop__header nav > ul > li:first-child a {
  /*     &:before {
          content: "";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-family: FontAwesome;
          font-size: 18px;
          color: #f70617;
      }

      &:hover {
          background-color: transparent !important;

          &:before {
              color: #fff;
          }
      }*/
}
header.farashop__header nav > ul > li:before {
  content: "";
  width: 2px;
  height: 10px;
  background: #b1db71;
  display: block;
  position: absolute;
  left: -1px;
  top: 8px;
}
header.farashop__header nav > ul > li > a {
  padding: 4px 18px;
  font-size: 13px;
  font-weight: 600;
  padding-top: 4px;
}
header.farashop__header nav > ul > li > a:hover, header.farashop__header nav > ul > li > a:focus {
  background-color: #6fb900;
}
header.farashop__header nav > ul > li > a span {
  margin-right: 5px;
}
header.farashop__header nav > ul > li:last-child > a:before {
  width: 0;
}
header.farashop__header nav > ul > li:last-child:before {
  display: none;
}
header.farashop__header nav > ul a {
  color: inherit;
}
header.farashop__header nav > ul a:hover, header.farashop__header nav > ul a:focus {
  background-color: #6fb900;
  color: #fff;
}
header.farashop__header #dnn_HeaderTopPane ul {
  justify-content: flex-start;
  direction: ltr;
  min-height: 35px;
}
header.farashop__header #dnn_HeaderTopPane ul em {
  font-size: 17px;
  color: #6fb900;
  margin-right: 5px;
}
header.farashop__header #dnn_HeaderTopPane ul li:first-child {
  position: relative;
  margin-right: 16px;
}
header.farashop__header #dnn_HeaderTopPane ul li:first-child:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #c0cdd1;
  display: block;
  position: absolute;
  right: -9px;
  top: 2px;
}
header.farashop__header .head-top-left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 28px;
  padding-left: 5px;
}
header.farashop__header .head-top-left > div {
  height: 20px;
}
header.farashop__header .header__middle--left {
  padding: 0;
  position: absolute;
  left: 5px;
  top: 60px;
  z-index: 9999;
}
@media (max-width: 991px) {
  header.farashop__header .header__middle--left {
    top: 15px;
    left: 45%;
  }
  header.farashop__header .header__middle--left .toggle-basket span {
    font-size: 0;
  }
  header.farashop__header .header__middle--left .Authentication-T1_container > .row > div:nth-child(2) a {
    font-size: 0;
  }
}
header.farashop__header .header__middle {
  position: relative;
  z-index: 999;
}
@media (max-width: 991px) {
  header.farashop__header .header__middle {
    height: 90px;
  }
}
header.farashop__header .header__middle .logo {
  height: 93px;
  line-height: 93px;
}
header.farashop__header .header__middle .logo > a {
  width: max-content;
}
@media (max-width: 991px) {
  header.farashop__header .header__middle .logo {
    display: none;
  }
}
@media (max-width: 767px) {
  header.farashop__header .header__middle .header__search-container {
    height: 74px;
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 10px;
  }
  header.farashop__header .header__middle .header__search-container .header__search-box {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  header.farashop__header .header__middle .search__container {
    padding: 0;
  }
}
header.farashop__header .header__middle .search__container .search-toggle {
  left: 0;
}
header.farashop__header .header__bottom {
  position: relative;
  transition: all 0.2s ease-in-out;
  background-color: #ecf0f1;
  border-bottom: 1px solid #fff;
}
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[class*="col-"] {
      padding: 0px;
  }*/
}
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-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 .header__bottom #dnn_ProductGroupMenu_pnlMegaMenu {
  /*          position: fixed;
  left: 0;
  right: 0;
  top: 134px;
  z-index: 11;
  width: 100%;
  transition: all .2s ease-in-out;*/
}

.farashop__footer {
  height: auto;
  background-color: #fff;
  color: #000;
  padding-top: 10px;
  padding: 0;
  margin-top: 0;
  border-top: 1px solid #ddd;
}
.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 {
  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;
  /* padding-bottom: 50px;*/
  max-width: 1366px;
  margin: 0 auto;
}
.farashop__footer .footer__top > div:last-child {
  /*     > .row {
      > div {
          padding: 0px;
      }
  }*/
}
.farashop__footer .footer__top .logo-footer {
  text-align: center;
  margin: 30px;
}
.farashop__footer .footer__top .footer__contact {
  position: relative;
  width: 200px;
  margin: 0 auto;
  font-size: 18px;
}
.farashop__footer .footer__top .footer__contact p {
  margin-bottom: 10px;
}
.farashop__footer .footer__top .footer__contact span {
  font-weight: 600;
  margin-left: 3px;
}
.farashop__footer .footer__top .footer__contact i {
  color: #fff;
  background-color: #6fb900;
  border-radius: 20px 20px 0 20px;
  padding: 10px 12px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 27px;
}
.farashop__footer .footer__top .footer__enamad-pane {
  display: flex;
  align-items: center;
  justify-content: center;
}
.farashop__footer .footer__top .footer__enamad-pane img {
  margin: 0 10px;
}
.farashop__footer .footer__top .footer__fast-access, .farashop__footer .footer__top .footer__contact-info {
  padding-right: 0;
}
.farashop__footer .footer__top .footer__map {
  padding-left: 0;
}
.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: 20px;
  background-color: #6fb900;
}
.farashop__footer .footer__bottom .copyright-texts * {
  text-align: center !important;
  color: #fff;
  font-weight: 400;
}
.farashop__footer .footer__bottom > div {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .farashop__footer .footer__bottom > div {
    flex-direction: column;
    justify-content: center;
  }
}
.farashop__footer .footer__bottom > div > div {
  padding: 0px;
}
.farashop__footer .footer__bottom .footer__copyright > span {
  font-size: 11px;
  color: #fff;
}
.farashop__footer .footer__logo-container .DnnModule:last-child {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 50px;
}

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

.sidebar__box .main-menu {
  /*> li:first-child {
      display: none;
  }

  > li:nth-child(2) {
      > a {
          &:before {
              content: 'خانه';
          }
      }
  }*/
}

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

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

.slider_container {
  /*    max-width: 1366px;
  margin: 0 auto !important;
  float: unset;*/
}
@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 {
  /*color: #000 !important;*/
}
.stuck .header__auth a:before {
  color: #f70617 !important;
}
.stuck .logo {
  max-width: 130px;
}

.content-pane-container {
  padding: 20px 0;
  background: whitesmoke;
}
@media (min-width: 1365px) {
  .content-pane-container .container {
    width: 1335px;
    padding: 0;
    margin: 0 auto;
  }
}

.content-pane-container--two {
  padding: 20px 0;
  background: whitesmoke;
}

.farashop__box {
  background: white;
  border-radius: 10px;
}
.farashop__box > .box__header {
  height: 30px;
  display: flex;
  align-items: center;
  border-right: 2px solid #6fb900;
  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;
  padding: unset !important;
}
.farashop__box > .box__header [class*=col-]:nth-child(1) > div {
  color: #000;
  display: flex;
  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;
  box-shadow: none;
}

.farashop__breadcrumb {
  font-size: 12px;
  color: #000;
  background: white;
  padding: 0 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.farashop__breadcrumb ol {
  padding-right: 0;
  background-color: transparent;
}
.farashop__breadcrumb a {
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}
.farashop__breadcrumb a span {
  font-weight: 900;
}
.farashop__breadcrumb i {
  font-size: 14px;
}
.farashop__breadcrumb li {
  height: 25px;
  display: inline-flex;
  align-items: center;
}
.farashop__breadcrumb li:before {
  color: #bbb !important;
  font-size: 22px;
}
.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: #6fb900;
}
.farashop__breadcrumb li:first-child a:before {
  font-size: 20px;
  top: 2px;
  position: relative;
  color: #6fb900;
  font-family: fontawesome;
}

.rtl .searchInputContainer a.dnnSearchBoxClearText {
  z-index: 400;
}

.widget__show-more {
  overflow: hidden;
  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;
  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: 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: #6fb900;
}
.widget__show-more > .toggle:after {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  color: #6fb900;
  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";
}

.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;
}
.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: #6fb900;
}
.farashop__container.container__footer-pane > span .Head,
.farashop__container.container__footer-pane > h2 .Head {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 15px;
}
.farashop__container.container__right-pane > span,
.farashop__container.container__right-pane > h2 {
  border: 1px solid #ccc;
  border-top: 2px solid #6fb900;
  background-color: #FBFBFB;
  padding-right: 15px;
  border-radius: 0;
  height: 46px;
  line-height: 46px;
  margin: 0;
  display: flex;
  align-items: center;
}
.farashop__container.container__right-pane > span > span,
.farashop__container.container__right-pane > h2 > span {
  display: inline-block;
  margin-top: 6px;
}
.farashop__container.container__right-pane > span:before,
.farashop__container.container__right-pane > h2:before {
  background-color: #6fb900;
  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;
  cursor: pointer;
  color: #6fb900;
  border: 3px solid #6fb900;
  border-radius: 5px;
  padding: 3px 5px;
}

@media (max-width: 767px) {
  .wi-menu.wi-menu__theme-default a {
    font-size: 12px !important;
  }
  .farashop__breadcrumb {
    margin-bottom: 10px;
  }
  .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: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #Body .header__top .header__auth > div {
    height: 35px;
    line-height: 2.4;
  }
  #Body .header__top .header__auth > div:first-child {
    margin-left: 20px;
  }
  #Body .header__top .header__auth > div a {
    color: inherit;
    font-size: 12px;
  }
  #Body .header__top .header__auth > div a:hover, #Body .header__top .header__auth > div a:focus {
    text-decoration: none;
    color: #6fb900;
  }
  #Body .header__middle .logo {
    height: 65px;
    line-height: 70px;
    text-align: left;
  }
  #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 {
  background: #fff;
}

@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 {
    text-align: left;
    height: 65px;
    line-height: 65px;
  }
  #Body header.farashop__header .header__middle .header__middle--left {
    height: 60px;
    line-height: 60px;
  }
  #Body .stuck .header__search-box {
    margin: 5px 0;
  }
  #Body .stuck .header__auth,
  #Body .stuck .toggle-basket {
    margin: 5px 0 0;
  }
  #Body .stuck .logo {
    display: none;
  }
  #Body .farashop__box .box__header [class*=col-]:nth-child(1) > div i {
    margin-right: 15px;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container {
    align-items: baseline;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container .item__discount--text {
    font-size: 40px;
    position: relative;
    top: 10px;
    right: 5px;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container > ul > li:first-child {
    font-size: 30px;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container > ul > li:last-child {
    font-size: 15px;
    line-height: 0.2;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container .item__title {
    font-size: 13px;
    bottom: 0;
    line-height: 2;
  }
  #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 .Head {
  margin-right: 30px;
  /*color: $color__theme--special;*/
  font-size: 22px;
}

.farashop .container__content-pane > span:after {
  content: "";
  background-color: #d9e3e8;
  height: 1px;
  width: 80%;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .farashop .container__content-pane > span:after {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .farashop .container__content-pane > span:after {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .farashop .container__content-pane > span:after {
    display: none;
  }
}

.right-pane .container__content-pane {
  padding-top: 0 !important;
}

.farashop .container__content-pane {
  padding-top: 40px;
  padding-bottom: 15px;
}
.farashop .container__content-pane .title-news {
  display: flex;
  align-items: center;
}
.farashop .container__content-pane .title-news .Head {
  text-wrap: nowrap;
  margin-right: 7px;
  font-size: 17px;
}

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

.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;
  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;
  }
}
.search__container {
  margin-bottom: 0;
  padding: 0 10px;
  width: 570px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .search__container {
    width: 540px;
  }
}
@media (max-width: 991px) {
  .search__container {
    width: 520px;
  }
}
@media (max-width: 768px) {
  .search__container {
    width: 90%;
  }
}
.search__container .search-module__container {
  display: flex;
  flex-direction: row-reverse;
  border-radius: 6px;
  width: 100%;
  display: block;
}
.search__container .search-module__container input {
  width: 100%;
  border-right-color: transparent;
  padding-right: 12px;
  border: unset;
  border-right: 0;
  line-height: 44px;
  height: 46px;
  font-size: 0.8em;
  border-radius: 18px;
  color: #000;
  background-color: #ecf0f1;
}
.search__container .search-module__container input::placeholder {
  font-size: 13px;
  color: #afafaf;
  font-weight: 900;
}
.search__container .search-module__container .search-toggle {
  cursor: pointer;
  border: 0 none;
  padding: 0 1px;
  width: 60px;
  height: 100%;
  background-color: #6fb900;
  border-radius: 18px;
  position: absolute;
  left: 8px !important;
  text-align: center;
  top: 0;
}
@media (max-width: 768px) {
  .search__container .search-module__container .search-toggle {
    left: 0 !important;
  }
}
.search__container .search-module__container .search-toggle i {
  font-size: 19px;
  position: relative;
  cursor: pointer;
  line-height: 44px;
  color: #fff;
}
.search__container .search-module__container #dnn_search_ClassicSearch {
  width: 100%;
  display: inline-block;
}
.search__container .search-module__container #dnn_search_ClassicSearch .searchInputContainer {
  width: 100%;
  display: block;
}
.search__container .search-module__container #dnn_search_ClassicSearch .searchInputContainer ul {
  width: 100%;
}

.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;
  /*border: 1px solid #ccc;*/
  padding: 20px;
  margin-top: 15px;
}

.skin__2-col .content-pane-container #container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .skin__2-col .content-pane-container #container .right-pane {
    order: 2;
  }
}

.skin__inside .breadcrumb {
  padding: 5px 15px;
  padding-right: 0;
  background-color: transparent !important;
}
.skin__inside .DnnModule-Authentication {
  display: none;
}
.skin__inside .pagination .page-item.active a {
  background-color: #6fb900;
  border-color: #6fb900;
  color: #fff;
}
.skin__inside .pagination .page-item a {
  color: #6fb900;
}
.skin__inside .contact-boxes li > p > i {
  color: #6fb900;
}

.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;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  display: none;
}

.arrow__guide a {
  color: #fff;
}

.arrow__guide.show-icon {
  display: flex;
}

.js__payment-methods__radio-list {
  display: flex;
  flex-direction: column;
}
.js__payment-methods__radio-list li:has(input[value="3"]) {
  order: -1;
}
