        .bp_img_product {
  height: auto;
}
.cls_product_sub {
  display: none;
}
.bp-category-title {
  display: none;
}
.bp-category-title {
  display: none;
}
.bp-product-header-left {
  display: none !important;
}
.bp-product-header {
  justify-content: end;
}
.bp_content_product_main {
  order: 1 !important;
}
.bp-product-link-details {
  display: none;
}
.bp-product-footer {
  display: none;
}
.sidebar-image {
    display: flex;
    gap: 10px;
}
.product #m_product .product-setting .bp_product_more_item:nth-child(4),
.product #m_product .product-setting .bp_product_more_item:nth-child(5) {
  display: none;
}
.product #m_product .product-setting {
  justify-content: space-between;
}
.product #m_product .bp_lbl_product_value {
  text-transform: capitalize;
}
.product #m_product .product-brand {
  display: none;
}

.product .product-row .product-setting {
  border: none;
  gap: 20px;
}
.product .product-row .bp_product_more_item:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid #ddd;
}
.product .product-row .bp_lbl_product_more {
  text-transform: uppercase;
  display: block;
  color: #888;
  font-size: 10px;
}
.product .product-row .bp_lbl_product_value {
  text-transform: capitalize;
  font-weight: 700;
  color: #232628;
  font-size: 14px;
}
.product .product-row .product_title {
  margin: 0;
}
.product .product-row .bp_content_product {
  gap: 20px;
}
.product .product-row .product_title a {
  margin-top: 0;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}
.product .product-row .sidebar-image img {
  max-height: 25px;
}
.product .product-row .bp_product_item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.product .product-row .product-brand {
  order: 1;
}
.product .product-row .product-brand .bp_lbl_product_more {
  display: none;
}
.product .product-row .product-brand .bp_product_more_item {
  border: none;
}
.product .product-row .product-brand {
  display: flex !important;
  justify-content: space-between;
}
.product .product-row .product-setting .bp_product_more_item:nth-child(4),
.product .product-row .product-setting .bp_product_more_item:nth-child(5) {
  display: block !important;
}
.product .product-row .bp_cls_group_price {
  top: 0;
}
.sidebar-title h3 {
  padding: 26px 22px 21px 24px;
  background-color: #232628;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.category-sidebar {
  margin-top: 20px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
}
.bp_category_option {
  display: block;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.bp_name_category_option {
  margin: 0;
}
.search-sidebar {
    margin-top: 20px;
}
.bp_category_option_item {
  border-bottom: 1px solid #eceff4;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.bp_category_option li a {
  color: black;
}
.bp_frm_search_product #dv_search {
  flex-direction: column;
  padding: 20px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
}
.bp-text-search {
  width: 100% !important;
  box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
  border: 1px solid #e7edf3;
  border-radius: 10px !important;
  padding: 15px;
}
.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-select-category-search {
  margin-top: 10px;
  padding: 15px 5px;
  border: 1px solid #e7edf3;
  border-radius: 4px !important;
  color: #2f3b48;
}
.bp_frm_search_product .bp_search_icon {
  display: none;
}
.bp_text_search {
  display: block;
}
.search .bp_text_search {
    display: none;
}
.bp_frm_search_product #submit_seach {
  margin-top: 20px;
  background: #6c98e1;
  border-radius: 4px;
  border: none;
  padding: 15px 25px;
  width: 100%;
}
.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;
}
.bp-product-view-link {
    color: black;
}
.bp_block_item .row {
    margin: 0;
}
.sidebar .news_title {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}
.sidebar .news_title a {
    color: #232628;
}
.sidebar .cls_img_hot_news img {
    height: 70px;
    /*object-fit: cover;*/
}
.sidebar .cls_img_hot_news {
    padding-left: 0;
}
.blog-sidebar {
    margin-top: 20px;
}
.bp_news_info {
    display: none;
}
.bp-news-button-action {
    display: none;
}
.btn-group-sort #dropdownMenuLink {
    color: #333333;
}
.phan_trang {
  margin: 30px 0;
  text-align: center;
}
.item_page_active {
  background: #6c98e1;
  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;
}
