.product-tabs {
  border-bottom: 1px solid #E7E9D3;
}
.product-tabs > .nav-item {
  cursor: pointer;
  background-color: #E7E9D3;
  border-radius: 8px 8px 0px 0px;
  color: #515717;
  transition: all 0.3s;
}
.product-tabs > .nav-item p {
  font-weight: 600;
}
.product-tabs > .nav-item.active {
  background-color: #889327;
}
.product-tabs > .nav-item.active p {
  color: #FCFCFC;
  font-weight: 600;
}

.tbody-products {
  border-top: 2px solid #889327;
  border-bottom: 2px solid #889327;
}
.tbody-products .table-product-line:first-child th {
  padding-top: 0.5rem;
}

.table-product-line:not(:last-child) {
  border-bottom: 1px solid #E7E9D3;
}

.tab-content:not(:first-of-type) {
  display: none;
}