	.bp_img_product {
    height: auto;
    padding: 0;
}
.bp_content_product_main {
    padding: 10px;
}
.product-discount .cls_price_text,
.product-discount .cls_old_price_text {
  display: none;
}
.product-discount .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;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  border-radius: 50px;
  opacity: 0;
}
.product-discount .bp_product_item:hover .btnAddToCart {
  opacity: 1;
  bottom: 50%;
  z-index: 100;
}
.product-discount .btnAddToCart:hover {
  background: linear-gradient(to right, #43a047, #2e7d32);
  color: #fff;
}
.product-discount .bp_cls_group_price {
  display: flex;
  gap: 20px;
}
.product-discount .cls_price_number,
.product-discount .bp_cls_price .cls_unit_price {
  color: #669900;
  font-size: 18px;
  font-weight: 600;
}
.product-discount .cls_old_price,
.product-discount .bp_cls_old_price .cls_unit_price {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.product-discount .bp_product_item {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 30px;
}
.product-discount .card-title {
  text-align: left !important;
}
.product-discount .product_title {
  font-weight: 500;
  margin-top: 10px;
}
.product-discount .product_title a {
  color: #121212;
}
.bp_group_quantity {
    display: none;
}
.bp_star_review {
    display: none;
}
.bp-product-link-details {
    display: none;
}
.bp-product-footer {
    display: none;
}
.btnAddAction {
    display: none;
}
/* Reset và cài đặt chung */
.product-category {
  font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 20px;
}

/* Tiêu đề danh mục */
.product-category  > h3 {
  background-color: #4CAF50;
  color: white;
  padding: 15px 25px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.product-category .bp_name_category_option {

  color: #121212;
  padding: 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
/* Danh sách danh mục */
.bp_category_option {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Mục danh mục */
.bp_category_option_item {
  border-bottom: 1px solid #eaeaea;
}

.bp_category_option_item:last-child {
  border-bottom: none;
}

/* Liên kết danh mục */
.bp_link_category_option {
  display: block;
  padding: 12px 15px;
  color: #444;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bp_link_category_option:hover {
  color: #4CAF50;
  padding-left: 17px;
}

/* Tên danh mục */
.bp_name_category_option {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}

/* Danh mục được chọn */
.bp_category_option_item.active .bp_link_category_option {
  color: #4CAF50;
  font-weight: 500;
  border-left: 2px solid #4CAF50;
}
.textwidget img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    margin: 1em auto;
}
.bp_star_review {
    display: none;
}

.news_title a {
    color: #121212;
}
.news_title {
    font-size: 24px;
}
.cls_product_sub {
    display: none;
}
.bp_lbl_product_more  {
    display: none;
}
.bp_img_product img {
    height: 250px;
    object-fit: cover;
}
.product-device .bp_product_item {
  margin-bottom: 20px;
}
.product-device .bp_product_item {
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.product-device .bp_product_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.product-device .cls_img_product_focus {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.product-device .bp-one-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-device .bp_product_item:hover .bp-one-image img {
    transform: scale(1.05);
}

.product-device .cls_content_product_focus {
    padding: 15px;
    text-align: center;
}

.product-device .product_title a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.product-device .product_title a:hover {
    color: #27ae60;
}

.product-device .button-contact a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #27ae60;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.product-device .button-contact a:hover {
    background-color: #2ecc71;
    transform: scale(1.05);
}

.product-device .bp_product_more_item {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_title {
    min-height: 46px;
    text-align: center;
}
.cls_img_product_focus {
    padding: 0;
}
.product-category .button-contact {
    display: none;
}
.product-category .product_title {
    text-align: left;
}
.product-category .cls_img_product_focus img {
    height: 60px;
}
.product-category .bp_product_item {
    padding: 10px;
}
@media (max-width: 768px) {
    .product-device .bp-one-image img {
        height: 200px;
    }
    
    .product-device .product_title a {
        font-size: 1rem;
    }
}
/* Đáp ứng cho thiết bị di động */
@media (max-width: 768px) {
  .product-category {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #eee;
  }
}
