	.product-detail .product-setting .bp_product_more_item:last-child .bp_lbl_product_more {
  display: none;
}
.bp_img_product {
    height: auto;
}
.product-detail .btn-contact {
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid #e41e31;
  background: linear-gradient(180deg, #fb4758 0%, #e41e31 100%);
  padding: 10px 30px;
}
.product-detail .btn-contact a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.product-detail .bp_content_product {
    display: flex;
    flex-direction: column;
    
}
.product-detail .cls_price_text {
    display: none;
}
.product-detail .bp-shopping-form  {
    display: none;
}

.bp-group-button-qv-wl {
  display: none;
}
.product-detail .bp_lbl_product_more {
  color: #333;

  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 200% */
}
.product-detail .bp_lbl_product_value {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.bp-category-name {
  display: none;
}
.product-detail .product_title {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  position: relative;
}
.product-detail .product-setting {
  margin-top: 15px;
  order: 1;
}
.product-detail .bp_cls_price {
    font-size: 24px;
    margin-top: 20px;
}
.product-detail .product_title:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0%;
  height: 3px;
  width: 40px;
  background: red;
}
.product-other .btn-contact {
  border-radius: 5px;
  border: 1px solid #e41e31;
  padding: 5px 25px;
  background: #fff;
  transition: all 0.3s linear;
}
.product-other .bp_product_more_item {
  text-align: center;
}
.product-other .btn-contact:hover {
  background: #e41e31;
}
.product-other .btn-contact:hover a {
  color: #fff;
}
.product-other .btn-contact a {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 146.667% */
}
.product-other .product-setting .bp_product_more_item:not(:last-child) {
  display: none;
}
.product-other .bp_lbl_product_more {
  display: none;
}
.product-other .product_title {
  text-align: center;
  margin: 15px 0;
}
.product-other .product_title a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-other .cls_img_product_focus img {
  height: 200px;
}
.product-other .cls_img_product_focus {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.product-other .bp_product_item .row {
  margin: 0;
}
.product-other .bp_cls_shopping_form {
    display: none;
}
.product-other .product-setting {
    display: none;
}
.product-other .cls_price_text {
    display: none;
}
.product-other .bp_cls_price {
    text-align: center;
}
.bp_pd_details_tab {
    margin-top: 30px;
  background: #fff;
  padding: 20px;
  border: 1px solid #efefef;
  border-radius: 5px;
}
.bp_btn_tabs {
  border: none !important;
  color: #333 !important;
  font-size: 20px;
  position: relative;
  padding-left: 0;
  margin: 20px 0 !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.nav-tabs {
  border: none !important;
}
.bp_btn_tabs:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0%;
  height: 3px;
  width: 40px;
  background: red;
}
#panel_details p {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.breadcrumb-item a {
  color: gray;
}
.breadcrumb-title-product {
  color: #333333 !important;
}
@media screen and (max-width:992px) {
    .bp_pd_details_tab,.bp_content_product {
        margin-top: 30px;
    }
    .product-other .product_title a {
            display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
    .product-other .bp_product_item {
        margin-bottom: 20px;
    }
    
}
@media screen and (max-width:768px) {
   .breadcrumb-item:not(:first-child):not(:last-child) {
  display: none;
}
}
@media screen and (max-width:456px) {
    .product-other .product_title {
        height: 35px;
    }
    .product-other .cls_img_product_focus img {
        height: 100px;
}
}
