.Outer_Container{
    display:flex;
    border:1px solid black;
}

.flex_grow0{
    flex-grow: 0 !important;
}

.flex_grow10{
    flex-grow: 10;
}

.second-Parent{
    display:flex;
    /* margin-top: 3rem; */
    flex-direction: row;
}

.img-margin{
    margin-left: 2rem;
}

.product_img_div{
    display: flex;
    height:200px;
}

.product-with-detail{
    display: flex;
    flex-direction: column;
}

.table_details{
    width:1000px;
    margin-top: 50px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }

#navbarSupportedContent li{
    width:125px;
}
/* 
.second-Parent .menu_list{
margin-left:1rem;
} */
.sp_width {
    width: 245px;
    border-right: 1px solid lightgrey;
}
.sp_width li{
    border: 1px solid lightgrey;
}
.show_modal{
    display:flex !important;
    padding-right: 17px;
}
.modalStructure{
    display:flex;
    flex-direction: column;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00b300 !important;
}
.noAction{
    cursor:none;
    pointer-events: none;
}
.nav-link.active{
border-bottom: 3px solid #00b300;
}