﻿@charset "UTF-8";
/*********** KALA SANATI COLOR PALETTE ***********/
/*********** KALA SANATI COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
/*********** KALA SANATI COLOR PALETTE ***********/
/*********** KALA SANATI COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
.farashop__mega-menu {
  background-color: #424242;
  box-shadow: none;
}
.farashop__mega-menu a {
  line-height: 38px;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a {
  background-color: #616161;
  box-shadow: none;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level {
  background-color: #fff;
  color: #111;
  top: 42px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.farashop__mega-menu .mega-menu__root .mega-menu__table ul li:first-child a {
  color: #0094ff;
}
.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: #E73D3E;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a:before {
  border-color: transparent transparent #E73D3E transparent;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a:after {
  background-color: #E73D3E;
}

/*********** KALA SANATI COLOR PALETTE ***********/
/*********** KALA SANATI COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/IRANYekan/Woff/IRANYekanXFaNum-Bold.woff") format("woff"), url("/fonts/IRANYekan/woff2/IRANYekanXFaNum-Bold.woff2") format("woff2"), url("/fonts/IRANYekan/IRANYekanXFaNum-Bold.ttf") format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/IRANYekan/Woff/IRANYekanXFaNum-Regular.woff") format("woff"), url("/fonts/IRANYekan/woff2/IRANYekanXFaNum-Regular.woff2") format("woff2"), url("/fonts/IRANYekan/IRANYekanXFaNum-Regular.ttf") format("truetype");
}
body {
  background-image: url("/Portals/_default/Skins/FaraShop/assets/img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  font-family: IRANYekan, tahoma;
  font-size: 14px;
  user-select: text !important;
}

.farashop__body {
  min-height: 100%;
  margin-bottom: 234px;
}
.farashop__body header {
  transition: top 0.3s ease, position 0.3s ease;
}
@media (min-width: 768px) {
  .farashop__body header.header--fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 78px;
  }
  .farashop__body header.header--fixed .header__middle .header-middle__container {
    position: relative;
  }
  .farashop__body header.header--fixed .header__middle .header__middle-content {
    position: relative;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .farashop__body header.header--fixed .header__middle .header__middle-content .login-wrapper {
    column-gap: 5px;
  }
}
@media (min-width: 768px) {
  .farashop__body header.header--fixed .header__middle .header__middle-content .login-wrapper .header__middle__login {
    outline: unset !important;
    font-size: 0;
    padding: 15px 0;
  }
  .farashop__body header.header--fixed .header__middle .header__middle-content .login-wrapper .header__middle__login span:first-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .farashop__body header.header--fixed .header__middle .header__middle-content .login-wrapper .header__middle__user {
    outline: unset !important;
    font-size: 0;
    padding: 15px 0;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
@media (min-width: 768px) {
  .farashop__body header.header--fixed .header__search-box-wrapper {
    position: absolute;
    top: 5px;
    left: 80px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .farashop__body header.header--fixed .header__search-box-wrapper .header__search-box {
    width: 190px;
    padding: 10px 20px;
  }
  .farashop__body header.header--fixed .header__search-box-wrapper .header__search-box .search-box__result {
    position: absolute;
    width: 560px;
    right: -115%;
    top: 100%;
    overflow: hidden;
    z-index: 800;
  }
}
@media (min-width: 768px) {
  .farashop__body header.header--fixed .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__main-categories {
    width: 300px;
    height: 500px;
  }
  .farashop__body header.header--fixed .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories {
    width: 100%;
    height: 500px;
    overflow: auto;
  }
}
.farashop__body .header__top {
  height: 28px;
  line-height: 25px;
  font-size: 13px;
  background-color: #424242;
  color: #efefef;
}
.farashop__body .header__top .col-md-8 {
  padding-left: 0px;
}
.farashop__body .header__top .col-md-8 .navbar-header .navbar-collapse.collapse {
  padding: 0px;
}
.farashop__body .header__top a {
  color: inherit;
}
@media (max-width: 767px) {
  .farashop__body .header__top {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .farashop__body .header__top .header__profile {
    text-align: center;
  }
}
.farashop__body .header__top .profile__username {
  color: #2196d9;
}
.farashop__body .header__top .profile__username i {
  margin-left: 4px;
  color: #efefef;
}
@media (max-width: 991px) {
  .farashop__body .header__middle {
    padding-bottom: 10px;
  }
}
.farashop__body .header__middle h1 {
  margin: 0;
}
.farashop__body .header__middle h1 a {
  display: block;
  float: right;
}
@media (max-width: 991px) {
  .farashop__body .header__middle h1 a {
    float: none;
  }
}
@media (max-width: 767px) {
  .farashop__body .header__middle h1 img {
    margin: auto;
  }
}
.farashop__body .header__bottom {
  margin-bottom: 20px;
  min-height: 42px;
  background-color: #f7f8fa;
  color: #efefef;
}
.farashop__body .header__bottom .fa-bars {
  color: #000;
}
.farashop__body .header__bottom .menu-trigger__link {
  position: relative;
}
.farashop__body .header__bottom .menu-trigger__link:after {
  content: "منو";
  color: #000;
  position: absolute;
  left: 50px;
  top: 10px;
  font-size: 16px;
}
.farashop__body .header__bottom .main-menu > li {
  position: relative;
}
.farashop__body .header__bottom .main-menu > li:before {
  content: "";
  width: 1px;
  background-color: #2196d9;
  height: 12px;
  top: 15px;
  position: absolute;
  left: 0;
}
.farashop__body .header__bottom .main-menu > li:last-child:before {
  display: none;
}
.farashop__body .header__bottom .main-menu a {
  color: inherit;
  padding: 11px 10px;
  display: block;
}
.farashop__body .header__bottom .main-menu a:hover, .farashop__body .header__bottom .main-menu a:focus {
  background-color: #565656;
}
.farashop__body .header__bottom > .container > .row > div:first-child {
  position: relative;
}
.farashop__body .pagination {
  margin: 20px 0;
}
.farashop__body.special-pattern > section {
  background: url(/Portals/0/Images/pattern.jpg) repeat center center;
  padding-top: 55px;
}
@media only screen and (min-width: 1020px) {
  .farashop__body.special-pattern .header__bottom {
    margin-bottom: 0px !important;
  }
}

.farashop__footer {
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  background-color: #F8F7F7;
  color: #fff;
}
.farashop__footer .footer__logo-copyright {
  font-size: 11px;
  color: #e6e6e6;
  /*        border-left: 1px solid $color__footer--border;
  box-shadow: -1px 0 0 $color__footer--shadow;*/
}
@media (max-width: 767px) {
  .farashop__footer .footer__logo-copyright {
    border-left: 0 none;
    box-shadow: none;
  }
}
.farashop__footer .footer__logo-copyright a {
  color: inherit;
}
.farashop__footer .footer__contact-info i {
  margin-left: 4px;
}
.farashop__footer .footer__contact-info i.fa-phone + span {
  display: inline-block;
  direction: ltr;
}
.farashop__footer .footer__contact-info > div {
  margin-right: 44px;
}
.farashop__footer .footer__social {
  padding-top: 20px;
  clear: both;
}
.farashop__footer .footer__social ul {
  text-align: center;
}
.farashop__footer .footer__social li {
  display: inline-block;
  margin: 2px 0;
}
.farashop__footer .footer__social li > a {
  color: #fff;
  border-radius: 50%;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.farashop__footer .footer__social li > a:hover, .farashop__footer .footer__social li > a:focus {
  text-decoration: none;
}

.farashop .farashop__container.container__right-pane {
  margin-bottom: 15px;
}
.farashop .farashop__container.container__right-pane > h2,
.farashop .farashop__container.container__right-pane > span {
  background-color: #12a8db;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 6px;
  margin-bottom: 12px;
  text-indent: 10px;
  display: block;
}
.farashop .farashop__container.container__footer-pane > h2,
.farashop .farashop__container.container__footer-pane > span {
  font-size: 15px;
  font-weight: 100;
  color: #fff;
  border-bottom: 1px solid #f1efef;
  box-shadow: 0 1px 0 white;
  padding-bottom: 12px;
  margin-bottom: 12px;
  display: block;
}
.farashop .farashop__container.container__content-pane > h2,
.farashop .farashop__container.container__content-pane > span {
  border-bottom: 1px solid #a0a0a0;
  display: block;
}
.farashop .farashop__container.container__content-pane > h2 > span,
.farashop .farashop__container.container__content-pane > span > span {
  border-bottom: 2px solid #ff733f;
  display: inline-block;
  padding-bottom: 10px;
}
.farashop .breadcrumb a, .farashop .breadcrumb span {
  color: #777;
}
.farashop .breadcrumb li:last-child > a {
  color: #111;
}
.farashop .e-namad {
  margin-bottom: 15px;
}

.toggle-sidebar {
  cursor: pointer;
  color: #fff;
  padding: 8px 10px;
  font-size: 2em;
  z-index: 9999;
}

@media (max-width: 479px) {
  .DnnModule-FaraShopFaraShopProductGroupMenu {
    display: none;
  }
}

@media (max-width: 479px) {
  #dnn_PhonePane {
    display: none;
  }
  .navbar-toggle {
    float: left;
  }
  body.rtl .navbar-toggle {
    float: right;
  }
  .logo {
    display: block;
  }
  .logo a {
    display: block;
    text-align: center;
  }
  .logo a img {
    max-width: 80% !important;
  }
  .rtl .LoginPanel {
    padding-left: 0 !important;
    width: 100% !important;
  }
  .header__search-box {
    margin: 0 !important;
  }
  html {
    overflow: scroll !important;
  }
}
.ls-container, .ls-container * {
  border-radius: 15px !important;
}

.farashop__box .box__header {
  margin-bottom: 0 !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 {
  width: 100%;
  border-radius: 15px;
  position: absolute;
  right: 35px;
}
.login-skin__container .LoginPanel {
  padding-left: 0px;
}
.login-skin__container .dnnLabel {
  padding-left: 0px;
}
@media (max-width: 768px) {
  .login-skin__container .contents__container {
    position: unset;
    padding: 40px 0;
  }
}
.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;
}
@media (max-width: 992px) {
  .login-skin__container {
    display: block;
  }
  .login-skin__container .contents__container, .login-skin__container .dnnSendPassword {
    background-color: unset;
    width: 100%;
  }
  .login-skin__container .dnnFormItem > span.dnnFormLabel {
    width: 0%;
  }
}

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

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

.amazing-offer-btn {
  position: absolute;
  left: 17px;
  top: 5px;
  color: #000 !important;
  background: transparent !important;
  padding: 5px 13px;
  border-radius: 3px;
  transition: all 0.3s linear;
  font-size: 14px;
  z-index: 9;
}
.amazing-offer-btn:hover {
  text-decoration: none;
}

@media (max-width: 992px) {
  #dnn_ProductGroupMenu_pnlSimpleMenu {
    display: none;
  }
  .amazing-offer-btn {
    right: 17px;
    left: unset;
  }
  .fancybox-nav span {
    visibility: visible !important;
  }
  .login-skin__container .farashop__custom-login {
    width: 96%;
  }
}
/* 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 */
}
.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;
}
