﻿@charset "UTF-8";
/*********** KALA SANATI COLOR PALETTE ***********/
/*********** KALA SANATI 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,
body.rtl .jconfirm .wi-menu.wi-menu__theme-default a,
body.rtl .sidebar__container .wi-menu.wi-menu__theme-default a {
  font-size: 14px;
  font-weight: 600;
  text-indent: 0px;
  margin-bottom: 2px !important;
  margin-top: 2px !important;
  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: #008b8b;
  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;
}
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: 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;
  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);
}

/*********** KALA SANATI COLOR PALETTE ***********/
/*********** KALA SANATI COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
/*********** KALA SANATI COLOR PALETTE ***********/
/*********** KALA SANATI COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
/*********** KALA SANATI COLOR PALETTE ***********/
/*********** KALA SANATI COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
.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: #008b8b;
}

/*********** KALA SANATI COLOR PALETTE ***********/
/*********** KALA SANATI COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
/*********** KALA SANATI COLOR PALETTE ***********/
/*********** KALA SANATI 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;
  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: 23px;
}
.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;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__main-categories .vip-menu__main-category-item.active {
  color: #008b8b;
  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(3, 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;
}
.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: #e8e9eb;
}
.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: 3px 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: #008b8b;
}

/*********** KALA SANATI COLOR PALETTE ***********/
/*********** KALA SANATI COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
/*********** KALA SANATI COLOR PALETTE ***********/
/*********** KALA SANATI 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");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/IRANSansX/Woff/IRANSansXFaNum-Bold.woff") format("woff"), url("/fonts/IRANSansX/Woff2/IRANSansXFaNum-Bold.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/IRANSansX/Woff/IRANSansXFaNum-Regular.woff") format("woff"), url("/fonts/IRANSansX/Woff2/IRANSansXFaNum-Regular.woff2") format("woff2");
}
body {
  background-color: #fefefe;
  font-family: IRANYekan, tahoma !important;
  font-size: 14px;
  user-select: text !important;
  font-display: swap;
  /*scroll bar*/
  /*end of scroll bar*/
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #b0b0b0;
}
body::-webkit-scrollbar-thumb {
  background-color: #292929;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #5d5d5d;
}

a {
  text-decoration: none !important;
}

.farashop__body {
  min-height: 60%;
}
.farashop__body .header__container {
  min-height: 130px;
}
@media (max-width: 768px) {
  .farashop__body .header__container {
    min-height: 115px;
  }
}
.farashop__body .header--menu {
  position: relative;
  z-index: 11;
}
.farashop__body .header--menu.header--fixed {
  position: fixed;
  animation: apear-from-top 300ms forwards;
  width: 100%;
}
.farashop__body .header--menu.header--fixed .header__bottom {
  min-height: 0;
}
.farashop__body .header--menu.header--fixed .header__bottom .header__menu {
  padding: 0;
}
.farashop__body header {
  background-color: #fdfcfc;
}
@media (min-width: 768px) {
  .farashop__body header.header--fixed .farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow:after {
    left: 0px !important;
  }
  .farashop__body header.header--fixed .header__middle {
    padding: 5px 5px 0px;
  }
  .farashop__body header.header--fixed .header__middle .header-middle__container {
    position: relative;
  }
  .farashop__body header.header--fixed .header__middle .header__middle-content {
    position: relative;
  }
  .farashop__body header.header--fixed .header__middle .header__middle-content .logo-wrapper a .main-logo {
    width: 210px;
    height: 55px;
  }
}
@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: 10px 0 15px;
  }
  .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 .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;
  }
  .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: -80px;
    right: 170px;
  }
  .farashop__body header.header--fixed .header__bottom .product-group-menu {
    position: absolute;
    top: -45px;
    right: 200px;
    width: 65%;
  }
  .farashop__body header.header--fixed .header__bottom .menu__container {
    position: absolute;
    top: -45px;
    right: 355px;
    width: 50%;
  }
  .farashop__body header.header--fixed .header__bottom .menu__container > div:first-child {
    width: 100%;
  }
  .farashop__body header.header--fixed .header__bottom .menu__container > div:last-child {
    width: 0px;
  }
  .farashop__body header.header--fixed .header__bottom .col-md-3 {
    display: none;
  }
  .farashop__body header.header--fixed .header__bottom .saveBtn {
    display: none;
  }
  .farashop__body header.header--fixed .header__bottom .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__main-categories {
    width: 300px;
    height: 500px;
  }
  .farashop__body header.header--fixed .header__bottom .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories {
    width: 100%;
    height: 500px;
    overflow: auto;
  }
  .farashop__body header.header--fixed .header__search-box-wrapper {
    position: absolute;
    top: 5px;
    left: 85px;
  }
}
@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: -150%;
    top: 100%;
    overflow: hidden;
    z-index: 800;
  }
}
.farashop__body header .header__middle {
  margin: 0 16px;
  padding: 15px 40px 10px;
}
@media (max-width: 768px) {
  .farashop__body header .header__middle {
    padding: 6px 0 4px;
  }
}
.farashop__body header .header__middle .header__middle-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.farashop__body header .header__middle .header__middle-content .logo-wrapper {
  display: flex;
  align-items: center;
}
.farashop__body header .header__middle .header__middle-content .logo-wrapper a {
  display: flex;
  align-items: center;
  margin: 0 0;
}
.farashop__body header .header__middle .header__middle-content .logo-wrapper a .main-logo {
  width: 267px;
  height: 74px;
}
@media (max-width: 768px) {
  .farashop__body header .header__middle .header__middle-content .logo-wrapper a .main-logo {
    width: 198px;
    height: 55px;
  }
}
.farashop__body header .header__middle .header__middle-content .login-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 28px;
}
@media (max-width: 768px) {
  .farashop__body header .header__middle .header__middle-content .login-wrapper {
    flex-basis: 35%;
    justify-content: end;
  }
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .link-to-contact-us-page {
  position: relative;
}
@media (max-width: 768px) {
  .farashop__body header .header__middle .header__middle-content .login-wrapper .link-to-contact-us-page {
    flex: 1;
  }
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .link-to-contact-us-page::after {
  content: "تماس با ما";
  display: block;
  position: absolute;
  width: 200%;
  top: calc(100% + 7px);
  left: 50%;
  transform: translateX(-50%);
  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;
  margin-top: 0;
}
@media (max-width: 768px) {
  .farashop__body header .header__middle .header__middle-content .login-wrapper .basket-preview-cn {
    margin-top: 0;
  }
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .basket-preview-cn .toggle-basket::after {
  content: "سبد خرید";
  display: block;
  position: absolute;
  width: 185%;
  top: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  color: #838892;
  font-size: 10px;
  font-weight: 400;
  z-index: 1;
}
@media (max-width: 768px) {
  .farashop__body header .header__middle .header__middle-content .login-wrapper .basket-preview-cn .toggle-basket::after {
    top: calc(100% + 0px);
  }
}
.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: 27px !important;
  }
}
.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: #008b8b;
  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;
}
@media (max-width: 768px) {
  .farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__login::after {
    top: calc(75% + 0px);
    position: absolute;
  }
}
.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;
}
.farashop__body header .header__middle .header__middle-content .login-wrapper .header__middle__user::before {
  content: "\f2c0";
  font-family: FontAwesome;
  display: inline-block;
  width: 24px;
  font-size: 19px;
  margin-left: 12px;
  color: #008b8b;
  font-weight: 600;
}
.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(75% + 7px);
  left: 50%;
  transform: translateX(-50%);
  color: #838892;
  font-size: 10px;
  font-weight: 400;
  z-index: 1;
}
.farashop__body header .header__bottom {
  min-height: 25px;
  padding: 5px 54px 0;
  border-top: 1px solid #ccc;
  background: #fff;
}
@media (max-width: 768px) {
  .farashop__body header .header__bottom {
    padding: 5px 10px 8px;
  }
}
.farashop__body header .header__bottom .header__menu {
  top: 0;
  padding: 10px 0 8px;
  z-index: 11;
}
.farashop__body header .header__bottom .header__menu .header__menu-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .toggle-header-search-box {
  position: absolute;
  width: calc(100% - 20px);
  height: 30px;
  left: 10px;
  align-content: center;
  padding: 0 14px;
  color: rgba(0, 0, 0, 0.2784313725);
  background-color: #F9F9F8;
  border-radius: 10px;
  text-align: end;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .logo_prod-group_menu {
  display: flex;
  align-items: center;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .logo_prod-group_menu .product-group-menu {
  display: none;
  height: 25px;
}
.farashop__body header .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;
  padding-bottom: 22px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  cursor: pointer;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .logo_prod-group_menu .product-group-menu .product-group-menu__toggle-btn .toggle-btn__title {
  position: relative;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .logo_prod-group_menu .product-group-menu .product-group-menu__toggle-btn .toggle-btn__title::after {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  top: 0;
  left: -15px;
  color: #008b8b;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .logo_prod-group_menu .product-group-menu .product-group-menu__toggle-btn .toggle-btn__title:before {
  content: "";
  border-left: 1px solid #ececec;
  height: 23px;
  position: absolute;
  top: -3px;
  left: -24px;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .logo_prod-group_menu .product-group-menu .product-group-menu__toggle-btn .toggle-btn__title span {
  color: #000;
  font-size: 15px;
}
.farashop__body header .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: 100%;
  right: 0;
  padding-top: 0;
  z-index: 14;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .logo_prod-group_menu .product-group-menu .product-group-menu__toggle-btn:hover > div {
  display: block;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .logo_prod-group_menu .menu__container {
  display: none;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .basket-preview-and-login .header__login {
  display: none;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .basket-preview-cn {
  position: relative;
  margin-inline-end: 16px;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .header__login {
  position: relative;
  align-items: center;
  padding: 3px 24px;
  color: #fff;
  background-color: #203B64;
  border-radius: 100vw;
  font-size: 14px;
  font-weight: 700;
  line-height: 29px;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .header__login::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 12px;
  margin-left: 12px;
  background: url(/Portals/0/arrow-right.svg) no-repeat center;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .header__login span:first-child {
  display: flex;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .header__login span:first-child:after {
  content: "/";
  display: inline-block;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .header__login span:last-child {
  display: block;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .header__login::after {
  display: none;
}
.farashop__body header .header__bottom .header__menu .header__menu-content .header__user {
  display: flex;
  position: relative;
  align-items: center;
  padding: 3px 24px;
  color: #fff;
  background-color: #203B64;
  border-radius: 100vw;
  font-size: 14px;
  font-weight: 700;
  line-height: 29px;
}
.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 {
  position: relative;
  padding: 5px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 98;
}
.farashop__body header .header__bottom .header__bottom__mobile-content .toggle-sidebar::after {
  content: "دسته بندی محصولات";
  display: block;
  position: absolute;
  width: 110px;
  top: 50%;
  right: calc(100% + 5px);
  transform: translateY(-50%);
  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::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.special-pattern > section {
  background: url(/Portals/0/Images/pattern.jpg) repeat center center;
  padding-top: 55px;
}
.farashop__body .section-two {
  margin-top: 30px;
}
.farashop__body .section-two .contact-form-pane-cn {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 0 16px;
  margin-top: 80px;
}
.farashop__body .section-two .contact-form-pane-cn .contact-form-pane {
  width: 100%;
}

@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;
  }
}
.farashop__footer {
  height: auto;
  padding: 0;
  margin-top: 32px;
  color: #fff;
  background-color: #F8F7F7;
}
@media (max-width: 768px) {
  .farashop__footer {
    margin-top: 0;
  }
}
.farashop__footer hr {
  width: 100%;
  height: 1px;
  margin: 0;
  background-color: #D6D7DB;
  border: none;
  opacity: 1;
}
.farashop__footer .footer-section-one {
  justify-content: space-between;
  row-gap: 42px;
  padding-top: 25px;
  margin-bottom: 10px;
}
.farashop__footer .footer-section-one .weAreBesideYou {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.farashop__footer .footer-section-one .weAreBesideYou .weAreBesideYou__text p:first-of-type {
  margin-bottom: 12px;
  color: #1D222C;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
}
.farashop__footer .footer-section-one .weAreBesideYou .weAreBesideYou__text p:nth-of-type(2) {
  margin-bottom: 0;
  color: #59616D;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 19.84px;
}
.farashop__footer .footer-section-one .phone-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 6px;
  height: 96px;
  padding-left: 16px;
  border-left: 10px solid #A6D5EF;
  text-align: end;
}
.farashop__footer .footer-section-one .phone-numbers p {
  margin: 0;
}
.farashop__footer .footer-section-one .phone-numbers p:first-of-type {
  display: flex;
  justify-content: end;
  column-gap: 12px;
  color: #303949;
  font-size: 18px;
  font-weight: 700;
  line-height: 38.75px;
}
.farashop__footer .footer-section-one .phone-numbers p:nth-of-type(2) {
  color: #59616D;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.8px;
}
.farashop__footer .footer-section-two, .farashop__footer .footer-section-three {
  margin-right: -8px;
  margin-left: -8px;
}
.farashop__footer .footer-section-two {
  margin-top: 42px;
  margin-bottom: 42px;
}
.farashop__footer .footer-section-three {
  align-items: center;
  margin-top: 42px;
  margin-bottom: 96px;
}
.farashop__footer .footer-section-four {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .farashop__footer .footer-section-four {
    margin-top: 0;
    margin-bottom: 80px;
  }
}
.farashop__footer .footer-section-four .footer__section-four-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  color: #5d5d5d;
  font-size: 12px;
  font-weight: 600;
  line-height: 24.8px;
}
.farashop__footer .footer-section-four .footer__section-four-content .footer__copyright {
  text-align: center;
}
.farashop__footer .footer-section-four .footer__section-four-content a {
  color: #5d5d5d;
}
@media (min-width: 1200px) {
  .farashop__footer .footer-section-four .footer__section-four-content {
    flex-direction: row;
    justify-content: space-between;
    gap: initial;
  }
  .farashop__footer .footer-section-four .footer__section-four-content .footer__copyright {
    text-align: start;
  }
}

.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 {
  border-bottom: 1px solid #a0a0a0;
  display: block;
}
.farashop .farashop__container.container__content-pane > h2 > span,
.farashop .farashop__container.container__content-pane > span > span {
  border-bottom: 2px solid #ff733f;
  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;
  font-size: 13px;
}
.farashop .breadcrumb li:last-child > a {
  color: #111;
}
.farashop #farashop__search-result .product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .farashop #farashop__search-result .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 5px;
  }
}
.farashop .e-namad {
  margin-bottom: 15px;
}

.farashop-home .header__container {
  padding-bottom: 0 !important;
}

.ls-container, .ls-container * {
  border-radius: 15px !important;
}

.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: 50%;
  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: 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/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__user::after {
  content: "پروفایل";
  display: block;
}
.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 .basket-trigger__icon {
  background-image: url("/Portals/_default/Skins/Fdesign7500/assets/img/mobile-fixed-navbar/default/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");
}

.section-four {
  padding: 20px 0 0;
  background: #fff;
  margin-top: 0;
}
@media (max-width: 768px) {
  .section-four {
    padding: 10px 0;
    margin-top: 10px;
  }
}

.section-five {
  padding: 30px 0;
  background: #fff;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .section-five {
    padding: 25px 15px;
    margin-top: 10px;
  }
}
@media (min-width: 120px) {
  .section-five .col-xl-5 {
    padding-right: 50px;
  }
  .section-five .col-xl-4 {
    padding: 0;
  }
}

.section-five .img-about img {
  border-radius: 40px 40px 40px 0;
  max-width: 100%;
}

@media (min-width: 430px) {
  .farashop__body .section-two .contact-form-pane-cn .contact-form-pane {
    width: 398px;
  }
  .farashop__footer .footer-section-one .phone-numbers p:first-of-type {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .mobile-fixed-navbar {
    display: none;
  }
}
@media (min-width: 992px) {
  .farashop__body .section-two .contact-form-pane-cn {
    flex-direction: row;
    justify-content: space-between;
    align-items: initial;
  }
  .farashop__body .section-two .contact-form-pane-cn .contact-form-pane {
    width: 461px;
  }
  .farashop__footer .footer-section-one .phone-numbers {
    text-align: start;
  }
  .farashop #farashop__search-result .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .farashop__body header .menuPortal {
    background: #008b8b;
  }
  .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: #3b3b3b;
    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;
    border-top: none;
    padding-top: 7px;
    position: relative;
    transition: all 0.2s ease-in-out;
    margin-top: 0;
  }
  .farashop__body header .header__bottom .phone-icon-sp {
    text-align: left;
  }
  .farashop__body header .header__bottom .phone-icon-sp img {
    margin: 0 10px;
  }
  .farashop__body header .header__bottom .header__menu-content > div:last-child .contact-us_pane {
    width: 47%;
    float: left;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #e4e4e4;
    padding: 5px 0 0;
  }
  .farashop__body header .header__bottom .header__menu-content > div:last-child .contact-us_pane p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
  }
  .farashop__body header .header__bottom .header__menu-content > div:last-child .social_pane {
    width: 39%;
    float: left;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #e4e4e4;
  }
  .farashop__body header .header__bottom .header__menu-content > div:last-child .social_pane .sociallinks ul li {
    margin-left: 3px;
    width: 23px;
    height: 20px;
    line-height: 20px;
  }
  .farashop__body header .header__bottom .header__menu-content > div:last-child .social_pane .sociallinks ul li i {
    color: #000;
    font-size: 17px;
    vertical-align: middle;
  }
  .farashop__body header .header__bottom .toggle-sidebar {
    display: none;
  }
  .farashop__body header .header__bottom .header__bottom__desktop-content {
    display: flex;
    justify-content: space-between;
  }
  .farashop__body header .header__bottom .header__bottom__desktop-content > div:first-child {
    width: 87%;
  }
  .farashop__body header .header__bottom .header__bottom__desktop-content > div:last-child {
    width: 13%;
  }
  .farashop__body header .header__bottom .header__bottom__mobile-content {
    display: none;
  }
  .farashop__body .section-two .contact-form-pane-cn {
    flex-direction: row;
    justify-content: space-between;
    align-items: initial;
  }
  .farashop__body .section-two .contact-form-pane-cn .contact-form-pane {
    width: 461px;
  }
  .farashop__footer .footer-section-one .weAreBesideYou .weAreBesideYou__text p:first-of-type {
    font-size: 25px;
    font-weight: 700;
    line-height: 38.75px;
  }
  .farashop__footer .footer-section-one .weAreBesideYou .weAreBesideYou__text p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }
  .farashop__footer .footer-section-two, .farashop__footer .footer-section-three {
    margin-right: -12px;
    margin-left: -12px;
  }
  .farashop__footer .footer-section-two {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .farashop__footer .footer-section-three {
    margin-top: 15px;
  }
  .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__body .section-two {
    margin-top: 40px;
  }
  .farashop__body .section-two .contact-form-pane-cn {
    margin-top: 112px;
  }
  .farashop__body .section-two .contact-form-pane-cn .contact-form-pane {
    width: 424px;
  }
  .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%;
  }
}
@media (max-width: 767px) {
  .login-skin__container .contents__container {
    position: unset;
    padding: 40px 0;
  }
  .logoFooter {
    text-align: center;
  }
  .contact-boxes > .row {
    padding: 0 !important;
  }
  .farafeedbackform-cn {
    padding: 0 20px;
  }
  .postal-method__container li {
    grid-template-columns: max-content !important;
  }
  .farashop__checkout.checkout__default .postal-method__container li span {
    font-size: 12px;
  }
}
/* Styles for simple__lightbox */
.simple__lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  /* CSS for zooming in and panning */
  /* CSS for zooming in and panning */
}
.simple__lightbox .simple__lightbox-image {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.simple__lightbox .close {
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  z-index: 100;
}
.simple__lightbox .simple__lightbox-image {
  transition: transform 0.25s ease; /* Smooth zoom */
  cursor: grab;
}
.simple__lightbox .simple__lightbox-image.zoomed-in {
  cursor: grabbing;
}
.simple__lightbox .simple__lightbox-image-container {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.simple__lightbox .simple__lightbox-image {
  transition: transform 0.25s ease; /* Smooth zoom */
  cursor: grab;
}
.simple__lightbox .simple__lightbox-image.zoomed-in {
  cursor: grabbing;
}
.simple__lightbox .simple__lightbox-image-container {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.footer__phone-number {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.footer__phone-number i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #008b8b;
  border-radius: 50% 45% 0 45%;
  font-size: 28px;
  bottom: 0px;
}

.section-top {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section-top {
    margin-top: 25px;
  }
}

.section-banner {
  background: #f8f6f7;
  padding: 60px 0;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .section-banner {
    padding: 30px 0 80px;
  }
}

.section-three {
  margin-top: 50px;
  background: #f8f6f7;
  padding: 5px 0;
}
@media (max-width: 1200px) {
  .section-three {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .section-three {
    margin-top: 0;
    padding-top: 5px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .container {
    max-width: 100% !important;
    width: 92% !important;
    margin: 0 auto;
  }
}
.module-title h2 {
  font-size: 20px !important;
  font-weight: 600;
  color: #000;
  margin-top: 0;
}

.contact-boxes {
  padding: 0 !important;
}

@keyframes apear-from-top {
  0% {
    top: -69px;
  }
  100% {
    top: 0px;
  }
}
.header__container {
  position: relative;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .header__container {
    /* padding-bottom: 10px;*/
  }
}
.header__container:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%; /* عرض دلخواه */
  height: 20px; /* ارتفاع دلخواه */
  background: linear-gradient(to bottom, #f5f5f5, #fcfcfc);
}

@media (min-width: 1200px) {
  .fdesign7500-container__content-pane .form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: flex;
  }
  .DnnModule-10062 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.contact-boxes ul {
  padding-right: 0 !important;
}

.submitted-order-info a, .submitted-order-info a.btn-primary:visited, .submitted-order-info a.btn-primary:hover, .submitted-order-info a.btn-primary:focus {
  color: #fff !important;
}

body.dnnEditState .header__menu-content .dnnModuleManager.dnnSortable {
  min-height: 50px !important;
  padding: 0 10px !important;
}

.icons-freepay {
  background-color: red;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .icons-freepay {
    bottom: 90px;
    left: 5px;
    width: 55px;
    height: 55px;
  }
}
.icons-freepay .icons-line {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .icons-freepay .icons-line {
    margin-top: 9px;
  }
}
.icons-freepay .icons-line span svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .icons-freepay .icons-line span svg {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 768px) {
  .comment__sending__container .comments__rules li {
    list-style: none !important;
  }
  .comment__sending__container a {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .js__special-code .btn {
    margin-top: 5px !important;
  }
}
.img-responsive {
  max-width: 100% !important;
}

.list-enamad img {
  max-width: 100%;
}
.list-enamad .col-6 {
  padding: 0;
}
