﻿/* Following media queries are based on Bootstrap 3.x breakpoints */
@font-face {
  font-family: "farayekan";
  src: url("/DesktopModules/FaraShop/assets/fonts/farayekan/farayekan.eot") format("embedded-opentype"), url("/DesktopModules/FaraShop/assets/fonts/farayekan/farayekan.otf") format("opentype"), url("/DesktopModules/FaraShop/assets/fonts/farayekan/farayekan.svg") format("svg"), url("/DesktopModules/FaraShop/assets/fonts/farayekan/farayekan.ttf") format("truetype"), url("/DesktopModules/FaraShop/assets/fonts/farayekan/farayekan.woff") format("woff");
}
body {
  background-image: url("/Portals/_default/Skins/FaraShop/assets/img/bg.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  font-family: farayekan, tahoma;
  font-size: 14px;
}

.farashop__body {
  min-height: 100%;
  margin-bottom: -234px;
}
.farashop__body:after {
  content: "";
  display: block;
  height: 234px;
}
.farashop__body .header__top {
  height: 28px;
  line-height: 25px;
  font-size: 13px;
  background-color: #242527;
  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;
}
.farashop__body .header__top .main-menu > li {
  position: relative;
}
.farashop__body .header__top .main-menu > li:before {
  content: "";
  width: 1px;
  background-color: #f73637;
  height: 12px;
  top: 8px;
  position: absolute;
  left: 0;
}
.farashop__body .header__top .main-menu > li:last-child:before {
  display: none;
}
.farashop__body .header__top .main-menu a {
  color: inherit;
  padding: 2px 10px 0;
  display: block;
}
.farashop__body .header__top .main-menu a:hover, .farashop__body .header__top .main-menu a:focus {
  background-color: rgb(55.584, 57.128, 60.216);
}
.farashop__body .header__top .has-child a {
  background-color: #242527;
}
@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: transparent;
  color: #000;
  position: relative;
}
.farashop__body .header__bottom:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 42px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#14000000", endColorstr="#00000000",GradientType=0 );
}

.farashop__footer {
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  background-color: #242527;
  color: #fff;
}
.farashop__footer .footer__logo-copyright {
  font-size: 11px;
  font-family: Tahoma;
  letter-spacing: -1px;
  margin-bottom: 30px;
  color: rgb(229.5, 229.5, 229.5);
  border-left: 1px solid #555;
  box-shadow: -1px 0 0 #333;
}
@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 #555;
  box-shadow: 0 1px 0 #333;
  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 #ff733f;
  display: inline-block;
  padding-bottom: 10px;
}
.farashop .product-list .product-list__body {
  margin-left: -4px;
  margin-right: -4px;
}
.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;
  }
}

.ls-container {
  border-radius: 6px;
  overflow: hidden;
}

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

/*.articles__list li {
    width: 100% !important;
}*/
/*.articles__list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}*/
/*.articles__list {
    display: flex;
    justify-content: space-around;
}
.articles__list li {
    width: 30%;
    border-radius: 15px;
    padding: 19px;
    box-shadow: 0 0 3px 2px #ab890070;
    margin: 6px;
    background: white;
    border: 2px solid #ffa421;
}*/
