.dtdtdt {
    border-bottom: 1px dotted #D3D6DB;
    margin-bottom: 5px;
    width: 95%;
    display: block;
}

.ch_val {
    white-space: nowrap;
    float: right;
    padding-left: 5px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0D1017;
}

.col_ch {
    padding: 6px 12px;
}

.datashet {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.item_tab_info .row {
    margin-right: 0;
    margin-left: 0;
}

.chr_title {
    white-space: nowrap;
    box-decoration-break: clone;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #61646B;
    width: max-content;
    padding-right: 5px;
}

.item_tab_info h4 {
    padding: 16px 12px;
}

.description_tab {
    font-family: Inter;
    font-weight: 400;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #45484F;
}

.pnav-item {
    width: 25%;
    text-align: center;
    justify-content: center;
    display: flex;
}

.prod_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: grid;
    align-content: stretch;
    justify-content: start;
    height: 100%;
}

#prodImage {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 480px;
    height: 480px;
    padding: 15px;
    border: 1px solid #F2F3F5;
    border-radius: 15px;
}

#prodDescription {
    min-height: 350px;
    margin-left: 15px;
}

#prodDescription h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 38px;
    letter-spacing: 0%;
    vertical-align: middle;

}

#prodDescription p {
max-height: 150px;
    min-height: 150px;
    overflow: hidden;
}

#prodDescription .sub_title {
    display: flex;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: bottom;
}


.p_cat_name {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #0D1017;
}

.p_title_hide {
    display: none !important;
}