/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
.inner-banner--detail {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.inner-banner--detail .inner-banner {
  padding-top: 0;
}
.inner-banner--detail .breadcrumb {
  position: absolute;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.1254901961);
  padding: 5px;
}
.inner-banner--detail .breadcrumb__item.active {
  color: #3d3d3d;
}
.inner-banner--detail .breadcrumb__link {
  color: white;
}
.inner-banner--detail .breadcrumb-content {
  display: flex;
  margin-bottom: 8rem;
}
@media screen and (max-width: 991.98px) {
  .inner-banner--detail .breadcrumb-content {
    margin-bottom: 15px;
  }
}
.inner-banner--detail .breadcrumb-content__title {
  z-index: 2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.47);
  background: rgba(0, 0, 0, 0.1254901961);
  padding: 10px 15px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
}

.product-detail-slider {
  margin-top: 66px;
}
@media screen and (max-width: 767.98px) {
  .product-detail-slider {
    margin-top: 53px;
  }
}
.product-detail-slider .swiper-slide img {
  width: 100%;
  background-color: #eee;
  aspect-ratio: 2.7;
  object-position: 0 50%;
  object-fit: cover;
}
@media screen and (max-width: 575.98px) {
  .product-detail-slider .swiper-slide img {
    height: auto;
    aspect-ratio: 35/57;
  }
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  .product-detail-slider .swiper-slide img {
    height: auto;
    aspect-ratio: 99/46;
  }
}

.description {
  margin: 4rem 0;
}
.description__text {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
  color: #282828;
}
@media screen and (max-width: 991.98px) {
  .description__content {
    margin-top: 5rem;
  }
}
.description .description__groupbtn {
  margin-top: 30px;
}
.description .description__list {
  font-size: 1.4rem;
  color: #1b1a1a;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.description .description__list::after {
  content: "";
  height: 1px;
  width: 30px;
  background-color: #1b1a1a;
  position: absolute;
  bottom: 0;
  right: 0;
}
.description .description__item {
  font-size: 1.4rem;
  color: #8d8d8d;
  display: inline;
}

.comments {
  margin: 1rem 0;
}
.comments__container {
  margin-bottom: 15px;
}
.comments__header {
  padding: 10px 15px;
  display: flex;
  align-items: flex-start;
}
.comments__header i {
  font-size: 3rem;
  color: #1b1a1a;
  margin-left: 15px;
}
.comments__user {
  display: flex;
  flex-direction: column;
}
.comments__user p {
  color: #494949;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 0.5rem;
}
.comments__user time {
  color: #494949;
  font-size: 1.1rem;
}
.comments__body {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 0 0 1px 0;
  -moz-border-radius: 0 0 1px 0;
  border-radius: 0 0 1px 0;
}
.comments__body article {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 2;
  color: #666;
}

.product-comment__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.product-comment {
  /* product comment header */
}
.product-comment__title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.product-comment {
  /* product comment title */
}
.product-comment__text {
  font-size: 16px;
  font-weight: 300;
  color: #888;
  margin-bottom: 10px;
}
.product-comment {
  /* product comment text */
}
.product-comment .not-found {
  align-items: center;
  justify-content: left;
  margin-bottom: 0 !important;
  padding: unset !important;
  box-shadow: unset !important;
}
.product-comment .not-found .main-btn {
  padding: 15px 22px;
}
.product-comment .not-found {
  /* not found main btn */
}
.product-comment {
  /* product comment not found main btn */
}
.product-comment #comment-form {
  display: none;
}
.product-comment {
  /* product comment comment form */
} /* 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.simple .comment-box__header {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.comment-nav.simple {
  /* simple comment box header */
}
.comment-nav {
  /* comment nav simple */
}
.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 {
  /* comment nav item */
}
.comment-nav__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.comment-nav {
  /* comment nav link */
}
.comment-nav__replay {
  width: 100%;
  padding-right: 40px;
  margin: 0;
}
.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__replay {
  /* comment nav replay teacher */
}
.comment-nav {
  /* comment nav replay */
} /* comment nav */
.show-more-comment {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-more-comment .show-more-text-comment {
  font-size: 15px;
  font-weight: bold;
  color: #d8d8d8;
}
.show-more-comment {
  /* show more text */
} /* show more */
.comment-box {
  margin-bottom: 10px;
}
.comment-box__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 5px;
}
.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 {
  /* comment box header item */
}
.comment-box__header__review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.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;
}
.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__review-box {
  /* review box icon */
}
.comment-box__header__review {
  /* comment box header review box */
}
.comment-box__header {
  /* comment box header review */
}
.comment-box__header__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.comment-box__header {
  /* comment box header name */
}
.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 {
  /* comment box header suggest */
}
.comment-box__header__date {
  font-size: 13px;
  font-weight: 300;
  color: #6e6e6e;
}
.comment-box__header {
  /* comment box header date */
}
.comment-box__header__replay {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  margin-bottom: 3px;
}
.comment-box__header__replay .text {
  color: #333;
}
.comment-box__header {
  /* comment box header date */
}
.comment-box {
  /* comment box header */
}
.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 {
  /* comment box text */
}
.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;
}
@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: #54595F;
  font-size: 12px;
}
.comment-box__reply {
  /* comment box reply title */
}
.comment-box__reply__text {
  font-size: 13px;
  color: #6e6e6e;
  line-height: 25px;
  text-align: justify;
}
.comment-box__reply {
  /* comment box reply text */
}
.comment-box {
  /* comment box reply */
}
.comment-box__logo {
  width: 130px;
  margin-left: 10px;
}
.comment-box {
  /* comment box logo */
}
.comment-box__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 5px;
}
.comment-box {
  /* comment box header name */
}
.comment-box__date {
  font-size: 14.5px;
  font-weight: 300;
  color: #6e6e6e;
  margin-bottom: 10px;
}
.comment-box {
  /* comment box header date */
}
.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 {
  /* comment box text */
}
.comment-box__img-wrapper {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
}
.comment-box {
  /* comment box img wrapper */
}
.comment-box__img {
  display: block;
  width: 55px;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.4;
  cursor: pointer;
  overflow: hidden;
  transition: all 300ms linear;
}
.comment-box__img:hover {
  opacity: 1;
}
.comment-box__img img {
  width: 100%;
}
.comment-box {
  /* comment box img */
}
@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 */
#packing .modal-content {
  border: none;
  padding: 15px;
}
#packing .modal-header {
  border: none;
}
#packing .close {
  background-color: transparent;
  border: 0;
}
#packing .close span {
  font-size: 16px;
}
#packing .modal-title {
  font-size: 1.6rem;
  font-weight: bold;
}
#packing .modal-dialog {
  max-width: 600px;
}
@media screen and (max-width: 1400px) {
  #packing .modal-dialog {
    max-width: 60%;
    margin: auto;
  }
}
@media only screen and (max-width: 991.98px) {
  #packing .modal-dialog {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767.98px) {
  #packing .modal-dialog {
    max-width: 95%;
  }
}

.product-detail-page .owl-nav {
  font-size: 1.8rem;
  color: #8d8d8d;
}
.product-detail-page .owl-nav .owl-next span, .product-detail-page .owl-nav .owl-prev span {
  color: #8d8d8d;
}

/*# sourceMappingURL=product-detail.css.map */
