	.pr_detail {
    padding: 70px 0;
}

.pr_detail .bp_img_product {
    height: auto;
}

.pr_detail .bp_details_image {
    padding: 15px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pr_detail .bp_details_image img {
   
    border-radius: 50%;
    border: 10px solid #ffffff;
    box-shadow: 0px 0px 6px 2px #9b9b9b;
    width: 90%;
    margin: auto;
}

.pr_detail .bp_content_product .product_title {
    font-size: 28px;
    margin-bottom: 20px;
}

.pr_detail .lien-he-gia a {
    color: #ffffff !important;
    cursor: pointer;
}

.pr_detail .lien-he-gia a:hover {
    color: var(--color1) !important;
}

.pr_detail .bp-group-button-qv-wl {
    display: none;
}

.pr_detail .bp_pd_details_tab {
    margin-top: 50px;
}

.breadcrumb li:last-child {
    display: none;
}


@media (max-width: 768px) {
    .bp_details_description {
        margin-top: 40px;
    }
}





