        .bp_content_product {
    text-align: left;
}
#quantity, .bp_pd_info {
    display: inline-block;
}
.product_title {
    font-size: 18px;
    margin: 0 0 18px;
    text-align: left;
    line-height: 25px;
    padding-bottom: 15px;
    letter-spacing: normal;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
}
.cls_unit_price,.cls_price_number {
    font-size: 28px;
    color: #fe0100;
    font-weight: bold;
}
#shopping_form {
    margin: 20px 0;
}
.btndown{
        background-color: #e5e5e5;
    border: 1px #eaeaea solid;
    border-right: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    color: #000000;
    font-size: 14px;
    padding: 12px 14px 9px 16px;
    line-height: 18px;
    display: inline-block;
    border-radius: 0px;
    height: 40px;
    cursor: pointer;
}
.btnup  {
        background-color: #e5e5e5;
    border: 1px #eaeaea solid;
    border-left: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    color: #000000;
    font-size: 14px;
    padding: 12px 14px 9px 16px;
    line-height: 18px;
    display: inline-block;
    height: 40px;
    cursor: pointer;
}
.product-quantity {
    border: 1px solid #e0e0e0;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    text-align: center;
    width: 65px;
    margin: 0px 10px;
}
.bp_group_quantity {
    display: block;
    margin: 20px 0;
}
.btnAddAction {
    margin-left: 0;
}
.btnAddToCart {
        padding: 7px 22px;
    font-size: 12px;
    text-transform: uppercase;
    background: #ff7474;
    color: #fff;
}
.bp_pd_color {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}
.btnAddAction {
         padding: 7px 22px;
    font-size: 12px;
    text-transform: uppercase;
    background: black;
    color: #fff;
}
.nav-tabs .nav-link {
    margin-right: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    border: 1px solid #eee;
    border-radius: 0px;
    padding: 8px 28px;
    letter-spacing: 1px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.nav-tabs .nav-link.active {
        background: #f23534;
    border: 1px solid #f23534;
    color: #fff;
}
.bp_pd_details_tab {
    margin-top: 40px;
}
.breadcrumb {
    margin: 0;
    text-transform: uppercase;
}
.bp_tag_item {
        padding-right: 10px;
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    color: gray;
    font-weight: 400;
}
.tab-pane p {
    margin-top: 10px;
}
.slide__home .cls_unit_price,.slide__home .cls_price_number {
    font-size: 18px;
}
