.Custom_Product_Overview {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 7px;
    padding: 10px;
    height: 100%;
}

.Custom_Product_Overview .title_div {
    border: 1px solid #ccc;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 6px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.Custom_Product_Overview .specification_div {
    height: 130px;
    overflow: auto;
    scrollbar-width: none;
}

.Custom_Product_Overview .bottom_btn_div {
    display: flex;
    justify-content: space-between;
}

.Custom_Product_Overview .bottom_btn_div .White_Btn {
    width: 35%;
}

.Custom_Product_Overview .bottom_btn_div .Dark_Blue_Btn {
    width: 60%;
}

.Custom_Product_Overview .title_div .inner_text {
    color: #343434;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: normal;
}

.Custom_Product_Overview .bill_container {
    width: 100%;
    font-size: 14px;
}


.Custom_Product_Overview .bill_container .bill_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.Custom_Product_Overview .bill_container .bill_row .label {
    font-weight: 500;
    color: #343434;
    font-size: 13px;
    margin-bottom: 0px;
    width: 33%;
}

.Custom_Product_Overview .bill_container .bill_row .value {
    color: #343434;
    font-size: 13px;
    font-weight: 500;
    width: 33%;
    font-family: 'Roboto Slab';
}

.Custom_Product_Overview .bill_container .bill_row .price {
    text-align: right;
}


@media (min-width:0px) and (max-width:991px) {
    .Custom_Product_Overview .specification_div {
        height: unset;
        margin-bottom: 13px;
    }
}