﻿@charset "UTF-8";
body.rtl .body__container,
body.rtl .jconfirm,
body.rtl .sidebar__container {
  direction: rtl;
}
body.rtl .sidebar__box .sidebar__container .main-menu a {
  text-align: right;
}

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

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

.sidebar__box .sidebar__shadow {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none;
  top: 0;
}
.sidebar__box .sidebar__close {
  font-size: 25px;
  display: block;
  text-align: left;
}
.sidebar__box .sidebar__container {
  width: 300px;
  top: 0;
}
.sidebar__box .sidebar__container .after, .sidebar__box .sidebar__container .before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 1;
}
.sidebar__box .sidebar__container .before {
  z-index: -2;
  background-position: center;
  background-size: cover;
  filter: blur(50px);
}
.sidebar__box .sidebar__container .after {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar__box .sidebar__container.position--right {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.sidebar__box .sidebar__container.position--left {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.sidebar__box .sidebar__container.open {
  transform: translate3d(0, 0, 0);
}

.sidebar__box .sidebar__container {
  background-color: #004b3a;
  border-radius: 0 40px 40px 0;
}
.sidebar__box .sidebar__container .sidebar__close {
  color: #b3b0b0;
  position: relative;
  top: 9px;
  left: 20px;
  right: auto;
  padding: 0;
}
.sidebar__box .sidebar__container a:nth-child(2) {
  float: left;
  width: 60%;
  margin-top: 33px;
  margin-left: 5px;
}
.sidebar__box .sidebar__container a:nth-child(3) {
  width: 33%;
  margin-right: 15px;
}
.sidebar__box .sidebar__container .logo {
  display: inline-block;
}
.sidebar__box .sidebar__container .logo img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.sidebar__box .sidebar__container.open .main-menu > li {
  transform: translateY(0) !important;
  opacity: 1;
  border-bottom: 1px solid #646464;
  height: 50px;
  line-height: 50px;
}
.sidebar__box .sidebar__container .main-menu {
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar__box .sidebar__container .main-menu .angle {
  transition: all 200ms;
  margin: 0px 5px;
  vertical-align: middle;
}
.sidebar__box .sidebar__container .main-menu .angle.angle-up {
  transform: rotateZ(180deg);
}
.sidebar__box .sidebar__container .main-menu a {
  color: white;
  display: block;
  font-size: 12pt;
  padding: 0 28px 0 10px;
  transition: all 200ms;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.sidebar__box .sidebar__container .main-menu a:hover i.fa {
  /*color: #000;*/
}
.sidebar__box .sidebar__container .main-menu a img {
  max-width: 32px;
  margin: 0 5px;
}
.sidebar__box .sidebar__container .main-menu a i.fa {
  vertical-align: middle;
  display: inline-block;
  width: 32px;
  margin: 0 5px;
  font-size: 17pt;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sidebar__box .sidebar__container .main-menu a i.fa {
    font-size: 12pt !important;
    padding: 0 !important;
  }
}
.sidebar__box .sidebar__container .main-menu > li {
  transition: all 300ms;
  transform: translateY(50px);
  backface-visibility: hidden;
  opacity: 0;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(1) {
  transition-delay: 400ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(2) {
  transition-delay: 500ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(3) {
  transition-delay: 600ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(4) {
  transition-delay: 700ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(5) {
  transition-delay: 800ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(6) {
  transition-delay: 900ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(7) {
  transition-delay: 1000ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(8) {
  transition-delay: 1100ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(9) {
  transition-delay: 1200ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(10) {
  transition-delay: 1300ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(11) {
  transition-delay: 1400ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(12) {
  transition-delay: 1500ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(13) {
  transition-delay: 1600ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(14) {
  transition-delay: 1700ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(15) {
  transition-delay: 1800ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(16) {
  transition-delay: 1900ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(17) {
  transition-delay: 2000ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(18) {
  transition-delay: 2100ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(19) {
  transition-delay: 2200ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(20) {
  transition-delay: 2300ms !important;
}
.sidebar__box .sidebar__container .main-menu > li > a {
  position: relative;
  /*    &:hover {
          &:after {
              width: 90%;
              background: rgba(#000,.1);
          }
      }*/
}
.sidebar__box .sidebar__container .main-menu > li > a:after {
  width: 5px;
  height: 5px;
  border-right: 1px solid #da9a00;
  border-bottom: 1px solid #da9a00;
  display: block;
  position: absolute;
  top: 22px;
  right: 3px;
  content: "";
  transform: rotate(135deg);
}
.sidebar__box .sidebar__container .main-menu ul {
  display: none;
  background: transparent !important;
  margin-right: 40px;
}
.sidebar__box .sidebar__container .js__farashop__product-group-menu {
  width: 94%;
  margin: 0 auto;
}
.sidebar__box .sidebar__container .js__farashop__product-group-menu > li {
  padding-right: 30px;
  border-bottom: 1px solid #646464;
}
.sidebar__box .sidebar__container .js__farashop__product-group-menu > li:first-child {
  border-top: 1px solid #646464;
  margin-top: 15px;
}
.sidebar__box .sidebar__container .js__farashop__product-group-menu > li i {
  background-color: transparent !important;
  width: 58px;
  height: 58px;
  top: 0;
  border-right: 1px solid #646464 !important;
}
.sidebar__box .sidebar__container .js__farashop__product-group-menu > li i:before {
  border-right: 2px solid #da9a00;
  border-bottom: 2px solid #da9a00;
  border-color: #da9a00 !important;
}
.sidebar__box .sidebar__container .js__farashop__product-group-menu > li:before {
  width: 5px;
  height: 5px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: block;
  position: absolute;
  top: 30px;
  right: 11px;
  content: "";
}
.sidebar__box .sidebar__container .js__farashop__product-group-menu > li a {
  background-color: transparent;
  color: #fff;
  display: block;
  border-bottom: none;
  padding: 5px 0;
  line-height: 32px;
  text-indent: 0;
  font-size: 12pt;
}
.sidebar__box .sidebar__container .js__farashop__product-group-menu > li a img {
  background: #fff;
  border-radius: 5px;
  margin-left: 8px;
}
@font-face {
  font-family: "farasocials";
  src: url("/DesktopModules/SuperLinks/css/fonts/FaraSocial/farasocials.eot") format("embedded-opentype"), url("/DesktopModules/SuperLinks/css/fonts/FaraSocial/farasocials.svg") format("svg"), url("/DesktopModules/SuperLinks/css/fonts/FaraSocial/farasocials.ttf") format("truetype"), url("/DesktopModules/FaraSuperLinks/css/fonts/FaraSocial/farasocials.woff") format("woff");
}
[class*=fara-]:before {
  display: inline-block;
  font-family: "farasocials";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fara-Soroush:before {
  content: "%";
}

.fara-ita:before {
  content: "$";
}

.fara-iGap:before {
  content: "#";
}

.fara-gap:before {
  content: "@";
}

.fara-bisphone:before {
  content: "!";
}

.fara-bale:before {
  content: "&";
}

.fara-instagram:before {
  content: "*";
}

.fara-500px:before {
  content: "A";
}

.fara-afsaran:before {
  content: "B";
}

.fara-amazon:before {
  content: "C";
}

.fara-android:before {
  content: "D";
}

.fara-aparat:before {
  content: "E";
}

.fara-apple:before {
  content: "F";
}

.fara-bazar:before {
  content: "G";
}

.fara-behance:before {
  content: "H";
}

.fara-blogger:before {
  content: "I";
}

.fara-chaton:before {
  content: "J";
}

.fara-cloob:before {
  content: "K";
}

.fara-delicious:before {
  content: "L";
}

.fara-deviantart:before {
  content: "M";
}

.fara-digg:before {
  content: "N";
}

.fara-dribbble:before {
  content: "O";
}

.fara-ebay:before {
  content: "P";
}

.fara-envato:before {
  content: "Q";
}

.fara-facebook:before {
  content: "R";
}

.fara-flicker:before {
  content: "S";
}

.fara-github:before {
  content: "T";
}

.fara-google:before {
  content: "U";
}

.fara-google-plus:before {
  content: "V";
}

.fara-googleplay:before {
  content: "W";
}

.fara-hangouts:before {
  content: "X";
}

.fara-imdb:before {
  content: "Y";
}

.fara-imo:before {
  content: "Z";
}

.fara-instagram:before {
  content: "a";
}

.fara-itunes:before {
  content: "b";
}

.fara-line:before {
  content: "c";
}

.fara-linkedin:before {
  content: "d";
}

.fara-mail:before {
  content: "e";
}

.fara-myspace:before {
  content: "f";
}

.fara-oovoo:before {
  content: "g";
}

.fara-outlook:before {
  content: "h";
}

.fara-pinterest:before {
  content: "i";
}

.fara-playstation:before {
  content: "j";
}

.fara-qq:before {
  content: "k";
}

.fara-reddit:before {
  content: "l";
}

.fara-rss:before {
  content: "m";
}

.fara-skype:before {
  content: "n";
}

.fara-soundcloud:before {
  content: "o";
}

.fara-spotify:before {
  content: "p";
}

.fara-stackoverflow:before {
  content: "q";
}

.fara-steam:before {
  content: "r";
}

.fara-stumbleupon:before {
  content: "s";
}

.fara-tango:before {
  content: "t";
}

.fara-technorati:before {
  content: "u";
}

.fara-telegram:before {
  content: "v";
}

.fara-tumblr:before {
  content: "w";
}

.fara-twitter:before {
  content: "x";
}

.fara-viber:before {
  content: "y";
}

.fara-vimeo:before {
  content: "z";
}

.fara-whatsapp:before {
  content: "0";
}

.fara-windows:before {
  content: "1";
}

.fara-xbox:before {
  content: "2";
}

.fara-yahoo:before {
  content: "3";
}

.fara-youtube:before {
  content: "4";
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
/* @extend */
.farashop__mega-menu {
  box-shadow: none;
  color: #fff;
  background-color: #fff;
}
.farashop__mega-menu a {
  line-height: 40px;
}
.farashop__mega-menu .mega-menu__root {
  text-align: center;
}
.farashop__mega-menu .mega-menu__root li a {
  color: #000;
  font-weight: bold;
}
.farashop__mega-menu .mega-menu__root li a img {
  display: block;
  margin: 0 auto;
}
.farashop__mega-menu .mega-menu__root li a:after {
  top: auto !important;
  left: 35px !important;
}
.farashop__mega-menu .mega-menu__root .js__mega-menu__level > a.mega-menu__arrow {
  font-size: 13px !important;
}
.farashop__mega-menu .mega-menu__root .js__mega-menu__level > a.mega-menu__arrow:after {
  font-family: FontAwesome;
  content: "\f107" !important;
  position: absolute;
  padding-right: 5px;
  left: auto !important;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 {
  width: 12%;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a {
  border-bottom: 1px solid #da9a00;
  z-index: 99999;
  background-color: transparent;
  box-shadow: none;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a:before {
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  bottom: -16px;
  color: #da9a00;
  z-index: 999;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
  line-height: 25px;
  padding: 8px 23px;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 .mega-menu__next-level > li {
  width: auto !important;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level {
  background-color: #b7b7b7;
  top: 89px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level > li.active > a.mega-menu__arrow {
  position: relative;
  border-bottom: 1px solid #da9a00;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level > li.active > a.mega-menu__arrow:before {
  font-family: FontAwesome !important;
  content: "\f0d7" !important;
  position: absolute !important;
  bottom: -15px !important;
  color: #da9a00 !important;
  bottom: -23px !important;
  z-index: 99999 !important;
  right: 40% !important;
  left: 40% !important;
  width: auto !important;
  height: auto !important;
  border-style: none !important;
  border-width: unset !important;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level > li.active > a:before {
  border-style: none !important;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level .mega-menu__table {
  background-color: #fff;
  top: 41px !important;
}
.farashop__mega-menu .mega-menu__root .mega-menu__table ul li:first-child a {
  color: #da9a00;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level {
  border-bottom: 1px solid #ddd;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a {
  /* color: #fff;*/
  /*  background-color: lighten($color__header__bottom, 12%);*/
}
@media (min-width: 1366px) {
  .farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow:after {
    left: 40px;
  }
  .container {
    width: 1366px;
  }
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 .mega-menu__next-level > li > a:after {
  content: " ";
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
/* @extend */
@font-face {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 900;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANSans/eot/IRANSansWeb_Black.eot");
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANSans/eot/IRANSansWeb_Black.eot?#iefix") format("embedded-opentype"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/woff2/IRANSansWeb_Black.woff2") format("woff2"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/woff/IRANSansWeb_Black.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/ttf/IRANSansWeb_Black.ttf") format("truetype");
}
@font-face {
  font-family: "IranSans";
  font-style: normal;
  font-weight: bold;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANSans/eot/IRANSansWeb_Bold.eot");
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANSans/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/woff/IRANSansWeb_Bold.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 500;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANSans/eot/IRANSansWeb_Medium.eot");
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANSans/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/woff/IRANSansWeb_Medium.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 300;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANSans/eot/IRANSansWeb_Light.eot");
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANSans/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/woff2/IRANSansWeb_Light.woff2") format("woff2"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/woff/IRANSansWeb_Light.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/ttf/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 200;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot");
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/woff/IRANSansWeb_UltraLight.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: "IranSans";
  font-style: normal;
  font-weight: normal;
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANSans/eot/IRANSansWeb.eot");
  src: url("/DesktopModules/FaraShop/assets/fonts/IRANSans/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/woff2/IRANSansWeb.woff2") format("woff2"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/woff/IRANSansWeb.woff") format("woff"), url("/DesktopModules/FaraShop/assets/fonts/IRANSans/ttf/IRANSansWeb.ttf") format("truetype");
}
body {
  font-family: IranSans, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: #F7F7F7;
  height: auto;
}
body.page__search-result .product-list, body.page__advanced-filtering .product-list, body.page__product-list .product-list {
  margin-left: -15px;
  margin-right: -15px;
}
body.page__search-result .product-list article, body.page__advanced-filtering .product-list article, body.page__product-list .product-list article {
  margin-bottom: 30px;
}

.rotary {
  background: rgba(0, 0, 0, 0.9);
  display: block;
  height: 100%;
  opacity: 0.7;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 999;
}

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

.header__top {
  color: #000;
  border-bottom: 2px solid #da9a00;
  min-height: 39px;
  padding: 0;
  line-height: 33px;
  z-index: 5;
  position: relative;
  background: #004b3a;
  position: relative;
}
.header__top ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.header__top .head-top-left {
  display: flex;
  justify-content: end;
  padding-top: 3px;
}
.header__top .head-top-left .part-right {
  margin-left: 20px;
  border-left: 1px solid #236455;
  border-right: 1px solid #236455;
}
.header__top:after {
  content: "";
  width: 137px;
  height: 33px;
  display: inline-block;
  right: 50%;
  transform: translateX(50%);
  position: absolute;
  background-image: url(/Portals/0/img/q1n.png);
  top: calc(100% - 10px);
}
.header__top .main-menu {
  z-index: 999;
  font-size: 12px;
  position: relative;
}
.header__top .main-menu > li:first-child a {
  font-size: 0;
  color: #da9a00;
}
.header__top .main-menu > li:first-child a:before {
  content: "\f015";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  color: inherit;
  left: 0;
  font-size: 20px;
  vertical-align: bottom;
}
.header__top .main-menu a {
  color: inherit;
  padding: 0px 10px;
  color: #fff;
  /*font-size: 90%;*/
}
.header__top .main-menu ul {
  min-width: 84px;
  right: 10px;
  flex-direction: column;
  align-items: flex-start;
  background: #004b3a;
}
.header__top .main-menu ul a {
  color: #fff !important;
  padding-right: 5px !important;
}
.header__top .main-menu i {
  margin-right: 5px;
  vertical-align: middle;
}
.header__top #dnn_HeaderTopPane ul {
  justify-content: flex-start;
  direction: ltr;
  min-height: 30px;
}
.header__top #dnn_HeaderTopPane ul em {
  font-size: 17px;
  color: #daa815;
  vertical-align: middle;
}
.header__top #dnn_HeaderTopPane ul li:first-child {
  position: relative;
}

.search-home {
  width: 50%;
  margin: 0 auto;
  position: relative;
}
.search-home:before, .search-home:after {
  content: "";
  width: 138px;
  height: 53px;
  display: inline-block;
  position: absolute;
  background-image: url(/Portals/0/img/q3.png);
  top: -6px;
}
.search-home:before {
  right: -150px;
  transform: rotate(180deg);
}
.search-home:after {
  left: -150px;
}

.search-home__middle {
  position: relative;
  min-height: 46px;
  z-index: 2;
}

.centerLogo {
  text-align: center;
}
.centerLogo a {
  display: inline-block;
  padding-top: 54px;
}
.centerLogo .search-home {
  display: none;
}

#dnn_TopBannerPane_1 {
  margin-bottom: 62px;
}
#dnn_TopBannerPane_1 img {
  border: 1px solid #BDBDBD;
}

#dnn_TopBannerPane_2 img {
  border: 1px solid #BDBDBD;
}

#LiveSlider2519 .ls-inner {
  background-color: transparent !important;
}
#LiveSlider2519 .ls-inner > div {
  border-radius: 30px !important;
}
#LiveSlider2519 .ls-inner > div img {
  border-radius: 30px !important;
}

.ModDNNSurveyC ul li:last-child {
  display: none;
}

.header__middle {
  background-color: transparent;
  color: inherit;
  background-image: url("/Portals/_default/Skins/FaraShop/assets/img/pt-top.png");
  background-repeat: repeat-x;
  background-position: top center;
  border-bottom: 2px solid #da9a00;
  position: relative;
  min-height: 122px;
  padding-bottom: 20px;
}
.header__middle:after {
  content: "";
  width: 137px;
  height: 33px;
  display: inline-block;
  right: 50%;
  position: absolute;
  background-image: url(/Portals/0/img/q2n.png);
  bottom: -12px;
  transform: rotate(180deg) translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .header__middle .logo {
    text-align: center;
  }
}
.header__middle .logo img {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.header__middle .toggle-basket {
  border: 1px solid rgba(218, 154, 0, 0.3);
  height: 54px;
}
.header__middle .header__auth {
  display: flex;
  justify-content: end;
  margin-top: 15px;
  line-height: 1.3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header__middle .header__auth {
    justify-content: start;
  }
}
.header__middle .header__auth > div {
  display: block;
  text-align: center;
}
.header__middle .header__auth > div:first-child {
  margin-left: 15px;
}
.header__middle .header__auth > div:first-child > a:before {
  content: "\f023";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header__middle .header__auth > div:first-child > a:before {
    display: none;
  }
}
.header__middle .header__auth > div:last-child > a:before {
  content: "\f007";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header__middle .header__auth > div:last-child > a:before {
    display: none;
  }
}
.header__middle .header__auth > div a {
  color: #000;
  font-size: 11px;
  font-weight: bold;
}
.header__middle .header__auth > div a:hover, .header__middle .header__auth > div a:focus {
  text-decoration: none;
  color: #daa815;
}
.header__middle .header__auth > div a:before {
  display: inline-block;
  font-size: 18px;
  position: relative !important;
  color: #daa815;
  vertical-align: text-top;
  padding-left: 5px;
}

.div-middle-head {
  background: #fff;
}

.header__bottom .toggle-sidebar {
  display: none;
}

.farashop__footer {
  height: auto;
  background-color: #f5f5f5;
  color: #000;
  min-height: 234px;
  margin-top: 0;
  position: relative;
}
.farashop__footer:before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 40px;
  background-image: url("/Portals/0/img/q4n.png");
  position: absolute;
  right: 50%;
  top: -26px;
  transform: rotate(180deg) translateX(-50%);
}
@media (max-width: 768px) {
  .farashop__footer:before {
    display: none;
  }
}
.farashop__footer .footer__top {
  background-color: #004b3a;
  position: relative;
  color: #fff;
  /*font-size: 1.05em;*/
  padding: 5px 0 5px 0;
  clear: both;
  border-top: 2px solid #da9a00;
}
.farashop__footer .footer__top [class*=col-] em {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.farashop__footer .footer__top [class*=col-] .Normal {
  direction: ltr;
}
.farashop__footer .footer__top [class*=col-] a {
  color: #fff;
}
.farashop__footer .footer__top [class*=col-]:nth-child(1) .Normal {
  direction: rtl;
}
.farashop__footer .footer__top:before {
  content: "";
  display: inline-block;
  width: 137px;
  height: 33px;
  background-image: url(/Portals/0/img/q1n2.png);
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -23px;
}
.farashop__footer .footer__logo-copyright {
  color: #777;
  font-size: 12px;
  word-spacing: -1px;
  border-left: 2px solid #f0d79a;
}
@media (max-width: 768px) {
  .farashop__footer .footer__logo-copyright {
    border-left: none;
  }
}
.farashop__footer .footer__logo-copyright .footer__logo {
  margin-top: 20px;
}
.farashop__footer .footer__logo-copyright .footer__copyright {
  margin-top: 15px;
  text-align: center;
  color: #c9c9c9;
}
.farashop__footer .footer__logo-copyright a {
  color: inherit;
}
.farashop__footer .sociallinks .social-title {
  color: #fff !important;
  margin: 0;
}
.farashop__footer .sociallinks ul {
  justify-content: end;
}
.farashop__footer .sociallinks ul li {
  margin-right: 5px;
  border-right: 1px solid #036c55;
  padding-right: 9px;
  margin-left: 0;
}
.farashop__footer .sociallinks ul li i {
  color: #da9a00;
  border: none;
}
@media (max-width: 991px) {
  .farashop__footer .sociallinks ul {
    align-items: flex-start !important;
    justify-content: center;
  }
  .farashop__footer .sociallinks ul li {
    border-right: none;
  }
  .farashop__footer .sociallinks ul li:nth-child(2) {
    border-right: 1px solid #036c55;
    border-left: 1px solid #036c55;
  }
}

#dnn_RightPane .DnnModule {
  margin-bottom: 35px;
}
#dnn_RightPane .SurveyFormItem .dnnLabel {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 15px;
  text-align: justify;
  padding-top: 20px;
}
#dnn_RightPane .SurveyFormItem .dnnBoxLabel {
  font-weight: bold !important;
}
#dnn_RightPane .SurveyFormItem .dnnFormRadioButtons {
  background-color: transparent;
  width: 100%;
  font-size: 13px;
}
#dnn_RightPane .SurveyFormItem .mark {
  background-color: transparent !important;
}

#SliderPane {
  margin-top: 25px;
}

.stuck {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1200;
  background-image: url(/Portals/_default/Skins/FaraShop/assets/img/pt-top.png);
  /*   .header__middle {
      min-height: 90px;
      padding-top: 0;
  }*/
}
.stuck .toggle-basket,
.stuck .header__auth {
  margin-top: 2px;
}
.stuck .centerLogo a {
  padding-top: 33px;
}
.stuck .centerLogo.fixedSrc .search-home {
  display: block;
}
.stuck .centerLogo.fixedSrc a {
  padding-top: 10px;
}
.stuck .header__search-box {
  margin-top: 3px;
}
.stuck .header__auth {
  color: #F5F5F5;
}
.stuck .logo {
  width: 150px;
}
.stuck .logo img {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 452px) {
  .stuck .toggle-basket {
    /*display: none;*/
  }
}

.farashop__box .box__header {
  background-color: #fff;
  /* border-top: 2px solid $color__theme--special;*/
  /*  border-bottom: 1px solid #ccc;*/
  /* border-left: 1px solid #ccc;*/
  margin-bottom: 25px;
  min-height: 43px;
  line-height: 3;
}
.farashop__box .box__header [class*=col-]:nth-child(1) > div {
  background-color: #545559;
  color: #fff;
  display: flex;
  align-items: center;
}
.farashop__box .box__header [class*=col-]:nth-child(1) > div span {
  display: inline-block;
}
.farashop__box .box__header [class*=col-]:nth-child(1) > div i {
  margin: 0 30px 0 15px;
  font-size: 24px;
  display: inline-block;
  color: #daa815;
}
.farashop__box .box__header .no-icon span {
  display: block !important;
  text-align: center;
  width: 100%;
}

.farashop__breadcrumb {
  font-size: 11px;
  color: #111;
}
.farashop__breadcrumb .breadcrumb {
  padding: 0px 30px 8px 15px;
}
.farashop__breadcrumb a {
  font-size: inherit;
  color: inherit;
  font-weight: bold;
}
.farashop__breadcrumb i {
  font-size: 14px;
}
.farashop__breadcrumb li:first-child a {
  font-size: 1.9em;
}
.farashop__breadcrumb li:first-child a:hover, .farashop__breadcrumb li:first-child a:focus {
  text-decoration: none;
  color: #daa815;
}
.farashop__breadcrumb li:last-child {
  color: #da9a00;
}

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

.farashop__container > span,
.farashop__container h2 {
  display: block;
}
.farashop__container.container__no-title {
  margin-bottom: 30px;
}
.farashop__container.container__footer-pane {
  margin-top: 20px;
}
.farashop__container.container__footer-pane .Head {
  color: #004b3a;
  font-size: 13px;
}
.farashop__container.container__footer-pane > span,
.farashop__container.container__footer-pane > h2 {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.farashop__container.container__footer-pane > span:before,
.farashop__container.container__footer-pane > h2:before {
  content: "\f192";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 1.1em;
  position: relative;
  top: 3px;
  margin-left: 4px;
  color: #daa815;
}
.farashop__container.contentNews {
  margin-top: 20px;
  margin-bottom: 20px;
}
.farashop__container.contentNews > span {
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
.farashop__container.contentNews > span span {
  position: relative;
  font-size: 20px;
  color: #004b3a;
}
.farashop__container.contentNews > span span:after, .farashop__container.contentNews > span span:before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 40px;
  background-image: url("/Portals/0/img/q8.png");
  background-position: center left;
  position: absolute;
  top: 50%;
}
.farashop__container.contentNews > span span:after {
  left: -100px;
  transform: rotate(180deg) translateY(50%);
}
.farashop__container.contentNews > span span:before {
  right: -100px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .farashop__container.contentNews > span {
    margin-bottom: 5px;
  }
  .farashop__container.contentNews > span span {
    font-size: 18px;
  }
  .farashop__container.contentNews > span span:after {
    left: -85px;
  }
  .farashop__container.contentNews > span span:before {
    right: -85px;
  }
}
.farashop__container.container__content-pane > span,
.farashop__container.container__content-pane > h2 {
  border: 1px solid #ccc;
  background-color: #fefefe;
  padding-right: 15px;
}
.farashop__container.container__right-pane > span,
.farashop__container.container__right-pane > h2 {
  border: 1px solid #ccc;
  border-top: 2px solid #daa815;
  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;
  font-weight: bold;
}
.farashop__container.container__right-pane > span:before,
.farashop__container.container__right-pane > h2:before {
  background-color: #daa815;
  width: 44px;
  height: 44px;
  line-height: 44px;
  content: "\f100";
  font-family: FontAwesome;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  margin-right: -16px;
  margin-left: 10px;
  text-align: center;
}
.farashop__container.container__right-pane > span + div,
.farashop__container.container__right-pane > h2 + div {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 0;
}

.toggle-sidebar {
  font-size: 26px;
  position: relative;
  color: #da9a00;
  cursor: pointer;
}
.toggle-sidebar:after {
  content: "منو";
  color: #da9a00;
  font-family: vazir !important;
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 18px;
}

@media (max-width: 767px) {
  #Body .header__top .header__auth {
    height: 35px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #Body .header__top .header__auth > div {
    height: 35px;
    line-height: 2.4;
  }
  #Body .header__top .header__auth > div:first-child {
    margin-left: 20px;
  }
  #Body .header__top .header__auth > div a {
    color: inherit;
    font-size: 12px;
  }
  #Body .header__top .header__auth > div a:hover, #Body .header__top .header__auth > div a:focus {
    text-decoration: none;
    color: #daa815;
  }
  #Body .header__search-box {
    margin: 0;
  }
  #Body .farashop__container.container__no-title {
    margin-bottom: 15px;
  }
  #Body .stuck {
    padding: 5px 0;
    padding-top: 15px;
  }
  #Body .stuck .header__search-box {
    /*margin: 0 0 6px;*/
  }
  #Body .stuck .toggle-basket {
    /*margin: 5px 0 0;*/
    /*display: none;*/
  }
  #Body .stuck .logo {
    /*display: none;*/
  }
  #Body.waypoint__down .toggle-sidebar {
    position: fixed;
    z-index: 9999;
    top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #Body .header__search-box {
    margin: 0;
  }
  #Body .header__auth-pc {
    margin: 0 0 15px;
  }
  #Body .farashop__container.container__no-title {
    margin-bottom: 15px;
  }
  #Body.waypoint__down .toggle-sidebar {
    position: fixed;
    z-index: 9999;
    color: #fff;
    top: 15px;
  }
  #Body .stuck {
    padding: 5px 0;
  }
  #Body .stuck .header__search-box {
    /*margin: 5px 0;*/
  }
  #Body .stuck .header__auth,
  #Body .stuck .toggle-basket {
    margin: 5px 0 0;
  }
  #Body .stuck .logo {
    display: none;
  }
  #Body .farashop__box .box__header [class*=col-]:nth-child(1) > div i {
    margin-right: 15px;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container {
    align-items: baseline;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container .item__discount--text {
    font-size: 40px;
    position: relative;
    top: 10px;
    right: 5px;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container > ul > li:first-child {
    font-size: 30px;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container > ul > li:last-child {
    font-size: 15px;
    line-height: 0.2;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container .item__title {
    font-size: 13px;
    bottom: 0;
    line-height: 2;
  }
}
#dnn_FooterBottomPane_2,
#dnn_FooterBottomPane_3 {
  margin: 10px 0;
}

.footer__logo .Normal {
  text-align: center;
}

@media (min-width: 1360px) {
  .container {
    width: 1335px;
    max-width: 100%;
  }
}
.main-content {
  background-image: url("/Portals/_default/Skins/FaraShop/assets/img/pt-top.png");
  background-repeat: repeat;
  background-position: top center;
  clear: both;
}
.main-content .farashop__box {
  background: #fff;
  border-radius: 30px;
  border: 2px solid #da9a00;
  padding: 30px 15px;
  position: relative;
}
.main-content .farashop__box:after, .main-content .farashop__box:before {
  content: "";
  width: 41px;
  height: 246px;
  display: inline-block;
  background-image: url("/Portals/0/img/q7.png");
  position: absolute;
  top: 23%;
}
.main-content .farashop__box:after {
  left: -21px;
  transform: rotate(180deg);
}
.main-content .farashop__box:before {
  right: -21px;
}
.main-content .news-part {
  padding: 30px 0 30px;
  background: #fff;
  margin-top: 30px !important;
  border-top: 2px solid #004b3a;
  border-bottom: 2px solid #004b3a;
  position: relative;
}
.main-content .news-part:before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 40px;
  background-image: url("/Portals/0/img/q4n.png");
  position: absolute;
  right: 47%;
  left: 47%;
}
.main-content .news-part:before {
  top: -16px;
}
@media (max-width: 768px) {
  .main-content .news-part {
    border: none;
    padding: 15px 0 15px;
  }
  .main-content .news-part:before, .main-content .news-part:after {
    display: none;
  }
}

.inner-content {
  border-top: 2px solid #004b3a;
  border-bottom: 2px solid #004b3a;
  padding: 40px 0 30px;
  background-image: url(/Portals/_default/Skins/FaraShop/assets/img/pt-top.png);
  background-repeat: repeat;
  background-position: top center;
  margin-top: 30px !important;
  position: relative;
}
.inner-content:before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 40px;
  background-image: url(/Portals/0/img/q4n.png);
  position: absolute;
  right: 47%;
  left: 47%;
  top: -17px;
}
@media (max-width: 768px) {
  .inner-content {
    border: none;
    margin-top: 0 !important;
    padding: 0;
  }
  .inner-content:before {
    display: none;
  }
}
.inner-content .DnnModule-FaraShop-Advancedfiltering {
  width: 96%;
  margin: 20px auto 0;
  border: 2px solid #da9a00;
  border-radius: 30px;
  padding: 30px;
  background: #fff;
}
.inner-content .DnnModule-FaraShop-Advancedfiltering .breadcrumb {
  background-color: transparent !important;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .inner-content .DnnModule-FaraShop-Advancedfiltering {
    min-height: 600px;
    position: relative;
  }
  .inner-content .DnnModule-FaraShop-Advancedfiltering:before, .inner-content .DnnModule-FaraShop-Advancedfiltering:after {
    content: "";
    width: 41px;
    height: 246px;
    display: inline-block;
    background-image: url(/Portals/0/img/q7.png);
    position: absolute;
    top: 35%;
  }
  .inner-content .DnnModule-FaraShop-Advancedfiltering:before {
    right: -21px;
  }
  .inner-content .DnnModule-FaraShop-Advancedfiltering:after {
    left: -20px;
    transform: rotate(180deg);
  }
}

.list-num-call {
  text-align: right;
}
.list-num-call p {
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 991px) {
  .list-num-call {
    text-align: center;
    margin-top: 15px;
  }
}
.list-num-call ul {
  display: inline-block;
}
.list-num-call ul li {
  display: inline-block;
  margin: 5px 10px;
  font-size: 14px;
}
.list-num-call ul li i {
  color: #da9a00;
  font-size: 23px;
  vertical-align: middle;
  margin-left: 7px;
}

@media (min-width: 768px) {
  .farashop__header {
    margin-bottom: 20px;
    box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.05);
  }
  .farashop__header > .sticky-wrapper {
    background: #fff;
  }
  .header__top .logo {
    display: flex;
    justify-content: end;
    padding-top: 3px;
  }
}
@media (max-width: 991px) {
  .header__middle {
    padding-top: 25px;
    border-bottom: none;
    padding-bottom: 0;
    min-height: 85px;
  }
  .header__middle:after {
    display: none;
  }
  .header__middle .col-md-push-6 {
    padding-right: 0;
  }
  .header__middle .toggle-basket {
    float: left;
    border-right: 1px solid rgb(218, 154, 0) !important;
  }
  .header__middle .toggle-basket > span {
    border-radius: 10px;
    top: -18px;
    left: -6px;
    height: 26px;
    width: 32px;
    line-height: 28px;
    font-size: 13px;
    border: 1px solid #da9a00;
    background: white;
    color: #004b3a;
    font-weight: 800;
  }
  .header__middle .toggle-basket:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    left: 4px;
    top: 10px;
    right: auto;
    color: #004b3a;
    font-size: 18px;
  }
  .header__middle .toggle-basket:before {
    font-size: 26px;
    top: 3px;
    right: -10px;
  }
  .header__middle .login-bascket {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(218, 154, 0);
    height: 48px;
    background: #fff;
    border-radius: 10px;
  }
  .header__middle .login-bascket > div {
    width: 60px;
    margin: 0;
    border-radius: 0;
    border: 0;
    height: 35px;
  }
  .header__middle .header__auth {
    float: right;
  }
  .header__middle .header__auth > div:last-child {
    margin-left: 0;
  }
  .header__middle .header__auth > div:last-child:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 11px;
    top: 15px;
    color: #004b3a;
    font-size: 18px;
    font-weight: bold;
  }
  .header__middle .header__auth > div:last-child a {
    font-size: 0;
  }
  .header__middle .header__auth > div:last-child a:before {
    content: "\f007";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: FontAwesome;
    position: absolute;
  }
  .header__middle .header__auth > div:last-child a:before {
    font-size: 26px;
    position: absolute !important;
    right: 30px;
    top: 10px;
  }
  .header__middle .header__auth > div:first-child {
    display: none;
  }
  .paddin-r-m {
    padding-right: 0;
  }
  .header__top {
    padding: 9px 0;
  }
  .header__search-box input {
    height: 46px !important;
  }
}
@media (max-width: 990px) {
  .logged-out .header__middle .header__auth > div:first-child {
    display: block !important;
    margin-left: 7px;
  }
  .logged-out .header__middle .header__auth > div:first-child a {
    font-size: 0;
  }
  .logged-out .header__middle .header__auth > div:first-child a:before {
    font-size: 28px;
    padding-left: 0;
    left: 3px;
  }
  .login-bascket {
    position: relative;
    z-index: 999;
  }
  .login-bascket.login-bascket--open {
    border: 0;
  }
  .login-bascket.login-bascket--open .toggle-basket {
    position: relative;
    transform: translateX(-50%);
    width: 53px;
  }
  .logged-in .header__middle .header__auth.header__auth-pc {
    background-color: #fff;
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-end;
    align-self: flex-start;
    border-radius: 10px !important;
  }
  .logged-in .header__middle .header__auth.header__auth-pc:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 11px;
    top: 12px;
    color: #004b3a;
    font-size: 18px;
    font-weight: bold;
  }
  .logged-in .header__middle .header__auth.header__auth-pc:after {
    content: "\f007";
    font-style: normal;
    font-weight: normal;
    font-family: FontAwesome;
    font-size: 26px;
    position: absolute !important;
    right: 30px;
    top: 7px;
    color: #daa815;
  }
  .logged-in .header__middle .header__auth.header__auth-pc > div {
    margin-bottom: 5px;
    justify-content: center;
  }
  .logged-in .header__middle .header__auth.header__auth-pc > div:last-child {
    display: none;
    order: 1;
    font-size: 12px;
  }
  .logged-in .header__middle .header__auth.header__auth-pc > div:last-child:before {
    display: none;
  }
  .logged-in .header__middle .header__auth.header__auth-pc > div:last-child a {
    font-size: 14px;
  }
  .logged-in .header__middle .header__auth.header__auth-pc > div:last-child a:before {
    font-size: 18px;
    position: unset !important;
  }
  .logged-in .header__middle .header__auth.header__auth-pc > div:first-child {
    order: 2;
    margin-left: 0;
  }
  .logged-in .header__middle .header__auth.header__auth-pc > div:first-child a {
    font-size: 14px;
  }
  .logged-in .header__middle .header__auth.header__auth-pc.header__auth--open {
    height: 110px;
    width: 100%;
    position: absolute;
    border: 1px solid rgb(218, 154, 0);
  }
  .logged-in .header__middle .header__auth.header__auth-pc.header__auth--open > div {
    display: flex;
  }
}
@media (max-width: 768px) {
  .padd0 {
    padding: 0;
  }
  .header__top {
    border-radius: 20px 20px 0 0;
    color: #daa815;
  }
  .header__top .logo-res {
    text-align: center;
    padding-top: 5px;
  }
  .header__top .row {
    display: flex;
    align-items: center;
  }
  .background-res {
    background-image: url(/Portals/_default/Skins/FaraShop/assets/img/pt-top.png);
    background-repeat: repeat-x;
    background-position: top center;
    padding-bottom: 15px;
  }
  #LiveSlider2519 .ls-inner .ls-slide,
  #LiveSlider2519 .ls-inner > div {
    border-radius: 10px !important;
  }
  .main-content .farashop__box:after,
  .main-content .farashop__box:before {
    display: none;
  }
  .farashop__footer .footer__top:before {
    right: 50%;
    left: 50%;
  }
  .clearfx {
    clear: both;
    margin-top: 15px;
  }
  .farashop__container.container__footer-pane .Head {
    font-size: 16px;
  }
  .product-list .slick-slide {
    margin: 0 2px !important;
  }
  .inner-content .DnnModule-FaraShop-Advancedfiltering {
    width: 94%;
    margin: 0 auto;
  }
  body.page__advanced-filtering .product-list article {
    padding: 0;
  }
  .product-page__product-galley {
    width: 100%;
    margin: 0 auto;
  }
}
.pagination > .active > a {
  background-color: #004b3a !important;
  border-color: #004b3a !important;
}

.pagination > li > a, .pagination > li > span {
  min-height: 34px;
}

.pajinatify.pajinatify__rtl {
  justify-content: center !important;
}

.pajinatify > span {
  width: 40px !important;
  height: 40px !important;
  line-height: 3 !important;
}

.pajinatify > span.pajinatify__current {
  background-color: #004b3a !important;
  border-color: #004b3a !important;
}

.pajinatify span:first-child {
  border-radius: 5px 0 0 5px;
}

.pajinatify span:last-child {
  border-radius: 0 5px 5px 0;
}

.table-responsive::-webkit-scrollbar {
  width: 1px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #da9a00;
  outline: 1px solid #da9a00;
}

.checkout-panel input[type=radio]:checked::before {
  background-color: #004B3A !important;
}
.checkout-panel .btn {
  background-color: #004B3A !important;
  border: 1px solid #004B3A !important;
}
.checkout-panel .btn:hover {
  background-color: #006a52 !important;
}

.checkout-panel__title {
  color: #004B3A !important;
}

.farashop__checkout button,
.farashop__checkout input[type=submit] {
  background-color: #004B3A !important;
  border: 1px solid #004B3A !important;
}
.farashop__checkout button:hover, .farashop__checkout button:focus, .farashop__checkout button:active, .farashop__checkout button:hover:active, .farashop__checkout button:focus:active,
.farashop__checkout input[type=submit]:hover,
.farashop__checkout input[type=submit]:focus,
.farashop__checkout input[type=submit]:active,
.farashop__checkout input[type=submit]:hover:active,
.farashop__checkout input[type=submit]:focus:active {
  border: 1px solid #006a52 !important;
  background-color: #006a52 !important;
}
.farashop__checkout .checkout__rules-checkbox > i {
  color: #004B3A !important;
}
.farashop__checkout.checkout__default > div:first-child > div.step__active:before {
  background-color: #004B3A !important;
}
.farashop__checkout.checkout__default .checkout__arrows button {
  background-color: white !important;
  color: #004B3A !important;
  border: 1px solid #004B3A !important;
}
.farashop__checkout.checkout__default .checkout__arrows button:hover {
  color: white !important;
  background-color: #004B3A !important;
}

.user-address__addbtn a {
  background-color: #004B3A !important;
}
.user-address__addbtn a:hover {
  background-color: #006a52 !important;
}
.user-address__addbtn a:focus {
  background-color: #006a52 !important;
  color: white;
  border: 1px solid #006a52 !important;
}

.farashop__custom-login .btn-one-time-password {
  background: white !important;
  border-color: #004B3A !important;
  color: #004B3A !important;
}
.farashop__custom-login .btn-one-time-password:hover {
  color: white !important;
  background-color: #004B3A !important;
}

.fs-auth__form .btn-edit-mobile {
  background: white !important;
  color: #004B3A !important;
  border: 1px solid #004B3A !important;
}
.fs-auth__form .btn-edit-mobile:hover {
  color: white !important;
  background-color: #004B3A !important;
}
