        .product  img {
  height: 200px;
  object-fit: cover;
}
.bp_content_product {
    padding: 10px 0;
}
.product_title {
    min-height: 40px;
}
.product .btnAddAction,
.product .bp_group_quantity{
  display: none;
}
.bp-product-view-link {
      display: none !important;
}
.product .bp_product_more {
    display: none;
}
.product .bp_pd_info {
    display: none;
}
.product .cls_price_text,
.product .cls_old_price_text {
  display: none;
}
.product .product_title a {
  color: black;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
.product .bp_cls_group_price {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.product .cls_old_price,
.product .bp_cls_old_price .cls_unit_price {
  opacity: 0.6;
  font-weight: normal;
  color: #f44336;
  font-size: 14px;
}
.product .bp_cls_old_price > strike {
  display: none;
}
.product .bp-cart-text {
  display: none;
}
.product .bp-icon-cart {
  display: block;
}
.product .btnAddToCart {
  color: #444444;
  font-weight: 400;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 38px;
  padding: 0;
  font-size: 12px;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  border-radius: 50px;
  opacity: 0;
}
.product .bp_product_item:hover .btnAddToCart {
  bottom: 40%;
  opacity: 1;
}
.product .bp_product_item {
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: 30px;
}
.product .card {
  box-shadow: none !important;
  border: 1px solid #e5e7f6 !important;
  border-radius: 0;
}
.product .bp_cls_price .cls_price_number {
  font-size: 14px;
}
.product .card-body {
  padding-left: 10px;
  padding-right: 10px;
}
.bp_product_item .row {
    margin: 0;
}
.bp_category_name{
        text-transform: uppercase;
    color: #222;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 40px;
}
.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;
  top: 133%;
}
.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;
}
.btn-group-sort {
    border-radius: 5px;
    border: 1px solid #E9E9E9;
    padding: 10px 20px !important;
}
.bp-product-header-right {
    margin-bottom: 20px;
}
.btn-group-sort a {
    color: #121212;
}
@media screen and (max-width:768px) {
    .product img {
        height: 160px;
    }
}
