/*--------------------------
Developed By : Mreza Khoshakhlagh
--------------------------*/
@font-face {
  font-family: 'iransans';
  src: url(../fonts/IRANSansWeb.ttf); }
@font-face {
  font-family: 'iransans-b';
  src: url(../fonts/IRANSansWeb_Bold.ttf); }
@font-face {
  font-family: 'iransans-l';
  src: url(../fonts/IRANSansWeb_Light.ttf); }
/*---------------------------------------
Mixins 
---------------------------------------*/
/*---------------------------------------
Colors 
---------------------------------------*/
/*---------------------------------------
UI 
---------------------------------------*/
body {
  font-family: "iransans", Arial, Tahoma, sans-serif !important; }

html {
  overflow-x: hidden; }

a:hover {
  text-decoration: none; }

*:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ddd !important; }

button:focus {
  outline: none !important; }

.btn {
  border: 0;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)); }

.btn-danger {
  background-color: #ff3543; }

.rtl {
  text-align: right;
  direction: rtl; }

.logo-nav {
  max-width: 290px; }

@media (min-width: 576px) {
  .form-inline .form-control.search-nav {
    width: 300px;
    font-size: 14px; } }
.form-search-nav {
  border: solid 1px #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 349px; }
  .form-search-nav input {
    border: 0; }
    .form-search-nav input:focus {
      outline: 0;
      box-shadow: none; }
    .form-search-nav input::placeholder {
      color: #999;
      font-size: 13px;
      opacity: 1; }
    .form-search-nav input:-ms-input-placeholder {
      color: #999;
      font-size: 13px; }
    .form-search-nav input::-ms-input-placeholder {
      color: #999;
      font-size: 13px; }
  .form-search-nav button {
    border: 0;
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    background-color: #43c9ca; }
    .form-search-nav button i {
      color: #fff; }
    .form-search-nav button:hover, .form-search-nav button:focus {
      background-color: #36bdbe; }

.top-links {
  border-bottom: solid 1px #f5f5f5; }

.top-links-ul {
  list-style: none;
  padding: 0;
  margin: 5px 0;
  width: 100%;
  display: inline-block; }
  .top-links-ul li {
    display: inline-block;
    margin-left: 11px; }
    .top-links-ul li a {
      color: #b3b3b3;
      font: 13px 'iransans-l';
      transition: all ease-in-out 0.3s;
      -webkit-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s; }
      .top-links-ul li a:hover {
        color: #43c9ca; }
      .top-links-ul li a i {
        margin-left: 7px; }

nav.navbar {
  border-top: solid 1px #f5f5f5;
  background-color: rgba(48, 49, 62, 0.98); }

ul.navbar-nav.navbar-nav-ul {
  padding: 2px 10px; }
  ul.navbar-nav.navbar-nav-ul li {
    margin-left: 15px; }
    ul.navbar-nav.navbar-nav-ul li a {
      transition: all ease-in-out 0.3s;
      -webkit-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      font-size: 14px;
      color: #989898;
      font-family: "iransans-l"; }
      ul.navbar-nav.navbar-nav-ul li a:hover, ul.navbar-nav.navbar-nav-ul li a:focus {
        color: #43c9ca; }

.login-nav-btn a,
.login-hero-btn a,
.buy-btn a,
.like-btn a {
  font-size: 14px;
  padding: 0;
  overflow: hidden;
  padding-left: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #606369;
  color: #fff;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s; }
  .login-nav-btn a i,
  .login-hero-btn a i,
  .buy-btn a i,
  .like-btn a i {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #53c8cc;
    margin: 0 0 0 15px;
    border-radius: 10px 5px 5px 10px;
    -webkit-border-radius: 10px 5px 5px 10px;
    -moz-border-radius: 10px 5px 5px 10px;
    -o-border-radius: 10px 5px 5px 10px;
    -ms-border-radius: 10px 5px 5px 10px;
    box-shadow: -7px 0 18px -1px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: -7px 0 18px -1px rgba(0, 0, 0, 0.07);
    -o-box-shadow: -7px 0 18px -1px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: -7px 0 18px -1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: -7px 0 18px -1px rgba(0, 0, 0, 0.07); }
  .login-nav-btn a:hover,
  .login-hero-btn a:hover,
  .buy-btn a:hover,
  .like-btn a:hover {
    background-color: #30a9aa; }

.login-hero-btn a,
.buy-btn a {
  background-color: #30a9aa; }
  .login-hero-btn a:hover,
  .buy-btn a:hover {
    background-color: #258282; }

.like-btn a {
  font-size: 12px;
  background-color: indianred; }
  .like-btn a:hover {
    background-color: darkred; }
  .like-btn a i {
    background-color: #d88582; }

.navbar-toggler {
  background-color: #43c9ca; }
  .navbar-toggler span i {
    color: #fff;
    line-height: 1.5; }

.collapse.show {
  margin: 20px 0; }

.navScroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000000;
  box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

header {
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.1); }

.section-books, .section-news {
  margin: 50px 0; }

.section-hero {
  width: 100%;
  display: block;
  position: relative; }

.owl-carousel#owl-hero {
  position: relative;
  height: 400px;
  width: 100%; }
  .owl-carousel#owl-hero .owl-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px; }
  .owl-carousel#owl-hero .owl--text {
    position: absolute;
    left: auto;
    top: 20%;
    right: 3em;
    padding: 1em; }
    .owl-carousel#owl-hero .owl--text p {
      font-size: 15px;
      color: #fff;
      font-weight: normal; }
    .owl-carousel#owl-hero .owl--text h2 {
      font-size: 45px;
      color: #fff;
      margin-bottom: 20px;
      font-weight: bold; }
    .owl-carousel#owl-hero .owl--text h3 {
      font-size: 18px;
      color: #fff;
      margin-bottom: 10px;
      font-weight: normal; }
  .owl-carousel#owl-hero .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0; }
    .owl-carousel#owl-hero .owl-controls .owl-buttons div {
      position: absolute;
      top: 0;
      bottom: 0;
      display: inline-block;
      zoom: 1;
      margin: 0;
      width: 50px;
      height: 30px;
      line-height: 25px;
      text-align: center;
      font-size: .9em;
      border-radius: 3px;
      color: #FFF;
      background: #000;
      opacity: .6;
      text-transform: capitalize; }
    .owl-carousel#owl-hero .owl-controls .owl-buttons .owl-prev {
      left: 5px; }
    .owl-carousel#owl-hero .owl-controls .owl-buttons .owl-next {
      right: 5px; }

.owl-carousel.owl-books .owl-stage {
  display: flex; }
.owl-carousel.owl-books .owl-item {
  display: flex;
  flex: 1 0 auto; }
.owl-carousel.owl-books .item-book {
  display: flex;
  flex-direction: column;
  margin: 0 15px; }
.owl-carousel.owl-books .owl-next, .owl-carousel.owl-books .owl-prev {
  height: 30px;
  padding: 0;
  width: 30px;
  text-align: center; }
  .owl-carousel.owl-books .owl-next i, .owl-carousel.owl-books .owl-prev i {
    margin: 8px auto;
    padding: 0;
    display: inline-block; }
  .owl-carousel.owl-books .owl-next:hover, .owl-carousel.owl-books .owl-next:focus, .owl-carousel.owl-books .owl-prev:hover, .owl-carousel.owl-books .owl-prev:focus {
    background: #43c9ca; }
.owl-carousel.owl-books .owl-dot {
  display: none; }
.owl-carousel.owl-books .owl-dot.active span, .owl-carousel.owl-books .owl-dot:hover span {
  background: #43c9ca;
  display: none; }

.item-book {
  padding: 15px 0;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s; }
  .item-book > a img {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    box-shadow: 0px 15px 20px -10px rgba(122, 122, 122, 0.5);
    -webkit-box-shadow: 0px 15px 20px -10px rgba(122, 122, 122, 0.5);
    -moz-box-shadow: 0px 15px 20px -10px rgba(122, 122, 122, 0.5);
    -o-box-shadow: 0px 15px 20px -10px rgba(122, 122, 122, 0.5);
    -ms-box-shadow: 0px 15px 20px -10px rgba(122, 122, 122, 0.5); }
  .item-book:hover > a img {
    margin-top: -7px !important;
    box-shadow: 0px 20px 20px -10px rgba(122, 122, 122, 0.9) !important;
    -webkit-box-shadow: 0px 20px 20px -10px rgba(122, 122, 122, 0.9) !important;
    -moz-box-shadow: 0px 20px 20px -10px rgba(122, 122, 122, 0.9) !important;
    -o-box-shadow: 0px 20px 20px -10px rgba(122, 122, 122, 0.9) !important;
    -ms-box-shadow: 0px 20px 20px -10px rgba(122, 122, 122, 0.9) !important; }

.book-figure {
  margin: 15px 0; }
  .book-figure a h2 {
    color: #555;
    font-size: 13px;
    line-height: 1.8; }
  .book-figure a p {
    font-size: 11px;
    line-height: 1.8;
    color: #999; }

.section-sign {
  box-shadow: 0 20px 50px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 20px 50px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 20px 50px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 50px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 20px 50px 0px rgba(0, 0, 0, 0.1); }

section .heading {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 50px 0; }
  section .heading h2 {
    font-size: 20px;
    color: #555;
    width: auto;
    display: inline-block;
    margin-bottom: 0; }
    section .heading h2:after {
      content: '';
      width: 100%;
      height: 3px;
      display: inline-block;
      background: #a6d975;
      background: -moz-linear-gradient(left, #a6d975 0%, #6bb0d6 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #a6d975), color-stop(100%, #6bb0d6));
      background: -webkit-linear-gradient(left, #a6d975 0%, #6bb0d6 100%);
      background: -o-linear-gradient(left, #a6d975 0%, #6bb0d6 100%);
      background: -ms-linear-gradient(left, #a6d975 0%, #6bb0d6 100%);
      background: linear-gradient(to right, #a6d975 0%, #6bb0d6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d975', endColorstr='#6bb0d6', GradientType=1 ); }

.heading-txt-btn {
  position: relative; }
  .heading-txt-btn h2 {
    font-size: 17px;
    color: #999;
    margin-bottom: 0;
    margin-top: 5px;
    display: inline-block;
    background-color: #fff;
    z-index: 10;
    position: relative;
    padding-left: 20px; }
  .heading-txt-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: -1; }

.heading-more {
  padding-right: 20px; }
  .heading-more a {
    font-size: 14px;
    overflow: hidden;
    padding: 2px 8px;
    border: solid 2px #e05353;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s; }
    .heading-more a i {
      font-size: 13px;
      display: inline-block;
      vertical-align: middle;
      line-height: 1.5;
      color: #e05353; }
    .heading-more a span {
      display: inline-block;
      vertical-align: middle;
      font-size: 13px;
      color: #e05353; }
    .heading-more a:hover span {
      color: #fff; }
    .heading-more a:hover i {
      color: #fff; }
    .heading-more a:hover {
      background-color: #e05353; }

.btn-more {
  position: absolute;
  top: auto;
  left: 15px;
  bottom: 15px; }
  .btn-more a {
    border: solid 2px #43c9ca; }
    .btn-more a i {
      color: #43c9ca; }
    .btn-more a span {
      color: #43c9ca; }
    .btn-more a:hover {
      background-color: #43c9ca; }

.title-stylish {
  display: inline-block; }
  .title-stylish span {
    display: block;
    vertical-align: middle;
    font-size: 30px;
    font-weight: bold;
    color: #a2a2a7;
    letter-spacing: -2px;
    text-shadow: 4px 4px 3px #dedede; }

.section-sign-text {
  font: 15px 'iransans-l';
  text-align: justify;
  line-height: 2.6;
  color: #888;
  direction: rtl;
  padding: 15px 0; }
  .section-sign-text:before {
    content: '';
    background: url(../img/bulb.png) right center no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
    display: inline-block;
    vertical-align: middle; }

.sign-section-btn {
  padding: 5px 10px;
  display: inline-block;
  -webkit-box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s; }
  .sign-section-btn .sign-icon-wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #43c9ca;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: middle; }
    .sign-section-btn .sign-icon-wrapper img {
      width: 40px;
      height: 40px; }
  .sign-section-btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #666; }
  .sign-section-btn:hover {
    box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.15); }

.section-banner-img img {
  width: 100% !important;
  max-width: 100% !important; }

.card-news {
  padding: 3px; }
  .card-news .card-title {
    margin-bottom: .75rem;
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
    color: #333; }
    .card-news .card-title:hover {
      color: #43c9ca; }
  .card-news .card-text {
    font-size: 13px;
    color: #888;
    text-align: justify;
    line-height: 1.8;
    font-family: "iransans-l";
    min-height: 130px; }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-direction: row-reverse; }

  ul.navbar-nav.navbar-nav-ul {
    display: inline-block;
    direction: rtl;
    text-align: right;
    padding: 0;
    margin: 20px 0; }
    ul.navbar-nav.navbar-nav-ul li {
      width: 100%;
      display: block;
      margin-bottom: 10px; } }
/*--------------- List Page ---------------*/
.checkbox-label {
  display: block;
  position: relative;
  padding-right: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font: 15px 'iransans-l';
  color: #777;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .checkbox-label .checkmark {
    position: absolute;
    top: 3px;
    left: auto;
    right: 0;
    height: 15px;
    width: 15px;
    background-color: #eee; }
    .checkbox-label .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
  .checkbox-label:hover input ~ .checkmark {
    background-color: #ccc; }
  .checkbox-label input:checked ~ .checkmark {
    background-color: #43c9ca; }
  .checkbox-label input:checked ~ .checkmark:after {
    display: block; }
  .checkbox-label .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.sidebar-widget {
  -webkit-box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.13); }
  .sidebar-widget .sidebar-heading {
    padding: 5px 0;
    margin: 0;
    display: inline-block;
    width: 100%; }
    .sidebar-widget .sidebar-heading h2 {
      direction: rtl;
      font-size: 16px;
      color: #999;
      margin-bottom: 10px;
      position: relative;
      padding-bottom: 15px; }
      .sidebar-widget .sidebar-heading h2:after {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        background: #a6d975;
        background: -moz-linear-gradient(left, #a6d975 0%, #6bb0d6 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #a6d975), color-stop(100%, #6bb0d6));
        background: -webkit-linear-gradient(left, #a6d975 0%, #6bb0d6 100%);
        background: -o-linear-gradient(left, #a6d975 0%, #6bb0d6 100%);
        background: -ms-linear-gradient(left, #a6d975 0%, #6bb0d6 100%);
        background: linear-gradient(to right, #a6d975 0%, #6bb0d6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d975', endColorstr='#6bb0d6', GradientType=1 ); }

.sidebar-widget-inner .input-group {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #ddd; }
  .sidebar-widget-inner .input-group .input-group-prepend span {
    background-color: transparent;
    border: 0; }
    .sidebar-widget-inner .input-group .input-group-prepend span i {
      color: #ccc; }
  .sidebar-widget-inner .input-group input {
    border: 0;
    color: #999;
    font-family: 'iransans-l'; }
    .sidebar-widget-inner .input-group input::placeholder {
      color: #999;
      font-size: 13px;
      opacity: 1; }
    .sidebar-widget-inner .input-group input:-ms-input-placeholder {
      color: #999;
      font-size: 13px; }
    .sidebar-widget-inner .input-group input::-ms-input-placeholder {
      color: #999;
      font-size: 13px; }

.area-search-group {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #ddd; }
  .area-search-group .input-group-prepend span {
    background-color: transparent;
    border: 0; }
    .area-search-group .input-group-prepend span i {
      color: #ccc; }
  .area-search-group input {
    border: 0;
    color: #999;
    font-family: 'iransans-l'; }
    .area-search-group input::placeholder {
      color: #999;
      font-size: 13px;
      opacity: 1; }
    .area-search-group input:-ms-input-placeholder {
      color: #999;
      font-size: 13px; }
    .area-search-group input::-ms-input-placeholder {
      color: #999;
      font-size: 13px; }

.area-top-box {
  -webkit-box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.13); }

.area-select {
  border: solid 1px #ddd;
  color: #999;
  font-family: 'iransans-l';
  font-size: 13px; }

.area-top-stat {
  font: 13px 'iransans-l';
  color: #999;
  direction: rtl;
  text-align: center; }

.area-books {
  width: 100%;
  max-width: 100%;
  display: inline-block; }

.area-books-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.13);
  width: 100%;
  display: inline-block;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.area-book-badge {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -ms-border-bottom-left-radius: 20px;
  -o-border-bottom-left-radius: 20px;
  background-color: #43c9ca;
  text-align: center;
  line-height: 50px;
  direction: rtl; }
  .area-book-badge span {
    font: 18px 'iransans-l';
    color: #fff; }

.area-book-img {
  width: 100%;
  display: inline-block; }
  .area-book-img img {
    width: 100%;
    margin: 0 auto;
    display: block; }

.area-book-title {
  width: 100%;
  display: inline-block;
  min-height: 100px;
  text-align: center; }
  .area-book-title a {
    color: #555;
    font: 15px 'iransans-l';
    width: 100%;
    display: inline-block;
    margin-bottom: 5px; }
  .area-book-title span {
    color: #777;
    font: 13px 'iransans-l';
    width: 100%;
    display: inline-block; }

.area-book-price {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-align: center;
  border-top: solid 1px #f5f5f5;
  margin-top: 5px;
  padding-top: 5px; }
  .area-book-price span {
    color: #43c9ca;
    font: 15px 'iransans-l'; }
  .area-book-price del {
    font-size: 14px;
    color: #888;
    margin: 0 5px; }

.pager {
  list-style: none;
  display: inline-block; }
  .pager li {
    display: inline-block;
    margin: 0;
    color: #555;
    -webkit-box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.13);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px; }
    .pager li a {
      color: #555;
      font-size: 13px; }
    .pager li:hover {
      color: #fff;
      background-color: #43c9ca; }
      .pager li:hover a {
        color: #fff; }
    .pager li.pager-current {
      color: #fff;
      background-color: #43c9ca; }
      .pager li.pager-current a {
        color: #fff; }

.book-not-found {
  width: 100%;
  display: inline-block;
  min-height: 600px; }

.book-not-found-img {
  width: 100%;
  display: inline-block;
  margin: 80px 0; }
  .book-not-found-img img {
    max-width: 200px;
    margin: 0 auto;
    display: block; }

/*--------------- Login ---------------*/
.login-form {
  background: #f5f5f5;
  padding: 20px;
  direction: rtl;
  text-align: right;
  width: 90%;
  max-width: 300px;
  margin: 35px auto;
  display: block; }

.login-form .tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }

.login-form .tab-group:after {
  content: "";
  display: table;
  clear: both; }

.login-form .tab-group li a {
  display: block;
  text-decoration: none;
  padding: 5px 0;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 17px;
  float: right;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease; }

.login-form .tab-group li a:hover {
  background: #43c9ca;
  color: #ffffff; }

.login-form .tab-group .active a {
  background: #43c9ca;
  color: #ffffff; }

.login-form .tab-content > div:last-child {
  display: none; }

#signup h1,
#login h1 {
  text-align: center;
  color: #ababab;
  margin: 0 0 30px;
  font-size: 14px;
  font-family: 'iransans-l'; }

.top-row .field-wrap input {
  font-size: 14px;
  display: inline-block;
  width: 80%;
  height: 30px;
  padding: 5px 0;
  background: none;
  border: 0;
  color: #999;
  border-radius: 0;
  transition: border-color .25s ease, box-shadow .25s ease; }
  .top-row .field-wrap input::placeholder {
    color: #ccc;
    opacity: 1;
    font-weight: normal; }
  .top-row .field-wrap input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal; }
  .top-row .field-wrap input::-ms-input-placeholder {
    color: #ccc;
    font-weight: normal; }

.top-row .field-wrap input:focus {
  outline: 0;
  border-color: #1ab188; }

.top-row .field-wrap {
  position: relative;
  margin-bottom: 15px;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%; }
  .top-row .field-wrap i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    color: #ccc;
    border-left: solid 1px #ccc;
    padding-left: 10px; }

.top-row:after {
  content: "";
  display: table;
  clear: both; }

.tab-content .button {
  border: 0;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: normal;
  background: #1ab188;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  margin-top: 20px;
  cursor: pointer; }

.tab-content .button:hover,
.tab-content .button:focus {
  background: #179b77; }

.tab-content .button-block {
  display: block;
  width: 100%; }

.tab-content .forgot {
  text-align: center; }
  .tab-content .forgot a {
    font-size: 13px; }

.login-chl {
  font-size: 13px;
  margin-top: 10px; }
  .login-chl .checkmark {
    background-color: #eee;
    border: solid 1px #999; }

.errorBox {
  display: none;
  font-size: 13px;
  color: red;
  text-align: right;
  direction: rtl; }

/*--------------- Custom ---------------*/
.rounded10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

@media (min-width: 768px) and (max-width: 991px) {
  .col-bcm-12 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; } }
.custom-alert {
  width: 100%;
  background-color: #f18b8bf2;
  position: relative;
  display: inline-block;
  direction: rtl;
  height: 50px; }
  .custom-alert span {
    color: #fff;
    text-align: right;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/*--------------- Single ---------------*/
.single-book-cover {
  width: 100%;
  display: inline-block; }
  .single-book-cover img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 20px 20px -10px rgba(122, 122, 122, 0.9) !important;
    -webkit-box-shadow: 0px 20px 20px -10px rgba(122, 122, 122, 0.9) !important;
    -moz-box-shadow: 0px 20px 20px -10px rgba(122, 122, 122, 0.9) !important;
    -o-box-shadow: 0px 20px 20px -10px rgba(122, 122, 122, 0.9) !important;
    -ms-box-shadow: 0px 20px 20px -10px rgba(122, 122, 122, 0.9) !important; }

.single-book-info {
  width: 100%;
  display: inline-block; }
  .single-book-info h1 {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    line-height: 2.2; }
  .single-book-info h3 {
    font-size: 14px;
    color: #888;
    margin-bottom: 25px;
    line-height: 2.2; }
  .single-book-info p {
    font-size: 14px;
    color: #777;
    line-height: 2.2;
    text-align: justify; }

.single-book-buy {
  width: 100%;
  display: inline-block;
  background-color: #eff7f7;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .single-book-buy .normal {
    font-size: 20px;
    color: #777;
    display: block;
    margin-bottom: 25px; }
    .single-book-buy .normal strong {
      font-weight: normal;
      margin: 0 5px; }
  .single-book-buy .off {
    font-size: 20px;
    color: #555;
    display: block;
    margin-bottom: 25px; }
    .single-book-buy .off del {
      font-size: 16px;
      color: red;
      display: inline-block; }
      .single-book-buy .off del small {
        font-size: 16px;
        margin: 0 5px; }
    .single-book-buy .off strong {
      font-size: 20px;
      font-weight: normal;
      color: #555;
      display: inline-block;
      white-space: nowrap;
      margin: 0 5px; }
      .single-book-buy .off strong small {
        font-size: 20px;
        margin: 0 5px; }

.single-book-details {
  width: 100%;
  display: inline-block;
  padding: 15px 25px; }
  .single-book-details h2 {
    font-size: 20px;
    font-weight: normal;
    color: #43c9ca; }
  .single-book-details p {
    font-size: 16px;
    text-align: justify;
    color: #777;
    line-height: 2.2; }

/*--------------- Footer ---------------*/
footer {
  width: 100%;
  padding: 0 0 15px 0;
  margin: 0;
  display: inline-block;
  text-align: center;
  background-color: #fff; }

ul.footer-social {
  width: 100%;
  display: inline-block;
  padding: 15px 0;
  margin: 0 0 20px 0;
  list-style: none;
  background-color: #ececec; }
  ul.footer-social li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle; }
    ul.footer-social li a {
      width: 40px;
      height: 40px;
      background-color: #d8d8d8;
      text-align: center;
      display: inline-block;
      line-height: 40px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      ul.footer-social li a i {
        font-size: 25px;
        line-height: 1.7;
        color: #999;
        transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s; }
        ul.footer-social li a i:hover {
          color: #30a9aa; }
      ul.footer-social li a img {
        width: 30px; }

.footer-logo {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s; }
  .footer-logo:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0); }

.footer-links {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin: 0; }
  .footer-links li {
    display: inline-block;
    margin: 5px;
    text-align: right;
    direction: rtl; }
    .footer-links li a {
      color: #9e9e9e;
      font-family: "iransans-l";
      font-size: 14px;
      transition: all ease-in-out 0.3s;
      -webkit-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s; }
      .footer-links li a:hover {
        color: #43c9ca; }

.footer-info {
  color: #999;
  font-size: 13px;
  line-height: 2.2;
  margin: 15px 0 5px 0;
  display: block;
  direction: rtl;
  text-align: center;
  font-family: "iransans-l"; }
  .footer-info a {
    color: #666; }
    .footer-info a:hover {
      color: #30a9aa; }

.back-to-top {
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #43c9ca;
  line-height: 50px;
  text-align: center;
  display: none;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s; }
  .back-to-top i {
    color: #fff;
    font-size: 30px;
    line-height: 1.5; }
  .back-to-top:hover {
    box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.15); }

@media (max-width: 768px) {
  .top-nav .row div.col-12 {
    text-align: center; }

  .top-links {
    padding: 0 15px; }

  .form-search-nav {
    width: 290px;
    margin: 0 auto; }

  .form-inline .form-control.search-nav {
    width: 241px; }
    .form-inline .form-control.search-nav::placeholder {
      color: #999;
      font-size: 13px;
      opacity: 1; }
    .form-inline .form-control.search-nav:-ms-input-placeholder {
      color: #999;
      font-size: 13px; }
    .form-inline .form-control.search-nav::-ms-input-placeholder {
      color: #999;
      font-size: 13px; } }

/*# sourceMappingURL=style.css.map */
