        body {
    background: #Fff;
}
.bp_content_product {
        display: grid;
    gap: 50px;
    grid-template-columns: repeat(2,auto);
}
.cls_price_text,.cls_old_price_text,.bp_group_quantity,.btnAddToCart{
    display: none !important;
}
.cls_price_number,.cls_unit_price {
        font-size: 32px;
    font-weight: 700;
    color: #273044;
}
.bp_cls_old_price {
    text-align: right;
}
.cls_old_price,.bp_cls_old_price .cls_unit_price {
        font-size: 16px;
    color: #273044;
    font-weight: normal;
}
.btnAddAction {
        min-height: 60px;
    margin-bottom: 8px;
    padding: 20px 16px 19px;
    font-size: 17px;
    width: 100%;
    color: #fff;
    border-color: #fb7d33;
    cursor: pointer;
    background-color: #fb7d33;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
}

.bp_btn_tabs {
    width: 100%;
        padding: 16px 10px 20px;
    margin: 0;
    border: 0 !important;
    border-top: 3px solid #f0f4fa !important;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    background-color: #f0f4fa !important;
    text-align: center;
    color: #273044;
}
.nav-tabs .nav-link.active {
    border: none !important;
    border-top: 1px solid #fb7d33 !important;
    background-color: #fff !important;
    color: #273044;
    width: 100%;
    border-radius: 0;
}
.bp_pd_details_tab {
    width: 70%;
}
.bp_pd_v {
    border: none;
    padding: 10px 0;
}
.bp_pd_v li {
    width: 50%;
}
#add_review {
    background-color: #fb7d33;
    border: none;
}
#m_product .col-md-6 {
    width: 100%;
}
.bp_img_product,.bp_details_star_review  {
    display: none;
}
@media screen and (max-width:992px) {
    .bp_content_product {
            grid-template-columns: repeat(1,auto);
    }
    .bp_pd_details_tab {
        width: 100%;
    }
}
@media screen and (max-width:768px) {
    .product_title {
        font-size: 24px !important;
    }
}
