﻿/*#region sidebar */
body {
  background-image: none;
  background-color: #f5f5f5;
}

* {
  user-select: none;
}

input {
  user-select: text;
}

.body__container {
  direction: rtl;
  /*.js__farashop.farashop.farashop__body {
     > .container{
         width:100%;
      }
  }*/
}
.body__container.open {
  overflow: hidden;
}

.farashop__body {
  background: #eeedf3;
}
.farashop__body .breadcrumb {
  background: #fff;
}

.sidebar__box {
  direction: rtl;
}
.sidebar__box .sidebar__shadow {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none;
  top: 0;
}
.sidebar__box .sidebar__close {
  position: relative;
  right: 2px;
  font-size: 25px;
  padding: 10px;
  color: #fff;
}
.sidebar__box .sidebar__container {
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
  position: fixed;
  overflow-y: hidden;
  overflow: auto;
  height: 100.5%;
  width: 70%;
  top: 0;
  z-index: 10;
  padding: 0 15px 0 10px;
  /*        &.position--right {
              right: 0;
              -webkit-transform: translate3d(100%,0,0);
              -ms-transform: translate3d(100%,0,0);
              -moz-transform: translate3d(100%,0,0);
              -o-transform: translate3d(100%,0,0);
              transform: translate3d(100%,0,0);
          }

          &.position--left {
              left: 0;
              -webkit-transform: translate3d(-100%,0,0);
              -ms-transform: translate3d(-100%,0,0);
              -moz-transform: translate3d(-100%,0,0);
              -o-transform: translate3d(-100%,0,0);
              transform: translate3d(-100%,0,0);
          }*/
  /*       &.open {
             -webkit-transform: translate3d(0,0,0);
             -ms-transform: translate3d(0,0,0);
             -moz-transform: translate3d(0,0,0);
             -o-transform: translate3d(0,0,0);
             transform: translate3d(0,0,0);
         }*/
}
.sidebar__box .sidebar__container .wi-menu {
  padding: 0px;
}
.sidebar__box .fsh-category-menu-wrap {
  margin: 50px auto 20px;
}

/*#endregion sidebar*/
body {
  -moz-user-select: text !important;
  -webkit-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

.product-details__code {
  display: none;
}

.farashop__footer {
  background-color: #191919;
  margin-top: 0;
}
.farashop__footer .footer__contact-info > div {
  margin-right: 0;
}
.farashop__footer .footer__social li {
  margin: 2px 1px;
}
.farashop__footer .footer__social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/*.ls-container {
    margin-top: 20px;
}*/
.content-pane {
  min-height: 70vh;
}

@media screen and (max-width: 1023px) {
  .DnnModule-FaraShopCategoryMenu {
    display: none;
  }
}

.btn-open-sidebar {
  background-color: #2b66a2;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 24px;
  left: 11px;
  padding: 8px 10px;
  position: fixed;
  top: 7px;
}
@media screen and (max-width: 1023px) {
  .btn-open-sidebar {
    display: block;
  }
}

.custom-menu li a {
  color: #adacad !important;
  text-decoration: none;
  position: relative;
  padding-right: 15px !important;
  margin-right: 20px;
}
.custom-menu li a:before {
  content: "\f053" !important;
  font-family: FontAwesome;
  border: none !important;
  position: absolute;
  top: 1px;
  right: -3px;
  font-size: 8px;
  color: #cc9a21;
}

.wi-menu {
  padding: 0 15px;
}
.wi-menu a {
  background-color: transparent !important;
}
.wi-menu a:hover {
  background-color: #ededed !important;
}

.marketer-name {
  display: none !important;
}

.sidebar__container {
  /* padding-top: 34px !important;*/
}
.sidebar__container .navbar-nav > li > a {
  color: #000 !important;
}

header .navbar-nav > li > a {
  padding: 8px 15px;
  color: #222;
  font-size: 16px;
}

.farashop__body .header__top {
  background-color: #fff;
  padding-top: 10px;
  height: 46px;
}
.farashop__body .header__top .login__container {
  text-align: left;
}
.farashop__body .header__top .login__container a {
  color: #000;
  text-decoration: none;
  float: left;
  padding: 6px 12px;
  font-size: 16px;
  margin-right: 10px;
  background-color: #008cc9;
  border-radius: 3px;
}
.farashop__body .header__top .login__container a:first-child {
  color: #fff;
}
.farashop__body .header__top .login__container a.login {
  background-color: unset;
}
@media (max-width: 992px) {
  .farashop__body .header__top .login__container {
    text-align: unset;
    margin-top: 11px;
    display: flex;
    justify-content: center;
  }
  .farashop__body .header__top .login__container a {
    float: unset;
    padding: 3px 11px;
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .farashop__body .header__top {
    height: auto;
  }
  .farashop__body .header__top .header-logo {
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
  }
}
.farashop__body .farashop__breadcrumb li a.fa-home:before {
  color: #7871f5;
}
.farashop__body .farashop__breadcrumb li a {
  color: #000;
}
.farashop__body .farashop__breadcrumb li a:hover {
  text-decoration: none;
}

.farashop__body .header__bottom .navbar-header {
  float: unset;
}
.farashop__body .header__bottom .navbar-header .farashop__main-menu {
  float: unset;
  display: flex;
  justify-content: center;
}

.header__search-box {
  margin-top: 0px;
}
.header__search-box input[type=search] {
  border: 2px solid #e6e6e6;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  line-height: 28px;
  height: 28px;
  background-color: #e6e6e6;
}
.header__search-box input[type=search]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9d9c9c;
}
.header__search-box input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #9d9c9c;
}
.header__search-box input[type=search]:-ms-input-placeholder {
  /* IE 10+ */
  color: #9d9c9c;
}
.header__search-box input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #9d9c9c;
}
.header__search-box .search-box__btn-search {
  background-color: #e6e6e6;
  line-height: 28px;
  height: 28px;
  width: 33px;
  border-right: 1px solid #ddd;
}
.header__search-box .search-box__btn-search:hover {
  background-color: #ddd;
}
.header__search-box .search-box__btn-search i {
  font-size: 15px;
  line-height: 28px;
  color: #757575;
}
.header__search-box .search-box__btn-search span {
  display: none;
}
.header__search-box .search-box__btn-search .search-box__btn-search {
  background-color: #000000;
  border-radius: 4px 0 0 4px;
  color: #fff;
  line-height: 28px;
  height: 28px;
}

.farashop__footer-bottom {
  background-color: #000;
  color: #4b4b4b;
  height: auto;
  padding: 15px 0;
}
.farashop__footer-bottom a {
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .farashop__footer-bottom .sociallinks {
    display: flex;
    justify-content: center;
  }
}
.farashop__footer-bottom .sociallinks ul {
  height: 40px;
}
.farashop__footer-bottom .sociallinks ul li {
  float: left;
}
@media (max-width: 992px) {
  .farashop__footer-bottom .footer__copyright {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .farashop__footer-bottom .footer__faratech {
    text-align: center !important;
  }
}
.farashop__footer-bottom .footer__logo img {
  float: left;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .farashop__footer-bottom .footer__logo {
    display: flex;
    justify-content: center;
  }
  .farashop__footer-bottom .footer__logo img {
    float: unset;
  }
}

.farashop .fsh-container.fsh-container__content-right-pane > h2 {
  font-size: 17px;
  position: relative;
  white-space: nowrap;
  margin-top: 22px;
  color: #fff;
  margin-bottom: 23px;
  border-bottom: unset;
  line-height: 1.1;
}
.farashop .fsh-container.fsh-container__content-right-pane > h2 > span {
  border-bottom: unset;
}
.farashop .fsh-container.fsh-container__content-pane > h2 > span {
  border-bottom: 2px solid #000000;
}

.farashop__body .header__bottom {
  background-color: #e6e6e6;
}
@media (max-width: 992px) {
  .farashop__body .header__bottom .navbar {
    position: unset;
    min-height: 12px;
  }
  .farashop__body .header__bottom .navbar-toggle {
    position: absolute;
    top: 3px;
    right: 14px;
  }
}

.navbar-collapse.collapse {
  margin-right: -15px;
}

.farashop .fsh-container.fsh-container__right-pane > h2 {
  background-color: #000000;
}

.section__middle .farafeedbackform-cn h2 {
  color: #000;
  padding-top: 15px;
}

.farafeedbackform-cn .form-control {
  height: 40px;
}
.farafeedbackform-cn .form-control::-moz-placeholder {
  color: #999;
}
.farafeedbackform-cn .form-control:-ms-input-placeholder {
  color: #999;
}
.farafeedbackform-cn .form-control::-webkit-input-placeholder {
  color: #626262;
}
.farafeedbackform-cn textarea.form-control {
  height: auto;
}
@media only screen and (min-width: 700px) and (max-width: 1279px) {
  .farafeedbackform-cn {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 469px) {
  .farafeedbackform-cn {
    margin-bottom: 30px !important;
  }
}
.farafeedbackform-cn a {
  background-color: #7871f5 !important;
  border-color: #7871f5;
  padding: 6px 20px 6px !important;
  font-size: 16px;
  float: left;
  width: 100%;
}
.farafeedbackform-cn a .fa {
  display: none;
}
.farafeedbackform-cn .form-group {
  margin-bottom: 10px;
}

.container__content__right .container__heading h2 {
  font-size: 17px;
  position: relative;
  white-space: nowrap;
  margin-top: 22px;
  color: #fff;
}

.farashop__footer .container__content__right .container__content__body {
  padding-top: 10px;
}

a.prevent-autofill-input, input.prevent-autofill-input {
  border: 0 !important;
  height: 0 !important;
  width: 0 !important;
  outline: none !important;
}
