	.breadcrumb .breadcrumb-item:first-child,
.breadcrumb .breadcrumb-item:nth-child(2),
.breadcrumb .breadcrumb-item:nth-child(3){
    display: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: unset;
}
.breadcrumb {
    justify-content: center;
}
.bp_category_option_item {
    margin-bottom: 10px;
}
.product_title a {
    color: #121212;
    font-weight: 500;
    font-size: 18px;
}
.product_title {
    text-align: center;
    margin-top: 10px;
}
.bp_lbl_product_value  {
    display: none;
}
.text_slide  {
    display: none;
}
.breadcrumb-main .breadcrumb-item.active{
        background-color: #7FC6A4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 60px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    display: block;
}
.breadcrumb-main  {
    margin-top: -55px;
    position: relative;
    z-index: 3;
}
.bp_img_product {
    height: auto;
}
.bp_star_review,
.bp-group-button-qv-wl,
.bp-product-link-details,
.bp_lbl_product_more {
    display: none;
}
.bp-product-footer {
    display: none;
}
.bp-category-title {
    display: none;
}
.bp-result,
.bp-result-number {
    display: none;
}
.product {
    padding: 100px 0;
}
.bp_img_product img {
    border: 1px solid #d9d3d3;
    border-radius: 0;
    height: 250px;
    object-fit: cover;
}

.cls_product_sub {
    display: none;
}
.bp_pd_sub {
    display: none;
}
.bp-product-header-right-content .item {
    display: none !important;
}
.btn-group-sort #dropdownMenuLink {
    color: #333333;
}
.product .bp-dropdown-menu {
  padding: 0 !important;
  margin-top: 10px;
  padding: 10px;
  border: none;
  border-radius: 4px;
  transition: all 0.3s linear;
  right: 0;
  border-radius: 0 0 12px 12px;
  display: block;
  opacity: 0;
  visibility: hidden;
}
.product .bp-dropdown-menu a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
  color: #0f141e;
  border-bottom: 1px solid #e9eaee;
  text-decoration: none;
  padding: 20px;
}
.product .bp-dropdown-menu .dropdown-item.active {
  background-color: #e9ecef;
}
.product .btn-group-sort:hover .bp-dropdown-menu {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width:450px) {
    .bp_img_product img {
        height: 200px;
    }
}
