﻿/*#region sidebar menu */
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 {
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
  height: 100%; }
  .body__container.open {
    overflow-y: hidden; }
  .body__container.position--right.open {
    -webkit-transform: translate3d(-300px, 0, 0);
            transform: translate3d(-300px, 0, 0); }
  .body__container.position--left.open {
    -webkit-transform: translate3d(300px, 0, 0);
            transform: translate3d(300px, 0, 0); }

.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: center; }

.sidebar__box .sidebar__container {
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
  position: fixed;
  overflow-y: hidden;
  overflow: auto;
  height: 100.5%;
  width: 300px;
  top: 0;
  z-index: 10; }
  .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;
    -webkit-filter: blur(50px);
            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;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  .sidebar__box .sidebar__container.position--left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  .sidebar__box .sidebar__container.open {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.sidebar__box .farashop__product-group__menu {
  margin: 20px; }

.sidebar__box .sidebar__container {
  background-color: white; }
  .sidebar__box .sidebar__container .sidebar__close {
    color: #aa0000; }
  .sidebar__box .sidebar__container img {
    max-width: 80%;
    margin: 10px auto;
    display: block; }
  .sidebar__box .sidebar__container.open .main-menu > li {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    opacity: 1; }
  .sidebar__box .sidebar__container .main-menu .angle {
    -webkit-transition: all 200ms;
    transition: all 200ms;
    margin: 0px 5px;
    vertical-align: middle; }
    .sidebar__box .sidebar__container .main-menu .angle.angle-up {
      -webkit-transform: rotateZ(180deg);
              transform: rotateZ(180deg); }
  .sidebar__box .sidebar__container .main-menu a {
    color: #000;
    display: block;
    font-size: 9pt;
    padding: 7px 15px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            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; }
  .sidebar__box .sidebar__container .main-menu > li {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(1) {
      -webkit-transition-delay: 400ms !important;
              transition-delay: 400ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(2) {
      -webkit-transition-delay: 500ms !important;
              transition-delay: 500ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(3) {
      -webkit-transition-delay: 600ms !important;
              transition-delay: 600ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(4) {
      -webkit-transition-delay: 700ms !important;
              transition-delay: 700ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(5) {
      -webkit-transition-delay: 800ms !important;
              transition-delay: 800ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(6) {
      -webkit-transition-delay: 900ms !important;
              transition-delay: 900ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(7) {
      -webkit-transition-delay: 1000ms !important;
              transition-delay: 1000ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(8) {
      -webkit-transition-delay: 1100ms !important;
              transition-delay: 1100ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(9) {
      -webkit-transition-delay: 1200ms !important;
              transition-delay: 1200ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(10) {
      -webkit-transition-delay: 1300ms !important;
              transition-delay: 1300ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(11) {
      -webkit-transition-delay: 1400ms !important;
              transition-delay: 1400ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(12) {
      -webkit-transition-delay: 1500ms !important;
              transition-delay: 1500ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(13) {
      -webkit-transition-delay: 1600ms !important;
              transition-delay: 1600ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(14) {
      -webkit-transition-delay: 1700ms !important;
              transition-delay: 1700ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(15) {
      -webkit-transition-delay: 1800ms !important;
              transition-delay: 1800ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(16) {
      -webkit-transition-delay: 1900ms !important;
              transition-delay: 1900ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(17) {
      -webkit-transition-delay: 2000ms !important;
              transition-delay: 2000ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(18) {
      -webkit-transition-delay: 2100ms !important;
              transition-delay: 2100ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(19) {
      -webkit-transition-delay: 2200ms !important;
              transition-delay: 2200ms !important; }
    .sidebar__box .sidebar__container .main-menu > li:nth-child(20) {
      -webkit-transition-delay: 2300ms !important;
              transition-delay: 2300ms !important; }
    .sidebar__box .sidebar__container .main-menu > li > a {
      position: relative; }
      .sidebar__box .sidebar__container .main-menu > li > a:hover:after {
        width: 90%;
        background: rgba(0, 0, 0, 0.1); }
      .sidebar__box .sidebar__container .main-menu > li > a:after {
        -webkit-transition: all 300ms;
        transition: all 300ms;
        content: '';
        position: absolute;
        display: block;
        width: 0%;
        top: 0;
        z-index: 0;
        background: transparent;
        height: 100%; }
  .sidebar__box .sidebar__container .main-menu ul {
    display: none;
    background: transparent !important;
    margin-right: 40px; }

/*#endregion */
.product-details__code {
  display: none; }

.farashop__footer .footer__contact-info > div {
  margin-right: 0; }
