.Product_overview {
  margin: 0% 0% 5% 0%;
}

.Product_overview .Product_overview_tabs {
  /* background: #ae9c84 0% 0% no-repeat padding-box; */
  opacity: 1;
  padding: 0px 0px 5% 0%;
}

.Product_overview .Product_overview_tabs .tab_content_holder {
  /* padding: 0px 2% 0% 2%; */
  margin-top: 2%;
}

.Product_overview .Product_overview_tabs .nav-pills .nav-link {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #75438e;
  opacity: 1;
  border-radius: 0px;
  padding: 4px 15px;
  background: #fbf3ff;
  border-radius: 4px;
  border: 1px solid #75438e;
  margin-right: 10px;
}
.Product_overview .Product_overview_tabs .nav-pills .nav-link.active {
  background: #75438e;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.Product_overview .Product_overview_tabs .tab_content_holder p {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.Product_overview .Product_overview_tabs .tabs_holder {
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

@media (min-width: 0px) and (max-width: 991px) {
  .Product_overview .Product_overview_tabs .nav-pills .nav-link {
    font-size: 15px;
  }

  .Product_overview .Product_overview_tabs .nav-pills .nav-link.active {
    font-size: 14px;
  }

  .Product_overview .Product_overview_tabs .tab_content_holder p {
    font-size: 13px;
  }
}
