    .cls_price_number,.cls_unit_price {
        font-size: 26px;
    letter-spacing: 0;
    font-weight: 900;
    color: #222d35;
}
.cls_price_text {
    display: none;
}
.product_title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: #222d35;
}
.bp_cls_group_price {
    margin: 25px 0;
}
.bp_group_quantity {
        display: flex;
    align-items: center;
}
.btndown,.btnup {
    background-color: #f5f5f5;
    color: #222d35;
    transition: all .5s ease;
    padding: 5px 15px;
    border: none;
}
.product-quantity {
    background: #222d35;
    color: #ffffff;
    border: none;
    padding: 5px 10px;
    text-align: center;
}
.bp_group_quantity {
    margin: 20px 0;
}
.bp_btn_action_cart {
    display: flex;
    width: 100%;
    gap: 10px;
}
.btnAddAction,.btnAddToCart {
        background: #222d35 ;
    margin: 20px 0;
    color: #ffffff;
    transition: all .5s ease;
    font-weight: 500;
    max-width: 50%;
    width: 100%;
    text-transform: capitalize;
    min-width: auto;
    min-height: auto;
    font-size: 15px;
    padding: 10px 0;
}
.btnAddAction:hover,.btnAddToCart:hover {
    background: #1face1 ;
    border: 1px solid #1face1 ;
}
.bp_pd_store {
        background-color: #f5f5f5;
    color: #222d35;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
}
.bp_pd_details_tab {
    margin: 30px 0;
}
.bp_pd_v {
    justify-content: center;
        padding: 10px;
    border: 1px solid #e5e5e5;
}
.nav-tabs .nav-link {
    border: none;
}
.nav-tabs .nav-link.active  {
    color: #1face1;
}
.nav-tabs .nav-link.active:after {
    background: #1face1;
    width: 100%;
    left: 0;
}
.nav-tabs .nav-link:after {
    top: 100%;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: .3s ease 0s,left .3s ease 0s;
}
.bp_btn_tabs {
        padding: 12px 18px;
    font-size: 20px;
    letter-spacing: 0;
    display: inline-block;
    background: transparent;
    border: 1px solid transparent;
    transition: all .5s ease;
    min-width: auto;
    min-height: auto;
    position: relative;
        text-transform: uppercase;
    font-weight: 700;
}
.tab-content {
        padding: 25px;
    border: 1px solid #e5e5e5;
    border-top: 0;
}
.tab-content p {
        font-size: 14px;
    color: #666666;
    letter-spacing: 0.04rem;
}
.card-body {
        font-family: 'Mulish', sans-serif;
}
.progress,.progress-label-left,.progress-label-right {
    margin-top: 5px;
}
@media screen and (max-width: 768px) {
    .product_title {
        font-size: 28px;
    }
    .cls_price_number, .cls_unit_price {
        font-size: 24px;
    }
    .nav-item .bp_btn_tabs {
        font-size: 16px;
    }

}
