	.bp_img_product {
  height: auto;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.product-sidebar #dv_search {
  font-weight: 400;
  color: #888;
  font-size: 14px;
  outline: none;
  background-color: #eceff3;
}
.product-sidebar #dv_search input {
  background: transparent;
  outline: none;
  border: none;
}
.product-sidebar #dv_search input::focus-visible {
  outline: none;
}
.product-sidebar #submit_seach {
  width: 45px;
  border-radius: 0;
  height: 45px;
  background: transparent;
  border: none;
  color: #bc1010;
  border-right: 2px solid #bc1010;
}
.search-sidebar,
.category-sidebar,
.product-sub {
  margin-bottom: 27px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.bp_category_option {
  display: block;
}

.category-sidebar .title-sidebar {
  padding-left: 20px;
}
.title-sidebar h2 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.category-sidebar {
  padding: 20px 0 0 0;
}

.bp_category_option li h3 {
  margin: 0;
}
.category-sidebar .bp_category_option_item {
  padding: 15px 20px;
  transition: all 0.3s ease;
}
.category-sidebar .bp_category_option_item:hover {
  background: #e41e31;
}
.category-sidebar .bp_category_option_item.active {
  background: #e41e31;
}
.category-sidebar .bp_category_option_item.active a {
  color: #fff !important;
}
.category-sidebar .bp_category_option_item:hover a {
  color: #fff;
}
.bp_category_option_item a {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 250% */
}
.product-sidebar .product-setting,
.product-sidebar .bp-group-button-qv-wl {
  display: none;
}
.product-sub .bp_product_item {
  padding: 20px 0;
  border-bottom: 1px dashed #dedede;
}
.product-sub .bp_cls_price {
  text-align: left;
  font-size: 12px;
}
.product-sub .bp_product_item .row {
  margin: 0;
}
.product-sub a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-sub .cls_img_product_focus {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}
.product-setting .bp_product_more_item:not(:last-child) {
  display: none;
}
.bp-group-button-qv-wl {
  display: none;
}
.bp_lbl_product_more {
  display: none;
}
.bp_product_more_item {
  text-align: center;
}
.btn-contact {
  border-radius: 5px;
  border: 1px solid #e41e31;
  padding: 5px 25px;
  background: #fff;
  transition: all 0.3s linear;
}
.btn-contact:hover {
  background: #e41e31;
}
.btn-contact:hover a {
  color: #fff;
}
.btn-contact a {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 146.667% */
}

#m_product .bp_product_item .row {
  margin: 0;
}
#m_product .product_title a {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 146.667% */
}
#m_product .bp_img_product img {
  height: 200px;
}
#m_product .product_title {
  text-align: center;
  margin: 15px 0;
}
#m_product .bp_product_item {
  margin-bottom: 40px;
}
.see-more {
  text-align: center;
  margin-top: 20px;
}
.see-more a {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
.see-more a i {
  color: #e41e31;
}
@media screen and (max-width: 992px) {
  .product-sub {
    display: none;
  }
}
@media screen and (max-width: 456px) {
  #m_product .bp_img_product img {
    height: 110px;
  }
  #m_product .product_title {
    height: 40px;
  }
}

