        .product-detail .btn-contact,
.product-detail .bp-download-file {
    display: block;
    border: 1px solid gray;
    background-image: -webkit-linear-gradient(left, #ca3024, #5f0202) !important;
    border-radius: 6px;
    color: white;
    font-weight: 700;
    width: 200px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    font-size: 12px;
}

.product-detail .btn-contact:before,
.product-detail .bp-download-file:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: black;
}
.product-detail .more-btn:before {
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: width 0.25s linear;
}
.product-detail .more-btn:hover:before {
    width: 100%;
}
.product-detail .bp_lbl_product_value {
    font-weight: 600;
}
.product-detail .bp_star_review {
    display: none;
}
.product-detail .bp-group-button-qv-wl {
    display: none;
}
.button-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
.button-contact .bp_lbl_product_more {
    display: none;
}
.button-contact .bp-item-more-icon {
    display: none;
}
.product-detail .tp-title {
    display: none;
}
.product-detail .bp-category-name {
    display: none;
}
.product-detail .bp_content_product {
    display: flex;
    flex-direction: column;
}
.product-detail .tp-body {
    order: -1;
    padding-bottom: 20px;
    border-bottom: 1px dotted;
    margin-bottom: 20px;
}
.product-detail .bp_pd_v {
    justify-content: center;
    position: relative;
}
.product-detail .nav-tabs .nav-link {
    border-radius: 0;
    color: #222;
    font-weight: 600;
    position: relative;
    background-color: #fff;
    padding: 0 50px;
    font-size: 15px;
    line-height: 50px;
    border: 1px solid #d3ced2 !important;
    box-shadow: none !important;
}
.product-detail .nav-tabs .nav-link::after {
    content: unset;
}
.product-detail .nav-tabs .nav-link.active {
    background-color: #c20b0b;
    color: #fff;
}
.product-detail .tab-content {
    box-shadow: none;
}
.product-detail ul.bp_pd_v:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 24px;
    z-index: -1;
    background-color: #e2e2e2;
    border: none;
    top: auto;
}
.product-other .bp_content_product > *:not(h3) {
    display: none;
}
.product-other .module-content-top {
    text-align: center;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.product-other .bp_content_product {
    box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
    background-color: #fff;
    padding: 24px 0 22px;
}
.product-other .tp-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 7px;
    font-weight: 700;
    text-align: center;
}
.product-other img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.breadcrumb-main h2{
    font-size: 22px;
}
