@charset "UTF-8";
/*---------------------------------- 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 ----------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: right;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:focus {
  outline: none;
}

.product-gallery__thumbnail .slick-list .slick-track .slick-slide img {
  border-radius: 5px;
  opacity: 0.35;
  transition: all 300ms linear;
}
.product-gallery__thumbnail .slick-list .slick-track .slick-slide img:hover {
  cursor: pointer;
  opacity: 0.55;
}

.product-gallery__thumbnail .slick-list .slick-track .slick-slide.slick-current img {
  opacity: 1;
}

.product-gallery__thumbnail .slick-slide {
  margin: 0 5px;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  z-index: 1000000000;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 25px;
  line-height: 1;
  color: #76b3b9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 300ms linear;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\e978";
}
[dir=ltr] .slick-prev:before {
  display: inline-block;
  transform: rotate(-180deg);
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "\e977";
}
[dir=ltr] .slick-next:before {
  display: inline-block;
  transform: rotate(-180deg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: icomoon;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #76b3b9;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #76b3b9;
  opacity: 0.75;
}

.product-section {
  /* product section add to cart */
  /* show more wrapper */
  /* product section quantity */
  /* product section related slider */
  /* product section index widget header */
}
.product-section .add-to-cart {
  padding: 17px 25px;
  background-color: #2bad3b;
  margin-right: auto;
  /* add to cart hover */
  /* add to cart main btn text and icon */
}
.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 {
  /* 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 .relatedSlider {
  margin-bottom: 35px;
}
.product-section .index-widget-header {
  flex-wrap: wrap;
}

/* product section */
.modal .modal-header {
  border: none;
}

.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;
}

.share-modal .modal__text {
  font-size: 14px;
  color: #6e6e6e;
}
.share-modal .modal__share-icon {
  font-size: 20px;
}
.share-modal .modal__share {
  margin-top: 15px;
  padding: 10px;
  background-color: #eaf4f5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  transition: all 300ms linear;
}
.share-modal .modal__share:hover {
  background-color: #d9ebed;
}
.share-modal .modal__share:hover .title {
  padding-right: 5px;
}
.share-modal .modal__share .title {
  font-size: 18px;
  font-weight: 800;
  color: #38aa46;
  transition: all 300ms linear;
}
.share-modal .modal__share .text {
  margin-right: auto;
  font-size: 12.5px;
  font-weight: 400;
  color: #76b3b9;
}

.header-list {
  /* header list item  */
  /* header list link  */
}
@media only screen and (max-width: 575.98px) {
  .header-list {
    flex-direction: column;
    gap: 6px 0;
  }
}
.header-list__item {
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* item last child */
  /* item after */
}
.header-list__item:last-child::after {
  display: none;
}
.header-list__item::after {
  content: "";
  display: block;
  width: 2.5px;
  height: 2.5px;
  border-radius: 50%;
  background-color: #8d9aa8;
  margin-right: 15px;
}
.header-list__link {
  font-size: 13px;
  /* link title */
  /* link text */
}
.header-list__link .title {
  font-weight: 300;
  color: #6e6e6e;
  margin-left: 5px;
}
.header-list__link .text {
  font-weight: 400;
  color: #888;
}

/* header list */
.info-list {
  gap: 8px 15px;
  /* info list vertical */
  /* info list desc */
  /* info list text */
  /* info list title  */
}
.info-list.vertical {
  flex-direction: column;
}
.info-list.desc {
  margin-top: 20px;
  gap: 20px;
}
.info-list.desc .info-list__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.info-list.desc .info-list__text {
  font-size: 16px;
  margin-left: 15px;
}
.info-list__text {
  font-size: 15px;
  font-weight: 300;
  color: #888;
  margin-left: 5px;
  flex: 0 0 auto;
  width: auto;
}
.info-list__title {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  transition: all 300ms linear;
}

/* info list */
.info-badge-list {
  flex-direction: column;
  /* info badge list item */
  /* info badge list title */
}
.info-badge-list__item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.info-badge-list__title {
  font-size: 15px;
  font-weight: 300;
  color: #6e6e6e;
  margin-left: 10px;
}

/* info badge list */
.badge-list {
  gap: 10px;
  flex-wrap: wrap;
  /* badge list link */
}
.badge-list__link {
  display: block;
  padding: 9px 14px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  color: #6e6e6e;
  box-shadow: none;
  cursor: pointer;
  transition: all 300ms linear;
  /* link hover */
  /* link active */
}
.badge-list__link:hover {
  border-color: #76b3b9;
  color: #6e6e6e;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.badge-list__link.active {
  border-color: #76b3b9;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

/* badge list */
.product-info {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  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 actions */
  /* product info price */
  /* product info price wrapper */
  /* product info discount */
  /* product info box */
  /* product info item */
  /* product info link */
}
.product-info__header {
  border-bottom: 1px solid #e6e6e6;
  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__actions {
  margin-top: 15px;
  padding-right: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0 15px;
  flex-wrap: wrap;
  height: 90%;
}
@media only screen and (max-width: 575.98px) {
  .product-info__actions {
    gap: 15px 0;
  }
}
.product-info__price {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  /* price old price */
  /* price span */
}
.product-info__price.old-price {
  font-size: 14px;
  font-weight: 300;
  color: #6e6e6e;
  text-decoration: line-through;
}
@media only screen and (max-width: 575.98px) {
  .product-info__price.old-price {
    width: 100%;
  }
}
.product-info__price.old-price span {
  margin: 0;
}
.product-info__price span {
  font-size: 12px;
  font-weight: 300;
  color: #6e6e6e;
  margin-right: 4px;
}
.product-info__price-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 15px;
  flex-wrap: wrap;
}
@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: #76b3b9;
  border-radius: 10px;
  color: #fff;
}
.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: #76b3b9;
}
.product-info__link i[class^=icon-] {
  color: #8d9aa8;
  font-size: 20px;
  transition: all 300ms linear;
}

/* product info */
.select-option {
  /* select option color */
}
.select-option.product {
  width: 250px;
}
@media only screen and (max-width: 575.98px) {
  .select-option.product {
    width: 100%;
  }
}
.select-option.color {
  /* color select selected */
  /* color select items div after */
}
.select-option.color .select-selected.active::before {
  opacity: 1;
}
.select-option.color .select-selected::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  right: auto;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  background-color: var(--main-color);
  opacity: 0;
  transition: all 300ms linear;
}
.select-option.color .select-items div::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  border: 2px solid #fff;
  background-color: var(--product-color);
  z-index: 2;
}

/* select option */
.custom-select {
  position: relative;
  right: 0;
  display: block;
  height: 42px;
  top: 0;
  line-height: 42px;
  border: 1.5px solid #e6e6e6;
  border-radius: 10px;
  margin: 0;
  transition: all 300ms linear;
}
.custom-select:hover {
  box-shadow: 0 0 4px #cccccc;
}
.custom-select select,
.custom-select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* custom select */
.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected.select-arrow-active {
  background-color: transparent !important;
  color: #6e6e6e !important;
}

.select-selected {
  color: #6e6e6e !important;
  background-color: transparent !important;
  top: 3px;
  width: 100%;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  margin-top: 3px;
  content: "";
  right: 10px;
  top: 14px;
  width: 0;
  height: 0;
  border: 7px solid;
  border-color: #76b3b9 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #76b3b9 transparent;
  margin-top: -3px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  position: absolute;
  top: 0;
  font-size: 12px;
  color: #ffffff;
  border-radius: 4px;
  padding-right: 35px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 600px) {
  .select-items div,
  .select-selected {
    font-size: 11px;
  }
}

/*style items (options):*/
.select-items {
  width: calc(100% + 0.5px);
  box-shadow: 0 0 0 1px #ced4da;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  margin-top: -3px;
  background-color: #fff;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  /* select item div */
}
.select-items div {
  color: #6e6e6e;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e6e6e6;
  height: 42px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  /* div hover */
}
.select-items div:hover {
  background-color: #76b3b9;
  color: #fff !important;
  border-radius: 0 !important;
}

/* select items */
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.same-as-selected {
  color: #999 !important;
  border-radius: 0 !important;
}

.product-gallery {
  position: relative;
  width: 90%;
  margin: 0 auto;
} /* product gallery */
.p-s-i-m-w {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  overflow-x: auto;
  padding-top: 10px;
} /* p-s-i-m-w */
.image-slider-wrapper {
  padding-bottom: 5px;
} /* image slider wrapper */
.img-w {
  display: inline-flex;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 1px solid #fff;
  /* img-w is poster */
  /* img-w active img */
  /* img-w img */
}
@media screen and (max-width: 992px) {
  .img-w {
    width: 75px;
    height: 75px;
  }
}
.img-w:nth-child(1) {
  margin-right: 0;
}
.img-w:last-child {
  margin-left: 0;
}
.img-w.is-poster {
  align-items: center;
  justify-content: center;
}
.img-w.active img {
  opacity: 1;
  border: 1.5px solid #76b3b9;
}
.img-w img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  border-radius: 5px;
  transition: all 300ms linear;
}
.img-w img:hover {
  opacity: 0.9;
}

/* img-w */
.product-description {
  padding: 30px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  border-radius: 16px;
  margin-bottom: 30px;
  /* product description tab content */
  /* product description property */
  /* product description info shop */
}
@media only screen and (max-width: 575.98px) {
  .product-description {
    padding: 25px;
  }
}
.product-description .tab-content {
  margin-top: 35px;
}
.product-description__property p {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}
.product-description__property img {
  width: 100%;
}
.product-description .info-shop {
  /* info shop title */
  /* info shop desc p */
}
.product-description .info-shop__title {
  padding: 12px 15px;
  background: #ececec;
  border-radius: 6px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  font-weight: 400;
}
.product-description .info-shop__desc p {
  padding: 12px 15px;
  background: #f6f6f6;
  border-radius: 6px;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 10px;
}

/* product description */
.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: space-between;
  background-color: whitesmoke;
  /* not found main btn */
}
.product-comment .not-found .main-btn {
  padding: 15px 22px;
}
.product-comment #comment-form {
  display: none;
}

/* product comment */
.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 #d9d9d9;
  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: #f4f4f4;
  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: #76b3b9;
}

/* 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: #76b3b9;
}
.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: white;
  color: #76b3b9;
}
.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: #7a7a7a;
  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: #293c3d;
  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: #7a7a7a;
  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;
  height: 60px;
  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%;
}
@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 */

/*# sourceMappingURL=product-detail.css.map */
