@charset "UTF-8";
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
.contact-us {
  margin-top: 0;
  margin-bottom: 9rem;
}
.contact-us iframe {
  margin: 5% 0 !important;
  border: none;
  width: 100%;
  height: 300px;
  padding: 0;
  box-shadow: 0 0 5px #e3e3e3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.contact-us__img {
  margin: auto;
  width: 400px;
}
@media only screen and (max-width: 575.98px) {
  .contact-us__img {
    width: 100%;
  }
}
.contact-us__sub-title {
  width: 100%;
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.contact-us .main-btn {
  padding: 13px 25px;
  transition: all 300ms linear;
}
.contact-us .main-btn:hover {
  background-color: rgb(202.7571428571, 148.2142857143, 46.2428571429);
}
.contact-us .main-btn__text {
  font-size: 13.5px;
  color: #ffffff !important;
}

.contact-info__title {
  width: 100%;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.contact-info__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-flow: column;
  font-size: 15px;
}
.contact-info__list-item {
  color: #6e6e6e;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.contact-info__list-item:hover .contact-info__list-icon {
  color: rgb(219.9, 178.5, 101.1);
}
.contact-info__list-text {
  color: rgb(25.5, 25.5, 25.5);
  margin: 0px;
}
.contact-info__list-text:hover {
  color: #d8aa54;
}
.contact-info__list-icon {
  font-size: 18px;
  color: #d8aa54;
  margin-left: 7px;
  transition: all 300ms linear;
}
.contact-info .contact-social {
  margin-top: 15px;
}
.contact-info .contact-social__text {
  color: #333;
  line-height: 1.9;
}

.social-media {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.social-media__icon {
  padding: 5px;
  font-size: 30px;
  transition: all 300ms linear;
}
.social-media__item {
  margin: 5px;
}
.social-media__item:first-child .social-media__icon {
  padding-left: 0;
}

.blog {
  background: transparent;
  /* blog text */
}
.blog__title {
  font-size: 25px;
  font-weight: 600;
  color: #d8aa54;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .blog__title {
    font-size: 16px;
  }
}
.blog__date {
  color: rgb(121.6, 121.6, 121.6);
  font-size: 14px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.blog__date-icon {
  font-size: 16px;
  margin-left: 7px;
  margin-top: -5px;
}
.blog .swiper-button-next:hover,
.blog .swiper-button-prev:hover {
  background-color: #d8aa54;
  color: #fff;
}
.blog .swiper-horizontal > .swiper-pagination-bullets, .blog .swiper-pagination-bullets.swiper-pagination-horizontal, .blog .swiper-pagination-custom, .blog .swiper-pagination-fraction {
  bottom: 0 !important;
  top: 0 !important;
  left: 0;
  width: 100%;
}
.blog .swiper-pagination {
  position: absolute;
  bottom: 0 !important;
}
.blog .swiper-button-next {
  background: #fff !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  width: 35px !important;
  height: 33px !important;
  border-radius: 5px !important;
}
.blog .swiper-button-prev {
  background: #fff !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  width: 35px !important;
  height: 33px !important;
  border-radius: 5px !important;
}
.blog .swiper-button-prev:after {
  font-size: 15px !important;
  color: black !important;
  font-weight: 900 !important;
}
.blog .swiper-button-next:after {
  font-size: 15px !important;
  color: black !important;
  font-weight: 900 !important;
}
.blog .swiper-horizontal > .swiper-pagination-bullets, .blog .swiper-pagination-bullets.swiper-pagination-horizontal, .blog .swiper-pagination-custom, .blog .swiper-pagination-fraction {
  margin-top: 18% !important;
}
.blog .render {
  padding: 80px;
}
.blog .icon-slider {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0;
}
.blog__studyDuration {
  color: #797878;
  font-size: 14px;
  font-weight: 300;
}
.blog__studyDuration i {
  font-size: 15px;
  margin-left: 4px;
}
.blog__studyDuration span:first-of-type {
  margin-left: 4px;
}
.blog__content {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 1.9;
  text-align: justify;
  font-weight: 300;
}
.blog__content > img {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 3px;
  margin-left: 0;
  height: auto;
  border-radius: 5px;
  width: 500px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .blog__content > img {
    float: none;
    display: flex;
    margin: auto;
    margin-bottom: 15px;
  }
}
.blog__text img {
  max-width: 100%;
}
.blog iframe {
  margin-top: 25px;
  width: 100%;
  border: none;
  min-height: 400px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 1px #ddd !important;
}
.blog .blog-video__tag {
  margin-top: 25px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 0px 8px 1px #ddd !important;
}
@media (max-width: 991.98px) {
  .blog .blog-video__tag {
    height: auto;
  }
}
.blog .main-btn {
  padding: 10px 20px;
}

.post-meta .author-meta {
  display: flex;
  align-items: center;
  color: #7a7a7a;
}
.post-meta .author-meta .meta-author-avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 35px;
  overflow: hidden;
  margin-left: 12px;
}
.post-meta .author-meta .meta-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-meta .blog__date {
  color: #7a7a7a;
  font-size: 14px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin: 0;
}
.post-meta .icon.icon-star {
  color: yellow;
}

.blog-detail-slider .common-card__body {
  border-radius: unset;
}
.blog-detail-slider .common-card__body:before {
  content: unset;
}
.blog-detail-slider .common-card__discount {
  display: none;
}

.toc-toggle {
  background: unset;
  border: unset;
  color: cornsilk;
  font-weight: 900;
}

.table-contents {
  background-color: #f9f9f9;
  padding: 7px;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  max-width: 320px;
  margin-bottom: 2rem;
}
.table-contents a {
  display: block;
  padding: 0.35rem 0;
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
  border-bottom: 1px dashed #ddd;
}
.table-contents a:hover {
  color: #0077cc;
}
.table-contents .sub-heading {
  padding-left: 1.2rem;
  font-size: 0.85rem;
  color: #666;
}
.table-contents .toc-hidden {
  display: none;
  margin-top: 0.5rem;
}
.table-contents .toc-toggle {
  background-color: transparent;
  border: none;
  color: #d8aa54;
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.table-contents .toc-toggle .icon {
  font-size: 0.8rem;
}

.table-contents a {
  display: block;
  padding: 5px;
  color: #333;
  text-decoration: none;
  font-weight: 700;
}

.toc-hidden {
  display: none;
}

.toc-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: blue;
}

.toc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.toc-title {
  font-weight: 900;
  color: #d8aa54;
  font-size: 17px;
}

.toc-toggle {
  background-color: transparent;
  border: none;
  color: #d8aa54;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.toc-toggle .icon {
  font-size: 0.9rem;
}

.common-card__body {
  background-color: #f2f2f2 !important;
}

.common-card__price {
  color: #807b7b !important;
}

.page-item {
  width: 100%;
}

@media screen and (max-width: 480.98px) {
  .common-card__footer {
    flex-direction: column;
    gap: 0 !important;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 480.98px) {
  .common-card__title {
    height: 20px !important;
  }
}

.img-blog-detail {
  margin: 37px auto;
  border-radius: 5px;
  aspect-ratio: 3/2;
  width: 600px;
}

@media screen and (max-width: 480.98px) {
  .unavailable {
    margin-top: 1.75rem;
  }
}

@media screen and (max-width: 767.98px) {
  .common-card__body {
    padding: 2px 4px;
  }
}

.main-btn {
  color: #000000;
}

.blogSlider {
  margin: 30px 0;
}

.blog__author {
  flex-wrap: wrap;
  background-color: #d8aa54;
  padding: 6px 10px;
  border-radius: 20px;
  height: fit-content;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  width: fit-content;
  gap: 5px;
}
.blog__author .name {
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 575.98px) {
  .item-neme-blog {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 767.98px) {
  .auhor-name {
    justify-content: unset !important;
  }
}

.swiper-wrapper {
  display: flex !important;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

.product-comment {
  /* product comment header */
  /* product comment title */
  /* product comment text */
  /* product comment not found main btn */
  /* product comment comment form */
}
.product-comment__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.product-comment__title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.product-comment__text {
  font-size: 16px;
  font-weight: 300;
  color: #888;
  margin-bottom: 10px;
}
.product-comment .not-found {
  align-items: center;
  justify-content: left;
  margin-bottom: 0 !important;
  padding: unset !important;
  box-shadow: unset !important;
  /* not found main btn */
}
.product-comment .not-found .main-btn {
  padding: 15px 22px;
}
.product-comment #comment-form {
  display: none;
}

/* product comment */
.form-card__title {
  margin-bottom: 0 !important;
}

.star-rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  display: inline-block;
}
.star-rating input {
  display: none;
}
.star-rating label {
  font-size: 30px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s;
}
.star-rating label:hover, .star-rating label:hover ~ label {
  color: #d8aa54;
}
.star-rating input:checked ~ label {
  color: #d8aa54;
}

.comment-nav {
  /* comment nav simple */
  /* comment nav item */
  /* comment nav link */
  /* comment nav replay */
}
.comment-nav.simple {
  /* simple comment box header */
}
.comment-nav.simple .comment-box__header {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.comment-nav__item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1.5px solid rgb(216.75, 216.75, 216.75);
  padding: 10px;
}
.comment-nav__item:last-child {
  border: none;
}
.comment-nav__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.comment-nav__replay {
  width: 100%;
  padding-right: 40px;
  margin: 0;
  /* comment nav replay teacher */
}
.comment-nav__replay .comment-box {
  margin-bottom: 10px;
}
.comment-nav__replay.main .comment-box {
  padding: 15px;
  background-color: rgb(243.525, 243.525, 243.525);
  border-radius: 10px;
  margin-bottom: 10px;
}
.comment-nav__replay.main .comment-box .comment-box__header__logo {
  width: 130px;
}

/* comment nav */
.show-more-comment {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* show more text */
}
.show-more-comment .show-more-text-comment {
  font-size: 15px;
  font-weight: bold;
  color: #d8aa54;
}

/* show more */
.comment-box {
  margin-bottom: 10px;
  /* comment box header */
  /* comment box text */
  /* comment box reply */
  /* comment box logo */
  /* comment box header name */
  /* comment box header date */
  /* comment box text */
  /* comment box img wrapper */
  /* comment box img */
}
.comment-box__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 5px;
  /* comment box header item */
  /* comment box header review */
  /* comment box header name */
  /* comment box header suggest */
  /* comment box header date */
  /* comment box header date */
}
.comment-box__header__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #6e6e6e;
}
@media only screen and (max-width: 575.98px) {
  .comment-box__header__item {
    margin-bottom: 5px;
  }
}
.comment-box__header__item.header {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 4px;
}
.comment-box__header__review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* comment box header review box */
}
.comment-box__header__review-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  cursor: pointer;
  margin-right: 8px;
  font-size: 10px;
  color: #6e6e6e;
  /* review box icon */
}
.comment-box__header__review-box.up {
  color: #388e3c;
}
.comment-box__header__review-box.down {
  color: #f31313;
}
.comment-box__header__review-box i[class^=icon] {
  font-size: 16px;
  margin-left: 4px;
}
.comment-box__header__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.comment-box__header__suggest {
  padding: 8.5px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-top: -6px;
  margin-right: 10px;
  margin-left: auto;
  border-radius: 10px;
}
.comment-box__header__suggest.success {
  background-color: rgb(232.4090909091, 246.0909090909, 233.0454545455);
  color: #388e3c;
}
.comment-box__header__suggest.error {
  background-color: white;
  color: #f31313;
}
.comment-box__header__date {
  font-size: 13px;
  font-weight: 300;
  color: #6e6e6e;
}
.comment-box__header__replay {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  margin-bottom: 3px;
}
.comment-box__header__replay .text {
  color: #333;
}
.comment-box__text {
  font-size: 12px;
  color: rgb(121.6, 121.6, 121.6);
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.comment-box__reply {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5px;
  padding: 10px 20px;
  padding-right: 10px;
  font-weight: 400;
  /* comment box reply title */
  /* comment box reply text */
}
@media only screen and (max-width: 575.98px) {
  .comment-box__reply {
    flex-direction: column;
  }
  .comment-box__reply .comment-box__reply__title {
    margin-bottom: 7px;
  }
}
.comment-box__reply__title {
  min-width: 100px;
  margin-left: 10px;
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-box__reply__title i {
  color: #302b35;
  font-size: 12px;
}
.comment-box__reply__text {
  font-size: 13px;
  color: #6e6e6e;
  line-height: 25px;
  text-align: justify;
}
.comment-box__logo {
  width: 130px;
  margin-left: 10px;
}
.comment-box__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 5px;
}
.comment-box__date {
  font-size: 14.5px;
  font-weight: 300;
  color: #6e6e6e;
  margin-bottom: 10px;
}
.comment-box__text {
  font-size: 12px;
  color: rgb(121.6, 121.6, 121.6);
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.comment-box__img-wrapper {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
}
.comment-box__img {
  display: block;
  width: 55px;
  object-fit: cover;
  border-radius: 1.5pc 4px;
  opacity: 0.4;
  cursor: pointer;
  overflow: hidden;
  transition: all 300ms linear;
}
.comment-box__img:hover {
  opacity: 1;
}
.comment-box__img img {
  width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .comment-box__header__item.header {
    flex-wrap: wrap;
  }
  .comment-box__header__name {
    order: 1;
  }
  .comment-box__header__suggest {
    order: 0;
    margin: 0;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
    text-align: center;
  }
  .comment-box__header__review {
    order: 2;
  }
}

/* comment comment box */
.comments-form-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 10px rgba(110, 117, 136, 0.1);
  margin: 15px 0px;
  padding: 20px;
  border-radius: 10px;
}

/* Rating Star Widgets Style */
.rating-stars .star-list {
  list-style-type: none;
  padding: 0;
  direction: ltr;
}

.rating-stars .star-list .star {
  display: inline-block;
}

.rating-stars .star-list .star .icon {
  font-size: 1.5em;
  color: #ccc;
}

@media screen and (max-width: 575.98px) {
  .rating-stars .star-list .star .icon {
    font-size: 1.2em;
  }
}
/* هاور */
.rating-stars .star-list .star:hover .icon {
  color: #FF912C;
}

/* انتخاب‌شده */
.rating-stars .star-list .star-1.selected > .icon,
.rating-stars .star-list .star-2.selected > .icon,
.rating-stars .star-list .star-3.selected > .icon,
.rating-stars .star-list .star-4.selected > .icon,
.rating-stars .star-list .star-5.selected > .icon {
  color: #FF912C !important;
}

/* سایز هر ستاره */
.star-1 .icon {
  font-size: 15px !important;
  color: #ccc;
}

.star-2 .icon {
  font-size: 20px !important;
  color: #ccc;
}

.star-3 .icon {
  font-size: 25px !important;
  color: #ccc;
}

.star-4 .icon {
  font-size: 30px !important;
  color: #ccc;
}

.star-5 .icon {
  font-size: 35px !important;
  color: #ccc;
}

/* امتیاز کلی */
.score .icon-star {
  color: #FF912C;
}

.rating-stars .star-list .star:hover .icon,
.rating-stars .star-list .star.selected .icon {
  color: #FF912C;
}

.about-auther {
  background: #fff;
  border-radius: 15px;
  padding: 10px 10px 10px 24px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  .about-auther {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.about-auther .author-container {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}
@media screen and (max-width: 991.98px) {
  .about-auther .author-container {
    flex-direction: column;
  }
}
.about-auther .author-container .author-avatar img {
  width: 130px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.about-auther .author-container .author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.about-auther .author-container .author-info .author-name {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #dacfcf;
  padding-bottom: 5px;
}
.about-auther .author-container .author-info .author-social {
  display: flex;
}
.about-auther .author-container .author-info .author-social__link {
  color: #d8aa54;
  font-size: 20px;
  transition: transform 0.3s ease-in-out;
}
.about-auther .author-container .author-info .author-social__link:hover {
  transform: scale(1.2) rotate(10deg);
}
.about-auther .author-bio {
  flex: 2;
  line-height: 28px;
  text-align: justify;
  font-size: 15px;
  position: relative;
  padding-right: 25px;
}
@media screen and (max-width: 767.98px) {
  .about-auther .author-bio {
    font-size: 14px;
    padding-right: 0;
  }
}
.about-auther .author-bio::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #d8aa54;
}
@media screen and (max-width: 991.98px) {
  .about-auther .author-bio::after {
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    width: 50%;
    top: -1rem;
  }
}

.border-author {
  border: 2px solid #d8aa54;
}

.text-gmail {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  width: 160px;
}

.author-info {
  direction: ltr !important;
  text-align: left !important;
  overflow-x: auto !important;
  font-size: 13px;
}

.post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
  margin-bottom: 30px;
}
.post-meta .author-meta {
  display: flex;
  align-items: center;
  color: #7a7a7a;
  width: 50%;
}
.post-meta .author-meta .meta-author-avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 35px;
  overflow: hidden;
  margin-left: 12px;
}
.post-meta .author-meta .meta-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-meta .author-meta .meta-author {
  width: calc(100% - 75px);
  font-size: 14px;
}

.table-content {
  width: 64%;
}
@media screen and (max-width: 991.98px) {
  .table-content {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .table-content {
    width: 49%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .table-content {
    width: 57%;
  }
}
.table-content .acc-table-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background-color: #d8aa54;
  color: #FFFFFF;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s ease;
}
.table-content .acc-table-content .title {
  margin-bottom: 0;
}
.table-content .acc-table-content .arrow {
  color: #FFFFFF;
  font-size: 20px;
  transition: 0.25s ease;
  transform: rotate(0deg);
}
.table-content .acc-table-content .arrow-animate {
  transform: rotate(-180deg);
  opacity: 1;
}
.table-content ul {
  display: none;
  padding: 20px;
  color: #222222;
  background: #f8f8f8;
  border-radius: 0 0 5px 5px;
}
.table-content ul li {
  list-style-type: none;
  font-size: 14px;
  margin-bottom: 10px;
}
.table-content ul li a {
  color: #d8aa54;
}

.common-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 300ms linear;
  /* common card hover */
  /* common card category */
  /* common card product */
  /* common card blog */
  /* common card img */
  /* common card body */
  /* common card time */
  /* common card title */
  /* common card discount */
  /* common card footer */
  /* common card price */
}
.common-card:hover .common-card__img {
  filter: brightness(0.6);
}
.common-card:hover .common-card__body {
  box-shadow: 0 2px 0 8px #d8aa54;
}
.common-card:hover .common-card__title {
  color: #d8aa54;
}
.common-card.category {
  display: block;
  border-radius: 4px;
  box-shadow: none;
}
.common-card.category .common-card__img {
  aspect-ratio: 6/5;
}
.common-card.category:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.common-card.category .common-card__body {
  justify-content: center;
  margin-top: -40px;
  min-height: 80px;
}
@media screen and (max-width: 767.98px) {
  .common-card.category .common-card__body {
    min-height: 45px;
    height: 45px;
  }
}
.common-card.category .common-card__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 24px;
}
.common-card.category .common-card__radius {
  top: -100%;
}
.common-card.product .common-card__img .img {
  width: 100%;
  aspect-ratio: 2/3;
  filter: none;
  transition: all 300ms linear;
}
.common-card.product:hover .common-card__img img {
  filter: brightness(0.6);
}
.common-card.product:hover .common-card__title a {
  color: #d8aa54;
}
.common-card.product .common-card__radius {
  top: -75.5%;
}
.common-card.product .common-card__title {
  width: 100%;
  height: 46px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.common-card.product .common-card__title a {
  color: #333;
  transition: all 300ms linear;
}
.common-card.blog {
  display: block;
  box-shadow: none;
}
.common-card.blog .common-card__img {
  aspect-ratio: 6/5;
}
.common-card.blog:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.common-card.blog .common-card__radius {
  top: -79.5%;
}
.common-card.blog .common-card__title {
  width: 100%;
  height: 46px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.common-card__img {
  width: 100%;
  filter: none;
  transition: all 300ms linear;
}
.common-card__body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px 15px;
  margin-top: -35px;
  background-color: #ffffff;
  box-shadow: 0 20px 0 8px #d8aa54;
  transition: all 300ms linear;
  border-top-left-radius: 2.5pc;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 767.98px) {
  .common-card__body {
    border-top-left-radius: 1.5pc;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.common-card__body:before {
  content: "\e97b";
  position: absolute;
  top: -39px;
  right: -1px;
  color: #ffffff;
  font-size: 40px;
  transform: scale(calc(-1 * -1));
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767.98px) {
  .common-card__body:before {
    font-size: 24px;
    top: -23px;
  }
}
.common-card__time {
  font-size: 14px;
  color: #6e6e6e;
  font-weight: 380;
  margin: 5px 0 8px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.common-card__title {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333 !important;
  line-height: 23px !important;
  margin: 0 !important;
  display: flex !important;
  transition: all 300ms linear !important;
}
@media screen and (max-width: 767.98px) {
  .common-card__title {
    font-size: 12px !important;
  }
}
.common-card__discount {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2509803922));
  z-index: 2;
}
.common-card__discount:before {
  content: "\e976";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  color: #d8aa54;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.common-card__discount:after {
  content: attr(data-discount);
  position: relative;
  font-size: 14px;
  color: #ffffff;
}
.common-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
  gap: 10px;
}
.common-card__price {
  font-size: 16px;
  color: #dcd2d2;
  font-weight: 800;
}
@media screen and (max-width: 767.98px) {
  .common-card__price {
    font-size: 14px;
  }
}
.common-card__price.unavailable {
  color: #6e6e6e;
  flex: 1;
  text-align: center;
}
.common-card__price.old-price {
  font-size: 14px;
  font-weight: 380;
  color: #6e6e6e;
  text-decoration: line-through;
}

/* common card */
html[dir=ltr] .common-card__body:before {
  transform: scale(calc(-1 * -1)) rotate(calc(-1 * -90deg));
}

.index-widget-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  height: 55px;
  /* index widget header icon */
  /* index widget header title */
  /* index widget header info */
  /* index widget header main btn */
}
.index-widget-header__icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  .index-widget-header__icon {
    display: none;
  }
}
.index-widget-header__icon:before, .index-widget-header__icon:after {
  content: "\e976";
  font-size: 20px;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.index-widget-header__icon:before {
  color: rgb(216.75, 216.75, 216.75);
}
.index-widget-header__icon:after {
  color: #d8aa54;
}
.index-widget-header__title {
  font-size: 20px;
  font-weight: 750;
  color: #333;
  margin-bottom: 0;
  height: 24px;
}
.index-widget-header__title .main {
  font-size: 21px;
  font-weight: 800;
  color: #d8aa54;
}
.index-widget-header__info-wrapper {
  font-size: 18px;
  color: #333 !important;
  cursor: pointer;
}
.index-widget-header .main-btn {
  margin-right: auto;
}
@media only screen and (max-width: 575.98px) {
  .index-widget-header__icon:before, .index-widget-header__icon:after {
    font-size: 16px;
  }
  .index-widget-header__info-wrapper {
    display: none;
  }
  .index-widget-header__title {
    font-size: 15px;
  }
  .index-widget-header__title .main {
    font-size: 18px;
  }
}

/* index widget header */
.the-author {
  font-size: 12px;
  color: #d8aa54;
  font-weight: bold;
}

.swiper-button-next:after {
  font-size: 15px;
  color: aliceblue;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  font-size: 15px;
  color: aliceblue;
}

.swiper-button-prev {
  background: #d8aa54;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.swiper-button-next {
  background: #d8aa54;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.gallery-image-card {
  display: block;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
  /* gallery image card img */
}
.gallery-image-card img {
  width: 100%;
}

/* gallery image card */
.sidebar {
  position: sticky;
  top: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 991.98px) {
  .sidebar {
    position: static;
  }
}

.toc-sidebar {
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
}

.expandable-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.expandable-list li {
  margin-bottom: 0.5rem;
}
.expandable-list .toggle-btn {
  background-color: unset;
  color: black;
  padding: 0.4rem 0rem;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.more-toggle span {
  font-size: 12px;
}

.footer-list__link {
  font-size: 12px !important;
}

.color-text {
  font-weight: 400;
  color: #3f4346;
}

.toc-item {
  list-style: none;
  text-align: center;
}

.arrow {
  color: #d8aa54;
}

#scroll-up {
  position: fixed;
  left: 20px;
  bottom: -100px;
  opacity: 0;
  color: #d8aa54;
  padding: 5px 7px 7px 7px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 999;
  background: unset;
  font-size: 35px;
}

#scroll-up.active {
  bottom: 0px;
  opacity: 1;
}

.item-date {
  font-size: 13px;
  gap: 5px;
  color: #929aa0;
}

.captcha__link {
  top: -38px !important;
}

/* Rating Star Widgets Style */

/*# sourceMappingURL=pages.css.map */
