.product-row-commit .icon-box-text p {
  margin: 0;
  color: #000;
  font-size: 18px;
}
.product-row-feature .col {
  padding-bottom: 0;
}
.certificate-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.certificate-gallery img {
  max-width: calc(33% - 10px);
  flex-basis: calc(33% - 10px);
  padding: 6px;
  background: var(--bg-hover);
  border-radius: 15px;
}
.product-section .tab-title p {
  width: max-content;
  background: var(--bg-hover);
  padding: 8px 60px 8px 25px;
  color: var(--second);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 30px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2;
}

.product-section {
  margin-top: 30px;
  border: 1px solid #ececec;
  border-radius: 15px;
}

.product-section:first-child {
  margin-top: 0;
}

.product-section .entry-content {
  padding: 1rem;
}
.product-feature-information {
  font-size: 13px;
}
.product-section {
  background: #fff;
}
.product-feature-information .product-ratting {
  min-width: 115px;
}

.product-feature-information .star-rating {
  margin: 0;
}
.product-feature-information a {
  color: var(--primary);
  font-weight: 500;
}
.tab-section {
  background: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  margin-bottom: 30px;
}
h2.tab-title {
  /* border: 1px solid #bbddfd; */
  /* background-color: #f1f8fe; */
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  font-size: 20px;
}
.list-specifi,
.list-specifi ul {
  list-style: none;
  margin-bottom: 0 !important;
}
.list-specifi li {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  display: block;
  overflow: hidden;
}
.list-specifi > li,
.list-specifi ul > li {
  display: flex;
  border-bottom: 1px solid #eaecf0;
  padding: 12px;
  gap: 10px;
}
.list-specifi ul > li .label,
.list-specifi > li .label {
  min-width: 39%;
  max-width: 39%;
  flex-basis: 39%;
}
.list-specifi p:last-child {
  margin-top: 1rem;
}
.product-videos iframe {
  height: 555px;
  border-radius: 1rem;
  overflow: hidden;
  border: none;
}
.product-videos {
  padding: 2rem;
  border-radius: 1rem;
  overflow: hidden;
  border: none;
}
