        .bp_pd_details_tab,.cls_price_text,.cls_old_price_text {
    display: none;
}
.cls_price_number,.cls_unit_price {
        color: #be8c4d;
    font-size: 18px;
    font-weight: 700;
}


.cls_old_price,.bp_cls_old_price .cls_unit_price {
    color: #ffbf00;
}
.product_title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
.bp_cls_group_price {
    display: flex;
    gap: 20px;
}
.bp_group_quantity {
    display: block;
    
    margin: 20px 0;
}
.bp_btn_action_cart {
}
.btnAddAction {
    margin: 0;
        color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #be8c4d;
}
.btnAddToCart {
         color: black;
    border: 1px solid #ccc;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    background-color: white;
}
.product-quantity {
    text-align: center;
}
.btnup,.btndown {
    background: white;
    padding: 5px 15px;
    border: 1px solid #ccc;
}
.product-quantity {
        padding: 5px 0;
    border: 1px solid #ccc;
}
