/*---------------------------------- 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 ----------------------------------*/
.product-section {
  /* product section add to cart */
  /* show more wrapper */
  /* product section quantity */
}
.product-section .add-to-cart {
  position: relative;
  padding: 17px 25px;
  background-color: rgb(42.6666666667, 173.3333333333, 58.6666666667);
  margin-right: auto;
  --ripple-background: #7e000f;
  overflow: hidden;
  /* primary button before */
  /* add to cart hover */
  /* add to cart main btn text and icon */
}
.product-section .add-to-cart:before {
  content: "";
  position: absolute;
  display: block;
  background: var(--ripple-background, white);
  border-radius: 50%;
  pointer-events: none;
  top: calc(var(--y) * 1px);
  left: calc(var(--x) * 1px);
  width: calc(var(--d) * 1px);
  height: calc(var(--d) * 1px);
  opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.3));
  transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  transform: translate(-50%, -50%) scale(var(--s, 1));
  transform-origin: center;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .product-section .add-to-cart {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .product-section .add-to-cart {
    width: 100%;
  }
}
.product-section .add-to-cart:hover {
  background-color: #3CCF4E;
}
.product-section .add-to-cart .main-btn__text,
.product-section .add-to-cart .main-btn__icon {
  color: #fff;
}
.product-section .show-more-wrapper {
  text-align: left;
  /* show more wrapper show more link */
}
.product-section .show-more-wrapper .show-more-link {
  color: #1870ce;
  font-size: 12px;
}
.product-section .quantity {
  margin-left: 15px;
}

/* product section */
.modal .modal-header {
  border: none;
  padding: 1rem 1rem 0 1rem;
}

.product-gallery-modal {
  z-index: 999;
}
.product-gallery-modal .modal-body {
  padding: 30px !important;
}

.modal-backdrop.show {
  z-index: 998;
}

#customer-modal-zoom,
#gallery-modal-zoom {
  z-index: 9999;
}
#customer-modal-zoom .zoomWindow,
#gallery-modal-zoom .zoomWindow {
  z-index: 9999;
}

.white-box {
  box-shadow: 0 1px 1px rgba(82, 99, 116, 0.13);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}

.product-info {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 30px 45px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  margin-bottom: 45px;
  /* product info header */
  /* product info title */
  /* product info sub title  */
  /* product info box */
  /* product info item */
  /* product info link */
}
.product-info__header {
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.product-info__title {
  font-size: 21.5px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}
.product-info__subtitle {
  font-size: 16px;
  color: #888;
  margin-bottom: 10px;
}
.product-info__box {
  position: absolute;
  top: 30px;
  right: 20px;
}
.product-info__item {
  margin-bottom: 10px;
}
.product-info__link {
  /* link hover */
  /* link icon */
}
.product-info__link:hover i[class^=icon-] {
  color: #2dcea2;
}
.product-info__link i[class^=icon-] {
  color: #8d9aa8;
  font-size: 20px;
  transition: all 300ms linear;
}

/* product info */
.single-product-section__description .read-more p {
  font-size: 12px;
}

.product-page {
  display: flex;
  padding: 15px 0;
}
.product-page .single-product-section .header {
  margin-bottom: 15px;
}
.product-page .single-product-section .title {
  font-size: 16px;
  margin-bottom: 0;
}
.product-page .single-product-section .add-btn {
  background: #2dcea2;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.product-page .single-product-section .add-btn span {
  font-size: 20px;
}

.single-product-right-box {
  position: sticky;
  top: 20px;
}
.single-product-right-box .product-info-box {
  min-height: 680px;
}
@media screen and (max-width: 1199.98px) {
  .single-product-right-box .product-info-box {
    min-height: auto;
  }
}
.single-product-right-box .product-info-box__options {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}
.single-product-right-box .product-info-box__options i {
  color: #121212;
}
.single-product-right-box .product-info-box__header {
  padding: 10px 0;
}
.single-product-right-box .product-info-box__header .title {
  color: #646e7a;
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.single-product-right-box .product-info-box__header .product-btn {
  display: block;
  text-align: center;
  padding: 5px;
  width: 100%;
  background-color: #f2f7fd;
  color: #7c8794;
  font-size: 12px;
  line-height: 28px;
  border-radius: 5px;
  cursor: pointer;
}
.single-product-right-box .product-info-box__footer .price {
  display: flex;
  justify-content: end;
  color: #7b8591;
  position: relative;
  margin: 10px 0 20px;
  width: 100%;
}
.single-product-right-box .product-info-box__footer .cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-product-right-box .product-info-box__footer .cart .add-cart-btn {
  font-size: 12px;
  cursor: pointer;
  background: #3ab54a;
  color: #fff;
  padding: 13px;
  border-radius: 50px;
}
@media screen and (max-width: 575.98px) {
  .single-product-right-box .product-info-box__footer .cart .add-cart-btn {
    font-size: 12px;
    padding: 13px 15px;
  }
}
.single-product-right-box .product-info-box__footer .product-info__preview {
  margin-top: 10px;
}
.single-product-right-box .product-info-box__footer .product-info__preview .main-btn {
  padding: 8px 16px;
  width: 100%;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
}
.single-product-right-box .product-info-box__footer .product-info__preview .educationDesc {
  color: black;
}
.single-product-right-box .product-info-box__footer .product-info__preview .educationDesc span {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background-color: #f8ebe3;
  color: #f36f1e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  margin-left: 6px;
}
.single-product-right-box .product-info-box__footer .product-info__preview .educationDesc p {
  font-size: 14px;
  font-weight: 600;
}
.single-product-right-box .product-info-box__footer .product-info__preview img {
  width: 75%;
}
.single-product-right-box .education-detail-image {
  width: 100%;
}

.education-info-box__header .educationBookName {
  height: fit-content !important;
}
@media screen and (max-width: 1199.98px) {
  .education-info-box__header {
    padding: 0 !important;
  }
}

.downloadFile {
  font-size: 16px;
  color: #f36f1e;
}
.downloadFile:hover {
  color: #f36f1e;
}
.downloadFile i {
  font-size: 28px;
}

.audioFile {
  width: 100%;
}
@media screen and (min-width: 991.98px) {
  .audioFile {
    width: 50%;
  }
}

.educationTitleBox {
  border-bottom: 1px solid #dedede;
}
.educationTitleBox div {
  color: #333;
  font-size: 16px;
}
.educationTitleBox div span:nth-of-type(1) {
  font-weight: 700;
}

.educationFileBox {
  border-bottom: 1px solid #dedede;
}

.single-education-sticky-menu {
  position: sticky;
  top: 20px;
}
.single-education-sticky-menu.education-info-box {
  min-height: 680px;
}
@media screen and (max-width: 1199.98px) {
  .single-education-sticky-menu.education-info-box {
    min-height: auto;
  }
}

.product-info-box {
  text-align: right;
}
.product-info-box .product-list, .product-info-box .education-list {
  margin: 25px 0 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dee4eb;
}
.product-info-box .product-list .item, .product-info-box .education-list .item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #646e7a;
  font-size: 13px;
  line-height: 28px;
}
.product-info-box .education-list {
  border-bottom: none;
}
.product-info-box .education-list i {
  font-size: 18px;
}
.product-info-box .text {
  line-height: 24px;
}

.product-info-box .product-list .item__size {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.product-info-box .product-list .item__size-label {
  min-height: 43px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  margin-left: 6px;
  margin-bottom: 10px;
  min-width: 90px;
  background: #eee;
  padding: 10px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-info-box .product-list .item__size-label {
    min-width: 76px;
    padding: 5px;
  }
}
.product-info-box .product-list .item__size-label.active {
  background-color: #f36f1e;
  color: #fff;
}
.product-info-box .product-list .item__size-input {
  opacity: 0;
  height: 0;
  width: 0;
}
.product-info-box .product-list .item__size .show-more-btn {
  background: #eee;
  height: 55px;
  min-width: 90px;
  border: 0;
  border-radius: 10px;
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) and (max-width: 1199.98px) {
  .product-info-box .product-list .item__size .show-more-btn {
    min-width: 87px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-info-box .product-list .item__size .show-more-btn {
    min-width: 76px;
    padding: 5px;
    height: auto;
  }
}

.product-info-box .product-list .item__color {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}
.product-info-box .product-list .item__color .color-box {
  cursor: pointer;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  position: relative;
}
.product-info-box .product-list .item__color .color-box.active .color {
  border: 2px solid #b6abab;
}
.product-info-box .product-list .item__color .color-box.active .color:before {
  content: "";
  background-image: url(./../images/product-detail/check.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}
.product-info-box .product-list .item__color .color-box .color {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
}
.product-info-box .product-list .item__color .color-box .text {
  font-size: 10px;
}

.product-info {
  /* product info price */
  /* product info price wrapper */
  /* product info discount */
}
.product-info__price {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  /* price old price */
  /* price span */
}
.product-info__price.old-price {
  font-size: 14px;
  font-weight: 600;
  color: red;
  text-decoration: line-through;
  margin-left: 10px;
}
@media only screen and (max-width: 575.98px) {
  .product-info__price.old-price {
    width: 100%;
  }
}
.product-info__price.old-price span {
  margin: 0;
  color: red;
}
.product-info__price span {
  font-size: 12px;
  font-weight: 600;
  color: #656565;
  margin-right: 4px;
}
.product-info__price-wrapper {
  gap: 0 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575.98px) {
  .product-info__price-wrapper {
    gap: 10px 15px;
    margin-bottom: 10px;
  }
}
.product-info__discount {
  padding: 4px 13px;
  background-color: #2dcea2;
  border-radius: 10px;
  color: #fff;
}

.single-product-section__description .read-more p {
  font-size: 12px;
}

.single-product-section__additional_information .contact .info-shop {
  width: 100%;
  border-spacing: 3px;
  border-collapse: separate;
}
.single-product-section__additional_information .contact .info-shop__title {
  color: #646e7a;
  font-size: 12px;
  font-weight: 400;
  line-height: 42px;
  background-color: #f2f6fa;
  padding: 0 10px !important;
  border: none;
  font-style: normal;
}
.single-product-section__additional_information .contact .info-shop__desc {
  color: #646e7a;
  font-size: 12px;
  font-weight: 400;
  line-height: 42px;
  background-color: #f2f6fa;
  padding: 0 10px !important;
  border: none;
}
.single-product-section__additional_information .contact .info-shop tr:nth-child(even) th, .single-product-section__additional_information .contact .info-shop tr:nth-child(even) td {
  background-color: rgba(0, 0, 0, 0.03);
}

.single-education-sticky-menu__list {
  min-height: 680px;
  max-height: 680px;
  overflow-y: scroll;
}
@media screen and (max-width: 1199.98px) {
  .single-education-sticky-menu__list {
    min-height: auto;
    max-height: fit-content;
  }
}
.single-education-sticky-menu__list .item {
  margin-bottom: 12px;
  font-size: 14px;
}
.single-education-sticky-menu__list .item .dropdown-toggle {
  border: 1px solid rgb(40.4282868526, 185.0717131474, 145.5418326693);
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
}
.single-education-sticky-menu__list .item .educationChapter {
  border-left: 1px solid #656565;
  width: 60px;
}
.single-education-sticky-menu__list .item .educationTitle {
  width: calc(100% - 80px);
  padding: 0 15px;
}
.single-education-sticky-menu__list .item .dropdownAction {
  width: 20px;
  display: flex;
  align-items: center;
}
.single-education-sticky-menu__list .item .educationTime {
  width: 62px;
  display: flex;
  align-items: center;
}
.single-education-sticky-menu__list .item .educationTime i {
  margin-left: 4px;
}
.single-education-sticky-menu__list .link {
  color: gray;
  border-right: 2px solid transparent;
}
.single-education-sticky-menu__list .link.active {
  border-color: #2dcea2;
}

.dropdown-menu {
  display: block;
  max-height: 0;
  overflow: hidden;
  margin-right: 20px;
  list-style-type: none;
  padding: 0;
  transition: all 0.3s ease;
}
.dropdown-menu li {
  font-size: 12px;
  margin-top: 12px;
  padding: 12px;
  border-radius: 10px;
  background-color: #f6f6f6;
  position: relative;
}
.dropdown-menu li::after {
  display: block;
  content: "";
  width: 6px;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-color: rgb(40.4282868526, 185.0717131474, 145.5418326693);
  position: absolute;
  right: 0;
  top: 0;
}
.dropdown-menu .educationSection {
  width: 70px;
}
.dropdown-menu .sectionName {
  width: calc(100% - 110px);
  padding: 0 15px;
}

.dropdown.active .dropdown-menu {
  max-height: 500px;
}

.dropdown-toggle .icon-angle-left {
  transition: all 0.3s ease;
}

.dropdown.active .dropdown-toggle .icon-angle-left {
  transform: rotate(-90deg);
}

.educationListTitle {
  color: #646e7a;
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
  height: 30px;
  margin-bottom: 20px;
}

.single-education-sticky-menu__list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.single-education-sticky-menu__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px !important;
}

.single-education-sticky-menu__list::-webkit-scrollbar-thumb {
  background-color: #646e7a;
  border-radius: 10px !important;
}

.single-education-sticky-menu__list::-webkit-scrollbar-thumb:hover {
  background-color: #646e7a;
}

.single-education-sticky-menu__list::-webkit-scrollbar-thumb:active {
  background-color: #646e7a;
}

/*# sourceMappingURL=education-files.css.map */
