        .bp_img_product {
  padding: 0;
  height: auto;
}
.bp_cls_shopping_form {
  display: none;
}
.bp-group-button-qv-wl {
  display: none;
}
.product_title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
}
.product_title a {
  line-height: 30px;
  font-weight: 700;
  color: #222732;
}
.bp_img_product img {
  border-radius: 12px;
  height: 150px;
}
.bp-product-link-details {
  display: none;
}
.bp_product_item {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e7edf3;
  box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
  background-color: #fff;
  transition: all 0.2s ease;
  margin: 0 0 11px;
  padding: 20px;
}
.bp_product_item:hover {
  border-color: #ff4605;
}
.bp_product_item .row {
  margin: 0;
}
.product-setting {
  display: flex;
  gap: 20px;
}
.bp_lbl_product_more {
  display: none;
}
.bp_lbl_product_value {
  font-size: 14px;
  font-weight: 500;
  color: #99a1b2;
  line-height: 28px;
  /*padding-right: 25px;*/
}
.product-setting .bp_product_more_item:nth-child(1) .bp_lbl_product_value {
  padding: 5px 11px;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  font-weight: 500;
  background: #ff4605;
}
.product-filter-input {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.category-search {
        padding: 10px;
    min-height: 51px;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    color: #2f3b48;
    box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
    border: 1px solid #e7edf3;
    border-radius: 10px !important;
    margin-bottom: 10px;
}
.bp_content_product {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.cls_price_text {
  display: none;
}
.product-setting-main {
  order: 1;
}
.bp_content_product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  grid-gap: 10px;
}

.product-setting-main,
.bp_cls_group_price {
  grid-column: span 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cls_product_sub,
.bp-group-button-qv-wl {
  grid-column: span 2;
}
.bp_cls_group_price {
  order: 2;
  justify-content: end;
}
.cls_price_number,
.cls_unit_price {
  font-size: 20px;
  line-height: 36px;
  font-weight: 800;
  color: #ff4605;
  text-align: right;
  white-space: nowrap;
  margin-top: auto;
  margin-bottom: 2px;
}
.cls_product_sub p:nth-child(1) {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  opacity: 0.5;
}
.cls_product_sub p:last-child {
  color: #222732;
  margin-top: 10px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
}
.cls_product_sub p span {
  color: #ff4605;
}
.bp-result-number,
.bp-result {
  display: none;
}
.bp-product-footer .bp-product-header-right-content {
  display: none !important;
}
.product-app {
  position: relative;
}
.bp-category-title {
  display: none;
}
.product-app img {
  width: 250px;
}
#dv_search {
  flex-direction: column;
  padding: 0 20px;
}
.product-app .bp_category_option li h3 {
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
  border-bottom: 1px solid #e7edf3;
  margin: 0;
  color: #8d8d8d;
  width: 100%;
  margin-bottom: 10px;
}
.bp-text-search {
  display: none;
}
.bp_category_option {
  display: block;
  padding: 0 20px;
}
.title-category {
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px;
  margin-bottom: 10px;
  background: #fbf2f2;

  color: #ff4605;
}
.title-category a {
  width: 100%;
  display: block;
  color: #ff4605;
}
.product-app {
  padding: 0;
}
.bp-select-category-search {
  padding: 10px 0;
  border: none;
  border-radius: 4px;
}
.product-list .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-list .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-list .bp-dropdown-menu .dropdown-item.active {
  background-color: #e9ecef;
}
.product-list .btn-group-sort:hover .bp-dropdown-menu {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.bp-product-header-right {
  margin-bottom: 20px;
}
#m_product.product-col .product_title a {
  font-size: 12px;
}
.bp_img_product {
  order: 0 !important;
}
#m_product.product-col .cls_product_sub {
  display: none;
}
#m_product.product-col .col-sm-12 {
  padding: 0;
}
#m_product.product-col .bp_content_product {
  display: flex;
  flex-direction: column;
  padding: 0;
  grid-gap: 0;
  background: #222732;
  color: #fff;
  padding: 19px 22px;
  border-radius: 0 0 20px 20px;
}
#m_product.product-col .bp_product_item {
  padding: 0;
  margin-bottom: 20px;
  border: none;
  box-shadow: unset;
  border-radius: 20px;
}
#m_product.product-col .bp_product_item:hover {
  border: none;
}
#m_product.product-col .bp_img_product img {
  border-radius: 20px 20px 0 0;
  height: 180px;
}
#m_product.product-col .product_title a {
  color: #fff;
  font-size: 17px;
}
#m_product.product-col .bp_cls_group_price {
  display: block;
  order: 0;
}
#m_product.product-col .bp_cls_group_price {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #343b4a;
}
#m_product.product-col .cls_price_number,
#m_product.product-col .cls_unit_price {
  color: #fff;
  line-height: unset;
  font-size: 15px;
}
#m_product.product-col .product-setting-main {
  order: 1;
}

#m_product.product-col .bp_product_item:hover .bp-one-image img {
  transform: scale(1.1);
  transition: transform 0.6s ease-in-out;
}

#m_product.product-col .bp-one-image {
  overflow: hidden;
}

#m_product.product-col .bp-one-image img {
  transition: transform 0.3s ease-in-out;
}

.phan_trang {
  margin: 30px 0;
  text-align: center;
}
.item_page_active {
  background: #ff4605;
  padding: 10px 15px;
  color: #fff;
  border-radius: 8px;
}
.item_page {
  background: #222732;
  padding: 10px 15px;
  color: #fff;
  border-radius: 8px;
}
.bp_cls_next,
.bp_cls_prev {
  background: #222732;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  margin: 0 5px;
}
.bp_cls_next:hover,
.bp_cls_prev:hover,
.item_page:hover {
  color: #fff;
}
.bp-more-lbl-vl {
  white-space: nowrap;
}
.product-col .bp_img_product,
.product-col .bp_content_product_main {
  width: 100% !important;
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  .cls_product_sub {
    display: none;
  }
  .bp_content_product {
    display: flex;
    flex-direction: column;
    padding: 0;
    grid-gap: 0;
    color: #fff;
    padding: 19px 22px;
    border-radius: 0 0 20px 20px;
  }
  .bp_img_product img {
    border-radius: 12px 12px 0 0;
    object-fit: cover;
    height: auto;
  }
  .bp_product_item {
    padding: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: unset;
    border: 1px solid #e7edf3;
    border-radius: 20px;
  }
  .bp_cls_group_price {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7edf3;
    justify-content: start;
  }
  .product-list .col-md-9 {
    padding: 0;
  }
  .product_title a {
    font-size: 17px;
    line-height: 21px;
    margin-top: 11px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
  }
  .product-setting-main {
    order: 3;
  }
  .cls_price_number,
  .cls_unit_price {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    margin-left: auto;
    color: #0f141e;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 567px) {
  .bp_img_product img,
  #m_product.product-col .bp_img_product img {
    height: auto;
  }
}

