        .bp_img_product {
  height: auto;
  padding: 0;
}
.bp_content_product_main {
  padding: 0;
}
.bp_img_category_option {
    display: none;
}
.product-setting .bp_product_more_item {
  display: none;
}
.product-setting .bp_product_more_item:nth-child(2),
.product-setting .bp_product_more_item:last-child {
  display: block;
}
.product-setting .bp_product_more_item:nth-child(2) .bp_lbl_product_value {
  color: #666;

  font-size: 14px;
  font-weight: 400;
}
.product-setting .bp_product_more_item:last-child .button-contact {
  border: none;
  background: transparent;
  margin-top: 10px;
}
.product-setting .bp_product_more_item:last-child .button-contact a {
  color: #D83538;
font-size: 17px;
font-weight: 700;
line-height: 24px; /* 141.176% */
}
.bp_lbl_product_more {
  display: none;
}
.bp-group-button-qv-wl {
  display: none;
}
.bp_category_option {
    display: block;
}
.bp-product-link-details {
  display: none;
}
.bp_content_product {
  margin-top: 10px;
}
.bp_img_product img {
  height: 150px;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
}
.bp_product_item {
  margin-bottom: 20px;
}
.category-poster {
  margin-top: 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(184, 184, 184, 0.25);
}
.category-poster .bp_category_option_item {
  transition: all 0.2s ease-in-out 0s;
  padding: 10px 20px;
}

.bp_category_option_item.active a {
  color: #D83538 !important;
}
.category-poster .bp_category_option_item:hover a,
.bp_category_option_item.active a {
  color: #D83538;
}


.category-poster .bp_category_option_item:hover .bp_name_category_option:before,
.bp_category_option_item.active .bp_name_category_option:before {
  color: #fff;
}
.category-title {
  background: #252F49;
  padding: 10px 20px;
  border-radius: 4px 4px 0 0;
}
.bp_category_option li a {
       padding-bottom: 5px;
    border-bottom: 1px solid #EEEEEE;
    display: block;
}
.category-title h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.category-title h2:before {
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
  color: #fff;
}
.search-sidebar {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}
.search-sidebar input::placeholder {
  color: #888;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
}
.search-sidebar input {
  border: none;
  padding: 0;
  background: #F0F0F0;
}
.search-sidebar input:focus-visible {
  border: none;
  outline: none;
}
.search-sidebar input:focus {
  border: none;
  box-shadow: none;
}
.search-sidebar #dv_search {
  border-radius: 5px;
  border: 1px solid #FFF;
  background: #F0F0F0;
  padding: 4px 10px;
  display: flex;
  align-items: center;
}
#livesearch_97437 {
  display: none;
}
.lbl_sort_text {
  display: none !important;
}
.search-sidebar #submit_seach {
  border: none;
  background-color: transparent;
  color: #c3c3c3;
  font-size: 18px;
}
.search-title {
  margin-bottom: 10px;
}
.btn-group-sort {
    border-radius: 5px;
border: 1px solid #E9E9E9;
}
.search-title h2 {
  color: #333;
  font-size: 15px;
  font-weight: 400;
}
.bp-product-footer {
  display: none;
}
.item {
  display: none !important;
}
.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;
}
.bp-product-header-right {
  margin-bottom: 20px;
}
.phan_trang {
  margin: 30px 0;
  text-align: left;
}
.item_page_active {
  background: #D83538;
  padding: 10px 15px;
  color: #fff;
  border-radius: 8px;
}
.item_page {
  background: #F8F8F8;
  padding: 10px 15px;
  color: #333;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
}
.bp_cls_next,
.bp_cls_prev {
  background: #F8F8F8;
  padding: 10px;
  color: #333;
  border-radius: 8px;
  margin: 0 5px;
}
.bp_cls_next:hover,
.bp_cls_prev:hover,
.item_page:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
    .product .product_title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}


@media screen and (max-width: 456px) {
    .product .bp_product_item {
        padding: 10px;
    }
    .bp_img_product img {
    height: 120px;
}
.product .product_title {
    font-size: 14px;
}
}
