.productdetail-detail .blank {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 6%;
}
.productdetail-detail .category {
  margin: 1rem;
  display: flex;
  align-items: center;
}

.productdetail-detail .category img {
  width: 25px;
  margin-right: 0.5rem;
}
.productdetail-detail .category .box {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 0.5rem;
  border: 1px #dddddd solid;
}
.productdetail-detail .category .box:hover,
.productdetail-detail .category .box.active {
  background: #ffc800;
  transition: 0.3s ease-in-out;
  color: black;
}
.productdetail-detail .category .title {
  width: 15%;
  font-size: 16px;
  padding: 0.5rem;
  text-align: center;
  margin-right: 0.65rem;
  font-weight: 500;
  border: 1px #dddddd solid;
  background-color: #dddddd;
}
.productdetail-detail .category .title::after {
  content: "";
}
.productdetail-detail .slide-productdt-categ {
  width: 85%;
}
.productdetail-detail .slide-productdt-categ .owl-nav {
  margin: 0;
}
.productdetail-detail .slide-productdt-categ .owl-nav button.owl-prev {
  display: none;
}
.productdetail-detail .slide-productdt-categ .owl-nav button.owl-next {
  position: absolute;
  right: -2%;
  top: 5%;
}
#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 #d9d9d9 solid;
}

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

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.owl-theme.slide-productdt .owl-dots,
.owl-theme.slide-productdt-preview .owl-dots {
  display: none;
}
#sync1.owl-theme {
  position: relative;
  z-index: auto;
}

#sync1.owl-theme .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
#sync1.owl-theme .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
}
#sync1.owl-theme .owl-prev i,
#sync1.owl-theme .owl-next i {
  font-size: 24px;
  color: #d9d9d9;
}
#sync1.owl-theme .owl-prev i:hover,
#sync1.owl-theme .owl-next i:hover {
  color: #0d578b;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0);
}

.productdt-share {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.productdt-share .icon-share {
  position: relative;
  margin: 0 0.5rem 0 0;
  border-radius: 50px;
  width: 47px;
  height: 47px;
  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: #d9d9d9 1px solid;
  border-radius: 10px;
}
.productdt-details .star .productdt-share .icon-share a {
  padding: unset;
  text-decoration: none;
}
.productdt-share .icon-share .drop i,
.journal .menu .drop i,
.journal-detail .drop i,
.journal-detail .menu .drop i {
  font-size: 24px;
  color: #0d578b;
}
.productdt-share .icon-share img {
  width: 28px;
  cursor: pointer;
}

.productdt-details {
  margin-bottom: 1rem;
}
.productdt-details .brand {
  font-size: 22px;
  color: #0d578b;
}
.productdt-details .title {
  font-size: 24px;
  font-weight: 400;
}
.productdt-details .star {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
}
.productdt-details .star .sold {
  color: #9b9794;
  margin-right: 1rem;
  font-weight: 400;
}
.productdt-details .star .sold span {
  color: #9b9794;
  font-size: 22px;
  font-weight: 400;
}
.productdt-details .star .remain {
  font-size: 16px;
  font-weight: 400;
}
.productdt-details .star .remain span {
  font-size: 22px;
  font-weight: 400;
}
.productdt-details .star .icon {
  display: flex;
}
.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: #0d578b;
  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 .caption {
  font-size: 18px;
  /*  margin-top: 4%; */
}
.productdt-details .price-section {
  padding: 1rem 0;
}
.productdt-details .price {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  color: #9b9794;
}
.productdt-details .price-discount {
  font-size: 32px;
  color: #c10000;
  font-weight: 500;
}
.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 .size,
.productdt-details .quantity {
  margin: 0 0 1rem 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.productdt-details .size .title,
.productdt-details .availability .title,
.productdt-details .quantity .title,
.productdt-details .benefit .heading .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  width: 8rem;
}
.productdt-box .productdt-collapsible .head .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
.productdt-details .size .select-box {
  display: flex;
  flex-wrap: wrap;
}
.productdt-details .size .select-box .box {
  font-size: 12px;
  color: #9b9794;
  border: 1px #9b9794 solid;
  width: fit-content;
  padding: 0.25rem;
  margin: 0.5rem 0.5rem 0 0;
  cursor: pointer;
  width: 85px;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  justify-content: space-between;
}
.productdt-details .size .select-box .box-active,
.productdt-details .size .select-box .box:hover {
  color: #ffffff;
  background-color: #0d578b;
  border: 1px #0d578b solid;
  transition: 0.3s ease-in-out;
}

.productdt-details .availability {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.5rem;
}

.productdt-details .availability .status i,
.productdt-details .availability .status span {
  font-size: 18px;
}
.productdt-details .availability .status i.outofstock,
.productdt-details .availability .status span.outofstock {
  color: #cc0000;
}

.productdt-details .quantity .count .number {
  position: relative;
  width: 7rem;
  margin-right: 4rem;
}
.productdt-details .quantity .count .number input {
  font-size: 20px;
  width: 100%;
  text-align: center;
  border: 1px solid #d9d9d9;
  display: inline-block;
  vertical-align: middle;
}
.productdt-details .shipping-content {
  display: flex;
  margin: 3rem 0 0 0;
}
.productdt-details .shipping-content .box {
  padding: 0 3%;
  display: flex;
  align-items: center;
}
.productdt-details .shipping-content .box.border-right {
  border-right: 1px #c5c5c5 solid;
}
.productdt-details .shipping-content .icon img {
  width: 40px;
  margin-right: 0.5rem;
}
.productdt-details .bottom-content {
  border-top: 1px solid #ccc;
  margin-top: 1rem;
  display: flex;
  padding: 0.75rem 0;
}
.productdt-details .bottom-content .box {
  margin-right: 2rem;
  position: relative;
  cursor: pointer;
}
.productdt-details .bottom-content .box a:hover {
  color: black;
}

.productdt-details .bottom-content .box i {
  margin-right: 0.25rem;
}
.productdt-details .bottom-content .box .drop {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.productdt-details .bottom-content .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;
}
.minus i,
.plus i {
  color: #9fa0a2;
  font-size: 14px;
}
.minus,
.plus {
  position: absolute;
  display: flex;
  cursor: pointer;
  color: #9fa0a2;
  z-index: 100;
  top: 35%;
}
.minus {
  left: 8%;
}
.plus {
  right: 8%;
}
.productdt-details .quantity .count {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.productdt-details .quantity .count .btn {
  font-size: 20px;
  color: white;
  font-weight: 400;
  border-radius: 50px;
  width: 195px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productdt-details .quantity .count .btn svg {
  margin-right: 0.5rem;
}

.productdt-details .quantity .count .btn.outofstock {
  background-color: black;
  border: #000000;
}
.productdt-details .quantity .count .btn.outofstock:hover {
  background-color: black;
  border: #000000;
  color: white;
}
.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%;
}
/* .productdt-details i {
  font-size: 14px;
  color: #0d578b;
} */
.productdt-details i:hover {
  color: #0d578b;
  transition: 0.3s ease-in-out;
}

.productdt-box .productdt-content {
  padding: 0 0 1rem 0;
  overflow: auto;
  transition: 0.2s ease-in-out;
}
/* .productdt-box .productdt-content ul {
  margin: 2% 0;
} */
.productdt-box .productdt-content 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%;
}
.productdt-box {
  display: flex;
  border-bottom: 1px #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: 4px;
  background: #0d578b;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.productdt-box .heading:hover::after,
.productdt-box .heading.heading-active::after {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.productdt-content {
  padding: 1rem 1.5rem;
}

.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: #d9d9d9;
}
.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;
}
/* .productdetail-nutrient .box {
  padding: 0  1rem;

} */
.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 #d9d9d9;
}

.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: #d9d9d9 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: #d9d9d9;
  width: 163px;
  height: 16px;
  margin: 0 4%;
  position: relative;
}
.productdt-review .all-star .bar-orange {
  background-color: #0d578b;
  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 #d9d9d9 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 #0d578b solid;
}
.productdt-review .btn-review i {
  font-size: 16px;
  color: #0d578b;
  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: #0d578b;
  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: #0d578b;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  right: 0;
}

.productdt-review-question .heading-active {
  font-size: 18px;
  color: #0d578b;
  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: #0d578b;
  font-weight: 400;
  padding: 0 0 0.5% 0%;
  border-bottom: 4px #0d578b 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: #0d578b;
  border: #0d578b 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: #0d578b;
  background-color: white;
  transition: 0.3s ease-in-out;
}

.review-pagination {
  padding: 3% 0 1% 0;
  display: flex;
  justify-content: flex-end;
}
.review-pagination .page-link {
  color: black;

  width: 40px;
  height: 40px;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.84vw;
}

@media (max-width: 991px) {
  .productdetail-detail .category {
    margin: 40px 0 0.5rem 0 !important ;
  }
  .productdetail-detail .blank {
    padding: 0 !important;
  }
  .productdetail-detail .category .title {
    width: 30%;
    font-size: 13px;
  }
  .productdetail-detail .slide-productdt-categ {
    width: 70%;
  }
  .productdetail-detail .category img {
    width: 20px;
    margin-right: 0.25rem;
  }
  .productdetail-detail .category .box {
    font-size: 13px;
  }
  .productdetail-detail .slide-productdt {
    width: 100%;
    height: auto;
  }
  .slide-productdt-preview#sync2 {
    display: none;
  }
  .owl-theme.slide-productdt .owl-dots,
  .owl-theme.slide-productdt-preview .owl-dots {
    display: block;
  }
  .owl-theme.slide-productdt .owl-dots .owl-dot.active span {
    width: 18px;
    height: 6px;
    background-color: #0d578b;
    margin: 0 3px;
  }
  .owl-theme.slide-productdt .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
  .productdt-details {
    padding: 1.5rem 0 0 0;
  }
  .productdt-details .title {
    font-size: 20px;
  }
  .productdt-details .star {
    margin: 0.5rem 0;
  }
  .productdt-details .star .text,
  .productdt-details .star a {
    font-size: 18px;
  }
  .productdt-details .star .icon img {
    width: 14px;
  }

  .productdt-share .icon-share img {
    width: 30px;
    margin-right: 0.2rem;
  }
  .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 .star .sold,
  .productdt-details .star .sold span,
  .productdt-details .star .remain span {
    font-size: 16px;
  }
  .productdt-details .caption {
    font-size: 14px;
    font-weight: 200;
    margin-top: 0;
  }
  .productdt-details .availability {
    font-size: 16px;
  }
  .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: 18px;
  }

  .productdt-details .size .select-box {
    margin: 0.5rem 0 0.75rem 0;
    flex-wrap: wrap;
  }
  .productdt-details .shipping-content {
    margin: 0;
  }
  .productdt-details .shipping-content .box {
    flex-direction: column;
    width: 33%;
    text-align: center;
  }
  .productdt-details .bottom-content {
    justify-content: center;
  }
  .productdt-details .bottom-content .box {
    font-size: 16px;
    margin-right: 1rem;
    text-align: center;
  }
  .productdt-details .shipping-content .icon img {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .productdt-details .bottom-content .box .share-dropdown-box {
    top: 2rem;
    right: -1.9rem;
  }
  .productdt-details-tab .quantity {
    position: fixed;
    bottom: 69px;
    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-share .icon-share {
    width: auto;
    height: auto;
    margin: 0;
  }
  .productdt-details-tab .quantity .count .quantity-text {
    display: none;
  }
  .productdt-details-tab .quantity .count {
    display: flex;
    align-items: center;
  }
  .productdt-details-tab .quantity .btn {
    font-size: 16px;
    font-weight: 500;
    color: white;
    background-color: #0d578b;
    width: 224px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
  }
  .productdt-details-tab .quantity .btn:hover {
    background-color: white;
    color: #0d578b;
    border: 1px #0d578b solid;
  }

  .productdt-details-tab .quantity .btn.outofstock {
    font-size: 16px;
    font-weight: 500;
    color: white;
    background-color: #000000;
    width: 224px;
    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 .quantity .count .number {
    position: relative;
    width: 15%;
    margin-right: 3%;
  }
  .productdt-details-tab .quantity .count .number input {
    width: 91px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    border: 1px solid #d9d9d9;
    display: inline-block;
    vertical-align: middle;
  }
  .productdt-details-tab .minus i,
  .productdt-details-tab .plus i {
    color: #9fa0a2;
    font-size: 16px !important;
  }
  .productdt-details-tab .minus,
  .productdt-details-tab .plus {
    position: absolute;
    display: flex;
    cursor: pointer;
    color: #9fa0a2;
    z-index: 100;
    top: 27%;
  }
  .productdt-details-tab .minus {
    left: 0.5rem;
  }
  .productdt-details-tab .plus {
    right: -3.75rem;
  }

  .productdt-box-pad {
    padding: 1rem 0;
  }
  .productdt-box.bordertop {
    border-top: 1px #dfdfdf solid;
  }

  .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;
  }
  .productdt-content {
    padding: 1rem;
    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 #0d578b 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;
  }
}
