body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #f43974;
  
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #F57AA1;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  box-shadow: 0 1px 0 #F57AA1;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #dd3369;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color:  #da0360;
  background-image: linear-gradient(to bottom,  #da0360, #da0360 );
  background-repeat: repeat-x;
  border: 1px solid #F57AA1;
  border-color: #F57AA1 #F57AA1 #F57AA1;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #FFFFFF;
  box-shadow:  0 2px 6px rgba(0,0,0,0.1);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}
#menu .navbar-nav > li > a {
    font-size: 20px;   /* bạn muốn to hơn thì để 20px hoặc 22px */
    font-weight: 600;
}
#menu .navbar-nav > li > a {
    padding: 12px 25px !important;
}


#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fdd1ed;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fdd1ed;
  border-color: #fdd1ed;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #da0360;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #da0360;
  border-top: 1px solid #da0360;
  color: #FFFFFF;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #ffffff;
}
footer a {
  color: #FFFFFF;
  text-decoration: none;
}
footer a:hover {
  color: #bb0051  ;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #F57AA1;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none; 
  color: #F57AA1;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #F57AA1;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  
}

.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 0px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #F57AA1;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-right: 0px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #F57AA1;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #F57AA1;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
/* 🌷 Giỏ hàng Bloom Flower */
#cart .btn {
  background-color:  #da0360  !important; /* Hồng pastel tươi */
  border: none !important;
  color: #FFFFFF !important; /* chữ trắng */
  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
}

#cart .btn:hover {
  background-color: #F57AA1!important; /* hồng đậm khi hover */
  color: #FFF !important;
}

#cart i {
  color: #FFF !important; /* màu icon giỏ hàng */
}
/* 🌸 Breadcrumb Bloom Flower */
.breadcrumb {
  background-color: #F57AA1!important; /* nền hồng pastel */
  border: 1px solid #F57AA1 !important; /* viền hồng nhạt */
  border-radius: 6px;
  padding: 8px 10px;
  margin: 0 0 20px 0;
}

.breadcrumb i {
  color: #ffffff !important; /* icon ngôi nhà */
  font-size: 15px;
}

.breadcrumb > li.breadcrumb-item {
  color: #F57AA1 !important; /* chữ hiện tại */
  text-shadow: none !important;
}

.breadcrumb > li.breadcrumb-item > a {
  color: #ffffff !important; /* chữ link */
  text-decoration: none;
}

.breadcrumb > li.breadcrumb-item > a:hover {
  color: #F57AA1 !important; /* hồng sáng khi hover */
}

/* Mũi tên breadcrumb */
.breadcrumb > li.breadcrumb-item:after {
  border-right: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
}
/* 🌷 Icon button dưới sản phẩm */
.product-thumb .button button {
  background-color: #F8BBD0 !important; /* nền hồng pastel */
  color: #da0360 !important; /* icon hồng đậm */
  border-top: 1px solid #F7E1EA !important;
  transition: all 0.3s ease;
}

/* Hover: sáng và rõ hơn */
.product-thumb .button button:hover {
  background-color: #F57AA1 !important; /* hồng đậm khi hover */
  color: #FFFFFF !important; /* icon trắng nổi bật */
  cursor: pointer;
}
/* 🌸 Viền trên hàng icon dưới sản phẩm */
.product-thumb .button {
  border-top: 1px solid #F57AA1 !important; /* viền hồng nhạt pastel */
}
/* 🌸 Danh mục bên trái - Bloom Flower */
.list-group a {
  background-color: #FFFFFF !important; /* nền trắng */
  color: #da0360 !important; /* chữ hồng đậm */
  border: 1px solid #F8BBD0 !important; /* viền hồng pastel */
  border-radius: 0 !important;
  transition: all 0.3s ease;
}

/* Hover */
.list-group a:hover {
  background-color: #F8BBD0 !important; /* nền hồng nhạt khi hover */
  color: #da0360 !important;
  text-decoration: none;
}

/* Mục đang chọn (active) */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #F57AA1 !important; /* hồng Bloom Flower chính */
  color: #FFFFFF !important; /* chữ trắng nổi bật */
  border-color: #F57AA1 !important;
}

/* Mục con (thụt lề “- Bó Hoa Baby”) */
.list-group a.child {
  padding-left: 25px;
  font-size: 14px;
  color: #da0360 !important;
}

.list-group a.child:hover {
  background-color: #F8BBD0 !important;
}

/* Bo tròn góc trên/dưới */
.list-group:first-child a:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.list-group:last-child a:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
/* 🌸 Nút So Sánh Sản Phẩm */
#compare-total,
.btn-primary {
  background-color: #F57AA1 !important; /* hồng chính Bloom Flower */
  border: none !important;
  color: #FFFFFF !important;
  font-weight: 500;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

#compare-total:hover,
.btn-primary:hover {
  background-color: #da0360 !important; /* hồng đậm khi hover */
  color: #FFF !important;
  transform: scale(1.02);
}

/* 🌷 Nút chuyển kiểu xem (lưới/danh sách) */
#list-view, #grid-view {
  background-color: #F8BBD0 !important; /* hồng pastel nhẹ */
  border: 1px solid #F7E1EA !important;
  color: #da0360!important;
  border-radius: 6px;
  transition: all 0.3s ease;
}

#list-view.active, #grid-view.active,
#list-view:hover, #grid-view:hover {
  background-color: #F57AA1 !important; /* hồng đậm */
  color: #FFFFFF !important;
}

/* 🌼 Dropdown chọn sắp xếp và hiển thị */
.form-select, select {
  border: 1px solid #F8BBD0 !important;
  background-color: #FFF !important;
  color: #da0360 !important;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.form-select:hover, select:hover {
  border-color: #F57AA1 !important;
}

.form-select:focus, select:focus {
  outline: none !important;
  box-shadow: 0 0 6px rgba(168, 11, 61, 0.805);
  border-color: #F57AA1 !important;
}
/* 🌸 Tên sản phẩm Bloom Flower */
.product-thumb h4 a,
.caption h4 a {
  color: #da0360 !important; /* Hồng đậm thanh lịch */
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Hover: chuyển sang hồng sáng */
.product-thumb h4 a:hover,
.caption h4 a:hover {
  color: #F57AA1 !important; /* hồng Bloom Flower chính */
  text-decoration: none;
}
/* 🌸 Thanh top header Bloom Flower */
#top, .topbar, header #top {
  background-color: #ffffff !important; /* hồng pastel nhẹ */
  border-bottom: 1px solid #ffffff !important; /* viền dưới pastel nhạt */
  color: #da0360 !important;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Liên kết trên thanh top */
#top a, .topbar a {
  color: #da0360 !important; /* hồng đậm */
  text-decoration: none;
}

#top a:hover, .topbar a:hover {
  color: #F57AA1 !important; /* hồng sáng khi hover */
}

/* Icon trong top header */
#top i, .topbar i {
  color: #da0360 !important;
}

/* Dropdown (ví dụ chọn ngôn ngữ) */
#form-language .dropdown-menu,
#form-currency .dropdown-menu {
  background-color: #FFFFFF !important;
  border: 1px solid #F8BBD0 !important;
}

#form-language .dropdown-item:hover,
#form-currency .dropdown-item:hover {
  background-color: #F8BBD0 !important;
  color: #da0360 !important;
}
/* 🌸 Nút điều hướng banner (mũi tên trái phải) */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #F57AA1 !important; /* hồng chính Bloom Flower */
  border-radius: 50%;
  background-size: 60%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: #da0360 !important; /* hồng đậm khi hover */
  transform: scale(1.05);
}

/* 🌷 Ẩn viền xám cũ */
.carousel-control-prev,
.carousel-control-next {
  filter: none !important;
}

/* 🌼 Chấm trượt (carousel indicators) */
.carousel-indicators [data-bs-target] {
  background-color: #F8BBD0 !important; /* hồng pastel nhạt */
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
}

/* Chấm đang active */
.carousel-indicators .active {
  background-color: #F57AA1 !important; /* hồng chính */
  transform: scale(1.2);
}
/* 🌸 Bloom Flower style for sort & view buttons */
.btn-group .btn,
.list-view, 
.grid-view {
  background-color: #F8BBD0 !important; /* hồng pastel nhẹ */
  border: 1px solid #F57AA1 !important;
  color: #da0360 !important;
  transition: all 0.3s ease;
}

.btn-group .btn:hover,
.list-view:hover, 
.grid-view:hover {
  background-color: #F57AA1 !important; /* hồng chính */
  color: #fff !important;
  border-color: #da0360 !important;
  transform: scale(1.05);
}

/* Nút đang được chọn (active) */
.btn-group .btn.active,
.list-view.active,
.grid-view.active {
  background-color: #da0360 !important; /* hồng đậm */
  color: #fff !important;
  border-color: #da0360 !important;
}

/* Dropdown "Sắp xếp theo", "Hiển thị" */
select.form-control,
select {
  border: 1px solid #F57AA1 !important;
  color:#da0360 !important;
  border-radius: 8px !important;
  transition: all 0.3s ease;
}

select.form-control:focus,
select:focus {
  border-color: #da0360 !important;
  box-shadow: 0 0 5px rgba(215, 21, 102, 0.627);
}

/* Option text bên trong */
option {
  color: #da0360;
}

/* Label “Sắp Xếp Theo” và “Hiển Thị” */
label {
  color: #da0360 !important;
  font-weight: 500;
}
/* 🌸 Bloom Flower Alert Style */
.alert {
  border-radius: 8px !important;
  font-weight: 500;
  border: 1px solid #f8bbd0 !important;
  box-shadow: 0 2px 6px rgba(218, 3, 96, 0.15);
}

/* Thông báo thành công */
.alert-success {
  background-color: #ffe3ec !important;   /* nền hồng nhạt dịu */
  border-color: #f57aa1 !important;
  color: #da0360 !important;              /* chữ hồng đậm Bloom */
}

/* Thông báo lỗi */
.alert-danger {
  background-color: #fce4ec !important;
  border-color: #da0360 !important;
  color: #a61e58 !important;
}

/* Thông báo cảnh báo */
.alert-warning {
  background-color: #fff3e0 !important;
  border-color: #f57aa1 !important;
  color: #a61e58 !important;
}

/* Nút đóng (x) */
.alert .close {
  color: #da0360 !important;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.alert .close:hover {
  opacity: 1;
  color: #a61e58 !important;
}
/* 🌸 Tabs sản phẩm Bloom Flower (phiên bản #da0360) */
.nav-tabs {
  border-bottom: 2px solid #da0360 !important; /* viền hồng pastel nhẹ */
  margin-bottom: 15px;
}

.nav-tabs > li {
  margin-bottom: -2px; /* tránh khoảng hở */
}

.nav-tabs > li > a {
  color: #da0360 !important; /* chữ hồng đậm Bloom */
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0 !important;
  transition: all 0.3s ease;
  padding: 10px 20px;
  background-color: transparent;
}

.nav-tabs > li > a:hover {
  border: 1px solid #da0360 !important;
  background-color: #ffe3ec !important; /* nền hồng nhạt Bloom */
  color: #da0360 !important;
  text-decoration: none !important;
}

/* Tab đang được chọn */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 2px solid #da0360 !important;
  border-bottom-color: transparent !important;
  background-color: #da0360 !important; /* hồng đậm Bloom chính */
  color: #ffffffce !important;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(218, 3, 96, 0.3);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* Nội dung bên trong tab */
.tab-content {
  border: 1px solid #F8BBD0 !important;
  border-radius: 0 8px 8px 8px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(218, 3, 96, 0.08);
}
.form-switch .form-check-input:checked {
  background-color: #DA0360 !important; /* Màu nền khi bật */
  border-color: #DA0360 !important; /* Viền cùng màu */
}

.form-switch .form-check-input {
  background-color: #F8BBD0 !important; /* Màu khi tắt (pastel hồng) */
  border-color: #F8BBD0 !important;
}
h2 a, h3 a, h4 a {
  color: #ff7bac !important;
  text-decoration: none;
}
h2 a:hover, h3 a:hover, h4 a:hover {
  color:#DA0360  !important;
}
/* ========== BREADCRUMB FIX COLOR ========== */

/* Màu nền khi hover */
.breadcrumb li a:hover,
.breadcrumb li a:focus {
  background-color: #F57AA1 !important; /* nền hồng pastel */
  color: #fff !important;                /* chữ trắng */
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  padding: 4px 10px;
}

/* Màu của breadcrumb hiện tại (active) */
.breadcrumb li.active,
.breadcrumb li.breadcrumb-item.active {
  color: #F57AA1 !important;
  font-weight: 600;
}

/* Xóa gạch dưới và fix text link */
.breadcrumb a {
  text-decoration: none !important;
}

/* Nếu breadcrumb của bạn đang dùng <ol> hoặc <ul> */
ol.breadcrumb li a:hover,
ul.breadcrumb li a:hover {
  background-color: #F57AA1 !important;
  color: #fff !important;
}
/* 🌸 PHỤ ĐỀ TÙY CHỈNH (Hoa Chúc Mừng, Bó Hoa Tươi) */
.sub-heading-hoa {
    /* Sử dụng màu Hồng chính của tiêu đề (F57AA1) */
    color: #f96b98 !important; 
    
    /* Đảm bảo chữ in đậm */
    font-weight: bold !important; 
    
    /* Kích thước chữ nhỏ hơn tiêu đề chính */
    font-size: 2.2em; 
    
    /* Điều chỉnh vị trí để sát với tiêu đề chính */
    margin-top: -10px; /* Kéo lên sát tiêu đề */
    margin-bottom: 20px; /* Đẩy cách xa sản phẩm */
    
    /* Nếu tiêu đề chính căn trái (như trong ảnh), bỏ text-align: center */
    /* text-align: left; */ 
}
.product-thumb,
.product-layout,
.product-item {
    background-color: #ffffff !important; /* hoặc #fafafa nếu bạn xài nền kem */
    border-radius: 0 !important;  /* giữ góc vuông bình thường */
    padding: 15px; 
}



#top, .top-bar, .header-top, .container-top {
    background-color: #FFF9F1 !important;
}

.product-thumb .button-group,
.product-thumb .caption,
.product-thumb .image {
    width: 100% !important;         /* cho các phần thẳng hàng */
    margin: 0 !important;
    padding: 0 !important;
}

.product-thumb .button-group {
    display: flex !important;       
}

.product-thumb .button-group button {
    width: 33.33% !important;       /* 3 nút chia đều */
    border-radius: 0 !important;    /* không bo góc */
    margin: 0 !important;
}
.product-thumb {
    background-color: #ffffff !important;  /* nền hồng cũ */
    border-radius: 0 !important;           
    border: 1px solid #DA0360 !important;   /* viền hồng nhạt */
    padding: 10px !important;
}
.product-thumb .button button {
    border-left: none !important;
    border-right: none !important;
    box-sizing: border-box !important;
}
.product-thumb .button button {
    width: 33.33% !important;
}
.product-thumb {
    padding: 0 !important;
}
.swiper-slide,
.manufacturer-content,
.carousel-inner,
.brand-slider,
#carousel-manufacturer {
    background-color: #ffffff !important;
}
#top,
.top-bar,
.header-top,
.container-top {
    background-color: #ffffff !important;
    border: none !important;
}
.product-module h3,
h3.featured,
h3.latest,
h3.bestseller,
h3.heading,
h3.box-heading,
h3 {
    text-align: center !important;
    width: 100%;
    display: block;
}
#content h2,
#content h3 {
    text-align: center;
}
h3.box-heading,
h3.featured,
h3.latest,
h3.bestseller,
h3.heading,
h3 {
    position: relative;
    text-align: center !important;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 645;
}

/* Hoa trang trí bên dưới */
h3.box-heading::after,
h3.featured::after,
h3.latest::after,
h3.bestseller::after,
h3.heading::after,
h3::after {
    content: "";
    display: block;
    width: 400px;         /* Bạn chỉnh to nhỏ tùy ý */
    height: 130px;
    margin: -10px auto -10px auto;
    background-image: url('../image/hoa5.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; /* ⭐ canh giữa hình */
}
#product h2,
#product .price-new,
#product .price-old,
#product .price {
    text-align: left !important;
}
#content h2 {
    text-align: left !important;
}

#content h2 {
    text-align: center !important;
    font-size: 38px !important;   /* ⭐ chỉnh to nhỏ tùy bạn */
    font-weight: 640;

}
#content h2.price-new,
#content .price-new,
#content li h2,
#content h2 {
    text-align: left !important;
}
#content h2:nth-of-type(1) {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
}







