        
.bp_group_quantity {
    display: flex;
    padding: 20px 0;
}
.btnAddToCart {
    background-color: #a4bebf;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding: 11px 40px;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 25px;
}
.btnAddAction {
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding: 11px 40px;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 25px;
    margin: 0;
}
.product_title {
        margin: 0 0 15px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    line-height: 32px;
    clear: none;
    padding-right: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}
.cls_price_number,.cls_unit_price {
        font-weight: 600;
    color: #000000;
    font-size: 22px;
}
.bp_pd_info {
    display: none;
}
.cls_product_sub {
        color: #777777;
    font-size: 13px;
    margin: 15px 0;
}
.btndown,.btnup {
    padding: 5px 15px;
    background: transparent;
    border: 1px solid #ccc;
}
.product-quantity {
    margin: 0;
    padding: 4px;
    text-align: center;
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
}
.description__detail {
    padding: 30px 0;
}
.description__detail h2 {
        font-size: 17px;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.description__detail h5 {
        color: #000000;
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.3333333333;
}
.description__detail p {
        line-height: 24px;
    color: #777777;
    margin-bottom: 20px;
    font-size: 13px;
}
.description__detail ul {
    margin: 0 0 24px 15px;
    list-style-type: circle;
}
.description__detail ul li, ol li {
    line-height: 2rem;
}
ol {
    padding: 0;
     margin: 0 0 24px 15px;
}
.nav-tabs .nav-link.active {
        color: #a4bebf;
    padding: 10px 44px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    position: relative;
    border: 0;
    
    background-color: transparent;
}
.bp_pd_v {
    justify-content: center;
}
.bp_pd_details_tab .nav-item:first-child {
    position: relative;
}
.bp_pd_details_tab ul.nav-tabs li:before {
    content: "";
    border-right: 1px solid #ddd;
    position: absolute;
    right: 0px;
    top: 12px;
    height: 20px;
}
.nav-tabs .nav-link {
        padding: 10px 44px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    position: relative;
    border: 0;
}
.progress {
    margin: 2px;
}

