﻿@charset "UTF-8";
/* @extend */
/* Following media queries are based on Bootstrap 3.x breakpoints */
body.rtl .body__container,
body.rtl .jconfirm,
body.rtl .sidebar__container {
  direction: rtl;
}
body.rtl .body__container .wi-menu.wi-menu__theme-default a,
body.rtl .jconfirm .wi-menu.wi-menu__theme-default a,
body.rtl .sidebar__container .wi-menu.wi-menu__theme-default a {
  padding: 2px 0;
}
body.rtl .body__container .wi-menu.wi-menu__theme-default a img,
body.rtl .jconfirm .wi-menu.wi-menu__theme-default a img,
body.rtl .sidebar__container .wi-menu.wi-menu__theme-default a img {
  background: #14499f;
  border-radius: 4px;
  margin-left: 15px;
}
body.rtl .sidebar__box {
  z-index: 1500;
  position: relative;
}
body.rtl .sidebar__box .sidebar__container {
  padding: 0 5px;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li > a:first-of-type {
  font-weight: bold;
  border-top: 2px solid #14499f;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li > ul {
  margin-right: 0;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li > ul > li {
  border-bottom: 1px solid #ddd;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li > ul > li:first-of-type {
  display: none;
}
body.rtl .sidebar__box .sidebar__container .main-menu li:first-child {
  height: 47px;
  /*a:after {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: FontAwesome;
      font-size: 15px !important;
      color: #ff8b24;
  }*/
  /*@media (max-width:768px) {
      a:after {
          content: "خانه";
          color: #000;
          display: block;
          font-size: 9pt;
          font-family: vazir;
      }
  }*/
}
body.rtl .sidebar__box .sidebar__container .main-menu li:first-child > a {
  display: block;
  height: 47px;
  line-height: 47px;
}
body.rtl .sidebar__box .sidebar__container .main-menu a {
  text-align: right;
}

.body__container {
  transition: all ease 400ms;
  height: 100%;
  /*&.position--right {
      &.open {
          transform: translate3d(-300px,0,0);
      }
  }

  &.position--left {
      &.open {
          transform: translate3d(300px,0,0);
      }
  }*/
}
.body__container.open {
  overflow-y: hidden;
}

.sidebar__box {
  padding: 0 12px;
}
.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;
  left: 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: 80%;
  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 .logo {
  display: block;
}
.sidebar__box .sidebar__container .logo img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
.sidebar__box .sidebar__container.open .main-menu > li {
  transform: translateY(0) !important;
  opacity: 1;
  border-bottom: 1px solid #ddd;
}
.sidebar__box .sidebar__container.open .main-menu > li a {
  font-size: 15px;
}
.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: 9pt;
  padding: 7px 15px;
  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;
}

/* @extend */
/* Following media queries are based on Bootstrap 3.x breakpoints */
.farashop__mega-menu {
  box-shadow: none;
  color: #F5F5F5;
  background: linear-gradient(to left, #573164, #14499f);
}
.farashop__mega-menu a {
  line-height: 49px;
}
.farashop__mega-menu .mega-menu__root {
  display: flex;
  justify-content: center;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 {
  display: inline-block;
  height: 60px;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active {
  background-color: rgba(26, 94, 204, 0.5);
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a {
  background: none;
  box-shadow: none;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow:after {
  color: #fff;
  top: unset;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
  width: 130px;
  text-align: center;
  font-size: 13px;
  color: rgba(240, 240, 255, 0.9);
  font-weight: bold;
  padding: 0 5px;
  padding-bottom: 5px;
  line-height: 60px;
  height: 100%;
}
@media (max-width: 1400px) {
  .farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
    min-width: 100px;
    width: auto;
    font-weight: 500;
    padding: 0 5px 0 20px;
  }
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 ul.mega-menu__next-level {
  top: 60px !important;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level {
  background-color: #fff;
  top: 80px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1400px) {
  .farashop__mega-menu .mega-menu__root .mega-menu__next-level {
    top: 60px;
  }
}
.farashop__mega-menu .mega-menu__root .mega-menu__table ul li a {
  color: #000;
}
.farashop__mega-menu .mega-menu__root .mega-menu__table ul li:first-child a {
  color: #14499f;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level {
  border-bottom: none;
  background: #e9e9e9;
  color: #000;
  justify-content: center;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level.active {
  display: flex;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level a {
  padding: 16px 30px !important;
  color: #000;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a {
  color: #fff;
  background-color: #23527c;
}
/* @extend */
/* Following media queries are based on Bootstrap 3.x breakpoints */
@font-face {
  font-family: "vazir";
  src: url("/DesktopModules/FaraShop/assets/fonts/vazir/Vazir.eot") format("embedded-opentype"), url("/DesktopModules/FaraShop/assets/fonts/vazir/Vazir.ttf") format("truetype"), url("/DesktopModules/FaraShop/assets/fonts/vazir/Vazir.woff") format("woff");
}
@font-face {
  font-family: "farayekan";
  src: url("/fonts/farayekanFarsiNumbers/farayekan.eot") format("embedded-opentype"), url("/fonts/farayekanFarsiNumbers/farayekan.ttf") format("truetype"), url(/fonts/farayekanFarsiNumbers/farayekan.woff) format("woff");
}
@font-face {
  font-family: "vazir-farsinumb";
  src: url("/fonts/vazir/Vazir-Medium-FD-WOL.eot") format("embedded-opentype"), url("/fonts/vazir/Vazir-Medium-FD-WOL.ttf") format("truetype"), url("/fonts/vazir/Vazir-Medium-FD-WOL.woff") format("woff");
}
body {
  font-family: vazir, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background: #fff url(/Portals/0/bg-pt.png) repeat;
}
body.page__search-result .product-list, body.page__advanced-filtering .product-list, body.page__product-list .product-list {
  margin-left: -15px;
  margin-right: -15px;
}
body.page__search-result .product-list article, body.page__advanced-filtering .product-list article, body.page__product-list .product-list article {
  margin-bottom: 30px;
}
body .dnnSendPassword .row {
  display: flex;
  justify-content: center;
}
body .ls-gpuhack {
  background: none;
}

.skin__col-1 {
  background-image: url("/Portals/0/pattern.jpg");
}
.skin__col-1 > div.container {
  padding-bottom: 40px;
}

.pajinatify__button {
  font-family: farayekan;
}

.submit--order {
  margin-bottom: 70px;
}
.submit--order .superlinks__container {
  margin-bottom: 20px;
}
.submit--order__button {
  padding: 10px 35px;
  border-radius: 10px;
  color: #fff;
}
.submit--order .test {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.submit--order .test div {
  width: 240px;
}
.submit--order .test p {
  color: #ef3236;
  font-size: 26px;
  font-weight: 600;
}
.submit--order .test hr {
  width: calc(50% - 130px);
}

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

header .header-banner p {
  margin: 0px;
}

.header__top {
  background: linear-gradient(to left, #14499f, #972c58);
  color: #fff;
  min-height: 24px;
  height: 30px;
}
@media (max-width: 768px) {
  .header__top {
    height: unset;
  }
}
.header__top ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.header__top nav {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  height: 30px;
  align-items: center;
  /*&:before {
      content: "";
      display: inline-block;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: FontAwesome;
      font-size: 20px;
      position: absolute;
      right: -10px;
      top: 1px;
      color: #fff;
  }*/
}
.header__top nav > ul {
  position: relative;
}
.header__top nav > ul > li a {
  background-color: #14499f;
  padding: 10px 35px;
  font-size: 14px;
  transition: all 300ms;
}
.header__top nav > ul > li a:hover, .header__top nav > ul > li afocus {
  background-color: #091f44;
}
.header__top nav > ul > li > ul {
  right: 5px;
}
.header__top nav > ul > li > ul li:first-child a:hover {
  background: #14499f;
}
.header__top nav > ul > li > a {
  display: inline-block;
  position: relative;
  font-size: 13px;
  background: none;
  padding: 0px 20px 0px 20px;
  margin-right: 10px;
}
.header__top nav > ul > li > a::before, .header__top nav > ul > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  height: 13px;
  width: 1px;
  background-color: grey;
  top: 3px;
}
.header__top nav > ul > li > a::after {
  right: unset;
  left: 0;
}
.header__top nav > ul > li > a .caret {
  position: relative;
  font-size: 20px;
  border-width: 5px;
  right: 10px;
}
.header__top nav > ul a {
  color: inherit;
}
.header__top nav .homeIcon {
  font-size: 18px;
}
.header__top #dnn_HeaderTopPane ul {
  display: flex;
  justify-content: flex-start;
  direction: ltr;
  min-height: 30px;
  align-content: center;
}
.header__top #dnn_HeaderTopPane ul em {
  font-size: 17px;
  color: white;
  padding-right: 5px;
}
.header__top #dnn_HeaderTopPane ul li:first-child {
  position: relative;
  margin-right: 16px;
}
.header__top #dnn_HeaderTopPane ul li:first-child:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #b5b5b5;
  display: block;
  position: absolute;
  right: -9px;
  top: 2px;
}
.header__top .header__auth {
  display: flex;
  justify-content: flex-start;
  padding: 6px 10px;
  margin-top: 0 !important;
  padding-bottom: 2px;
}
.header__top .header__auth > div {
  text-align: right;
  position: relative;
  bottom: 2px;
}
.header__top .header__auth > div:first-child {
  margin-left: 20px;
}
.header__top .header__auth > div:first-child > a {
  position: relative;
}
.header__top .header__auth > div:first-child > a:before {
  content: "\f023";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
}
.header__top .header__auth > div:last-child > a:before {
  content: "\f007";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
}
.header__top .header__auth > div a {
  color: inherit;
  font-size: 12px;
  padding-right: 24px;
  position: relative;
  transition: 300ms;
}
.header__top .header__auth > div a:hover, .header__top .header__auth > div a:focus {
  text-decoration: none;
  text-shadow: 0 0 6px white;
}
.header__top .header__auth > div a:before {
  font-size: 18px;
  right: 0;
  top: -2px;
  margin-left: 10px;
  color: white;
}
.header__top .header__auth .header__pointToLogin {
  position: absolute;
  width: 263px;
  height: 35px;
  background: #424751;
  top: 33px;
  right: -87px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  justify-content: center;
  padding-bottom: 2px;
  align-items: center;
  color: white !important;
  opacity: 0;
  animation: poinToLoginPop 500ms ease-in-out 500ms forwards;
  box-shadow: 0 2px 4px rgba(45, 35, 66, 0.4), 0 7px 13px -3px rgba(45, 35, 66, 0.3), inset 0 -3px 0 rgba(15, 55, 56, 0.45);
}
.header__top .header__auth .header__pointToLogin:hover {
  color: white;
}
.header__top .header__auth .header__pointToLogin::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 44%;
  border-bottom: 6px solid #424751;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.header__top #dnn_HeaderTopPane {
  float: left;
}
.header__top .menu-trigger__link {
  padding-right: 30px;
}

@keyframes poinToLoginPop {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.basketPreview__button1 {
  position: fixed;
  bottom: 30px;
  z-index: 999;
  left: 30px;
  transition: 0.5s;
  transform: rotateY(180deg);
}
.basketPreview__button1::before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 32px;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  display: inline-block;
  width: 56px;
  text-align: center;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  border-radius: 50%;
  position: relative;
  bottom: -4px;
  left: -4px;
  background-color: #972c58;
  color: #fff;
}
@media (max-width: 767px) {
  .basketPreview__button1 {
    bottom: 5px;
    left: 5px;
  }
  .basketPreview__button1::before {
    font-size: 26px;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
.basketPreview__button1.active {
  transform: rotateY(180deg) scale(0.9);
  bottom: 30px;
  left: 30px;
}
.basketPreview__button1.active::before {
  content: "\f00d";
}

.header__middle {
  background-color: #fff;
  color: inherit;
  padding: 10px 0;
}
.header__middle .logo img {
  display: inline-block;
}
.header__middle .toggle-basket {
  height: 40px;
}
.header__middle .header__auth {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  line-height: 1.3;
}
.header__middle .header__auth > div {
  display: block;
  text-align: center;
}
.header__middle .header__auth > div:first-child {
  margin-left: 30px;
}
.header__middle .header__auth > div:first-child > a:before {
  content: "\f023";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
}
.header__middle .header__auth > div:last-child > a:before {
  content: "\f007";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
}
.header__middle .header__auth > div a {
  color: inherit;
  font-size: 12px;
  font-weight: bold;
}
.header__middle .header__auth > div a:hover, .header__middle .header__auth > div a:focus {
  text-decoration: none;
  color: #14499f;
}
.header__middle .header__auth > div a:before {
  display: block;
  font-size: 20px;
  position: relative !important;
  color: #14499f;
  margin-bottom: 5px;
}
.header__middle .row > div:first-child {
  height: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .header__middle .row > div:first-child {
    height: 50px;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .header__middle .row > div:first-child {
    justify-content: center;
    padding-top: 2px;
  }
}
.header__middle .header__logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  .header__middle .header__logo {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .header__middle .header__logo {
    justify-content: center;
  }
}
.header__middle .header__basket {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100px;
}
@media (max-width: 500px) {
  .header__middle .header__basket {
    height: 80px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .header__middle .header__basket {
    justify-content: center;
  }
}

.header__bottom {
  background: linear-gradient(to left, #573164, #14499f);
  height: 60px;
}
.header__bottom.stuck {
  top: 30px;
  z-index: 1150;
}
.header__bottom div {
  height: 60px;
}
.header__bottom .toggle-sidebar {
  display: none;
}
.header__bottom nav {
  height: 60px;
}
.header__bottom nav .container {
  height: 60px;
}
.header__bottom nav .container li {
  border-right: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-left: 1px solid rgba(255, 255, 255, 0.1882352941);
}
.header__bottom nav .container img {
  position: relative;
  margin: auto;
  display: block;
  top: 5px;
  margin-bottom: 10px;
}
@media (min-width: 990px) {
  .header__bottom nav .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.product-title__with-img {
  display: inline-block;
  font-size: 16px;
  border: 3px solid #972c58;
  border-radius: 32px;
  padding: 8px 0px;
  color: #14499f;
  font-weight: 600;
  margin-right: 5px;
  width: 160px;
  text-align: center;
}

.product-title-hr__with-img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: left;
  justify-self: flex-start;
  margin-left: auto;
  margin-top: 28px;
  width: 100%;
  border: none;
  height: 3px;
  background: linear-gradient(to right, #14499f, #972c58);
}

.product-title__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 468px) {
  .product-title__mobile {
    display: flex;
  }
}
.product-title__mobile img {
  position: absolute;
  bottom: 13px;
  right: 10%;
}

.product-list__title {
  margin-top: 30px;
  display: flex;
}
.product-list__title > div:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  padding-right: 25px;
}
.product-list__title > div:first-child img {
  margin-left: 10px;
  position: relative;
  bottom: 2px;
}
.product-list__title > div:last-child {
  width: calc(100% - 280px);
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 3px solid rgba(197, 197, 197, 0.7215686275);
}

.about {
  margin-bottom: 50px;
}
.about p {
  line-height: 36px;
}
.about img {
  border-radius: 60px 60px 0 60px;
}

.product-list__container {
  background-image: url("/Portals/0/pattern.jpg");
  width: 100% !important;
  padding: 0 6%;
  padding-top: 40px !important;
}

.top-content-pane {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 80px;
}
@media (max-width: 768px) {
  .top-content-pane {
    padding: 0;
  }
}

.LoginPanel .toggle-password {
  position: absolute;
  background: transparent;
  color: #000;
  padding: 10px 12px 10px 24px;
  top: 3px;
  cursor: pointer;
  z-index: 10;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  left: 40px;
  box-shadow: 0 1px 0px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 780px) {
  .LoginPanel .toggle-password {
    left: -32px;
    background: none;
    box-shadow: none;
  }
}

.farashop__footer {
  height: auto;
  background-color: #313131;
  color: #efefef;
  min-height: 234px;
  margin-top: 0;
}
.farashop__footer > .container {
  padding-top: 50px;
}
.farashop__footer .footer__top {
  background-color: #e1e2e6;
  min-height: 40px;
  padding: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 1.05em;
}
.farashop__footer .footer__top .Head {
  color: #707070;
  font-size: 18px;
}
@media (max-width: 768px) {
  .farashop__footer .footer__top {
    padding: 40px 5px;
  }
}
.farashop__footer .footer__top [class*=col-] em {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 1px;
  color: #fff;
}
.farashop__footer .footer__top [class*=col-] p {
  margin-bottom: 0;
}
.farashop__footer .footer__top [class*=col-] .Normal {
  direction: ltr;
}
.farashop__footer .footer__top [class*=col-]:nth-child(1) .Normal {
  direction: rtl;
}
@media (max-width: 768px) {
  .farashop__footer .footerBottom {
    text-align: center;
  }
  .farashop__footer .footerBottom :is(div:nth-child(1), div:nth-child(2)) {
    margin-top: 30px;
  }
}
.farashop__footer .footer__copyright-container {
  color: #6b6a6a;
  font-size: 14px;
  word-spacing: -1px;
  margin: 40px 0;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1803921569);
  padding-top: 20px;
  line-height: 24px;
}
.farashop__footer .footer__copyright-container a {
  color: inherit;
}
.farashop__footer .footer__brands {
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
  margin: 40px 0 20px;
  padding: 15px 0;
}
.farashop__footer .footer__brandsContainer .icon-slider {
  background: none;
  border-top: none;
  border-radius: 0;
}
.farashop__footer .footer__faratech {
  font-size: 12px;
}
.farashop__footer .footer__faratech a {
  font-size: 12px;
}
.farashop__footer .logo img {
  margin: auto;
}
.farashop__footer .footer__phone-number {
  position: relative;
}
.farashop__footer .footer__phone-number i {
  position: absolute;
  left: -30px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #972c58;
  border-radius: 50% 50% 0 50%;
  font-size: 28px;
  bottom: 4px;
}
.farashop__footer #dnn_FooterBottomPane_5 .superlinks__container {
  margin-bottom: 30px;
}
.farashop__footer #dnn_FooterBottomPane_5 .send--comment__button {
  padding: 10px 25px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}

.pane__slider .ls-bottom-nav-wrapper {
  bottom: 40px;
}
@media (max-width: 768px) {
  .pane__slider .ls-bottom-nav-wrapper {
    bottom: 5px;
  }
}

.stuck {
  position: fixed !important;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1200;
  background-color: rgba(0, 0, 0, 0.8);
}
.stuck .toggle-basket,
.stuck .header__auth {
  margin-top: 2px;
}
.stuck .header__search-box {
  margin-top: 3px;
}
.stuck .header__basket {
  height: 30px;
  float: left;
  margin: 10px 0;
}
.stuck .header__logo {
  display: none;
}
.stuck .header__auth {
  color: #F5F5F5;
}
.stuck .logo {
  width: 125px;
}

.farashop__box .box__header {
  background-color: #fff;
  margin-bottom: 25px;
  min-height: 43px;
  line-height: 3;
}
.farashop__box .box__header [class*=col-]:nth-child(1) > div {
  color: #333;
  display: flex;
  border-bottom: 4px solid #14499f;
  align-items: center;
  font-size: 14px;
}
.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: #14499f;
}
.farashop__box .box__header .no-icon span {
  display: block !important;
  text-align: center;
  width: 100%;
}

.farashop__breadcrumb {
  font-size: 13px;
  color: #797979;
  margin: 40px 0;
}
.farashop__breadcrumb .breadcrumb {
  border: 1px solid #c5c5c5;
  padding: 0 15px;
  height: 40px;
  display: flex;
  align-items: center;
}
.farashop__breadcrumb a {
  font-size: inherit;
  color: inherit;
}
@media (max-width: 330px) {
  .farashop__breadcrumb a {
    font-size: 10px;
  }
}
.farashop__breadcrumb i {
  font-size: 14px;
}
.farashop__breadcrumb li {
  font-size: 12px;
}
.farashop__breadcrumb li:first-child a {
  font-size: 16px;
}
.farashop__breadcrumb li:first-child a:hover, .farashop__breadcrumb li:first-child a:focus {
  text-decoration: none;
  color: #14499f;
}
.farashop__breadcrumb li:last-child {
  color: #333;
  font-weight: bold;
}

.widget__show-more {
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  position: relative;
  border-radius: 0 0 4px 4px;
}
.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: #14499f;
}
.widget__show-more > .toggle:after {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  color: #14499f;
  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 > span,
.farashop__container.container__footer-pane > h2 {
  display: block;
  margin-bottom: 25px;
  font-size: 14px;
  color: #000;
  color: #972c58;
}
.farashop__container.container__right-pane > span,
.farashop__container.container__right-pane > h2 {
  border: 1px solid #ccc;
  border-top: 2px solid #14499f;
  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: #14499f;
  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-basket.active-button + div {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.toggle-sidebar {
  font-size: 26px;
  position: relative;
  top: 4px;
  cursor: pointer;
  color: #ed3237 !important;
}

@media (max-width: 767px) {
  #Body .header__top .header__auth {
    height: 35px;
    display: flex;
    align-items: center;
    margin-top: 4px;
    padding: 0 10px;
    justify-content: center;
  }
  #Body .header__top .header__auth > div:first-child {
    margin-left: 20px;
  }
  #Body .header__top .header__auth > div a {
    font-size: 12px;
  }
  #Body .header__top .header__auth > div a:hover, #Body .header__top .header__auth > div a:focus {
    text-decoration: none;
    color: #14499f;
  }
  #Body .header__search-box {
    margin: 0 0 10px 0;
  }
  #Body .farashop__container.container__no-title {
    margin-bottom: 15px;
  }
  #Body .stuck .header__search-box {
    margin: 5px 0;
  }
  #Body .stuck > .container > .row > div:first-child {
    display: none;
  }
  #Body .stuck > .container > .row > div:nth-child(2) {
    width: 33.333%;
  }
  #Body .stuck > .container > .row > div:nth-child(2) .toggle-basket:after {
    display: none;
  }
  #Body .stuck > .container > .row > div:nth-child(3) {
    width: 65.33%;
    padding-right: 0px;
  }
  #Body .stuck > .container > .row > div:nth-child(3) input {
    font-size: 10px;
  }
  #Body .stuck .toggle-basket {
    margin: 5px 0 0;
  }
  #Body .stuck .logo {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #Body .header__search-box,
  #Body .header__auth-pc {
    margin: 0 0 15px;
  }
  #Body .farashop__container.container__no-title {
    margin-bottom: 15px;
  }
  #Body .stuck > .container > .row > div:first-child {
    display: none;
  }
  #Body .stuck > .container > .row > div:nth-child(2) {
    width: 33.333%;
  }
  #Body .stuck > .container > .row > div:nth-child(2) .toggle-basket:after {
    display: none;
  }
  #Body .stuck > .container > .row > div:nth-child(3) {
    width: 65.33%;
    padding-right: 0px;
  }
  #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;
  }
}
.skin__col-1 .header__bottom {
  margin-bottom: 0px;
}
.skin__col-1 .farashop__container {
  padding: 15px;
  margin-top: 15px;
}

.skin__col-2 .farashop__container {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
}

.advanced-filtering .farashop__breadcrumb {
  margin-bottom: 12px;
  margin-top: 0;
}
.advanced-filtering .product-box__item {
  margin: 0 !important;
}

@media (max-width: 768px) {
  .header__middle .logo img {
    width: 110px;
  }
  .product-page__prices {
    padding: 0 10px;
  }
  .product-page__product-btn {
    padding: 0 10px;
  }
}
.right-pane__container .right-pan .banner_container {
  margin: 0 0 30px;
}
.right-pane__container .right-pan .banner_container img {
  width: 100%;
}

@media (max-width: 768px) {
  .right-pane__container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 5px;
  }
  .right-pane__container .right-pan .banner_container {
    margin-bottom: 18px;
  }
  .pane__slider {
    padding-right: 5px;
  }
}
/*.checkout__step__postal-methods {
    ol {
        li:first-child {
            label {
                font-size: 0px;

                &:before {
                    content: "تمام ارسال های ما رایگان(لطفا این گزینه را انتخاب کنید)";
                    font-size: 14px;
                    font-weight:400;
                }
            }
        }
    }
}*/
.farashop__body .widget__show-more {
  padding: 0 15px 40px;
  background-color: white;
  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;
  overflow-wrap: break-word;
}
.farashop__body .widget__show-more > div:first-child {
  padding-bottom: 90px;
}

.farashop .farashop__container.container__content-pane > h2,
.farashop .farashop__container.container__content-pane > span {
  display: block;
  margin: 15px 0;
  margin-top: 35px;
  background: linear-gradient(to left, rgba(87, 49, 100, 0.4), rgba(20, 73, 159, 0.4));
  height: 2px;
  position: relative;
  outline: 10px solid transparent;
}

.farashop .farashop__container.container__content-pane > h2 > span,
.farashop .farashop__container.container__content-pane > span > span {
  display: inline-block;
  padding-bottom: 10px;
  position: absolute;
  top: -30px;
  padding-left: 10px;
  color: #972c58;
  font-weight: bold;
  font-size: 16px;
}

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

.farashop__checkout .checkout__rules-checkbox {
  text-align: left;
  float: unset !important;
}

.farashop__login-register .farashop__form > hr {
  display: none;
}
.farashop__login-register .farashop__form > .js__legal-info {
  display: none;
}
.farashop__login-register .farashop__form > fieldset > legend {
  display: none;
}

.sticky_toolbar_footer {
  display: none;
}

@media (max-width: 992px) {
  .sticky_toolbar_footer {
    display: block;
  }
  .stuck {
    position: relative;
  }
  .sticky_toolbar_footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 998;
  }
  .toolbar_mobile {
    display: flex;
    flex-wrap: nowrap;
    padding: 4px 0 8px 0;
    position: relative;
  }
  .toolbar_mobile:before {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: calc(50% - 215px);
    background-color: #fff;
    box-shadow: 0 -5px 5px -4px rgba(0, 0, 0, 0.1);
  }
  .toolbar_mobile:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: calc(50% - 215px);
    background-color: #fff;
    box-shadow: 0 -5px 5px -4px rgba(0, 0, 0, 0.1);
  }
  .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: flex;
    justify-content: center;
  }
  .toolbar_item {
    font-size: 18px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 9px;
    line-height: 40px;
    color: #444;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  .toolbar_col.is_middle .toolbar_item {
    position: absolute;
    top: -39px;
    right: calc(50% - 28px);
    background-color: #42a73c;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50px;
    line-height: 58px;
    border: 2px solid #fff;
    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: IRANSansnum;
    font-display: swap;
    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;
  }
}
