.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: #000;
    opacity: 1;
    border-radius: 0px;
    padding: 8px 20px;
       background: #3a3d9b30;
    margin-right: 10px;
    border-radius: 2px;
}

.Product_overview .Product_overview_tabs .nav-pills .nav-link.active {
    background: #3a3d9b;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.Product_overview .Product_overview_tabs .tab_content_holder p {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  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;
    padding: 8px 17px;
  }

  .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;
  }
}