 .productdetailspage .prodDiscontinuedTxt {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.filter-panel {
    padding-bottom: 10px;
}

.catalogLanding .pharma-table-striped > tbody > tr:first-child {
    background-color: #f9f9f9 !important;
}

input[type=button].true-buttonDisable {
    background: #CCC;
    color: #555;
    cursor: not-allowed;
}

input[type=text].true-textDisable {
    background: #EEE;
    cursor: not-allowed;
}

.na-add-all-item {
    padding-top: 9px;
    padding-bottom: 9px;
}

.na-d-inline-flex {
    display: inline-flex;
}

.na-align-items-center {
    align-items: center;
}

.na-justify-content-center {
    justify-content: center;
}

.na-add-to-cart {
    margin-bottom: 15px;
}

.na-add-to-cart label {
    margin-bottom: 0;
    margin-right: 5px;
}

.na-ml-20 {
    margin-left: 20px;
}

#naselectAllProductCheckboxCol {
    padding: 6px 0px 6px 45px;
}

.star-Kit {
   color: #008080; /* Make it teal */
   font-size: 100%; /* Make it twice as large */
}

.star-catalog-Kit {	
   color: #008080; /* Make it teal */
   font-size: 200%; /* Make it twice as large */
   float:left; 
}
.teal-star:before {
  content: '\2605';
}

.white-star:before {
  content: '\2605';
  color: #ccc;
}

.star-order-detail-Kit {
   color: #008080; /* Make it teal */
   font-size: 150%; /* Make it twice as large */
   float:right;
}
/* productDetails */
.shadow-box{
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 3px 11px 0 rgba(0, 0, 0, 0.19);
}
.whitebg {
    background: #fff;
}
.marginWidgets{
    margin-top: 20px;
}
#productImageDetails.marginBottonWidgets{
    margin-bottom: 20px;
}
.marginBottonWidgets{
    margin-bottom: 20px;
}
.widget-title  {
    font-size: 25px;
    padding: 7px 0px 5px 25px;
}
.collum-container{
    display: flex;
    flex-direction: column;
}
.row-container{
    display: flex;
    flex-direction: row;
}
.justify-center {
    justify-content:center
}
.align-self-center{
    align-self: center;
}
.catalogLanding .row-container .no-marging{
    margin: 0px;
}
.no-padding{
    padding: 0px;
}
.table-padding>table>tbody>tr>td {
    padding: 0px;
}
.table-padding > table > tbody > tr > td.container-space {
    padding-bottom: 10px;
    padding-top: 10px;
}
.table-padding > table > tbody > tr > td.container-space-full {
    padding: 10px;
}
.default-text-size{
    font-size: 10pt;
    text-align: left;
}
.nowarp-text{
    white-space: nowrap;
    overflow: hidden;
}
.default-date-size{
    font-size: 7.5pt;
    text-align: left;
    min-width: 11.5rem;
}
.backorder{
    font-size: 10pt;
    color: red;
    font-weight: bold;
}
.item-description{
    font-size: 11.5pt;
    color: #0a8caa;
    font-weight: bold;
    letter-spacing: 1px;
}
.item-overflow{
    /* max-width: 150px; */
    word-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
}
.base-material-number-description{
    font-size: 10pt;
    color: #828282;
    font-weight: bold;
}
.summary-description{
    font-size: 7.5pt;
}
.unit-measure-price-description{
    font-size: 10pt;
    color: #828282;
    font-weight: normal;
}
.default-data-size{
    font-size: 12px;
}
.default-anticipated-backorder-size{
    font-size: 14px;
}
.space-between{
    justify-content: space-between;
}
.justify-content-end{
    justify-content: end;
}
.productdetailspage  .quantity-size{
    width: 35px;
    height: 36px;
    float: right;
}
@media (max-width: 767px) {
    .base-material-number-description{
        font-size: 9pt;
        color: #828282;
        font-weight: bold;
    }
    .summary-description{
        font-size: 6.5pt;
    }
    .unit-measure-price-description{
        font-size: 9pt;
        color: #828282;
        font-weight: normal;
    }
    .default-data-size{
        font-size: 11px;
    }
    .default-anticipated-backorder-size{
        font-size: 13px;
    }
    .default-text-size{
        font-size: 9pt;
        text-align: left;
    }
    .default-date-size{
        font-size: 6.5pt;
        text-align: left;
        min-width: 12rem;
    }
    .item-description{
        font-size: 10.5pt;
        color: #0a8caa;
        font-weight: bold;
        letter-spacing: 1px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .base-material-number-description{
        font-size: 9.5pt;
        color: #828282;
        font-weight: bold;
    }
    .summary-description{
        font-size: 7pt;
    }
    .unit-measure-price-description{
        font-size: 9.5pt;
        color: #828282;
        font-weight: normal;
    }
    .default-data-size{
        font-size: 11.5px;
    }
    .default-anticipated-backorder-size{
        font-size: 13.5px;
    }
    .default-text-size{
        font-size: 9.5pt;
        text-align: left;
    }
    .default-date-size{
        font-size: 7pt;
        text-align: left;
        min-width: 12rem;
    }
    .item-description{
        font-size: 11pt;
        color: #0a8caa;
        font-weight: bold;
        letter-spacing: 1px;
    }
}
/* productDetails */