        .path .bp-breadcrumb-item {
    color: var(--primary-color);
    font-weight: 500;
}
.path .bp_cls_home {
    color: var(--primary-color);
}
.bp-category-name {
    width: fit-content;
    padding: 5px 15px;
    background-color: var(--third-color);
    border-radius: 20px;
    font-size: 14px;
    color: #fff !important;
    font-weight: 500;
}

.detail-product .bp_product_more_item {
    font-size: 14px;
    color: #555555;
}

.detail-product .bp_content_product > .bp_product_more_item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.bp-item-more-icon {
    color: #10b981;
}

.detail-product .bp_star_review {
    margin: 15px 0;
}

.btn-bottom .bp_lbl_product_more  {
    display: none;
}


.btn-bottom a {
    display: inline-block;
    padding: 8px 20px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 20px;
    margin: 15px 0;
    transition: all .4s;
}

.btn-bottom a:hover {
    background-color: #fff;
    color: var(--primary-color);
    transition: all .4s;
}

.detail-product .nav-tabs .nav-link {
    border-radius: 20px;
}
.detail-product .nav-tabs .nav-link.active {
    background-color: var(--primary-color);
}

#pills-tab {
    margin-bottom: 30px;
}

.detail-product .btn-primary {
    background-color: var(--primary-color);
}

.bp_title_review_product{
    color: var(--primary-color);
    text-align: center;
    margin: 15px 0 !important;
    font-size: 20px;
}

@media (max-width: 767.98px) {
    .detail-product .bp_details_image {
        height: 100%;
    }
    
    .detail-product .bp_img_product {
        margin-bottom: 20px;
    }
    
    .detail-product .nav-tabs .nav-link {
        box-shadow: none !important;
    }
}
