@charset "UTF-8";
.eshop-page #shopModal {
  top: 0;
}
.eshop-page #shopModal .modal-dialog {
  background-color: #fff;
  border-radius: 15px;
  background-color: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px 25px;
}
.eshop-page #shopModal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border-color: #368E36;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
.eshop-page #shopModal .modal-header .modal-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #368E36;
}
.eshop-page #shopModal .modal-header .close {
  margin-right: auto;
  margin-left: 0;
  padding: 0;
  margin: 0;
}
.eshop-page #shopModal .modal-body {
  padding: 0 15px;
}
.eshop-page #shopModal .modal-footer {
  padding: 0;
  display: flex;
  flex-direction: column;
  border: none;
  margin-top: 24px;
}
.eshop-page #shopModal .modal-footer button {
  width: 100%;
  margin: 0s;
}
.eshop-page .btn-primary {
  background: #4b453c;
  border-radius: 5px;
  border: unset;
  font-size: 15px;
  font-weight: 450;
  height: 42px;
  padding: 8px !important;
}
.eshop-page .btn-secondary {
  padding: 8px !important;
  background: transparent;
  border-radius: 5px;
  color: #90171F;
  font-size: 15px;
  font-weight: 450;
  height: 42px;
  border: 1px solid #90171F;
}

.eshop__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.eshop__pic {
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
.eshop__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.eshop__buy {
  display: flex;
  align-items: center;
  gap: 10px;
}
.eshop__number {
  border-radius: 5px;
  background: #4b453c;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 8px 10px;
  height: 48px;
  display: none;
  min-width: 100%;
  justify-content: space-between;
  padding-right: 0;
  padding-left: 0;
}
.eshop__number span {
  cursor: pointer;
}
.eshop__number .minus,
.eshop__number .plus {
  width: 48px;
  height: 48px;
  background: transparent;
  border-radius: 4px;
  padding: 0;
  border: unset;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: all 0.2s linear;
}
.eshop__number .minus:hover,
.eshop__number .plus:hover {
  background-color: #686560;
}
.eshop__number .minus {
  font-size: 24px;
}
.eshop__number input {
  width: 50px;
  min-width: none;
  text-align: center;
  font-size: 16px;
  border: unset;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  text-align: center;
  color: #fff;
  background: #4b453c;
}

.shopping-cart {
  position: relative;
}
.shopping-cart__drop {
  background-color: #fff;
  position: absolute;
  top: 100%;
  z-index: 99999;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  width: 360px;
  max-width: calc(100vw - 64px);
  left: -60px;
}
.shopping-cart__list {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
}
.shopping-cart__content {
  max-height: 400px;
}
.shopping-cart__content .os-scrollbar-vertical {
  right: 0 !important;
}
.shopping-cart__footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shopping-cart__footer a {
  width: 111px;
  background: #4b453c;
  border: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 41px;
  color: #fff;
  transition: all 0.2s linear;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 15px;
}
.shopping-cart__notif {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 14px;
  height: 14px;
  background-color: #90171F;
  color: white;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  border-radius: 50%;
}
.shopping-cart__notif.hide {
  opacity: 0;
}
.shopping-cart__total {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.shopping-cart__submit:hover {
  background-color: #244623;
  color: white;
}

.basket__list .books__item {
  width: 100%;
  box-shadow: unset;
  flex-basis: 100%;
}
.basket__list .books__more {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  gap: 24px;
}
.basket__list .eshop__number {
  border-color: #E1E1E1;
}
.basket__list .eshop__number .plus,
.basket__list .eshop__number .minus {
  color: #636363;
}
.basket__list a.bordered {
  border: 1px solid #90171F;
  color: #90171F;
  background: unset;
}
.basket__factor {
  margin-bottom: 24px;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  padding: 15px;
}
.basket__factor ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.basket__factor li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basket__factor li:not(:last-child) {
  color: #646464;
}
.basket__more {
  margin-top: 24px;
}
.basket__more a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #4b453c;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100%;
  height: 41px;
  transition: all 0.2s linear;
}
.basket__more a:hover {
  color: #fff;
  opacity: 0.9;
}
.basket__coupon {
  position: relative;
  display: flex;
  margin-bottom: 24px;
}
.basket__coupon input {
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  padding-right: 24px;
  padding-left: 104px;
  height: 41px;
  border: 1px solid #dadada;
}
.basket__coupon button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #dadada;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 80px;
  height: 35px;
  transition: all 0.2s linear;
  border: none;
  position: absolute;
  left: 4px;
  top: 3px;
  color: #000000;
}
.basket__coupon button:hover {
  background-color: #90171F;
  color: #fff;
}
.basket__text {
  padding: 0 24px;
}

.gsi-form {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  -moz-column-gap: 0px;
       column-gap: 0px;
  margin-right: -12px;
  margin-left: -12px;
  max-width: 1200px;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 32px;
  margin-right: auto;
  margin-left: auto;
}
.gsi-form label {
  font-size: 1em;
  margin-bottom: 8px;
}
.gsi-form input,
.gsi-form select {
  display: flex;
  align-items: center;
  padding: 8px 24px !important;
  border-radius: 8px !important;
  border: 1px solid #dadada;
  height: 42px;
  font-size: 1em;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  font-family: Pinar;
}
.gsi-form input::-moz-placeholder, .gsi-form select::-moz-placeholder {
  font-family: Pinar;
}
.gsi-form input::placeholder,
.gsi-form select::placeholder {
  font-family: Pinar;
}
.gsi-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 52px;
  border: unset;
  cursor: pointer;
}
.gsi-form button[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #4b453c;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100%;
  height: 41px;
  transition: all 0.2s linear;
  color: white;
  font-size: 1em;
  font-weight: bold;
  padding: 5px 24px;
}
.gsi-form__cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 12px;
}
.gsi-form__cell.full {
  width: 100%;
}
.gsi-form__cell.half {
  width: 50%;
}
.gsi-form__cell.third {
  width: 33.33333%;
}
.gsi-form__action {
  width: 100%;
}

.disable {
  opacity: 0.6;
  pointer-events: none;
}

.after-payment {
  margin-right: auto;
  margin-left: auto;
  width: 420px;
  max-width: 100%;
}
.after-payment .basket__factor {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 0;
  padding-left: 0;
  border: unset;
}
.after-payment .basket__factor li:not(:last-child) {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 16px;
}

.button--mini {
  padding: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 34px;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: unset;
}
.button--gray {
  background-color: #e0e0e0;
  color: #000;
}
.button--gray:hover {
  background-color: #BA1822;
  color: white;
}
.button--red {
  background-color: #BA1822;
  color: #fff;
}
.button--red:hover {
  background-color: #90171F;
  color: white;
}

.book-info__buy {
  display: flex;
  flex-direction: column;
}
.book-info__buy .buy {
  min-width: 100%;
}

a.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.eshop-page .header {
  padding: 24px 0;
  border-top: 4px solid #244623;
}
.eshop-page .header__container {
  display: flex;
  align-items: center;
  gap: 32px;
}
.eshop-page .header__logo {
  display: flex;
  gap: 12px;
  align-items: center;
}
.eshop-page .header__logo .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.eshop-page .header__meta {
  margin-right: auto;
}
.eshop-page .header__meta ul {
  list-style: none;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eshop-page .flickity-page-dots .dot {
  background-color: #bfbfbf;
}
.eshop-page .flickity-page-dots .dot.is-selected {
  background-color: #244623;
}
.eshop-page .banners__cell {
  width: 100%;
}
.eshop-page .banners .flickity-page-dots {
  bottom: 16px;
}
.eshop-page .banners .dot {
  background-color: #fff;
}
.eshop-page .section {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.eshop-page .section__header {
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.eshop-page .box-link:not(.flickity-enabled) {
  display: flex;
  gap: 24px;
}
.eshop-page .box-link__cell {
  flex: 1;
}
.eshop-page .box-link__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-direction: column;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid #bfbfbf;
  transition: all 0.2s linear;
}
.eshop-page .box-link__item:hover {
  border-color: #244623;
  background: #d6e5be;
}
.eshop-page .footer {
  background: #d6e5be;
}
.eshop-page .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s linear;
}
.eshop-page .more a:hover {
  gap: 4px;
  color: black;
}
.eshop-page .books-sec__cell {
  width: calc(16.6666% - 20px);
  margin: 0 12px;
}
.eshop-page .book-item {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #bfbfbf;
  padding: 15px;
  position: relative;
  transition: all 0.2s linear;
}
.eshop-page .book-item:hover {
  border-color: #244623;
  background: #d6e5be;
}
.eshop-page .book-item__pic {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  aspect-ratio: 178/245;
}
.eshop-page .book-item__pic .type {
  position: absolute;
  border-radius: 6px;
  background-color: rgba(36, 70, 35, 0.9);
  padding: 4px;
  height: 32px;
  width: 30px;
  right: 8px;
  top: 8px;
}
.eshop-page .book-item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  text-align: center;
}
.eshop-page .book-item__content .title {
  margin-bottom: 6px;
}
.eshop-page .book-item__content .writer {
  color: #4b453c;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
}
.eshop-page .book-item__content .writer span:not(:last-child)::after {
  content: " ،";
}
.eshop-page .book-item__content .price {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.eshop-page .footer {
  padding: 48px 0 24px 0;
}
.eshop-page .footer__links {
  flex: 1;
}
.eshop-page .footer__links .title {
  margin-bottom: 18px;
}
.eshop-page .footer__links ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.eshop-page .footer__links li a {
  color: #818181;
}
.eshop-page .footer__links li a:hover {
  color: #000;
}
.eshop-page .footer__info {
  display: flex;
  gap: 48px;
}
.eshop-page .footer__about {
  width: 30%;
}
.eshop-page .footer__about .title {
  margin-bottom: 18px;
}
.eshop-page .footer__about strong {
  margin-bottom: 8px;
}
.eshop-page .footer__copy-right {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(75, 69, 60, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.eshop-page .books-sec__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.eshop-page .books-sec__list .book-item {
  width: calc(25% - 18px);
}
.eshop-page .sidebar-sec {
  display: flex;
  gap: var(--gap);
  --right: 280px;
  --gap: 32px;
}
.eshop-page .sidebar-sec__right {
  width: calc(var(--right) - var(--gap) / 2);
}
.eshop-page .sidebar-sec__left {
  width: calc(100% - var(--right) - var(--gap) / 2);
}
.eshop-page .fitler-box {
  border-radius: 12px;
  box-shadow: 0 0 4px 8px rgba(0, 0, 0, 0.013);
  background-color: #fff;
  padding: 24px 18px;
}
.eshop-page .fitler-box .title {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #bfbfbf;
}
.eshop-page .fitler-box ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-right: 12px;
}
.eshop-page .fitler-box a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #6e665a;
}
.eshop-page .fitler-box a img {
  transition: all 0.2s linear;
  filter: brightness(0) saturate(100%) invert(40%) sepia(5%) saturate(957%) hue-rotate(357deg) brightness(97%) contrast(92%);
}
.eshop-page .fitler-box a:hover {
  color: #000;
}
.eshop-page .fitler-box a:hover img {
  filter: unset;
}
.eshop-page .fitler-box .subcat {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #bfbfbf;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eshop-page .fitler-box .active {
  padding-right: 10px;
}
.eshop-page .fitler-box .active a {
  color: #000;
}
.eshop-page .fitler-box .active a img {
  filter: unset;
}
.eshop-page .wrapper--inpage .header {
  box-shadow: 0 0 4px 8px rgba(0, 0, 0, 0.013);
  background-color: #fff;
}
.eshop-page .ma-pagination {
  margin-top: 50px;
  width: 100%;
  color: #2B2D42;
  font-weight: lighter;
  font-size: 13px;
  display: flex;
  justify-content: center;
  list-style: none;
}
.eshop-page .ma-pagination li {
  margin: 0 6px;
  display: flex;
}
@media (max-width: 640px) {
  .eshop-page .ma-pagination li {
    margin: 0;
  }
}
.eshop-page .ma-pagination li.active__page a {
  background: #244623;
  color: #fff;
  border-color: #244623;
}
.eshop-page .ma-pagination li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 540;
  border: 1px solid #E1E1E1;
}
.eshop-page .ma-pagination li a i {
  font-size: 8px;
  font-weight: bold;
}
.eshop-page .ma-pagination li a:hover {
  background: #244623;
  color: #fff;
  border-color: #244623;
}
.eshop-page .ma-pagination li.first::after {
  content: "...";
  margin-right: 15px;
  pointer-events: none;
}
.eshop-page .ma-pagination li.last::before {
  content: "...";
  margin-left: 15px;
  pointer-events: none;
}
.eshop-page .ma-pagination .deactivated {
  pointer-events: none !important;
  opacity: 0.5;
}
.eshop-page .inpage {
  margin-top: 0;
  padding-top: 0;
}
.eshop-page .breadcrumb {
  font-size: 14px;
  font-weight: 450;
}
.eshop-page .breadcrumb a {
  transition: all 0.2s linear;
}
.eshop-page .breadcrumb li {
  display: flex;
  align-items: center;
}
.eshop-page .breadcrumb li::before {
  padding-top: 2px;
  font-size: 13px;
  margin-right: 4px;
  margin-left: 4px;
  display: inline-block;
}
.eshop-page .book-detail {
  --right: 360px;
}
.eshop-page .book-detail__main {
  box-shadow: 0 0 4px 8px rgba(0, 0, 0, 0.013);
  background-color: #fff;
  display: flex;
  padding: 24px;
  gap: 24px;
  border-radius: 8px;
  margin-top: 24px;
}
.eshop-page .book-detail__main .pic {
  margin-top: -48px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.eshop-page .book-detail__main .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
}
.eshop-page .book-detail__main .title {
  color: #4b453c;
}
.eshop-page .book-detail__main .subtitle {
  margin-bottom: 8px;
}
.eshop-page .book-detail__main .type {
  margin-bottom: 8px;
  color: #6e665a;
}
.eshop-page .book-detail__main .label {
  color: #6e665a;
  margin-left: 4px;
}
.eshop-page .book-detail__main .data {
  color: #2e2b26;
}
.eshop-page .book-detail__main .info-item {
  display: flex;
  align-items: center;
}
.eshop-page .book-detail__detail {
  box-shadow: 0 0 4px 8px rgba(0, 0, 0, 0.013);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
  gap: 24px;
  border-radius: 8px;
  margin-top: 24px;
}
.eshop-page .book-detail__detail .book-tab ul {
  display: flex;
  align-items: center;
  list-style: none;
  border-bottom: 1px solid #e4ddd3;
}
.eshop-page .book-detail__detail .book-tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  padding-top: 0;
  border-bottom: 2px solid transparent;
  color: #807769;
  margin-bottom: -1px;
}
.eshop-page .book-detail__detail .book-tab a.active {
  border-color: #4b453c;
  color: #000;
}
.eshop-page .book-detail__detail .book-bio {
  display: flex;
  flex-direction: column;
  gap: 24px;
  line-height: 180%;
}
.eshop-page .book-detail__detail .book-bio.open .info {
  max-height: 800px !important;
}
.eshop-page .book-detail__detail .book-bio .info {
  transition: max-height 0.3s linear;
  overflow: hidden;
  text-align: justify;
  -moz-text-align-last: start;
       text-align-last: start;
  word-break: break-word;
  max-height: 200px;
}
.eshop-page .book-detail__detail .book-bio .more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  background-color: #fff;
  padding: 5px 15px;
  border: 1px solid #ebe1d4;
  color: #6e665a;
}
.eshop-page .book-detail__detail .book-bio .more:hover {
  color: #000;
  border-color: #244623;
}
.eshop-page .book-detail__detail hr {
  width: 100%;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0;
}
.eshop-page .book-detail__detail .category ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}
.eshop-page .book-detail__detail .category a {
  background-color: #fff;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid #bfbfbf;
  color: #6e665a;
}
.eshop-page .book-detail__detail .category a:hover {
  border-color: #244623;
  color: #000;
}
.eshop-page .book-detail__detail .book-info {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.eshop-page .book-detail__detail .book-info .title {
  margin-bottom: 24px;
}
.eshop-page .book-detail__detail .book-info .item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.eshop-page .book-detail__detail .book-info .item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1eee5;
}
.eshop-page .book-detail__detail .book-info .label {
  width: 200px;
  color: #6e665a;
}
.eshop-page .book-detail__buy-box {
  box-shadow: 0 0 4px 8px rgba(0, 0, 0, 0.013);
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  text-align: left;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
  border-radius: 8px;
  margin-top: 24px;
}
.eshop-page .book-detail__buy-box .price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: #000;
}
.eshop-page .book-detail__buy-box .toman {
  opacity: 0.7;
}
.eshop-page .book-detail__buy-box .actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.eshop-page .book-detail__buy-box .actions a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  padding: 12px 10px;
}
.eshop-page .book-detail__buy-box .actions a:hover {
  background-color: #244623 !important;
  color: white !important;
  border-color: #244623 !important;
}
.eshop-page .book-detail__buy-box .actions a.buy {
  color: #fff;
  background-color: #4b453c;
}
.eshop-page .book-detail__buy-box .actions a.sample {
  border: 1px solid #4b453c;
}
.eshop-page .book-detail__buy-box .mini-book {
  opacity: 0;
  max-height: 0px;
  transition: all 0.2s linear;
  margin-top: -24px;
}
.eshop-page .book-detail__buy-box .mini-book.open {
  opacity: 1 !important;
  margin-top: 0;
  max-height: 200px;
}
.eshop-page .mini-book {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-align: right;
}
.eshop-page .mini-book__pic {
  width: 27%;
  border-radius: 10px;
  overflow: hidden;
}
.eshop-page .mini-book__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 15px;
}
.eshop-page .mini-book__content .title {
  color: #000;
}
.eshop-page .mini-book__content .writer {
  color: #4b453c;
}
.eshop-page .mini-book__content .publisher {
  color: #4b453c;
}
.eshop-page .basket__btn {
  position: relative;
}
.eshop-page .basket__btn img {
  position: relative;
  z-index: 2;
  transition: all 0.2s linear;
}
.eshop-page .basket__btn::before {
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-17px, -50%);
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  background-color: #244623;
  transition: all 0.2s linear;
  opacity: 0;
}
.eshop-page .basket__btn.open::before {
  opacity: 1;
}
.eshop-page .package-filter {
  display: flex;
  flex-direction: row;
  text-align: right;
  gap: 8px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 15px;
  margin-bottom: -5px;
  justify-content: space-between;
}
.eshop-page .package-filter__content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.eshop-page .package-filter__content .item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.eshop-page .package-filter__content label {
  margin: 0;
}
.eshop-page .package-filter__content span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  border: 1px solid #807769;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: none;
  transition: all 0.2s linear;
}
.eshop-page .package-filter__content input {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 9;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.eshop-page .package-filter__content input:checked + span {
  background-color: #244623;
  border-color: #244623;
}
.eshop-page .writer {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  gap: 2px;
}
.eshop-page .writer span:not(:last-child)::after {
  content: " ،";
}
.eshop-page .login-form {
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.eshop-page .sm a {
  font-weight: 500 !important;
}
.eshop-page .regurlation {
  display: flex;
  gap: 30px;
}
.eshop-page .regurlation__sidebar-container {
  width: 327px;
  flex-shrink: 0;
}
.eshop-page .regurlation__content-container {
  flex-grow: 1;
}
.eshop-page .regurlation__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.eshop-page .regurlation__item {
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  transition: all 0.2s linear;
}
.eshop-page .regurlation__item:hover {
  border-color: #244623;
}
.eshop-page .regurlation__info {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-inline-start: auto;
}
.eshop-page .regurlation__info div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  min-width: 100px;
}
.eshop-page .basket__list .books__item {
  box-shadow: 0 0 4px 8px rgba(0, 0, 0, 0.013);
  background-color: #fff;
  display: flex;
  padding: 24px;
  gap: 24px;
  border-radius: 8px;
  margin-top: 24px;
}
.eshop-page .basket__list .books__pic {
  margin-top: -48px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  width: 187px;
  height: 269px;
}
.eshop-page .basket__list .books__main-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
}
.eshop-page .basket__list .books__main-content .title {
  color: #4b453c;
}
.eshop-page .basket__list .books__main-content .eshop__number {
  display: flex;
  max-width: 120px;
  min-width: unset;
}
.eshop-page .basket__list .books__more {
  margin-top: auto;
  margin-left: 0;
}
.eshop-page .basket__list .books__more .bordered {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  padding: 12px 10px;
  border: 1px solid #4b453c;
  color: #4b453c;
}
.eshop-page .basket__list .books__more .bordered:hover {
  border-color: #244623;
  color: white;
  background-color: #244623;
}
.eshop-page .basket__list .books__more .plus,
.eshop-page .basket__list .books__more .minus {
  color: #fff;
}

.text__dark {
  color: #01193d;
}
.text__white {
  color: var(--secondary-color);
}
.text__dark {
  color: var(--primary-color);
}
.text__light {
  color: #818899 !important;
}
.text__dark-blue {
  color: #21325e;
}
.text__purple {
  color: #424874;
}
.text__blue {
  color: #00509d;
}
.text__light-blue {
  color: #3083ff;
}
.text__gray {
  color: #707070;
}
.text__red {
  color: #A71B24;
}
.text__blue {
  color: #103262;
}
.text__orange {
  color: #FF9B18;
}
.text__bold {
  font-weight: bold;
}
.text__medium {
  font-weight: 440;
}
.text__semibold {
  font-weight: 600 !important;
}
.text__extrabold {
  font-weight: 800;
}
.text__center {
  text-align: center;
  justify-content: center;
}
.text__justify {
  text-align: justify;
}
.text__5 {
  font-size: 0.3125em;
}
.text__6 {
  font-size: 0.375em;
}
.text__7 {
  font-size: 0.4375em;
}
.text__8 {
  font-size: 0.5em;
}
.text__9 {
  font-size: 0.5625em;
}
.text__10 {
  font-size: 0.625em;
}
.text__11 {
  font-size: 0.6875em;
}
.text__12 {
  font-size: 0.75em;
}
.text__13 {
  font-size: 0.8125em;
}
.text__14 {
  font-size: 0.875em;
}
.text__15 {
  font-size: 0.9375em;
}
.text__16 {
  font-size: 1em;
}
.text__17 {
  font-size: 1.0625em;
}
.text__18 {
  font-size: 1.125em;
}
.text__19 {
  font-size: 1.1875em;
}
.text__20 {
  font-size: 1.25em;
}
.text__21 {
  font-size: 1.3125em;
}
.text__22 {
  font-size: 1.375em;
}
.text__23 {
  font-size: 1.4375em;
}
.text__24 {
  font-size: 1.5em;
}
.text__25 {
  font-size: 1.5625em;
}
.text__26 {
  font-size: 1.625em;
}
.text__27 {
  font-size: 1.6875em;
}
.text__28 {
  font-size: 1.75em;
}
.text__29 {
  font-size: 1.8125em;
}
.text__30 {
  font-size: 1.875em;
}
.text__31 {
  font-size: 1.9375em;
}
.text__32 {
  font-size: 2em;
}
.text__33 {
  font-size: 2.0625em;
}
.text__34 {
  font-size: 2.125em;
}
.text__35 {
  font-size: 2.1875em;
}
.text__36 {
  font-size: 2.25em;
}
.text__37 {
  font-size: 2.3125em;
}
.text__38 {
  font-size: 2.375em;
}
.text__39 {
  font-size: 2.4375em;
}
.text__40 {
  font-size: 2.5em;
}
.text__41 {
  font-size: 2.5625em;
}
.text__42 {
  font-size: 2.625em;
}
.text__43 {
  font-size: 2.6875em;
}
.text__44 {
  font-size: 2.75em;
}
.text__45 {
  font-size: 2.8125em;
}
.text__46 {
  font-size: 2.875em;
}
.text__47 {
  font-size: 2.9375em;
}
.text__48 {
  font-size: 3em;
}
.text__49 {
  font-size: 3.0625em;
}
.text__50 {
  font-size: 3.125em;
}
.text__51 {
  font-size: 3.1875em;
}
.text__52 {
  font-size: 3.25em;
}
.text__53 {
  font-size: 3.3125em;
}
.text__54 {
  font-size: 3.375em;
}
.text__55 {
  font-size: 3.4375em;
}
.text__56 {
  font-size: 3.5em;
}
.text__57 {
  font-size: 3.5625em;
}
.text__58 {
  font-size: 3.625em;
}
.text__59 {
  font-size: 3.6875em;
}

.line-clamp__1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fixed-images {
  position: absolute;
  inset-inline-end: 50%;
  top: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.p-relative {
  position: relative;
}

.text__white {
  color: #fff;
}/*# sourceMappingURL=eshop.css.map */