﻿@charset "UTF-8";
.input-group {
  direction: rtl;
}

@media (max-width: 992px) {
  .farashop__aside .js__mobile-overlay.mobile-overlay {
    display: none !important;
  }
  .farashop__aside .js__toggle-aside.toggle-aside {
    display: none !important;
  }
  .farashop__aside .downloadfile__container {
    display: none !important;
  }
}

body.rtl .body__container, body.rtl .jconfirm, body.rtl .sidebar__container {
  direction: rtl !important;
  text-align: right !important;
}

.farashop__box .box__header {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 25px;
  min-height: 43px;
  line-height: 3;
  font-family: "IranSansBold";
}
.farashop__box .box__header [class*=col-]:nth-child(1) > div {
  color: #000;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b7da09;
}
@media (max-width: 992px) {
  .farashop__box .box__header [class*=col-]:nth-child(1) > div {
    border-bottom: unset;
  }
}
.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: #b6da09;
}
@media (max-width: 992px) {
  .farashop__box .box__header [class*=col-]:nth-child(2) {
    height: 0;
  }
}
.farashop__box .box__header .no-icon span {
  display: block !important;
  text-align: center;
  width: 100%;
}

/*#region sidebar */
.sidebar__container .logo {
  margin: 20px auto;
  width: 75%;
  float: none;
  margin-top: 43px;
  height: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .sidebar__container .logo {
    width: auto;
  }
}
.sidebar__container .main-menu {
  margin: 13px 0 0;
  padding: 0;
  direction: rtl;
  padding-right: 5px;
}
.sidebar__container .main-menu > li {
  /*&:nth-child(2) a:before {
      content: "صفحه نخست";
      position: relative;
      font-weight: bold;
      color: #000;
  }*/
}
.sidebar__container .main-menu > li:first-child {
  display: none;
}
.sidebar__container .main-menu li {
  background-color: transparent;
  list-style: none !important;
}
.sidebar__container .main-menu li.has-child ul {
  display: none;
  list-style: disc;
  margin-right: 0;
  padding: 0;
  color: #fff;
  margin-left: 0;
  background-color: #f1f1f1;
  padding-right: 14px;
  border-radius: 5px;
}
.sidebar__container .main-menu li.has-child ul li {
  list-style: disc;
  list-style-position: inside;
}
.sidebar__container .main-menu a {
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  width: 100%;
  display: block;
  padding-left: 9px;
}
.sidebar__container .main-menu a span {
  float: left;
  font-size: 23px;
  color: #b7da09;
  font-weight: bold;
}
.sidebar__container .main-menu a img {
  display: none;
}
.sidebar__container .main-menu .caret {
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.sidebar__container .main-menu .caret.caret-up {
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

/*
    ticket: 9508441
*/
a {
  color: #333;
}

/*
    --ticket: 9508441
*/
#Body {
  background: #EEF3F6 !important;
  direction: ltr;
}

.body__container {
  direction: rtl;
}

li {
  list-style: none;
}

.btn-menu-trigger {
  background: transparent;
  border: 0 none;
  color: #000;
  outline: none;
  margin: 10px 0;
}

.search__container {
  direction: rtl;
  margin-top: 20px;
  background: #fff;
  position: relative;
  border: 1px solid #5362A7;
  border-radius: 4px;
  background: #5362A7;
  overflow: hidden;
}
.search__container .txt-search {
  padding: 10px 15px 10px 50px;
  border: 0 none;
  width: 100%;
}
.search__container .btn-search {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 53px;
  position: absolute;
  left: 0;
  top: 0;
  background: #5362A7;
}
.search__container .btn-search i.fa {
  color: #fff;
}

.logo2 img {
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .logo2 img {
    margin: auto;
  }
}

.header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__bottom .DnnModule-DNN_HTML p {
  padding: 0;
  margin: 0;
}
.header__bottom .DnnModule-DNN_HTML p a {
  display: inline-block;
  color: #000;
  padding: 9px 10px;
  font-size: 10pt !important;
  white-space: nowrap;
}
.header__bottom .DnnModule-DNN_HTML p a:hover {
  text-decoration: none;
  color: #fff;
  background: #5362A7;
}

nav .main-menu > li:hover > a {
  color: #5362A7;
}
nav .main-menu > li > a {
  color: #000;
  padding: 7px 10px;
}
nav .main-menu > li > a span {
  color: #b7da09;
  right: 6px;
  position: relative;
  top: 2px;
}
nav .main-menu > li > a:hover {
  color: #5362A7;
}
nav .main-menu > li ul {
  background: rgba(182, 217, 9, 0.8);
}
nav .main-menu > li ul li a:hover {
  color: #5362A7;
}

.body__container {
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
  /*overflow-y: hidden;*/
  /*&.position--right {
      &.open {
          -webkit-transform: translate3d(-70%,0,0);
          -ms-transform: translate3d(-70%,0,0);
          -moz-transform: translate3d(-70%,0,0);
          -o-transform: translate3d(-70%,0,0);
          transform: translate3d(-70%,0,0);
      }
  }*/
}
.body__container.position--left.open {
  -webkit-transform: translate3d(70%, 0, 0);
  -ms-transform: translate3d(70%, 0, 0);
  -moz-transform: translate3d(70%, 0, 0);
  -o-transform: translate3d(70%, 0, 0);
  transform: translate3d(70%, 0, 0);
}

.sidebar__box {
  z-index: 9999999999;
  position: relative;
}
.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: absolute;
  top: -6px;
  right: 2px;
  font-size: 25px;
  padding: 10px;
  color: #000;
}
.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;
  background-color: #fff;
  z-index: 10;
  padding: 0 15px 0 10px;
}
.sidebar__box .sidebar__container.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);
}
.sidebar__box .sidebar__container.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);
}
.sidebar__box .sidebar__container.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 .fsh-category-menu-wrap {
  margin: 50px auto 20px;
}

/*#endregion sidebar*/
.product-details__code {
  display: none;
}

.white-container {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #D5D9DA;
  padding: 0 15px;
  margin: 15px 0;
}
.white-container .farashop .fsh-container.fsh-container__content-pane > h2 {
  font-size: 15px;
  border-bottom: 1px solid #a0a0a0;
  line-height: 45px;
  margin: 0 0 20px;
}

.farashop .fsh-container.fsh-container__content-pane > h2 > span {
  padding-bottom: 6px;
}

article-title a {
  font-weight: bold;
}

.product-box__item .product-box__footer > div:first-child > div.no-price:first-child + div > span:last-child {
  font-size: inherit !important;
}

.product-box__item .product-box__footer > div:first-child > div.no-price:first-child + div > span:first-child {
  visibility: visible !important;
}

.product-box__item .product-box__footer > div:first-child > div.no-price:first-child + div > span {
  display: inline-block !important;
}

/*.product-box__item .product-box__footer > div:first-child > div.no-price:first-child {
    display: block !important;
}*/
.product-box__item .product-box__footer > div:first-child > div:first-child > span:first-child {
  visibility: hidden !important;
}

.product-box__item .product-box__footer > div:first-child > div:first-child {
  margin: -16px 0 9px !important;
}

.wi-menu > li > a {
  background-color: transparent;
}

.custom-menu li a {
  color: #000 !important;
}
.custom-menu li a:hover {
  color: #333 !important;
}

footer .custom-menu li a {
  color: #fff !important;
}
footer .custom-menu li a:hover {
  color: #e6e6e6 !important;
}

.pane__slider {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}
.pane__slider .ls-inner img {
  border-radius: 10px !important;
}
.pane__slider.DNNEmptyPane {
  margin-top: 0;
  margin-bottom: 0;
}

body {
  -moz-user-select: initial !important;
  -webkit-user-select: initial !important;
  -ms-user-select: initial !important;
  user-select: initial !important;
}

.farashop__product-details__default .product-details__gallery .product-gallery__small .slick-next,
.farashop__product-details__default .product-details__gallery .product-gallery__small .slick-prev {
  top: 36px !important;
}
.farashop__product-details__default .product-details__gallery .product-gallery__small .slick-next:before,
.farashop__product-details__default .product-details__gallery .product-gallery__small .slick-prev:before {
  color: #7CA000;
}

.custom-products.has-row {
  background-color: #BDBBBC;
  padding: 15px;
  color: #000;
  border: 2px solid #757575;
}
.custom-products.has-row h6 {
  color: #000 !important;
}

.farashop__footer .footer__contact-info > div {
  margin-right: 0 !important;
}

.wi-select:after {
  left: auto;
  right: 10px;
}
.wi-select > span {
  text-align: left;
  direction: ltr;
  padding: 0 30px 0 15px !important;
}

.add-wrap {
  position: relative;
}

.product-details__prices {
  margin-bottom: 10px;
}

.farashop__add-on > .clearfix div.row:nth-child(1) {
  font-size: 13px;
}
.farashop__add-on > .clearfix div.row:first-child > div.col-sm-7 {
  font-size: 14px;
  border: 1px solid #dfe5e8;
  background-color: #fafbfc;
  padding: 6px 0 6px 10px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}
.farashop__add-on > .clearfix div.row:first-child > div.col-sm-7:after {
  content: "+";
  display: block;
  position: absolute;
  left: -18px;
  font-size: 26px;
  font-family: tahoma;
  font-weight: bold;
}
.farashop__add-on > .clearfix[class*=col]:last-child {
  border-bottom: 2px solid #ddd;
}

.product-details__status {
  position: relative;
  top: 10px;
}

.prices__new-price {
  text-align: left;
}

.wi-tab-header > li:nth-child(2) {
  background-color: #3CA200 !important;
  color: #fff !important;
  border-radius: 6px 6px 0 0;
  border-color: #3CA200 !important;
}

.advanced-filtering .advanced-filtering__filter-title {
  background-color: #5361A6 !important;
}

@media (min-width: 992px) {
  .farashop__product-details__default .product-attributes .attribute > div.values {
    white-space: nowrap;
  }
}

ul.wi-tab-header > li {
  padding: 0 7px !important;
}

.h_iframe-aparat_embed_frame {
  position: relative;
}
.h_iframe-aparat_embed_frame .ratio {
  display: block;
  width: 100%;
  height: auto;
}
.h_iframe-aparat_embed_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .pane__slider > .DnnModule-LiveSlider a:nth-child(2n) {
    margin-top: -6px !important;
  }
  .pane__slider > .DnnModule-LiveSlider a:nth-child(2n+1) {
    margin-top: -11px !important;
  }
}
body .advanced-filtering .advanced-filtering__results__items .page-count {
  top: 0px;
}
body .advanced-filtering .advanced-filtering__results__items .wi-select {
  margin: 0px 0 15px;
}
body .advanced-filtering .advanced-filtering__results__items .row:nth-child(2) div[class^=col-]:nth-child(1) {
  display: none;
}
body .advanced-filtering .advanced-filtering__results__items .row:nth-child(2) div[class^=col-]:nth-child(2) {
  display: none;
}

.dnnFormItem textarea {
  max-width: unset;
}

hr.visible-xs {
  margin: 5px 0px 5px 0px;
}

.second-logo-desktop {
  display: none;
  float: left;
  position: relative;
  top: -40px;
  left: -15px;
}
@media (min-width: 992px) {
  .second-logo-desktop {
    display: block;
  }
}

.second-logo-mobile {
  display: none;
}
@media (max-width: 991px) {
  .second-logo-mobile {
    display: block;
  }
}

.checkout-panel input[type=radio]:checked::before {
  background-color: #5461a7 !important;
}
.checkout-panel .btn {
  background-color: #5461a7 !important;
  border: 1px solid #5461a7 !important;
}
.checkout-panel .btn:hover {
  background-color: rgb(103.0366533865, 114.8661354582, 178.5633466135) !important;
}

.checkout-panel__title {
  color: #5461a7 !important;
}

.farashop__checkout button,
.farashop__checkout input[type=submit] {
  background-color: #5461a7 !important;
  border: 1px solid #5461a7 !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 rgb(103.0366533865, 114.8661354582, 178.5633466135) !important;
  background-color: rgb(103.0366533865, 114.8661354582, 178.5633466135) !important;
}
.farashop__checkout .checkout__rules-checkbox > i {
  color: #5461a7 !important;
}
.farashop__checkout.checkout__default > div:first-child > div.step__active:before {
  background-color: #5461a7 !important;
}
.farashop__checkout.checkout__default .checkout__arrows button {
  background-color: white !important;
  color: #5461a7 !important;
  border: 1px solid #5461a7 !important;
}
.farashop__checkout.checkout__default .checkout__arrows button:hover {
  color: white !important;
  background-color: #5461a7 !important;
}

.user-address__addbtn a {
  background-color: #5461a7 !important;
}
.user-address__addbtn a:hover {
  background-color: rgb(103.0366533865, 114.8661354582, 178.5633466135) !important;
}
.user-address__addbtn a:focus {
  background-color: rgb(103.0366533865, 114.8661354582, 178.5633466135) !important;
  color: white;
  border: 1px solid rgb(103.0366533865, 114.8661354582, 178.5633466135) !important;
}

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

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

.submitted-order-info .very-top-section {
  display: none;
}

.js__legal-info.legal-info ~ .js__panel input {
  text-align: right !important;
}

.DnnModule-Hypermedia_MediaModule.DnnModule-Admin .DNNAlignleft {
  text-align: right !important;
  direction: ltr !important;
}

@media (max-width: 991px) {
  .button-71 {
    padding: 0 !important;
    width: 63% !important;
    margin: 0 !important;
  }
}
.payment-method__container .bank-list__wrap table tr {
  padding: 0;
}
.payment-method__container .bank-list__wrap table tr td {
  background-color: #fff;
}

.wi-menu {
  margin-left: 0;
  border-bottom: 2px solid #6572b7;
  border-top: 2px solid #6572b7;
}
.wi-menu li a {
  background-color: transparent;
  font-weight: bold;
}

.sidebar__container .main-menu a {
  font-weight: normal;
}
