/*  --------------------- SLIDE PRODUCT IMAGE (LEFT) (index.php) ---------------------  */

#sync1 .item {
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  margin: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px #d6d6d6 solid;
}

#sync2 .current .item {
  border: 1px #f3c527 solid;
}

.slide-productdt .owl-dots,
.slide-productdt-preview .owl-dots {
  display: none;
}
#sync1.owl-theme {
  position: relative;
  z-index: auto;
}

/*  --------------------- SLIDE PRODUCT IMAGE (RIGHT) (product_detail.php) ---------------------  */
.productdetail-detail {
  padding: 0;
}
.productdt-details .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0.5rem;
  width: 8rem;
}
.productdt-details .remain {
  font-size: 16px;
  color: #d52926;
  margin: 1.5rem 0;
}
.productdt-details .remain span {
  font-size: 22px;
  font-weight: 400;
}
.productdt-details .caption {
  font-size: 18px;
}
.productdt-details .availability {
  display: flex;
  align-items: baseline;
}
/* .productdt-details .availability  i,
.productdt-details .availability  span {
  font-size: 18px;
} */
.productdt-details .availability .instock {
  color: green;
}
.productdt-details .availability .outofstock {
  color: #c10000;
}
.productdt-details .availability .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  width: 8rem;
}
.productdt-details .price-section {
  margin: 1.5rem 0;
}
.productdt-details .price-section .price-new {
  font-size: 38px;
  color: #c10000;
  font-weight: 400;
  line-height: 1;
}
.productdt-details .price-section .price-new span {
  font-size: 30px;
}
.productdt-details .price-section .price-old {
  font-size: 20px;
  color: #9b9794;
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
}
.productdt-details .price-section .price-old span {
  font-size: 16px;
}
.productdt-details .propricefrom {
  position: relative;
  width: fit-content;
}
.productdt-details .propricefrom::after {
  position: absolute;
  bottom: 33%;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00b050;
}
.productdt-details .price-section .price-old .propricefromstd {
  text-decoration: line-through;
  margin-left: 0.5rem;
}
.productdt-details .size .select-box {
  display: flex;
  flex-wrap: wrap;
}
.productdt-details .size .select-box .box-pad{
  line-height: 1.25;
  margin-top: 0.5rem;
  text-align: center;

}
.productdt-details .size .select-box .box {
  font-size: 12px;
  color: #9b9794;
  border: 1px #d6d6d6 solid;
  width: fit-content;
  padding: 0.25rem;
  cursor: pointer;
  width: 85px;
  margin: 0.5rem 0.5rem 0 0;

}
.productdt-details .size .select-box .box-active,
.productdt-details .size .select-box .box:hover {
  color: #ffffff;
  background-color: #f3c527;
  border: 1px #f3c527 solid;
  transition: 0.3s ease-in-out;
}
.productdt-details .quantity .count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}
.productdt-details .quantity .btn {
  margin: 0;
}

.number-counting .minus,
.number-counting .plus {
  position: absolute;
  display: flex;
  cursor: pointer;
  color: #9fa0a2;
  z-index: 100;
  top: 32%;
}
.number-counting .minus {
  left: 8%;
}
.number-counting .plus {
  right: 8%;
}
.number-counting i {
  color: #9fa0a2;
  font-size: 18px;
}
.number-counting i:hover {
  color: #000000;
  transition: 0.3s ease-in-out;
}
.number-counting {
  position: relative;
  width: 7rem;
}
.number-counting input {
  width: 100%;
  text-align: center;
  border: 1px solid #d6d6d6;
  display: inline-block;
  vertical-align: middle;
}
.addtofav .btn-addfav {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px gray solid;
  display: grid;
  place-items: center;
  margin-right: 1rem;
}
.addtofav .btn-addfav img {
  width: 25px;
}
.productdt-details .benefit .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2%;
}
.productdt-details .benefit .heading .icon {
  display: flex;
  align-items: center;
}
.productdt-details .benefit .heading .icon img {
  width: 28%;
}
.productdt-details .benefit .heading .icon span {
  margin-left: 15%;
}
.product-flashsale-section {
  width: 300px;
  padding: 0.25rem 1rem;
  border: 1px #ea1d25 solid;
  border-radius: 50px;
  margin-bottom: 1.5rem;

}
.product-flashsale-section .flashsale-heading-section {
  margin: 0;
  padding: 0;
}
.product-flashsale-section .home-flashsale-text {
  display: flex;
  align-items: center;
  font-size: 14px;
      gap: 0.25rem;
}
.product-flashsale-section .flashsale-title-img {
  width: 75px;
}
.product-flashsale-section .home-flashsale-text .timebox .box {
  width: 30px;
  height: 30px;
  color: white;
  font-size: 14px;
      margin: 0;
}
/* .productdt-details .price {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  color: #9b9794;
}
.productdt-details .price-discount {
  font-size: 38px;
  color: #c10000;
  font-weight: 400;
}
.productdt-details .price-discount span {
  font-size: 30px;
  color: #c10000;
  font-weight: 400;
  margin-right: 0.25rem;
}

.productdt-details .price-from {
  font-size: 20px;
  color: #9b9794;
  text-decoration: line-through;
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
}
.productdt-details .price-from span {
  font-size: 20px;
  color: #9b9794;
} */
/*
 .productdt-details .star .icon {
  display: flex;
  }
  .productdt-details .star {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.5rem 0;
  }
.productdt-details .star .icon img {
  width: 14px;
  margin-right: 0.25rem;
}
.productdt-details .star .text {
  font-size: 20px;
  color: #206929;
  padding-left: 1%;
}
.productdt-details .star a {
  font-size: 16px;
  color: #e93b71;
  text-decoration: underline;
  padding-left: 1rem;
} 

.productdt-details .typebox {
  display: flex;
  flex-wrap: wrap;
}
.productdt-details .type {
  background-color: #e0f0e0;
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 50px;
  padding: 1.1% 2%;
  margin: 0 0.5rem 0.5rem 0;
}
.productdt-details .type .icon {
  margin-right: 0.5rem;
}
.productdt-details .type .icon img {
  width: 30px;
}
.productdt-details .type .text {
  font-size: 18px;
  color: #206929;
}
 .productdt-details .size,
.productdt-details .quantity {
  margin: 0 0 1.5rem 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
} */

.productdt-share {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.productdt-share .icon-share {
  position: relative;
  margin: 0 0.75rem 0 0;
  display: grid;
  place-items: center;
}

.productdt-share .icon-share .drop {
  width: 180px;
  height: 60px;
  position: absolute;
  top: 2rem;
  left: -5rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: white;
  border: #d6d6d6 1px solid;
  border-radius: 10px;
}
.productdt-details .star .productdt-share .icon-share a {
  padding: unset;
  text-decoration: none;
}
.productdt-share .icon-share .drop i {
  font-size: 24px;
  color: #e93b71;
}

.productdt-box .productdt-collapsible .head .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}

.productdt-details .bottom-menu {
  border-top: 1px solid #ccc;
  display: flex;
  padding-top: 1.5rem;
}
.productdt-details .bottom-menu .box {
  margin-right: 2rem;
  position: relative;
  cursor: pointer;
}
.productdt-details .bottom-menu .box a {
  color: black;
}
.productdt-details .bottom-menu .box i {
  margin-right: 0.25rem;
}

.productdt-details .bottom-menu .box .share-dropdown-box {
  position: absolute;
  top: -5px;
  right: -7rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  border-radius: 10px;
  width: 6rem;
}
.productdt-details .bottom-menu .box .drop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.productdt-box {
  display: flex;
  border-bottom: 2px #ccc solid;
}
.productdt-box .heading {
  padding: 1rem;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.productdt-box .heading::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #f3c527;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.productdt-box .heading:hover::after,
.productdt-box .heading.heading-active::after {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.productdt-content {
  padding: 0.5rem 1.25rem;
}
/*
.productdt-box .productdt-menu {
  padding: 0 0 1rem 0;
  overflow: auto;
  transition: 0.2s ease-in-out;
}

.productdt-box .productdt-menu li {
  font-size: 18px;
}
.productdt-box .productdt-collapsible {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 0.92vw;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  margin: 1rem 0;
}
.productdt-box .productdt-collapsible i {
  font-size: 16px;
}

.productdt-box .productdt-collapsible .head {
  display: flex;
  align-items: center;
  width: 100%;
}
.productdt-box .productdt-collapsible .head .icon {
  width: 30px;
  margin-right: 1rem;
}
.productdt-box .productdt-collapsible .head .icon img {
  width: 100%;
}

 .prouctdetail-introduction .inner {
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.productdt-intro-right {
  width: 50%;
}
.productdt-intro-left {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4vw;
}
.productdt-intro-left .title {
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 5%;
}
.productdt-intro-left .subtitle {
  font-size: 20px;
}
.productdt-intro-right img {
  width: 100%;
}
.productdetail-describtion {
  padding: 2% 0;
}
.productdetail-describtion .productname {
  display: flex;
  flex-direction: column;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
}
.productdetail-describtion .productname span {
  font-size: 16px;
  font-weight: 200;
}
.productdetail-describtion .productdetail {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 400;
  line-height: 2;
  margin: 0 0 1.5vw 0;
}
.productdetail-describtion .productdetail span {
  font-size: 14px;
  font-weight: 200;
}
.productdetail-describtion table {
  width: 100%;
  border: black 1px solid;
}
.productdetail-describtion table th {
  font-size: 18px;
  font-weight: 400;
  padding: 0.25rem 1.25rem;
}
.productdetail-describtion table td {
  font-size: 14px;
  padding: 0.4rem 1rem;
}
.productdetail-describtion table tr:nth-child(even) {
  background-color: #d6d6d6;
}
.productdetail-describtion table tr:nth-child(odd) {
  background-color: #f3f3f3;
}

.productdetail-describtion .img-product {
  padding: 0 0.35rem;
}
.productdetail-describtion .text {
  font-size: 16px;
  padding: 1.5vw 0 0 0;
}
.productdetail-describtion .text span {
  font-size: 18px;
  font-weight: 400;
}
.productdetail-describtion .conclude {
  display: flex;
  margin: 1.5rem 0 0 0;
}
.productdetail-describtion .conclude .box {
  display: flex;
  padding: 0 0.75vw;
  width: 127px;
}
.productdetail-describtion .conclude .box.border-right {
  border-right: black 1px solid;
}

.productdt-describe {
  font-size: 18px;
}

.BG-productdetail-nutrient {
  background-color: #f5f5f5;
}
.productdt-nutrient table,
.productdt-nutrient table td {
  width: 100%;
  border: none;
}
.productdt-nutrient .content-img {
  position: relative;
}
.productdt-nutrient .content-img .caption {
  font-size: 2.71vw;
  font-weight: 400;
  position: absolute;
  top: 20%;
  right: 15%;
  color: white;
  text-align: start;
  line-height: 1.25;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.411);
}
.productdt-nutrient .content-img .caption .text1 {
  font-size: 2.4vw;
  font-weight: 300;
  color: white;
}
.productdt-nutrient .content-img .caption .text2 {
  font-size: 1.57vw;
  font-weight: 200;
  color: white;
}
.productdt-nutrient .content-img img {
  width: 100%;
}
.productdt-nutrient-heading .nutrient {
  font-size: 32px;
  font-weight: 500;
  color: #7f7f7f;
  cursor: pointer;
  position: relative;
}
.productdt-nutrient-heading .nutrient:hover {
  color: #00b050;
  transition: 0.3s ease-in-out;
}
.productdt-nutrient-heading .nutrient::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background-color: #00b050;
  height: 4px;
  transition: all 0.3s ease-in-out;
}
.productdt-nutrient-heading .nutrient:not(.active):hover::after {
  width: 100%;
}

.productdt-nutrient-heading .nutrient-active {
  font-size: 32px;
  font-weight: 500;
  color: #00b050;
}
.productdt-nutrient-heading .nutrient-active::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  content: ".";
  color: transparent;
  background-color: #00b050;
  height: 4px;
  transition: all 0.3s ease-in-out;
}
.productdt-nutrient-heading {
  margin: 1.8vw 0;
  padding: 0 2vw;
  border-right: 1px solid #d6d6d6;
}

.productdetail-ingredient {
  padding: 2% 0;
}
.productdetail-ingredient .modal-header {
  padding: 0;
}
.productdetail-ingredient .modal-body {
  padding: 1rem 0;
}

.productdetail-ingredient .title {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 3%;
}
.slide-ingredient .item .card-img-top {
  padding: 9%;
}
.slide-ingredient .item .card-img-top img {
  border-radius: 200px;
  border: #d6d6d6 1px solid;
}
.slide-ingredient .item .card {
  background-color: #fff0;
  border: 1px solid rgb(0 0 0 / 0%);
}
.slide-ingredient .item .card-body {
  padding: 5% 0;
}
.slide-ingredient .item .card .title {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
.slide-ingredient .item .card .detail {
  font-size: 16px;
  margin: 5% 0;
  height: 6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.productdt-review .title {
  font-size: 34px;
  font-weight: 500;
  padding: 2% 0 1% 0;
}
.productdt-review .total-star {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12% 0 0;
}
.productdt-review .total-star .text {
  font-size: 40px;
  font-weight: 500;
}
.productdt-review .total-star .icon {
  display: flex;
  align-items: center;
}
.productdt-review .total-star .icon img {
  width: 23px;
  margin-left: 0.3rem;
}
.productdt-review .total-ctm {
  font-size: 16px;
  font-weight: 400;
}
.productdt-review .all-star {
  padding: 0 0 0 10%;
  border-left: 1px #dfdfdf solid;
  display: flex;
  align-items: center;
}
.productdt-review .all-star .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productdt-review .all-star .icon {
  display: flex;
  align-items: center;
}
.productdt-review .all-star .icon img {
  width: 17px;
  margin-left: 0.2rem;
}
.productdt-review .all-star .bar-box {
}
.productdt-review .all-star .bar-grey {
  background-color: #d6d6d6;
  width: 163px;
  height: 16px;
  margin: 0 4%;
  position: relative;
}
.productdt-review .all-star .bar-orange {
  background-color: #2e368f;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
}

.productdt-review .all-star .amount {
  font-size: 18px;
  color: #5d5d5d;
}
.productdt-review .btn-review-box {
  text-align: end;
}
.productdt-review .btn-review {
  font-size: 16px;
  font-weight: 400;
  border: 1px #d6d6d6 solid;
  border-radius: 3px;
  color: #5d5d5d;
  padding: 1.5% 0;
  background-color: #ffffff;
  margin-left: 0.75rem;
  width: 177px;
}
.productdt-review .btn-review:hover {
  transition: 0.3s ease-in-out;
  border: 1px #e93b71 solid;
}
.productdt-review .btn-review i {
  font-size: 16px;
  color: #e93b71;
  margin-right: 0.2rem;
}
.productdt-review .btn-review .productdt-review-question {
  padding: 1% 0 0 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #dfdfdf solid;
}
.productdt-review-question .heading {
  font-size: 18px;
  color: #5d5d5d;
  width: 7em;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.productdt-review-question .heading:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background-color: #e93b71;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
.productdt-review-question .heading:not(.active):hover::after {
  width: 100%;
}
.productdt-review-question .heading-active:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #e93b71;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  right: 0;
}

.productdt-review-question .heading-active {
  font-size: 18px;
  color: #e93b71;
  font-weight: 400;
  padding: 0 0 0.5% 0%;
  text-align: center;
  cursor: pointer;
}

.productdt-review-question .mbheading {
  font-size: 0.92vw;
  color: #5d5d5d;
  width: 7em;
  text-align: center;
  cursor: pointer;
}

.productdt-review-question .mbheading-active {
  font-size: 0.94vw;
  color: #e93b71;
  font-weight: 400;
  padding: 0 0 0.5% 0%;
  border-bottom: 4px #e93b71 solid;
  text-align: center;
  cursor: pointer;
}
.productdt-review-question i {
  color: #9b9794;
  font-size: 14px;
}
.productdt-review-question-content .contents-box {
  display: flex;
  justify-content: space-between;
  padding: 1.45vw 0;
}
.productdt-review-question-content .contents-box.border-bottom {
  border-bottom: 1px #dfdfdf solid;
}
.productdt-review-question-content .contents-box .reviewer .user {
  display: flex;
  align-items: center;
}
.productdt-review-question-content .contents-box .reviewer .user .img {
  margin: 0 1rem 0 0;
}
.productdt-review-question-content .contents-box .reviewer .user .img img {
  font-size: 63px;
  height: 63px;
  border-radius: 70px;
  object-fit: cover;
}
.productdt-review-question-content .contents-box .reviewer .user .name {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.productdt-review-question-content
  .contents-box
  .reviewer
  .user
  .name
  span
  img {
  width: 23px;
  margin-right: 0.3rem;
}
.productdt-review-question-content .contents-box .reviewer .user .name span {
  display: flex;
  align-items: center;
}

.productdt-review-question-content .contents-box .reviewer .text {
  font-size: 16px;
  color: #5d5d5d;
  padding: 1rem 0 0 0;
}

.productdt-review-question-content .contents-box .date {
  font-size: 18px;
  color: hsl(0, 0%, 36%);
}
.productdetail-customer-review .writebox {
  padding: 1rem 3rem;
}
.productdetail-customer-review .writebox .title {
  font-size: 18px;
  font-weight: 400;
}
.productdetail-customer-review .writebox label {
  font-size: 16px;
}
.productdetail-customer-review .writebox .button {
  display: flex;
  justify-content: center;
}
.productdetail-customer-review .writebox .button button {
  font-size: 20px;
  color: white;
  font-weight: 400;
  background-color: #e93b71;
  border: #e93b71 1px solid;
  border-radius: 50px;
  width: 195px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productdetail-customer-review .writebox .button button:hover {
  color: #e93b71;
  background-color: white;
  transition: 0.3s ease-in-out;
}
 */

@media (max-width: 991px) {
  .slide-productdt-preview#sync2 {
    display: none;
  }
  #sync1.owl-theme .owl-next {
    top: 43%;
    right: 0;
  }
  .productdt-details .price-section .price-new {
    font-size: 30px;
  }
  .productdt-details .price-section .price-new span {
    font-size: 26px;
  }
  .productdt-details .star {
    margin-bottom: 0.75rem;
  }
  .productdt-details .star .text,
  .productdt-details .star a {
    font-size: 18px;
  }
  .productdt-details .star .icon img {
    width: 14px;
  }

  .productdt-share .icon-share img {
    width: 29px;
  }
  .productdt-details .type {
    padding: 0.25rem 0.5rem;
  }
  .productdt-details .type .icon {
    display: flex;
  }
  .productdt-details .type .icon img {
    width: 20px;
  }
  .productdt-details .type .text {
    font-size: 14px;
  }

  .productdt-details .caption {
    font-size: 14px;
    font-weight: 200;
    margin-top: 0.75rem;
  }

  .productdt-details .price-discount {
    font-size: 30px;
  }
  .productdt-details .price-discount span {
    font-size: 24px;
  }
  .productdt-details .price-from {
    font-size: 18px;
  }
  .productdt-details .price-from span {
    font-size: 14px;
  }

  .productdt-details .size .select-box {
    margin: 0.5rem 0 0.75rem 0;
    flex-wrap: wrap;
  }
  .productdt-details .bottom-menu {
    justify-content: flex-end;
  }

  .productdt-details .bottom-menu .box {
    font-size: 13px;
    margin-right: 1rem;
  }
  .productdt-details .bottom-menu .box .drop {
    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: center;
  }
  .productdt-details .bottom-menu .box .share-dropdown-box {
    width: 8rem;
    height: 2.5rem;
    top: 1.5rem;
    right: 0;
  }
  .productdt-details .bottom-menu .box .share-dropdown-box i {
    font-size: 20px;
  }

  .productdt-details-tab .quantity {
    position: fixed;
    bottom: 76px;
    top: unset;
    background: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    border-top: 1px #dfdfdf solid;
    padding: 0 1rem;
    z-index: 2;
  }

  .productdt-details-tab .number-counting {
    width: 5rem;
  }

  .productdt-details-tab .quantity .btn.outofstock {
    font-size: 16px;
    font-weight: 500;
    color: white;
    background-color: #000000;
    width: 195px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
  }
  .productdt-details-tab .quantity .btn.outofstock:hover {
    color: white;
    background-color: #000000;
    border: 1px #000000 solid;
  }
  .productdt-details-tab .btn {
    margin-top: 0;
  }
  .productdt-details-tab .addtofav .btn-addfav {
    margin-right: 0.5rem;
  }

  .productdt-box-pad {
    padding: 1rem 0;
  }
  .productdt-box.bordertop {
    border-top: 1px #dfdfdf solid;
  }
  /*   .productdt-box .productdt-content {
    max-height: 300px;
  } */
  .productdt-details .size .title,
  .productdt-details .availability .title,
  .productdt-details .quantity .title,
  .productdt-details .benefit .heading .title,
  .productdt-box .productdt-collapsible .head .text {
    font-size: 16px;
  }

  .productdt-details .size .select-box .box,
  .productdt-details .size .select-box .box.active,
  .productdt-details .size .select-box .box:hover {
    margin-bottom: 0.25rem;
    font-size: 14px;
  }
  .productdt-details .availability .status i,
  .productdt-details .availability .status span {
    font-size: 16px;
  }
  .productdt-box .productdt-content li {
    font-size: 14px;
  }
  .productdt-box .heading {
    padding: 0.5rem;
    font-size: 16px;
  }

  .prouctdetail-introduction .inner {
    display: flex;
    flex-direction: column;
  }
  .productdt-intro-left {
    width: 100%;
    align-items: flex-start;
    padding: 1.5rem 1.5rem 3rem 1.5rem;
  }
  .productdt-intro-right {
    width: 100%;
  }
  .productdt-intro-left .title {
    font-size: 20px;
  }
  .productdt-intro-left .subtitle {
    font-size: 14px;
  }
  .productdetail-describtion {
    padding: 1.5rem 0;
  }
  .productdetail-describtion .productname {
    font-size: 19px;
    line-height: 1.5;
  }
  .productdetail-describtion .productname span {
    font-size: 14px;
  }
  .productdetail-describtion .productdetail {
    font-size: 18px;
    line-height: 1.5;
  }
  .productdetail-describtion .productdetail span {
    font-size: 16px;
  }
  .productdetail-describtion table {
    margin-bottom: 1rem;
  }
  .productdetail-describtion table th {
    font-size: 18px;
    padding: 0.25rem;
  }
  .productdetail-describtion table td {
    font-size: 14px;
    padding: 0.25rem;
  }
  .productdetail-describtion .text span,
  .productdetail-describtion .text {
    font-size: 16px;
    padding: 0.75rem 0 0 0;
  }
  .productdetail-describtion .img-product {
    text-align: center;
    margin: 1rem 0;
  }
  .productdetail-describtion .img-product img {
    width: 340px;
  }

  .productdetail-describtion .img-table {
    margin-top: 2rem;
    text-align: center;
  }
  .productdetail-describtion .img-table img {
    width: 340px;
  }
  .productdetail-describtion .conclude {
    margin: 1rem 0;
    justify-content: space-evenly;
  }

  .productdetail-describtion .conclude .box {
    align-items: center;
    width: fit-content;
    padding: 0 0.25rem;
  }
  .productdetail-describtion .conclude .box .icon {
    width: 73px;
  }
  .productdetail-describtion .conclude .box.border-right {
    border: none;
  }
  .productdt-nutrient-heading {
    margin: 1rem 0;
    padding: 0 0.5rem;
  }
  .productdt-nutrient-heading .nutrient,
  .productdt-nutrient-heading .nutrient-active {
    font-size: 14px;
  }
  .productdt-nutrient-heading .nutrient {
    font-weight: 400;
  }
  .productdt-nutrient-heading .nutrient-active {
    border-width: 1px;
  }

  .productdt-nutrient .content-img .caption {
    font-size: 18px;
    text-align: end;
    top: 8%;
    right: 4%;
  }
  .productdt-nutrient .content-img .caption .text1 {
    font-size: 16px;
  }
  .productdt-nutrient .content-img .caption .text2 {
    font-size: 14px;
  }


  .productdetail-ingredient {
    padding: 1.5rem 0;
  }
  .productdetail-ingredient .title {
    font-size: 20px;
    font-weight: 400;
  }
  .productdetail-ingredient .item .card .title {
    font-size: 18px;
    font-weight: 400;
    padding: 0;
  }
  .productdetail-ingredient .item .card-body {
    padding: 0 1rem 1rem 1rem;
  }
  .productdetail-ingredient .item .card .detail {
    font-size: 16px;
    height: 6rem;
    margin: 1rem 0;
  }
  .productdetail-ingredient .item .card-img-top {
    padding: 0.5rem 2.85rem 2rem 2.85rem;
  }

  .productdetail-customer-review {
    padding: 1rem 0 1.5rem 0;
  }
  .productdetail-customer-review .BG-grey4 {
    padding: 1rem 0;
  }
  .productdt-review .title {
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 0.5rem 0;
  }
  .productdt-review .total-star .text {
    font-size: 30px;
    margin-right: 0.5rem;
  }
  .productdt-review .total-star {
    padding: 0;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .productdt-review .total-ctm {
    font-size: 16px;
    width: 100%;
    font-weight: 300;
  }
  .flex-direction-row {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .productdt-review .total-star .icon i {
    font-size: 14px;
  }
  .productdt-review .total-star .icon {
    width: fit-content;
  }
  .productdt-review .total-star .icon img {
    width: 23px;
  }
  .productdt-review .all-star {
    padding: 0 0 0 1rem;
    border-left: none;
  }
  .productdt-review .all-star .icon img {
    width: 16px;
    margin-left: 0.2rem;
  }
  .productdt-review .all-star .amount {
    font-size: 16px;
  }
  .productdt-review .all-star .greybar-box,
  .productdt-review .all-star .bar-box {
    width: 51%;
    height: 16px;
    margin: 0 0.5rem;
  }
  .productdt-review .btn-review-box {
    text-align: center;
    display: flex;
    margin: 1rem 0;
  }
  .productdt-review .btn-review {
    font-size: 16px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .productdt-review .btn-review.nomargin {
    margin-left: 0;
  }
  .productdt-review .btn-review i {
    font-size: 16px;
  }
  .productdt-review-question {
    padding: 1rem 0 0 0;
  }
  .productdt-review-question-toggle {
    width: 18vw;
    text-align: end;
  }
  .productdetail-customer-review .writebox {
    padding: 1rem 0;
  }
  .productdt-review-question .mbheading,
  .productdt-review-question .mbheading-active {
    font-size: 18px;
  }
  .productdt-review-question .mbheading-active {
    border-bottom: 3px #21b3a0 solid;
  }
  /*   .productdt-review-question-content {
    display: none;
  } */
  .productdt-review-question-content .mbcontents .reviewer .user .name,
  .productdt-review-question-content .mbcontents .reviewer .text {
    font-size: 16px;
  }
  .productdt-review-question-content .mbcontents .date {
    font-size: 16px;
  }
  .productdt-review-question-content
    .mbcontents
    .reviewer
    .user
    .name
    span
    img {
    width: 17px;
  }
  .productdt-review-question-content .mbcontents .reviewer .user .img img {
    width: 50px;
    height: auto;
  }
  .productdt-review-question-content .contents-box {
    padding: 1rem 0;
  }
  .pagination .page-item a {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
  .productdt-review-question-content .pagination {
    margin: 0;
  }
}
