	
.bp_img_product {
  height: auto;
}
.bp-btn-product-preview {
  display: block;
}
.cls_product_sub {
  display: none;
}
.bp-product-footer {
  display: none;
}
.product-list .product_title {
  font-size: 13px;
  text-align: center;
  font-weight: 400;
}
.product-list .product_title a {
  color: #222222;
}
.product-list .product-quantity {
  display: none;
}
.product-list .bp-product-link-details {
  display: none;
}
.product-list .bp_cls_group_price {
  justify-content: center;
  gap: 20px;
}
.product-list .bp-btn-product-preview {
  display: block;
}
.product-list .bp_product_item {
    margin-bottom: 20px;
}
.product-list .bp_product_item:hover .bp-upper-image {
  opacity: 1;
}
.product-list .bp_cls_shopping_form {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.7s ease;
  opacity: 0;
  z-index: 3;
}
.product-list .bp_product_item:hover .bp_cls_shopping_form {
  top: 50%;
  opacity: 1;
}
.product-list .bp-change-image:before {
  content: "";
  position: absolute;
  opacity: 0;
  background: #b7b7b769;
  top: 0;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.product-list .bp_product_item:hover .bp-change-image:before {
  opacity: 1;
}
.product-list .bp_btn_action_cart {
  display: flex;
  gap: 10px;
}
.product-list .bp_btn_action_cart button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0;
  padding: 0;
}
.product-list .btnAddToCart {
  order: 1;
}
.product-list .bp-group-button-qv-wl {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  z-index: 2;
}
.product-list .cls_img_product_focus {
  position: relative;
}
.product-list .bp-change-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-list .bp-cart-text {
  display: none;
}
.product-list .bp-icon-cart {
  display: block;
}
.product-list .bp_group_quantity {
  display: none;
}
.product-list .bp_cls_group_price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 20px;
  font-size: 13px;
}
.cls_price_text,
.cls_old_price_text {
  display: none;
}
.cls_old_price,
.cls_unit_price {
  color: #aaa;
  font-weight: 400;
}
.bp_cls_price .cls_price_number,
.bp_cls_price .cls_unit_price {
  color: #ec1d25;
  font-weight: 500;
}
.bp_discount_percent {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  padding: 3px 8px;
  min-width: 44px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 17px;
  background-color: #f52c2c;
  color: #fff;
  box-shadow: 1px 1px 1px #0000001a;
  border-radius: 2px;
}
.bp_img_category_option {
  display: none;
}
.bp_title_search {
    display: none;
}
.bp-category-title {
    display: none;
}
.filter-grid {
    display: flex;
    align-items: center;
    gap: 15px;
}
.filter-grid .sidebar-title h3 {
    margin: 0;
}
.bp-product-view-link b {
    color: #cccccc;
}
.bp-product-view-link b.active {
    color: #121212;
}
.bp-product-view-link {
    border: 1px solid #cccccc;
    padding: 2px;
    margin-right: 5px;
}
.lbl_sort_text {
    display: none !important;
}
.filter-layout,
.bp-product-header {
    margin-bottom: 30px;
}
.swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.6;
}
.breadcrumb .breadcrumb-item:nth-child(2) {
    display: none;
}
.banner-product {
    position: relative;
}
.breadcrumb-main  {
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.breadcrumb-title h3 {
    font-size: 72px;
    font-weight: 600;
    line-height: 100px;
    color: #fff;
    margin-bottom: 10px;
}
.breadcrumb {
    justify-content: center;
}
.breadcrumb-item {
    font-size: 13px;
}
.breadcrumb-item a {
    color: #fff;
}
.breadcrumb-item.active {
    color: #a1a1a2;
}
#dropdownMenuLink{
        font-size: 15px;
    font-weight: 500;
    color: #858585;
}
