﻿@charset "UTF-8";
/* @extend */
/*********** COLOR PALETTE ***********/
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 {
  text-indent: 0px;
  margin-bottom: 2px !important;
  margin-top: 2px !important;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 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: #2aa9e0;
  border-radius: 4px;
  margin-left: 15px;
  max-width: 45px;
}
body.rtl .sidebar__box {
  position: relative;
  padding: 0 12px;
  z-index: 1500;
}
body.rtl .sidebar__box .main-logo {
  display: block;
  max-width: 60%;
  height: auto;
  margin: 0 auto 20px;
}
body.rtl .sidebar__box .sidebar__shadow {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
body.rtl .sidebar__box .sidebar__close {
  display: block;
  color: #aa0000;
  font-size: 25px;
  text-align: center;
  padding: 0;
  float: left;
}
body.rtl .sidebar__box .sidebar__product-group-title {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-top: 2px solid #65b145;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
}
body.rtl .sidebar__box .sidebar__product-group-title span:first-of-type {
  display: flex;
  align-items: center;
}
body.rtl .sidebar__box .sidebar__product-group-title span:last-of-type {
  display: flex;
  margin: 0 5px;
  transition: transform 400ms;
}
body.rtl .sidebar__box .sidebar__product-group-title span:last-of-type.angle-up {
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
body.rtl .sidebar__box .sidebar__container {
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0;
  padding: 0 10px 5px 5px;
  background-color: #fff;
  transition: all ease 400ms;
  overflow: auto;
  z-index: 10;
}
body.rtl .sidebar__box .sidebar__container.position--right {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
body.rtl .sidebar__box .sidebar__container.position--left {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
body.rtl .sidebar__box .sidebar__container.open {
  transform: translate3d(0, 0, 0);
}
body.rtl .sidebar__box .sidebar__container.open .main-menu > li {
  transform: translateY(0) !important;
  opacity: 1;
}
body.rtl .sidebar__box .sidebar__container ul, body.rtl .sidebar__box .sidebar__container li {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
}
body.rtl .sidebar__box .sidebar__container .farashop__product-group-menu {
  background-color: transparent;
}
body.rtl .sidebar__box .sidebar__container .farashop__product-group-menu.wi-menu.wi-menu__theme-default a, body.rtl .sidebar__box .sidebar__container .farashop__product-group-menu.wi-menu.wi-menu__theme-default span {
  background-color: transparent !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li {
  transition: all 300ms;
  transform: translateY(50px);
  backface-visibility: hidden;
  opacity: 0;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(1) {
  transition-delay: 400ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(2) {
  transition-delay: 500ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(3) {
  transition-delay: 600ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(4) {
  transition-delay: 700ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(5) {
  transition-delay: 800ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(6) {
  transition-delay: 900ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(7) {
  transition-delay: 1000ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(8) {
  transition-delay: 1100ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(9) {
  transition-delay: 1200ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(10) {
  transition-delay: 1300ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(11) {
  transition-delay: 1400ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(12) {
  transition-delay: 1500ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(13) {
  transition-delay: 1600ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(14) {
  transition-delay: 1700ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(15) {
  transition-delay: 1800ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(16) {
  transition-delay: 1900ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(17) {
  transition-delay: 2000ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(18) {
  transition-delay: 2100ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(19) {
  transition-delay: 2200ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:nth-child(20) {
  transition-delay: 2300ms !important;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li a, body.rtl .sidebar__box .sidebar__container .main-menu > li span {
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li > a, body.rtl .sidebar__box .sidebar__container .main-menu > li > span {
  position: relative;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li > a:first-of-type, body.rtl .sidebar__box .sidebar__container .main-menu > li > span:first-of-type {
  font-weight: bold;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li > ul {
  margin-right: 0;
}
body.rtl .sidebar__box .sidebar__container .main-menu a, body.rtl .sidebar__box .sidebar__container .main-menu span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  line-height: 40px;
  transition: all 200ms;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  text-align: right;
}
body.rtl .sidebar__box .sidebar__container .main-menu a:hover, body.rtl .sidebar__box .sidebar__container .main-menu span:hover {
  text-decoration: none;
}
body.rtl .sidebar__box .sidebar__container .main-menu a .menu-icon, body.rtl .sidebar__box .sidebar__container .main-menu span .menu-icon {
  display: none;
}
body.rtl .sidebar__box .sidebar__container .main-menu a .arrow-down, body.rtl .sidebar__box .sidebar__container .main-menu span .arrow-down {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  transition: transform 400ms;
  vertical-align: middle;
}
body.rtl .sidebar__box .sidebar__container .main-menu a .arrow-down.angle-up, body.rtl .sidebar__box .sidebar__container .main-menu span .arrow-down.angle-up {
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
body.rtl .sidebar__box .sidebar__container .main-menu ul {
  display: none;
  background-color: rgba(96, 96, 96, 0.15);
}

/* @extend */
/* @extend */
/*********** COLOR PALETTE ***********/
.farashop__product-group-menu.wi-menu.wi-menu__theme-default > li:before {
  display: none;
}
.farashop__product-group-menu.wi-menu.wi-menu__mobile .wi-menu__triangle.wi-menu__open:before {
  border-color: #1e365c;
}
.farashop__product-group-menu.wi-menu .wi-menu__triangle::before {
  border-color: #2aa9e0;
}

/* @extend */
/*********** COLOR PALETTE ***********/
.product-group-menu .farashop__mega-menu {
  border-radius: 0 0 8px 8px;
}
.product-group-menu .farashop__mega-menu .vip-menu {
  display: flex;
  border-top: 1px solid #efefef;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__main-categories {
  width: 210px;
  height: 700px;
  padding-right: 5px;
  background-color: #f5f5f5;
  overflow: auto;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__main-categories .vip-menu__main-category-item a, .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__main-categories .vip-menu__main-category-item span {
  display: block;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__main-categories .vip-menu__main-category-item a img, .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__main-categories .vip-menu__main-category-item span img {
  margin-left: 10px;
  max-width: 45px;
  border-radius: 5px;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__main-categories .vip-menu__main-category-item.active {
  color: #2aa9e0;
  background-color: #fff;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories {
  direction: ltr;
  width: 100%;
  height: 700px;
  padding: 20px 20px 0;
  background-color: #fff;
  overflow: auto;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item {
  display: none;
  column-gap: 10px;
  direction: rtl;
  grid-template-columns: repeat(4, 1fr);
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item.active {
  display: grid;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column {
  display: flex;
  flex-direction: column;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div:first-child {
  margin-bottom: 3px;
  position: relative;
  padding-right: 15px;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div:first-child::before {
  content: "";
  position: absolute;
  right: 7px;
  top: 10px;
  display: block;
  width: 2px;
  height: 14px;
  background-color: #65b145;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div:first-child .list__items {
  margin-right: 10px;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div:first-child .list__items p {
  margin: 0 !important;
  color: #8e8e8e;
  font-size: 13px;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div:first-child:not(.no-items) > a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background: url("/Portals/0/chevron-left.png") center no-repeat;
  background-size: contain;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div:first-child img {
  margin-left: 5px;
  border-radius: 5px;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div:first-child .height-fill {
  display: none;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div:first-child a, .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div:first-child span {
  display: flex;
  align-items: center;
  color: #292929;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.15;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div:first-child a:hover::after, .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div:first-child span:hover::after {
  background-image: url("/Portals/0/chevron-left-1.png");
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div {
  display: flex;
  align-items: self-start;
  padding: 3px 0;
  flex-direction: column;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div a, .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div span {
  flex-grow: 1;
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.17;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div a:hover, .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div span:hover {
  color: #2aa9e0;
}

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

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

a {
  text-decoration: none;
}
a:hover, a:focus, a:target {
  text-decoration: none;
}

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

.farashop__body {
  background-color: #fff;
}

#header {
  margin-bottom: 20px;
  position: relative;
  z-index: 99;
}

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

.header__bottom .header__bottom--container {
  box-shadow: 0px 0px 10px 10px #f3f3f3;
  background-color: #fff;
  border-radius: 15px;
  padding: 5px;
}
.header__bottom .header__bottom-search {
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}
.header__bottom .nav-menu {
  display: flex;
  align-items: center;
}
.header__bottom .header__menu .header__menu-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__bottom .header__menu .header__menu-content .logo_prod-group_menu {
  display: flex;
  align-items: center;
}
.header__bottom .header__menu .header__menu-content .logo_prod-group_menu .product-group-menu {
  display: none;
}
.header__bottom .header__menu .header__menu-content .logo_prod-group_menu .product-group-menu .product-group-menu__toggle-btn {
  display: inline-flex;
  align-items: center;
  column-gap: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 35px !important;
  cursor: pointer;
}
.header__bottom .header__menu .header__menu-content .logo_prod-group_menu .product-group-menu .product-group-menu__toggle-btn .toggle-btn__title {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 150px;
  height: 50px;
  top: 50%;
  right: 0;
  padding: 13px 10px 13px 20px;
  color: #fff;
  background-color: #2aa9e0;
  border-radius: 100vw;
  box-shadow: 0 10px 20px 0px rgba(42, 169, 224, 0.4784313725);
  font-size: 13px;
  transition: all ease-in-out 400ms;
  cursor: pointer;
  z-index: 101;
}
.header__bottom .header__menu .header__menu-content .logo_prod-group_menu .product-group-menu .product-group-menu__toggle-btn .toggle-btn__title span:first-child {
  display: flex;
  column-gap: 10px;
  padding-inline-end: 10px;
  line-height: 13px;
}
.header__bottom .header__menu .header__menu-content .logo_prod-group_menu .product-group-menu .product-group-menu__toggle-btn .toggle-btn__title span:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.4392156863);
  transform: translateY(5px);
}
.header__bottom .header__menu .header__menu-content .logo_prod-group_menu .product-group-menu .product-group-menu__toggle-btn .toggle-btn__title span:last-child {
  margin: 0 !important;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}
.header__bottom .header__menu .header__menu-content .logo_prod-group_menu .product-group-menu .product-group-menu__toggle-btn > div {
  display: none;
  position: absolute;
  width: 100%;
  top: calc(100% - 5px);
  right: 0;
  padding-top: 0;
  z-index: 14;
}
.header__bottom .header__menu .header__menu-content .logo_prod-group_menu .product-group-menu .product-group-menu__toggle-btn:hover > div {
  display: block;
}
.header__bottom .header__menu .header__menu-content .logo_prod-group_menu .menu__container {
  display: none;
}

@media (min-width: 1366px) {
  .farashop__body header .header__menu .header__menu-content .logo_prod-group_menu .product-group-menu {
    display: block !important;
  }
  .farashop__body header .header__menu .header__menu-content .logo_prod-group_menu .menu__container {
    display: block !important;
  }
  .farashop__body header .header__menu .header__menu-content .basket-preview-and-login {
    display: flex !important;
  }
  .farashop__body header .header__menu .header__menu-content .basket-preview-and-login .header__login {
    display: flex !important;
  }
  .farashop__body header .header__menu .header__menu-content .toggle-header-search-box {
    display: none !important;
  }
}
.neon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 135px;
  max-height: 51px;
  padding: 18px 10px;
  border-radius: 100vw;
  font-size: 12px;
  font-style: normal;
  color: #fff;
  transition: transform 400ms, box-shadow 400ms;
  cursor: pointer;
  height: 50px;
}
.neon-btn i {
  display: flex;
  align-items: center;
  transition: transform 600ms;
}
.neon-btn i::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 10px;
  background-color: rgba(0, 0, 0, 0.17);
}
.neon-btn div {
  transition: transform 600ms;
}
.neon-btn:hover {
  transform: translateY(-5px);
}
@media (min-width: 1199px) {
  .neon-btn:hover i, .neon-btn:hover div {
    transform: translateY(-4px);
  }
}

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

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

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

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

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

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

.DnnModule > a {
  display: none;
}

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

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

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

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

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

.raychat_frame {
  bottom: 55px !important;
}

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

.DNNAligncenter {
  text-align: right;
}

body.dnnEditState #moduleActions-4801 > ul {
  top: 65px !important;
}

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

.lg-outer {
  direction: ltr;
}
@media (max-width: 1480px) {
  .lg-outer .lg-video-cont {
    max-height: 400px;
  }
}

.clearfix.search-box__result-item {
  margin-bottom: 10px;
}

.mobile-fixed-navbar {
  display: flex;
  position: fixed;
  justify-content: space-around;
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 10px 25px 5px #ccc;
  font-size: 12px;
  z-index: 700;
}
.mobile-fixed-navbar .mobile-fixed-navbar__btn, .mobile-fixed-navbar .profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.mobile-fixed-navbar .mobile-fixed-navbar__icon {
  width: 26px;
  height: 26px;
  background-position: center;
  background-size: contain;
}
.mobile-fixed-navbar .mobile-fixed-navbar__login::before, .mobile-fixed-navbar .mobile-fixed-navbar__user::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("/Portals/_default/Skins/FaraShop/assets/img/mobile-fixed-navbar/default/profile.png");
  background-position: center;
  background-size: contain;
}
.mobile-fixed-navbar .mobile-fixed-navbar__login i, .mobile-fixed-navbar .mobile-fixed-navbar__user i {
  display: none;
}
.mobile-fixed-navbar .mobile-fixed-navbar__login span, .mobile-fixed-navbar .mobile-fixed-navbar__user span {
  display: none;
}
.mobile-fixed-navbar .mobile-fixed-navbar__user::after {
  content: "پروفایل";
  display: block;
}
.mobile-fixed-navbar .product-group-trigger__icon {
  background-image: url("/Portals/_default/Skins/FaraShop/assets/img/mobile-fixed-navbar/default/category.png");
}
.mobile-fixed-navbar .basket-trigger__icon {
  background-image: url("/Portals/_default/Skins/FaraShop/assets/img/mobile-fixed-navbar/default/bag-2.png");
}
.mobile-fixed-navbar .contact-us__icon {
  background-image: url("/Portals/_default/Skins/FaraShop/assets/img/mobile-fixed-navbar/default/call-calling.png");
}

@media (min-width: 768px) {
  .mobile-fixed-navbar {
    display: none;
  }
}
