.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;
  margin-top: 2%;
}

.Product_overview .Product_overview_tabs .nav-pills .nav-link {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  opacity: 1;
  border-radius: 0px;
  padding: 3px 13px;
  background: rgb(223, 223, 223);
  margin-right: 10px;
  border-radius: 6px;
}

.Product_overview .Product_overview_tabs .nav-pills .nav-link.active {
  background: #6b6b6b;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 15px;
  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;
  margin: 0;
}

.Product_overview .Product_overview_tabs .tabs_holder {
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: none;
}

@media (min-width: 0px) and (max-width: 991px) {
  .Product_overview .Product_overview_tabs .nav-pills .nav-link {
    font-size: 14px;
    padding: 2px 7px;
  }
  .Product_info .btn_holder .add_cart_btn .Green_btn_holder .Green_btn {
    width: 102px;
    padding: 3px;
  }
  .Product_info
    .text_holder
    .price_holder
    .save_div
    .Green_btn_holder
    .Green_btn {
    padding: 1px 9px;
    font-size: 11px;
  }

  .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;
  }
  .Product_details .overview_tab {
    margin-top: 16px;
  }
}
