.tabs-contents .product_tab_main{
  margin-top:20px;
}
.tabs-contents .product_tab_main .productdetails_title{
  display: flex;
    column-gap: 24px;
}
.tabs-contents .product_tab_main .pdp_tab_container_title{
  font-weight: 600;
  padding-bottom: 6px;
  cursor: pointer;
  border-bottom: 2px solid;
}
.tabs-contents .pdp_tab_detils_cover{
      margin-top: 20px;
}
.pdp_tab_detils:not(.active_tabify){
  display:none;
}
