﻿/* Following media queries are based on Bootstrap 3.x breakpoints */
/* Following media queries are based on Bootstrap 3.x breakpoints */
.farashop__mega-menu {
  background-color: #424242;
  box-shadow: none;
}
.farashop__mega-menu > .container {
  padding: 0;
}
.farashop__mega-menu a {
  line-height: 49px;
}
.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: 50px;
  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;
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
@font-face {
  font-family: "Vazir";
  src: url("/fonts/Vazir/Vazir.eot") format("embedded-opentype"), url("/fonts/Vazir/Vazir.ttf") format("truetype"), url("/fonts/Vazir/Vazir.woff") format("woff"), url("/fonts/Vazir/Vazir.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Vazir";
  src: url("/fonts/Vazir/Vazir-Bold.eot") format("embedded-opentype"), url("/fonts/Vazir/Vazir-Bold.ttf") format("truetype"), url("/fonts/Vazir/Vazir-Bold.woff") format("woff"), url("/fonts/Vazir/Vazir-Bold.woff2") format("woff2");
  font-weight: bold;
}
body {
  font-family: vazir, tahoma;
  font-size: 14px;
}

main {
  padding-top: 15px;
}

.dnnLoginService input[type=text], .dnnLoginService input[type=password] {
  direction: ltr;
}

span.toggle-password {
  position: absolute;
  display: block;
  line-height: 2.5;
  padding-right: 20px;
  padding-left: 40px;
  z-index: 3;
  cursor: pointer;
  top: 2px;
  font-size: 14px;
  right: 35%;
}

.floatify .toggle-password {
  left: -6px;
  line-height: 3.2;
}
.floatify input[type=text], .floatify input[type=password] {
  padding-left: 35px !important;
}

.farashop__body {
  min-height: 100%;
  margin-bottom: -234px;
}
.farashop__body:after {
  /*content: '';
  display: block;
  height: $height__footer;*/
}
.farashop__body .panel, .farashop__body table {
  color: #333;
}
.farashop__body .panel a, .farashop__body table a {
  color: #333;
}
.farashop__body .panel a i.fa-pencil-square-o, .farashop__body table a i.fa-pencil-square-o {
  color: #0166ff;
  font-size: 16px;
}
.farashop__body .header__top {
  height: 28px;
  line-height: 25px;
  font-size: 13px;
  background-color: #424242;
  color: #efefef;
}
.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: #f73637;
}
.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: #424242;
  color: #efefef;
}
.farashop__body .header__bottom .main-menu > li {
  position: relative;
}
.farashop__body .header__bottom .main-menu > li:before {
  content: "";
  width: 1px;
  background-color: #f73637;
  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 ul {
  background-color: #424242;
}
.farashop__body .pagination {
  margin: 20px 0;
}

.farashop__footer {
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  background-color: #424242;
  color: #fff;
}
.farashop__footer .footer__logo-copyright {
  font-size: 11px;
  font-family: Tahoma;
  letter-spacing: -1px;
  margin-bottom: 30px;
  color: #e6e6e6;
  border-left: 1px solid #3a3a3a;
  box-shadow: -1px 0 0 #4c4c4c;
}
@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;
}
.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: #2B66A2;
  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 #3a3a3a;
  box-shadow: 0 1px 0 #4c4c4c;
  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 #0166ff;
  display: inline-block;
  padding-bottom: 10px;
}
.farashop .product-list .product-list__body {
  margin-left: -4px;
  margin-right: -4px;
}
.farashop .breadcrumb {
  background-color: transparent;
  border: 1px solid #e0e0e0;
}
.farashop .breadcrumb a {
  color: #777;
}
.farashop .breadcrumb li:last-child > a {
  /*color: #111;*/
}
.farashop .e-namad {
  margin-bottom: 15px;
}

.toggle-sidebar {
  position: fixed;
  left: 0;
  top: 40px;
  cursor: pointer;
  background-color: #2B66A2;
  color: #fff;
  padding: 8px 10px;
  font-size: 2em;
  z-index: 9999;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

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

.page__advanced-filtering .farashop__breadcrumb {
  margin-bottom: 15px;
}

.farashop__checkout.checkout__default > div:first-child > div.step__active {
  color: #0166ff !important;
}

.farashop__checkout.checkout__default > div:first-child > div.step__active:before {
  background-color: #0166ff !important;
}

.farashop__login-register.with-tab .tab-header {
  display: flex;
}
.farashop__login-register.with-tab .tab-header > li {
  margin-right: 0;
  margin-left: 2px;
  background-color: #f7f7f7;
  border-color: #ddd;
  color: #555;
  height: 46px;
  line-height: 46px;
  padding: 0 15px 47px 0;
  border-radius: 4px 4px 0 0;
  border: 1px solid transparent;
  border-bottom-width: 4px;
  position: relative;
  cursor: pointer;
  text-align: center;
  user-select: none;
  width: 50%;
  font-size: 18px;
  font-weight: bold;
}
.farashop__login-register.with-tab .tab-header > li.active {
  background-color: #fff;
  border-color: #ddd #ddd #0166ff;
  border-bottom-width: 4px;
  color: #111;
}
.farashop__login-register.with-tab .tab-header + ul {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #ddd;
  padding: 20px 15px;
  margin: 0 0 15px;
}
.farashop__login-register.with-tab .tab-header + ul > li {
  display: none;
}
.farashop__login-register.with-tab .tab-header + ul > li.active {
  display: block;
}
