﻿@charset "UTF-8";
/*********** Mive Online COLOR PALETTE ***********/
/*********** Mive Online COLOR PALETTE ***********/
/* 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 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: #0e76bd;
  border-radius: 4px;
  margin-left: 15px;
}
body.rtl .sidebar__box {
  position: relative;
  padding: 0 12px;
  z-index: 1500;
}
body.rtl .sidebar__box .main-logo {
  display: block;
  max-width: 85%;
  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;
}
body.rtl .sidebar__box .sidebar__product-group-title {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-top: 2px solid #efc531;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
body.rtl .sidebar__box .sidebar__product-group-title span:last-of-type {
  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: 100vh;
  top: 0;
  padding: 0 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;
}
body.rtl .sidebar__box .sidebar__container .farashop__product-group-menu {
  background-color: rgba(96, 96, 96, 0.15);
}
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;
  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 .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);
}

/*********** Mive Online COLOR PALETTE ***********/
/*********** Mive Online COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
/*********** Mive Online COLOR PALETTE ***********/
/*********** Mive Online COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
/*********** Mive Online COLOR PALETTE ***********/
/*********** Mive Online COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
.farashop__product-group-menu.wi-menu.wi-menu__theme-default > li:before {
  top: 17px;
  border-color: #0e76bd;
}
.farashop__product-group-menu.wi-menu.wi-menu__mobile .wi-menu__triangle.wi-menu__open:before {
  border-color: #0e76bd;
}
.farashop__product-group-menu.wi-menu .wi-menu__triangle::before {
  border-color: #0e76bd;
}

/*********** Mive Online COLOR PALETTE ***********/
/*********** Mive Online COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
/*********** Mive Online COLOR PALETTE ***********/
/*********** Mive Online COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
/*********** Mive Online COLOR PALETTE ***********/
/*********** Mive Online COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
.product-group-menu .farashop__mega-menu {
  border-radius: 0 0 8px 8px;
}
.product-group-menu .farashop__mega-menu .vip-menu {
  display: flex;
}
.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: 12px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
}
.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 {
  width: 20px;
  margin-left: 5px;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__main-categories .vip-menu__main-category-item.active {
  color: #0e76bd;
  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: 8px;
}
.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: "";
  display: block;
  width: 2px;
  height: 14px;
  margin-left: 8px;
  background-color: #f79322;
}
.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::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::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 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 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: center;
  padding: 4px 0;
}
.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: #0e76bd;
}

/*********** Mive Online COLOR PALETTE ***********/
/*********** Mive Online COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
/*********** Mive Online COLOR PALETTE ***********/
/*********** Mive Online COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/IRANYekan/Woff/IRANYekanXFaNum-Bold.woff") format("woff"), url("/fonts/IRANYekan/woff2/IRANYekanXFaNum-Bold.woff2") format("woff2"), url("/fonts/IRANYekan/IRANYekanXFaNum-Bold.ttf") format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/IRANYekan/Woff/IRANYekanXFaNum-Regular.woff") format("woff"), url("/fonts/IRANYekan/woff2/IRANYekanXFaNum-Regular.woff2") format("woff2"), url("/fonts/IRANYekan/IRANYekanXFaNum-Regular.ttf") format("truetype");
}
body {
  background-color: #fff;
  font-family: IRANYekan, tahoma !important;
  font-size: 14px;
  user-select: text !important;
  font-display: swap;
  overflow-x: hidden;
  /*scroll bar*/
  /*end of scroll bar*/
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-thumb {
  background-color: #292929;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #5d5d5d;
}
body > .lg-container.lg-show {
  direction: ltr !important;
}

a {
  text-decoration: none !important;
}

.farashop__body header {
  background-color: #fff;
  box-shadow: 0px -1px 20px 4px rgba(207, 207, 207, 0.6196078431);
  top: -78px;
  transition: top 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .farashop__body header.header--fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 55px;
  }
  .farashop__body header.header--fixed .header__middle {
    padding: 1px 0;
  }
  .farashop__body header.header--fixed .header__middle .header-middle__container {
    position: relative;
  }
  .farashop__body header.header--fixed .header__middle .header__middle-content {
    position: relative;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .farashop__body header.header--fixed .header__middle .header__middle-content .login-wrapper {
    column-gap: 5px;
  }
}
@media (min-width: 768px) {
  .farashop__body header.header--fixed .header__middle .header__middle-content .login-wrapper .header__middle__login {
    outline: unset !important;
    font-size: 0;
    padding: 15px 0;
  }
  .farashop__body header.header--fixed .header__middle .header__middle-content .login-wrapper .header__middle__login span:first-child {
    display: none;
  }
  .farashop__body header.header--fixed .header__middle .header__middle-content .login-wrapper .header__middle__user {
    outline: unset !important;
    font-size: 0;
    padding: 15px 0;
  }
  .farashop__body header.header--fixed .header__bottom {
    padding: 0 !important;
  }
  .farashop__body header.header--fixed .header__bottom .header-bottom__container {
    position: relative;
  }
  .farashop__body header.header--fixed .header__bottom .header__bottom__desktop-content .product-group-menu .product-group-menu__toggle-btn > div {
    width: 840px;
    padding-top: 20px;
    top: 27px !important;
  }
  .farashop__body header.header--fixed .header__bottom > div:first-child {
    position: relative;
  }
  .farashop__body header.header--fixed .header__bottom nav .main-menu > li > ul {
    top: 94%;
  }
  .farashop__body header.header--fixed .header__bottom .header__bottom__desktop-content {
    position: absolute;
    top: -57px;
    right: 170px;
  }
  .farashop__body header.header--fixed .header__bottom .header__bottom__desktop-content .more-items-in-menu {
    display: none;
  }
  .farashop__body header.header--fixed .header__search-box-wrapper {
    position: absolute;
    top: 5px;
    left: 80px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .farashop__body header.header--fixed .header__search-box-wrapper .header__search-box {
    width: 190px;
    padding: 10px 20px;
  }
  .farashop__body header.header--fixed .header__search-box-wrapper .header__search-box .search-box__result {
    position: absolute;
    width: 560px;
    right: -115%;
    top: 100%;
    overflow: hidden;
    z-index: 800;
  }
}
@media (min-width: 768px) {
  .farashop__body header.header--fixed .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__main-categories {
    width: 300px;
    height: 500px;
  }
  .farashop__body header.header--fixed .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories {
    width: 100%;
    height: 500px;
    overflow: auto;
  }
}
.farashop__body header .header__middle {
  padding: 0 0 13px;
  margin: 0 16px;
}
.farashop__body header .header__middle .header__middle-content {
  display: flex;
  justify-content: space-between;
}
.farashop__body header .header__middle .header__middle-content .logo-wrapper {
  display: flex;
}
.farashop__body header .header__middle .header__middle-content .logo-wrapper a {
  display: flex;
  align-items: center;
}
.farashop__body header .header__middle .header__middle-content .logo-wrapper a .main-logo {
  width: 150px;
  height: 47px;
  transform: translateY(7px);
}
.farashop__body header .header__middle .header__middle-content .login-wrapper {
  position: relative;
  display: flex;
  align-items: baseline;
  column-gap: 28px;
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .link-to-contact-us-page {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .link-to-contact-us-page i {
  font-size: 25px;
  color: #0e76bd;
  height: 30px;
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .link-to-contact-us-page::after {
  content: "تماس با ما";
  display: block;
  color: #838892;
  font-size: 10px;
  font-weight: 400;
  z-index: 1;
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .basket-preview-cn {
  position: relative;
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .basket-preview-cn .js__toggle-basket {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .basket-preview-cn .toggle-basket::after {
  content: "سبد خرید";
  display: block;
  color: #838892;
  font-size: 10px;
  font-weight: 400;
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__login {
  display: flex;
  color: #000;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__login {
    flex-direction: column;
    gap: normal;
    font-size: 0;
  }
  .farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__login::before {
    height: 40px;
  }
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__login::before {
  content: "\f090";
  display: inline-block;
  font-family: FontAwesome;
  height: auto;
  font-size: 22px;
  color: #0e76bd;
  transform: rotate(180deg);
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__login::after {
  content: "ورود";
  display: block;
  color: #838892;
  font-size: 10px;
  font-weight: 400;
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__login span {
  display: none;
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__user {
  position: relative;
  display: flex;
  color: #000;
}
@media (max-width: 768px) {
  .farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__user {
    font-size: 0;
  }
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__user::before {
  content: "\f007";
  font-family: FontAwesome;
  color: #0e76bd;
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  margin-left: 12px;
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__user span {
  display: none;
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__user::after {
  content: "نمایه کاربری";
  display: block;
  position: absolute;
  width: 165%;
  top: calc(100% + 11px);
  left: 50%;
  transform: translateX(-50%);
  color: #838892;
  font-size: 10px;
  font-weight: 400;
  z-index: 1;
}
.farashop__body header .header__bottom {
  position: relative;
  min-height: 25px;
  padding: 5px 0;
  margin: 0 16px;
  border-top: 1px solid #ccc;
}
.farashop__body header .header__bottom .sociallinks {
  position: relative;
}
.farashop__body header .header__bottom .sociallinks:before {
  content: "";
  position: absolute;
  top: 4px;
  height: 30px;
  width: 2px;
  right: 0px;
  background: #f4f4f4;
}
.farashop__body header .header__bottom .sociallinks::after {
  content: "";
  position: absolute;
  top: 4px;
  height: 30px;
  width: 2px;
  left: -25px;
  background: #f4f4f4;
}
.farashop__body header .header__bottom .header__bottom__desktop-content {
  display: none;
  position: relative;
}
.farashop__body header .header__bottom .header__bottom__desktop-content .product-group-menu, .farashop__body header .header__bottom .header__bottom__desktop-content .menu__container, .farashop__body header .header__bottom .header__bottom__desktop-content .more-items-in-menu {
  display: flex;
  justify-items: center;
  align-items: center;
}
.farashop__body header .header__bottom .header__bottom__desktop-content .more-items-in-menu {
  gap: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.farashop__body header .header__bottom .header__bottom__desktop-content .menu__container .main-menu {
  height: 25px;
  padding: 0;
}
.farashop__body header .header__bottom .header__bottom__desktop-content .product-group-menu .product-group-menu__toggle-btn {
  display: inline-flex;
  align-items: center;
  column-gap: 12px;
  cursor: pointer;
  padding: 15px 0;
}
.farashop__body header .header__bottom .header__bottom__desktop-content .product-group-menu .product-group-menu__toggle-btn i {
  color: #f79322;
  font-weight: 700;
  transition: transform 400ms;
}
.farashop__body header .header__bottom .header__bottom__desktop-content .product-group-menu .product-group-menu__toggle-btn > span {
  font-size: 13px;
  color: #6c6c6c;
  font-weight: 600;
}
.farashop__body header .header__bottom .header__bottom__desktop-content .product-group-menu .product-group-menu__toggle-btn > div {
  display: none;
  position: absolute;
  width: 100%;
  top: 50px;
  right: 0;
  padding-top: 5px;
  z-index: 14;
}
.farashop__body header .header__bottom .header__bottom__desktop-content .product-group-menu .product-group-menu__toggle-btn:hover > div {
  display: block;
}
.farashop__body header .header__bottom .header__bottom__desktop-content .product-group-menu .product-group-menu__toggle-btn:hover i {
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.farashop__body header .header__bottom .header__bottom__desktop-content .product-group-menu::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  margin: 0 15px;
  background-color: #d6d7db;
}
.farashop__body header .header__bottom .header__bottom__mobile-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.farashop__body header .header__bottom .header__bottom__mobile-content .toggle-sidebar {
  padding: 5px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 98;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.farashop__body header .header__bottom .header__bottom__mobile-content .toggle-sidebar i {
  font-size: 25px;
  color: #0e76bd;
}
.farashop__body header .header__bottom .header__bottom__mobile-content .toggle-sidebar::after {
  content: "دسته بندی محصولات ها";
  display: block;
  color: #838892;
  font-size: 12px;
  font-weight: 400;
  z-index: 1;
}
.farashop__body header .header__bottom .header__bottom__mobile-content .toggle-header-search-box {
  display: flex;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}
.farashop__body header .header__bottom .header__bottom__mobile-content .toggle-header-search-box i {
  font-size: 25px;
  color: #0e76bd;
}
.farashop__body header .header__bottom .header__bottom__mobile-content .toggle-header-search-box::after {
  content: "جستجو";
  display: block;
  position: absolute;
  width: 40px;
  top: 50%;
  left: calc(100% + 5px);
  transform: translateY(-50%);
  color: #838892;
  font-size: 12px;
  font-weight: 400;
  z-index: 1;
}
.farashop__body .pagination {
  margin: 20px 0;
}
.farashop__body .section-two {
  margin-top: 35px;
}
.farashop__body .section-two .cpl__simplee-template {
  margin: 60px 0;
}
.farashop__body .section-two .banners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .farashop__body .section-two .banners {
    flex-direction: column;
  }
}
.farashop__body .section-two .banners img {
  border-radius: 25px;
  width: 100%;
  height: auto;
}
.farashop__body .section-three {
  padding: 40px 0 30px;
}
.farashop__body .section-five {
  padding: 30px 0;
}
.farashop__body .section-five .section-five-top__pane {
  margin-bottom: 25px;
}
.farashop__footer {
  height: auto;
  padding: 0;
  margin-top: 40px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #F8F7F7;
}
@media (max-width: 768px) {
  .farashop__footer {
    padding-bottom: 80px;
  }
}
.farashop__footer hr {
  width: 100%;
  height: 2px;
  margin: 0;
  background-color: #dddddd;
  border: none;
  opacity: 1;
}
.farashop__footer .footer-section-one {
  justify-content: space-between;
  row-gap: 42px;
  padding-top: 45px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .farashop__footer .footer-section-one {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}
.farashop__footer .footer-section-one #dnn_FooterSectionOneFirstPane {
  text-align: center;
}
.farashop__footer .footer-section-one .footer__phone-number {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.farashop__footer .footer-section-one .footer__phone-number p {
  margin-bottom: 0 !important;
}
.farashop__footer .footer-section-one .footer__phone-number i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #ff9c00;
  border-radius: 50% 45% 0 45%;
  font-size: 28px;
  bottom: 0px;
}
.farashop__footer .footer-section-two {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .farashop__footer .footer-section-two {
    flex-direction: column;
    justify-content: center;
  }
}
.farashop__footer .footer-section-two .fdesign7500-container__footer-pane {
  text-align: right;
}
@media (max-width: 768px) {
  .farashop__footer .footer-section-two .fdesign7500-container__footer-pane {
    text-align: center;
  }
}
.farashop__footer .footer-section-two .footer__copyright {
  color: #000;
  font-size: 15px;
}
.farashop__footer .footer-section-two .footer__copyright .copyright-texts, .farashop__footer .footer-section-two .footer__copyright .copyright-texts * {
  font-size: 12px;
  font-family: IRANYekan;
  color: rgb(117, 117, 117);
  font-weight: 600;
}
.farashop__footer .footer-section-two .footer__copyright a {
  color: inherit;
  transition: all 0.3s;
}
.farashop__footer .footer-section-two .footer__copyright a:hover {
  color: cornflowerblue;
}
.farashop__footer .footer-section-two .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.farashop .farashop__container.container__right-pane {
  margin-bottom: 15px;
}
.farashop .farashop__container.container__right-pane > h2,
.farashop .farashop__container.container__right-pane > span {
  background-color: #12a8db;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 6px;
  margin-bottom: 12px;
  text-indent: 10px;
  display: block;
}
.farashop .farashop__container.container__footer-pane > h2,
.farashop .farashop__container.container__footer-pane > span {
  font-size: 15px;
  font-weight: 100;
  color: #fff;
  border-bottom: 1px solid rgb(240.86, 238.84, 238.84);
  box-shadow: 0 1px 0 white;
  padding-bottom: 12px;
  margin-bottom: 12px;
  display: block;
}
.farashop .farashop__container.container__content-pane > h2,
.farashop .farashop__container.container__content-pane > span {
  display: block;
  margin-bottom: 30px;
}
.farashop .farashop__container.container__content-pane > h2 > span,
.farashop .farashop__container.container__content-pane > span > span {
  border-bottom: 1px solid #f7992d;
  display: inline-block;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .farashop .farashop__breadcrumb, .farashop breadcrumb__container {
    margin-top: 6px;
    margin-bottom: 0;
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .farashop .breadcrumb {
    width: max-content;
  }
}
.farashop .breadcrumb a, .farashop .breadcrumb span {
  color: #000;
}
.farashop .breadcrumb li:last-child > a span {
  color: #777;
}
.farashop #farashop__search-result .product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.farashop .e-namad {
  margin-bottom: 15px;
}

.login-skin__container {
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-position: unset !important;
  background-size: cover !important;
  justify-content: space-around;
}
.login-skin__container .loginContent {
  color: #000;
}
.login-skin__container label {
  color: #000;
}
.login-skin__container .dnnLeft div {
  color: #bdbdbd;
}
.login-skin__container .contents__container {
  position: absolute;
  width: 100%;
  right: 35px;
  border-radius: 15px;
}
.login-skin__container .LoginPanel {
  padding-left: 0px;
}
.login-skin__container .dnnLabel {
  padding-left: 0px;
}
.login-skin__container .site-brand__container {
  margin-bottom: 32px;
  margin-right: 15%;
}
.login-skin__container .navbar-brand {
  float: none;
}
.login-skin__container .navbar-brand img {
  margin: auto;
}
.login-skin__container mark, .login-skin__container .mark {
  background-color: unset !important;
}

.farashop .farashop__custom-login .btn-back {
  position: relative;
}

.login-skin__container .farashop__custom-login {
  width: 40%;
  margin: 0 auto;
}
.login-skin__container .farashop__custom-login .btn-back {
  position: relative;
}

.toast-message {
  color: #000;
}

.mobile-fixed-navbar {
  display: flex;
  position: fixed;
  justify-content: space-around;
  width: 100%;
  height: 80px;
  bottom: 3px;
  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, .mobile-fixed-navbar .mobile-fixed-navbar__user {
  font-size: 0;
}
.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/Fdesign7500/assets/img/mobile-fixed-navbar/default/profile.png");
  background-position: center;
  background-size: contain;
}
.mobile-fixed-navbar .mobile-fixed-navbar__login span, .mobile-fixed-navbar .mobile-fixed-navbar__user span {
  display: none;
}
.mobile-fixed-navbar .mobile-fixed-navbar__login::after {
  content: "ورود";
  display: block;
  font-size: 10px;
}
.mobile-fixed-navbar .mobile-fixed-navbar__user::after {
  content: "پروفایل";
  display: block;
  font-size: 10px;
}
.mobile-fixed-navbar .product-group-trigger__icon {
  background-image: url("/Portals/_default/Skins/Fdesign7500/assets/img/mobile-fixed-navbar/default/category.png");
}
.mobile-fixed-navbar .product-group-trigger.active .product-group-trigger__icon {
  background-image: url("/Portals/_default/Skins/Fdesign7500/assets/img/mobile-fixed-navbar/active/category.png");
}
.mobile-fixed-navbar .basket-trigger__icon {
  background-image: url("/Portals/_default/Skins/Fdesign7500/assets/img/mobile-fixed-navbar/default/bag-2.png");
}
.mobile-fixed-navbar .basket-trigger.active .basket-trigger__icon {
  background-image: url("/Portals/_default/Skins/Fdesign7500/assets/img/mobile-fixed-navbar/active/bag-2.png");
}
.mobile-fixed-navbar .contact-us__icon {
  background-image: url("/Portals/_default/Skins/Fdesign7500/assets/img/mobile-fixed-navbar/default/call-calling.png");
}

@media (min-width: 768px) {
  .mobile-fixed-navbar {
    display: none;
  }
}
@media (min-width: 992px) {
  .farashop #farashop__search-result .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .farashop__body header .header__middle {
    padding: 16px 0;
    margin: 0;
  }
  .farashop__body header .header__middle .header__middle-content .logo-wrapper {
    column-gap: 24px;
  }
  .farashop__body header .header__middle .header__middle-content .logo-wrapper a .main-logo {
    transform: initial;
  }
  .farashop__body header .header__middle .header__middle-content .login-wrapper {
    column-gap: 24px;
  }
  .farashop__body header .header__middle .header__middle-content .login-wrapper .link-to-contact-us-page {
    display: none;
  }
  .farashop__body header .header__middle .header__middle-content .login-wrapper .basket-preview-cn .toggle-basket::after {
    display: none;
  }
  .farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__login {
    display: flex;
    padding: 12px 30px;
    color: #3f3f3f;
    outline: 1px solid #000 !important;
    border-radius: 16px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
  }
  .farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__login span {
    font-weight: bold;
  }
  .farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__login span:first-child {
    display: flex;
  }
  .farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__login span:first-child:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 15px;
    margin: 5px 12px 5px 5px;
    background-color: #000;
  }
  .farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__login span:last-child {
    display: block;
  }
  .farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__login::after {
    display: none;
  }
  .farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__user {
    padding: 15px;
    outline: 1px solid #000 !important;
    border-radius: 16px;
    font-size: 16px;
    line-height: 25px;
  }
  .farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__user span {
    display: block;
  }
  .farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__user::after {
    display: none;
  }
  .farashop__body header .header__middle .header__middle-content .login-wrapper .toggle-sidebar {
    display: none;
  }
  .farashop__body header .header__bottom {
    display: block;
    padding: 10px 10px 17px;
    border-top: none;
  }
  .farashop__body header .header__bottom .header__bottom__desktop-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .farashop__body header .header__bottom .header__bottom__desktop-content .desktop-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .farashop__body header .header__bottom .header__bottom__mobile-content {
    display: none;
  }
  .farashop #farashop__search-result .product-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1400px) {
  .farashop__body header .header__middle .header__middle-content .logo-wrapper {
    column-gap: 58px;
  }
  .farashop #farashop__search-result .product-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 991px) {
  #dnn_ProductGroupMenu_pnlSimpleMenu {
    display: none;
  }
  .fancybox-nav span {
    visibility: visible !important;
  }
  .login-skin__container {
    display: block;
  }
  .login-skin__container .farashop__custom-login {
    width: 96%;
  }
  .login-skin__container .contents__container, .login-skin__container .dnnSendPassword {
    background-color: unset;
    width: 100%;
  }
  .login-skin__container .dnnFormItem > span.dnnFormLabel {
    width: 0%;
  }
  section, footer {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.continer--news {
  border: 2px solid #eaebed;
  padding: 15px 30px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.continer--news .title--news {
  position: relative;
}
.continer--news .title--news:after {
  content: "";
  position: absolute;
  background-color: #e4e4e4;
  height: 1px;
  width: 94%;
  top: 33px;
  margin-right: 7px;
  right: 0;
}

.footer--logo {
  text-align: right;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.footer--logo img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .login-skin__container .contents__container {
    position: unset;
    padding: 40px 0;
  }
  .footer--logo {
    text-align: center;
  }
  .farashop__aside {
    padding: 5px 15px;
  }
  .farafeedbackform-cn .form-horizontal {
    padding: 0 15px;
  }
}
