﻿@charset "UTF-8";
/*$font__size: 14px !default;
$line-height: 1.5 !default;

$color__body: #f7f7f7 !default;
$color__body--text: #111 !default;*/
/*@extend %clearfix {
    &:after {
        content: "";
        display: table;
        clear: both;
    }
}*/
/*********** KALA SANATI COLOR PALETTE ***********/
/*********** KALA SANATI COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
@import '../../../../../../../fonts/IRANYekanX/fontiran.css';
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: 600;
  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: #9a4722;
  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 .wi-menu__mobile > li > ul > li a {
  padding-right: 10px;
  font-weight: normal;
}
body.rtl .sidebar__box .sidebar__container .wi-menu__mobile > li > ul > li a:before {
  content: "\f104";
  font-family: FontAwesome;
  padding-left: 10px;
}
body.rtl .sidebar__box .sidebar__container .wi-menu__mobile > li > ul > li > ul > li a {
  padding-right: 20px;
  color: brown;
}
body.rtl .sidebar__box .sidebar__container .wi-menu__mobile > li > ul > li > ul > li > ul > li a {
  padding-right: 30px;
  color: gray;
}
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);
}

/*$font__size: 14px !default;
$line-height: 1.5 !default;

$color__body: #f7f7f7 !default;
$color__body--text: #111 !default;*/
/*@extend %clearfix {
    &:after {
        content: "";
        display: table;
        clear: both;
    }
}*/
/*********** KALA SANATI COLOR PALETTE ***********/
/*********** KALA SANATI COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
/*$font__size: 14px !default;
$line-height: 1.5 !default;

$color__body: #f7f7f7 !default;
$color__body--text: #111 !default;*/
/*@extend %clearfix {
    &:after {
        content: "";
        display: table;
        clear: both;
    }
}*/
/*********** 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: #9a4722;
}

/*$font__size: 14px !default;
$line-height: 1.5 !default;

$color__body: #f7f7f7 !default;
$color__body--text: #111 !default;*/
/*@extend %clearfix {
    &:after {
        content: "";
        display: table;
        clear: both;
    }
}*/
/*********** 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;
  border-radius: 5px;
}
.product-group-menu .farashop__mega-menu .vip-menu .vip-menu__main-categories .vip-menu__main-category-item.active {
  color: #9a4722;
  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;
  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: #9a4722;
}
.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: black;
  font-size: 13px;
  font-weight: normal;
}
.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 a:hover p {
  color: #e7a98d;
}
.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: #9a4722;
}

/*$font__size: 14px !default;
$line-height: 1.5 !default;

$color__body: #f7f7f7 !default;
$color__body--text: #111 !default;*/
/*@extend %clearfix {
    &:after {
        content: "";
        display: table;
        clear: both;
    }
}*/
/*********** KALA SANATI COLOR PALETTE ***********/
/*********** KALA SANATI COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
@font-face {
  font-family: "vazir";
  src: url("/DesktopModules/FaraShop/assets/fonts/vazir/Vazir.eot") format("embedded-opentype"), url("/DesktopModules/FaraShop/assets/fonts/vazir/Vazir.ttf") format("truetype"), url("/DesktopModules/FaraShop/assets/fonts/vazir/Vazir.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IRANSans";
  src: url("/DesktopModules/FaraShop/assets/fonts/Farsi_numerals/webFonts/fonts/eot/IRANSansWebFaNum.eot") format("embedded-opentype"), url("/DesktopModules/FaraShop/assets/fonts/Farsi_numerals/IRANSansFaNum.ttf") format("truetype"), url("/DesktopModules/FaraShop/assets/fonts/Farsi_numerals/webFonts/fonts/woff/IRANSansWebFaNum.woff") format("woff");
  font-display: swap;
}
body.rtl .body__container, body.rtl .jconfirm, body.rtl .sidebar__container {
  direction: rtl !important;
}

body {
  background-color: #fefefe;
  font-family: IRANYekanXFaNum, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  font-size: 14px;
  user-select: text !important;
  font-display: swap;
  /*scroll bar*/
  /*end of scroll bar*/
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: IRANYekanXFaNum, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}
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: inherit;
  }
}
.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 img {
    width: 137px;
    height: 38px;
  }
}
@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: 130px;
    width: 65%;
  }
  .farashop__body header.header--fixed .header__bottom .menu__container {
    position: absolute;
    top: -45px;
    right: 290px;
    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: 10px 20px;
    margin: 0;
    background: #f8ead6;
  }
}
.farashop__body header .header__middle .header__middle-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .farashop__body header .header__middle .header__middle-content {
    justify-content: 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 img {
  width: 193px;
  height: 55px;
}
@media (max-width: 768px) {
  .farashop__body header .header__middle .header__middle-content .logo-wrapper a img {
    width: 100%;
  }
}
.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 {
    position: absolute;
    top: -100%;
  }
}
.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: "\f2c0";
  display: inline-block;
  font-family: FontAwesome;
  height: auto;
  font-size: 19px;
  color: #e7a98d;
}
.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: #e7a98d;
  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 #9a4722;
  background: #fff;
}
@media (max-width: 768px) {
  .farashop__body header .header__bottom {
    min-height: 0;
    height: 0;
    padding: 0;
  }
}
.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;
  gap: 25px;
}
.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: #e7a98d;
}
.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;
}
@media (max-width: 768px) {
  .farashop__body header .header__bottom .header__bottom__mobile-content .toggle-sidebar {
    position: absolute;
    top: 15px;
    right: 0;
  }
  .farashop__body header .header__bottom .header__bottom__mobile-content .toggle-sidebar::after {
    display: none !important;
  }
}
.farashop__body header .header__bottom .header__bottom__mobile-content .toggle-sidebar::after {
  content: "دسته بندی کالا ها";
  display: block;
  position: absolute;
  width: 88px;
  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;
}
@media (max-width: 768px) {
  .farashop__body header .header__bottom .header__bottom__mobile-content .toggle-header-search-box {
    position: absolute;
    top: 15px;
    left: 0;
  }
  .farashop__body header .header__bottom .header__bottom__mobile-content .toggle-header-search-box::after {
    display: none !important;
  }
}
.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: 35px 0;
  margin-top: 32px;
  color: #fff;
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .farashop__footer {
    padding-bottom: 100px;
  }
}
.farashop__footer hr {
  width: 100%;
  height: 1px;
  margin: 0;
  background-color: #D6D7DB;
  border: none;
  opacity: 1;
}
.farashop__footer .first-block {
  padding-bottom: 15px;
}
.farashop__footer .first-block .row {
  margin: 0 15px;
}
.farashop__footer .first-block .first-right-footer__pane {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 768px) {
  .farashop__footer .first-block .first-right-footer__pane p {
    margin: 0;
    gap: 3px !important;
  }
  .farashop__footer .first-block .first-right-footer__pane p > a {
    font-size: 16px;
  }
  .farashop__footer .first-block .first-right-footer__pane p > img {
    width: 45px !important;
    height: 45px !important;
  }
}
@media (max-width: 768px) {
  .farashop__footer .first-block .first-right-footer__pane p > a {
    font-size: 12px;
  }
  .farashop__footer .first-block .first-right-footer__pane p > img {
    width: 30px !important;
    height: 30px !important;
  }
}
.farashop__footer .first-block .first-left-footer__pane {
  display: flex;
  justify-content: end;
  align-items: center;
}
.farashop__footer .first-block .first-left-footer__pane img {
  max-width: 267px;
  height: 76px;
}
@media (max-width: 768px) {
  .farashop__footer .first-block .first-left-footer__pane img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 400px) {
  .farashop__footer .first-block .first-left-footer__pane img {
    width: 80%;
    height: auto;
  }
}
.farashop__footer .first-block:after {
  content: "";
  display: inline-block;
  background: #a1a1a1;
  height: 2px;
  width: 100%;
}
.farashop__footer .second-block {
  padding-bottom: 25px;
}
.farashop__footer .second-block .row {
  margin: 0 15px;
}
.farashop__footer .third-block {
  padding-bottom: 15px;
}
.farashop__footer .third-block .row {
  margin: 0 15px;
}
.farashop__footer .third-block:after {
  content: "";
  display: inline-block;
  background: #a1a1a1;
  height: 2px;
  width: 100%;
}

.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: #f70617;
  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__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 > li:first-child > a {
  font-size: 18px;
}
.farashop .breadcrumb a {
  color: #000;
  font-size: 13px;
}
.farashop .breadcrumb li:last-child > a {
  color: #9a4722 !important;
}
.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: 95%;
  height: 80px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f8ead6;
  box-shadow: 0 10px 25px 5px #ccc;
  font-size: 12px;
  z-index: 10;
  border-radius: 24px;
  border: 1px solid #9a4722;
}
.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: #91908f;
}
.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.webp");
  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 .product-group-trigger__icon {
  background-image: url("/Portals/_default/Skins/Fdesign7500/assets/img/mobile-fixed-navbar/default/category.webp");
}
.mobile-fixed-navbar .basket-trigger__icon {
  background-image: url("/Portals/_default/Skins/Fdesign7500/assets/img/mobile-fixed-navbar/default/bag-2.webp");
}
.mobile-fixed-navbar .contact-us__icon {
  background-image: url("/Portals/_default/Skins/Fdesign7500/assets/img/mobile-fixed-navbar/default/call-calling.webp");
}

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

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

.section-six {
  margin: 30px 0 0;
}

@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: #e7a98d;
  }
  .farashop__body header .header__middle .header__middle-content .logo-wrapper {
    column-gap: 24px;
  }
  .farashop__body header .header__middle .header__middle-content .logo-wrapper a img {
    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: #929091;
    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 {
    float: left;
    display: inline-block;
    text-align: center;
    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 {
    float: left;
    display: inline-block;
    text-align: center;
    margin-left: 50px;
  }
  .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: #9a4722;
    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;
  }
  .fixed-contact-us {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99999;
  }
  .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: #e7a98d;
  border-radius: 50% 45% 0 45%;
  font-size: 28px;
  bottom: 0px;
}

.section-top {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-three {
  margin-top: 30px;
  padding: 5px 0;
}

@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: 0;
  }
}
.header__container:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%; /* عرض دلخواه */
  height: 20px; /* ارتفاع دلخواه */
  background: linear-gradient(to bottom, #f5f5f5, #fcfcfc);
}
@media (max-width: 768px) {
  .header__container:after {
    display: none;
  }
}

@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;
  }
}
.img-responsive {
  max-width: 100% !important;
}

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

.farashop__container > span,
.farashop__container h2 {
  display: block;
}
.farashop__container.container__footer-pane > span > span,
.farashop__container.container__footer-pane > h2 {
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-bottom: 25px;
  color: #9a4722;
}
@media (max-width: 768px) {
  .farashop__container.container__footer-pane > span > span,
  .farashop__container.container__footer-pane > h2 {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .farashop__container.container__footer-pane > span > span,
  .farashop__container.container__footer-pane > h2 {
    font-size: 16px;
  }
}
.farashop__container.container__right-pane > span,
.farashop__container.container__right-pane > h2 {
  border: 1px solid #ccc;
  border-top: 2px solid #f70617;
  background-color: #FBFBFB;
  padding-right: 15px;
  border-radius: 0;
  height: 46px;
  line-height: 46px;
  margin: 0;
  display: flex;
  align-items: center;
}
.farashop__container.container__right-pane > span > span,
.farashop__container.container__right-pane > h2 > span {
  display: inline-block;
  margin-top: 6px;
}
.farashop__container.container__right-pane > span:before,
.farashop__container.container__right-pane > h2:before {
  background-color: #f70617;
  width: 44px;
  height: 44px;
  line-height: 44px;
  content: "\f100";
  font-family: FontAwesome;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  margin-right: -16px;
  margin-left: 10px;
  text-align: center;
}
.farashop__container.container__right-pane > span + div,
.farashop__container.container__right-pane > h2 + div {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 0;
}
