﻿@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/IRANSans/eot/IRANSansWeb.eot");
  src: url("/fonts/IRANSans/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/woff2/IRANSansWeb.woff2") format("woff2"), url("/fonts/IRANSans/woff/IRANSansWeb.woff") format("woff"), url("/fonts/IRANSans/ttf/IRANSansWeb.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/IRANSans/eot/IRANSansWeb_Bold.eot");
  src: url("/fonts/IRANSans/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("/fonts/IRANSans/woff/IRANSansWeb_Bold.woff") format("woff"), url("/fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf") format("truetype");
  font-display: swap;
}
body, html {
  font-family: IRANSans !important;
  font-weight: normal;
  font-size: 16px;
  user-select: text !important;
}

body {
  margin: 0;
  text-align: right;
  direction: rtl;
  position: relative;
}

.Normal {
  font-size: 16px;
  line-height: 2;
}

.farashop__body {
  min-height: 0;
  margin-bottom: 0;
}
.farashop__body:after {
  height: 0;
}

h1, h2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: black;
}

h1 {
  margin: 0;
  font-size: 24px;
}

/*#region sidebar menu */
.body__container {
  transition: all ease 400ms;
  height: 100%;
}
.body__container.open {
  overflow-y: hidden;
}
.body__container.position--right.open {
  transform: translate3d(-300px, 0, 0);
}
.body__container.position--left.open {
  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;
  color: red;
  padding: 15px 15px 0 15px;
  cursor: pointer;
}
.sidebar__box .sidebar__container {
  background-color: white;
  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;
  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.open .main-menu > li {
  transform: translateY(0) !important;
  opacity: 1;
}

.fsh-category-menu-wrap .wi-menu {
  padding: 0 15px;
}
.fsh-category-menu-wrap .wi-menu li {
  list-style-image: unset;
}
.fsh-category-menu-wrap .wi-menu li:before {
  font-size: 16px;
}
.fsh-category-menu-wrap .wi-menu li a {
  font-family: "IRANSans";
  line-height: 2;
  padding: 5px 0;
}

.DnnModule-FaraShopCategoryMenu .fsh-category-menu-wrap {
  display: none;
}

/*#endregion */
/*Basket*/
.basket-preview-wrap {
  outline: 2px solid rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 768px) {
  .basket-preview-wrap {
    border-radius: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 0;
    left: 0;
    box-shadow: none;
  }
}
.basket-preview-wrap > a {
  color: white;
  padding: 7px 20px;
  border: none;
  font-weight: bold;
}
.basket-preview-wrap header .basket-row {
  background-color: unset;
  color: white;
  box-shadow: unset;
}
.basket-preview-wrap main .basket-row {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  box-shadow: unset;
}
.basket-preview-wrap main .basket-row .over-hi {
  overflow: hidden;
}
.basket-preview-wrap main .basket-row .fsh-middle {
  justify-content: right;
}
.basket-preview-wrap main .basket-row .price {
  color: #ffffff;
  text-align: left;
}
.basket-preview-wrap main ul li {
  margin-top: 80px;
  color: white;
}

.farashop__notify {
  box-shadow: none;
  border-radius: 40px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  outline: 2px solid rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 768px) {
  .farashop__notify {
    width: 100%;
    right: 0;
  }
}

/*End Basket*/
.header_part {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header_part .logo_part {
  text-decoration: none;
}
.header_part .logo_part strong {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
}
.header_part .logo_part span {
  font-size: 14px;
  font-weight: bold;
  color: black;
}

.search_part {
  padding-top: 7px;
}
.search_part input {
  height: 48px;
  border: 1px solid #a4a4a4;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search_part a {
  height: 48px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  text-decoration: none;
  padding-top: 12px;
  text-align: center;
}
.search_part a i {
  line-height: 1.5;
}

.navbar-nav li a {
  padding: 8px 10px;
  color: white !important;
  line-height: 2;
}
.navbar-nav li a:hover {
  color: white !important;
}

.nav_part {
  color: white;
  margin-bottom: 0;
  border-radius: 0;
}
.nav_part .category-holder {
  position: relative;
}
.nav_part .category-holder .btn-open-sidebar {
  cursor: pointer;
  color: white;
  padding: 0 10px;
  border-radius: 3px;
  height: 58px;
  position: absolute;
  z-index: 2;
  right: 15px;
  top: -5px;
  line-height: 58px;
  display: flex;
}
.nav_part .category-holder .btn-open-sidebar:hover {
  color: white;
}
.nav_part .category-holder .btn-open-sidebar:hover span {
  text-decoration: underline;
}
.nav_part .category-holder .btn-open-sidebar span {
  font-family: "IRANSans";
  font-size: 14px;
  font-weight: bold;
  padding-right: 7px;
}
.nav_part .navbar-header {
  margin-right: 170px;
}
.nav_part .navbar-header .icon-bar {
  background-color: white;
}
.nav_part .farashop__main-menu {
  margin-right: 170px;
}
@media screen and (max-width: 768px) {
  .nav_part .farashop__main-menu {
    margin-right: auto;
  }
}

.fsh-breadcrumb-wrap {
  overflow: auto;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ccc;
  margin: 0 15px 15px;
}
@media screen and (max-width: 768px) {
  .fsh-breadcrumb-wrap {
    margin: 0 0 15px;
  }
}
.fsh-breadcrumb-wrap .breadcrumb {
  width: max-content;
  min-height: 48px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: unset;
}
.fsh-breadcrumb-wrap .breadcrumb > li a {
  position: relative;
  color: #666666;
  font-size: 13px;
  line-height: 2.3;
}
.fsh-breadcrumb-wrap .breadcrumb > li a:hover, .fsh-breadcrumb-wrap .breadcrumb > li a:focus {
  text-decoration: none;
}
.fsh-breadcrumb-wrap .breadcrumb > li:first-child a {
  font-size: 16px;
  top: 0;
}
.fsh-breadcrumb-wrap .breadcrumb > li:last-child a {
  color: #000;
}

.material-container-titled {
  margin-bottom: 15px;
}

/*details Page*/
.datails_part .title_part {
  display: flex;
  margin-bottom: 15px;
}
.datails_part .title_part i:before {
  font-size: 64px;
  margin-left: 10px;
}
.datails_part .properties_part .file_details {
  margin-bottom: 15px;
}
.datails_part .properties_part .file_details > span {
  font-size: 14px;
  padding: 8px 0 0 15px;
  display: inline-block;
}
.datails_part .properties_part .file_details > span > i {
  font-style: normal;
  color: #595959;
}
.datails_part .properties_part .file_details > span > span a:hover {
  text-decoration: underline;
}
.datails_part .properties_part .file_details > p {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  margin-top: 15px;
  padding-top: 15px;
}
.datails_part .properties_part .file_details > p a {
  color: #ff5722;
}
.datails_part .price_part .product-details__prices {
  margin-left: 10px;
}
.datails_part .price_part > div {
  display: inline-block;
  vertical-align: middle;
}
.datails_part .price_part > div .loading-wrap {
  background-color: unset;
  margin: unset;
  padding: unset;
  top: 15px;
  right: unset;
  bottom: unset;
  left: -37px;
}
.datails_part .price_part > div .product-details__btn-available {
  border-radius: 5px;
  color: #fff;
  margin: 10px 0;
  padding: 5px 18px;
  line-height: 36px;
}
.datails_part .price_part > a {
  border-radius: 5px;
  color: #fff;
  margin: 10px 0;
  padding: 11px 4px;
  line-height: 36px;
}
.datails_part .price_part .summery-link {
  background-color: #bb087d;
}
.datails_part .price_part .related-link {
  background-color: #ff9422;
}

.product-details__keywords, .other_titles {
  padding: 15px 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.product-details__keywords span, .other_titles span {
  color: #595959;
}
.product-details__keywords a:hover, .other_titles a:hover {
  text-decoration: underline;
}
.product-details__keywords .product-tag, .other_titles .product-tag {
  padding: 5px 0;
  display: inline-block;
}

.other_titles {
  font-size: 14px;
  line-height: 2;
}

.farashop__product-details__default .product-details__tab {
  margin-top: 20px;
}
.farashop__product-details__default .product-details__tab .wi-tab-header li {
  margin: 0 !important;
  font-family: IRANSans;
  font-size: 14px;
  padding: 15px;
  font-weight: normal;
  line-height: normal;
  min-width: 120px;
}
.farashop__product-details__default .product-details__tab .wi-tab-header .wi-active {
  background-color: white;
  border-bottom-color: white;
}
.farashop__product-details__default .product-details__tab .wi-tab-content {
  background-color: white;
  padding: 0;
}
.farashop__product-details__default .product-details__tab .wi-tab-content .product-details__description {
  padding-bottom: 0;
}
.farashop__product-details__default .product-details__tab .wi-tab-content .product-details__description .description__content {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.farashop__product-details__default .product-details__tab .wi-tab-content .product-details__description .sourceurl {
  margin: 20px 0 0;
  padding-top: 10px;
  border-top: 1px solid #d0d0d0;
}
.farashop__product-details__default .product-details__tab .wi-tab-content .product-details__description .sourceurl > a {
  font-weight: bold;
}
.farashop__product-details__default .product-details__tab .wi-tab-content p {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.farashop__product-details__default .product-details__tab .wi-tab-content .wi-active {
  overflow: hidden;
}

.related_part {
  border-bottom: 1px solid #ff6d00;
  line-height: 50px;
  margin-bottom: 20px;
}
.related_part i {
  color: #ff6d00;
}
.related_part span {
  color: #838383;
}

.productbox_part {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.productbox_part > div {
  display: flex;
}
.productbox_part > div > a:before {
  font-size: 64px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.productbox_part > div > h2 {
  margin: 0;
  margin-bottom: 5px;
}
.productbox_part > div > h2 a {
  color: black;
}
.productbox_part > div > h2 a:hover {
  color: black;
  text-decoration: underline;
}
.productbox_part > span {
  font-size: 12px;
  padding: 8px 0 8px 20px;
  display: inline-block;
}
.productbox_part > span i {
  font-style: normal;
  color: #8c8c8c;
}
.productbox_part > span span {
  color: #B30000;
}
.productbox_part p {
  font-size: 12px;
  line-height: 1.8;
  padding-top: 5px;
  color: #595959;
  text-align: justify;
}
.productbox_part .product-box__img-holder:hover {
  text-decoration: none;
}

/*Product List Page*/
.product-list__description, .farashop__box {
  margin: 15px auto 15px;
  padding: 14px;
  border: 1px solid #d5d9dd;
  overflow: hidden;
  min-height: 70px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
  margin: 15px auto 15px;
  padding: 14px;
  border: 1px solid #d5d9dd;
}
.product-list__description a, .farashop__box a {
  color: black;
}
.product-list__description a:hover, .farashop__box a:hover {
  text-decoration: none;
}
.product-list__description h1, .farashop__box h1 {
  font-size: 20px;
  margin-bottom: 15px;
}
.product-list__description p, .farashop__box p {
  font-size: 14px;
  line-height: 1.8;
  text-align: right;
}
.product-list__description p > a, .farashop__box p > a {
  padding: 5px 15px;
  margin: 3px 0;
  color: black;
  background-color: #f7f7f7;
  display: inline-block;
  border-radius: 4px;
}

.product-list__description {
  max-height: 300px;
}

/*Checkout*/
.temp-checkout {
  font-size: 14px;
  line-height: 1.8;
}
.temp-checkout .panel-default {
  border: none !important;
  box-shadow: none !important;
}
.temp-checkout .panel-default .panel-heading {
  display: none;
}
.temp-checkout .panel-default .panel-body {
  padding: 0;
}
.temp-checkout .panel-default .panel-body .basket-holder .basket__content .basket__col {
  text-align: right;
}
.temp-checkout .panel-default .panel-body .basket-holder .basket__content .basket__content__price {
  text-align: center;
}
.temp-checkout .panel-default .panel-body .basket-holder .basket__content .basket__content__report .js__basket-report__payable-price {
  text-align: center;
}
.temp-checkout .panel-default .panel-body .basket-holder .basket__content .basket-wrap__empty {
  color: #00ae83;
}
@media screen and (max-width: 768px) {
  .temp-checkout .panel-default .panel-body .basket-holder .basket__content .basket__col {
    height: auto !important;
  }
  .temp-checkout .panel-default .panel-body .basket-holder .basket__content .basket__col:before {
    background-color: unset;
  }
  .temp-checkout .panel-default .panel-body .basket-holder .basket__content .basket__col .fsh-middle {
    display: block;
    border-right: 1px solid white;
  }
  .temp-checkout .panel-default .panel-body .basket-holder .basket__content .basket__col:first-child {
    padding: 5px;
    border-bottom: 1px solid white;
  }
  .temp-checkout .panel-default .panel-body .basket-holder .basket__content > div.row {
    background: #f9f9f9 !important;
    margin: 10px 0;
  }
  .temp-checkout .panel-default .panel-body .basket-holder .basket__content__has-child > div {
    line-height: normal;
  }
  .temp-checkout .panel-default .panel-body .basket-holder .basket__content__report > .row {
    margin: 10px 0;
  }
  .temp-checkout .panel-default .panel-body .basket-holder .basket__content__report > .row > div:first-child {
    width: auto;
  }
  .temp-checkout .panel-default .panel-body .basket-holder .basket__header, .temp-checkout .panel-default .panel-body .basket-holder .basket__content, .temp-checkout .panel-default .panel-body .basket-holder .basket-wrap__empty {
    padding: 0;
    border: 0;
  }
}
.temp-checkout .checkout-dargah {
  display: none;
}
.temp-checkout input.btn-info {
  background-color: #00bb8d;
  border: none;
  padding: 10px 12px;
}
.temp-checkout input.btn-info:hover {
  background-color: #00ae83;
}

/*End Checkout*/
.upbtnclass1 {
  display: none;
}

.upbtnclass2 {
  display: block;
  position: fixed;
  bottom: 0;
  right: -26px;
  margin-right: 50%;
  padding: 5px 10px 5px;
  color: #fff;
  z-index: 999;
  border-radius: 50%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.upbtnclass2:hover {
  text-decoration: none;
  color: white;
}

/*Free Articles Button Aranpaper*/
.free_articles_button {
  border-radius: 3px;
  line-height: 48px;
  margin-top: 7px;
  text-align: center;
  color: white;
}
.free_articles_button:hover {
  color: white;
}
@media screen and (max-width: 768px) {
  .free_articles_button {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 0 10px;
    line-height: 42px;
  }
}

/*END*/
/*ContactUs Form*/
.farafeedbackform-cn #dnn_ctr1570_FaraFeedbackForm_btnSend {
  min-width: 200px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}

/*END*/
/*wordcenter*/
.onlinefind .product-details__keywords .product-tag {
  padding: 5px 15px;
  margin: 3px 0;
  background-color: #e1e3ff;
  border-radius: 4px;
  color: black;
}
.onlinefind .datails_part .title_part {
  display: block;
}
.onlinefind .datails_part .title_part h1 {
  text-align: center;
}
.onlinefind .datails_part .title_part h1 span {
  display: block;
  font-size: 20px;
}
.onlinefind .datails_part .title_part h1 strong {
  display: block;
  color: #6135f1;
  font-size: 28px;
}
.onlinefind .datails_part .file_details .fileformat {
  font-size: 14px;
}
.onlinefind .datails_part .file_details .fileformat .fa-myword {
  font-size: 16px;
}
.onlinefind .datails_part .file_details .fileformat .fa-myword:before {
  color: #295394;
  font-size: 20px;
  padding-right: 5px;
}

/*END wordcenter*/
