        .bp_product_list img {
    width: 100%;
    object-fit: cover;
}
.bp-product-footer {
    display: none;
}
.bp_product_item {
    margin: 0;
    margin-bottom: 30px;
}
.bp_product_list .bp-group-button-qv-wl {
    display: none;
}
.bp_star_review {
    display: none;
}
.bp_content_product {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.button-contact .bp_lbl_product_more  {
    display: none;
}
.bp_product_list .bp_lbl_product_value  {
    font-weight: 600;
}
.bp_product_list .bp-more-lbl-vl {
    font-size: 13px;
}
.bp_product_list .btn-contact {
    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;
}

.bp_product_list .btn-contact:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: black;
}
.bp_product_list .more-btn:before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 0.25s linear;
}
.bp_product_list .more-btn:hover:before {
  width: 100%;
}
.bp_product_list .tp-col__image {
    padding-left: 0;
}
.bp_product_list .tp-title{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-left: 0;
    border-bottom: 1px solid #D10000C4;
    margin-bottom: 30px;
}
.bp_product_list .tp-title a {
    
    color: #DE0000;
}
.bp_li_tabs {
        flex: 1 1 auto;
}
.product-list .nav-tabs .nav-link {
    border-radius: 0;
    background: transparent;
    width: 100%;
    color: #333;
    box-shadow: none;
}
.product-list .nav-tabs{
        font-size: 15px;
    font-weight: 500;
    background-color: #f1f1f1;
}
.product-list .nav-tabs .nav-link.active {
    background-color: #B31313;
    color: #fff;
}

.product-list .nav-tabs .nav-link.active::after {
    width: 100%;
    background: #B31313;
}
