@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
* {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto Condensed", sans-serif;
}

html, body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Roboto Condensed", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}

.font18_all * {
  font-size: 18px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font17 {
  font-size: 17px !important;
}

.font14 {
  font-size: 14px !important;
}

.font_small {
  font-size: 14px;
  font-style: italic;
  color: #000;
}

.font16 {
  font-size: 16px !important;
}

.font16_all * {
  font-size: 16px !important;
}

ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style: none;
}

img {
  width: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.clear {
  clear: both;
}

.right {
  float: right;
}

.cursor {
  cursor: pointer;
}

hr {
  margin: 8px 0px;
}

.pdl0 {
  padding-left: 0px;
}

.pd0 {
  padding: 0px;
}

.pdr0 {
  padding-right: 0px;
}

.pd05 {
  padding: 5px;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.bold {
  font-weight: bold;
}

.mg0 {
  margin: 0px;
}

.readmore.closed {
  max-height: 100px;
  overflow: hidden;
}

.hplink {
  color: royalblue;
  text-decoration: underline;
}

.textgray {
  color: #3e3a3acf !important;
  font-weight: 500;
  font-size: 15px;
}



.div-review{
    margin-bottom: 10px;
}

.modal-body table tr td{
    padding:2px 2px;
}

.scaleimg {
  overflow: hidden;
}
.scaleimg img {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.scaleimg:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.scaleimg img {
    border: 1px solid #eee;
    border-radius: 4px;
}


/* Áp dụng màu #a61e16 cho toàn bộ tiêu đề H4 */
h4 {
    color: #a61e16 !important;
    margin-bottom: 15px;
}

/* Đảm bảo các link và icon trong H4 cũng cùng màu */
h4 a, 
h4 .fa {
    color: #a61e16 !important;
    transition: all 0.3s ease;
}

/* Hiệu ứng khi di chuột vào */
h4 a:hover {
    color: #e55b0d !important; /* Đỏ tươi hơn một chút khi hover */
    text-decoration: none;
}

.slick-slider .btn_arrow {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  color: #000;
}
.slick-slider .btn_arrow.btn_prev {
  bottom: 45%;
  left: 25px;
  z-index: 10;
}
.slick-slider .btn_arrow.btn_next {
  bottom: 45%;
  right: 25px;
  z-index: 10;
}

#backtotop {
  position: fixed;
  bottom: 15%;
  right: 2%;
  width: 40px;
  height: 40px;
  z-index: 999;
  display: none;
  text-align: center;
  padding-top: 2px;
  cursor: pointer;
  background: #a61e16;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation: fadeup 0.4s;
          animation: fadeup 0.4s;
}
#backtotop::after {
  content: "";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
#backtotop:hover {
  background: orangered;
}

@-webkit-keyframes fadeup {
  from {
    bottom: -100px;
  }
}

@keyframes fadeup {
  from {
    bottom: -100px;
  }
}
a {
  text-decoration: none;
}

.swal2-popup .swal2-content {
  font-size: 20px !important;
}

.btn-primary {
    /* 1. Nâng tông màu chủ đạo sáng và tươi hơn */
    background-color: #a61e16 ;
    background: linear-gradient(to bottom, #a61e16 0%, #a61e16 100%);
    
    /* 2. KHỬ NHÒE: Giúp góc bo sạch sẽ */
    background-clip: padding-box;
    -webkit-background-clip: padding-box;

    /* 3. VIỀN SẮC NÉT: Màu viền tối hơn nền 1 tông để định hình khối */
    border: 0px solid #085a3c;
    border-radius: 4px;
    
    color: #fff;
    height: 38px;
    padding: 0 22px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.15s ease-in-out;
    
    /* 4. CHIỀU SÂU: Tăng độ sáng của highlight nội bộ để nút "bắt sáng" hơn */
    box-shadow: 
        0 1px 2px rgba(0, 0, 0, 0.15), 
        inset 0 1px 0 rgba(255, 255, 255, 0.3); /* Tăng từ 0.1 lên 0.3 */
        
    /* 5. Tăng độ nổi cho chữ */
    -webkit-font-smoothing: antialiased;
}

.btn-primary:hover, .btn-primary:focus {
    /* Màu cam tươi sáng khi di chuột */
    background: linear-gradient(to bottom, #ff9153, #fd6e1d);
    border-color: #d1520a;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
    outline: none;
    color: #fff;
}

.btn-primary:active {
    background: #a61e16;
    /* Hiệu ứng lún thật hơn */
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
    transform: translateY(1px);
}


.nav-pc {
  color: #000;
  padding: 5px 0px;
  height: 80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
}
.nav-pc.sticky {
  position: fixed;
  width: 100%;
  z-index: 999;
  -webkit-animation: fadetodown 0.5s;
          animation: fadetodown 0.5s;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.nav-pc .logo img {
  width: 150px;
  margin-top: 8px;
}
.nav-pc .nav-menu {
  text-align: right;
}
.nav-pc .nav-menu .nav-list li {
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  position: relative;
}
.nav-pc .nav-menu .nav-list li a {
  color: #444444;
  display: block;
  text-decoration: none;
  padding: 15px 15px;
  line-height: 40px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.nav-pc .nav-menu .nav-list li a:hover, .nav-pc .nav-menu .nav-list li a.active {
  color: #fd6e1d;
  border-bottom: 2px solid transparent;
}
.nav-pc .nav-menu .nav-list li.active a {
  color: #fd6e1d;
  border-bottom: 2px solid transparent;
}
.nav-pc .nav-menu .nav-list li .dropdown {
  position: absolute;
  width: 150%;
  top: 90%;
  left: 0px;
  z-index: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  vertical-align: top;
  visibility: hidden;
  -webkit-transform: scale(1, 0.7);
          transform: scale(1, 0.7);
}
.nav-pc .nav-menu .nav-list li .dropdown li {
  display: block !important;
}
.nav-pc .nav-menu .nav-list li .dropdown li a {
  color: #000;
  line-height: normal;
  text-align: left;
  text-transform: capitalize;
  padding: 10px;
  font-weight: normal;
  border-bottom: 1px dotted #dcdcdc;
}
.nav-pc .nav-menu .nav-list li .dropdown li a:hover {
  color: #fff !important;
  background: #fd6e1d;
  border-bottom: 1px solid transparent;
}
.nav-pc .nav-menu .nav-list li .dropdown.drop2 {
  left: 100%;
  display: none;
}
.nav-pc .nav-menu .nav-list li:hover .dropdown {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.nav-pc .nav-menu .nav-list li:hover .dropdown.drop2 {
  display: none;
}
.nav-pc .nav-menu .nav-list li.nav-parent::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 26px;
  right: -1px;
  font-size: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-pc .nav-menu .nav-list li.nav-parent:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-pc .nav-menu .nav-list li.drop2hover:hover .drop2 {
  top: 0px;
  display: block !important;
}
.nav-pc .nav-menu .nav-list li.drop2hover::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 12px;
  right: 8px;
  font-size: 12px;
  color: #000;
}

@-webkit-keyframes fadetodown {
  from {
    top: -100px;
  }
}

@keyframes fadetodown {
  from {
    top: -100px;
  }
}
@-webkit-keyframes myfadeout {
  from {
    bottom: -150%;
  }
}
@keyframes myfadeout {
  from {
    bottom: -150%;
  }
}
.sec-video {
  background: #F2F2F2;
}
.sec-video iframe {
  margin: auto;
}

.sec-title {
  color: #a61e16;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  margin: 15px auto;
  font-weight: bold;
}
.sec-title::after {
  content: "";
  width: 70%;
  height: 2px;
  display: block;
  background: #a61e16;
  margin: 10px auto;
}

.sec-tintuc .item-post a {
  text-decoration: none;
}
.sec-tintuc .item-post a .title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.sec-tintuc .item-post a .date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #dcdcdc;
}

/* --- TỔNG HỢP CSS ITEM SẢN PHẨM CỐ ĐỊNH NÚT --- */

.item-sanpham {
    margin-bottom: 25px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    transition: all 0.3s ease;
}

.item-sanpham:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-color: #a61e16;
}

.item-sanpham  {
    text-align: center;
    padding: 10px 10px 15px 10px;
}

/* Thu hẹp khoảng cách Tiêu đề & Giá */
.item-sanpham  .title {
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0 2px 0;
    height: 38px;
    overflow: hidden;
    line-height: 1.4;
}

.price{
font-weight: bold;
color: #a61e16;
}

.item-sanpham  .new-price {
    font-size: 14px;
    font-weight: 700;
    color: #a61e16;
    display: block;
    margin-bottom: 8px; /* Tạo khoảng cách nhỏ với nút */
}


.item-sanpham  .old-price {
	font-size: 14px;
    font-weight: 700;
    color: rgba(112, 108, 108, 0.651);
    text-decoration: line-through;
	margin-right: 0 !important;
}

/* NÚT THÊM GIỎ HÀNG CỐ ĐỊNH */
.item-sanpham .box-quick-add {
    position: relative;
    margin-top: 10px;
    display: block;
    opacity: 1; /* Luôn hiện */
}

.item-sanpham .box-quick-add .qick-add-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(108, 117, 125, 0.05); /* Nền xám rất nhẹ */
    color: #444444; /* Màu xám */
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(12, 113, 75, 0.2);
    width: 90%; /* Độ rộng nút */
}

/* Tự động thêm chữ bằng CSS */
.item-sanpham .box-quick-add .qick-add-card::after {
    content: " Thêm vào giỏ hàng";
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-left: 8px;
    font-size: 12px;
}

/* Hiệu ứng xoay Icon khi hover vào nút */
.item-sanpham .box-quick-add .qick-add-card:hover::before {
    display: inline-block;
    animation: rotateIcon 0.6s ease-in-out;
}

@keyframes rotateIcon {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Hover trực tiếp vào nút: Hiệu ứng trắng mờ đổ bóng */
.item-sanpham .box-quick-add .qick-add-card:hover {
    background: #a61e16;
    color: #fff;
    box-shadow: 0 4px 12px rgba(12, 113, 75, 0.3);
}

/* Badge giảm giá */
.item-sanpham .percent {
    position: absolute;
    left: 15px;
    top: 10px;
    padding: 2px 6px;
    color: #fff;
    background: #ff4d4f;
    border-radius: 5px;
    font-weight: bold;
    font-size: 11px;
}

/* Container chung */
.sec-lienket .box-link {
    font-size: 14px; /* Giảm nhẹ font để trông thanh thoát hơn */
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px; /* Bo góc hiện đại */
    border: 1px solid rgba(0,0,0,0.05); /* Viền cực mảnh */
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); /* Đổ bóng nhẹ tự nhiên */
    display: flex;
    flex-direction: column; /* Icon trên, chữ dưới */
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

/* Định dạng Icon chung */
.sec-lienket .box-link .fa {
    font-size: 24px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

/* Màu sắc riêng biệt cho từng loại để hài hòa */
/* 1. Quà tặng - Màu cam/vàng */
.col-md-3:nth-child(1) .box-link .fa { color: #f39c12; }
.col-md-3:nth-child(1) .box-link:hover { border-color: #f39c12; background: #fffcf5; }

/* 2. Thanh toán - Màu xanh dương */
.col-md-3:nth-child(2) .box-link .fa { color: #3498db; }
.col-md-3:nth-child(2) .box-link:hover { border-color: #3498db; background: #f5faff; }

/* 3. Ưu đãi - Màu đỏ/hồng */
.col-md-3:nth-child(3) .box-link .fa { color: #e74c3c; }
.col-md-3:nth-child(3) .box-link:hover { border-color: #e74c3c; background: #fff5f5; }

/* 4. Ship COD - Màu xanh lá */
.col-md-3:nth-child(4) .box-link .fa { color: #2ecc71; }
.col-md-3:nth-child(4) .box-link:hover { border-color: #2ecc71; background: #f5fff8; }

/* Chữ */
.sec-lienket .box-link .text {
    font-weight: 700;
    color: #333;
    letter-spacing: 0.5px;
}

/* Hiệu ứng Hover hiện đại */
.sec-lienket .box-link:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Đổ bóng sâu hơn */
    transform: translateY(-5px); /* Nhấc nhẹ lên */
}

.sec-lienket .box-link:hover .fa {
    transform: scale(1.2); /* Icon phóng to nhẹ */
}

.col .box-cate .box-title {
  color: #fff;
  background: #a61e16;
  padding: 10px 5px;
  font-size: 17px;
  font-weight: bold;
  margin-top: 0px;
  position: relative;
  border-radius: 4px 4px 0 0;
  letter-spacing: 1.5px; /* Giúp chữ uppercase dễ đọc hơn */
}
.col .box-cate .box-title::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #dcdcdc;
  position: absolute;
  top: 110%;
  left: 0px;
}
.col .box-cate .list-cate li {
  position: relative;
}
.col .box-cate .list-cate li a {
  padding: 8px 2px;
  display: block;
  text-decoration: none;
  border-bottom: 1px dotted #dcdcdc;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.col .box-cate .list-cate li a:hover {
  color: #fff;
  background: #fd6e1d;
}
.col .box-cate .list-cate li.cate-pr::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 5px;
  top: 6px;
}
.col .box-cate .list-cate li.cate-pr ul {
  position: absolute;
  background: #ffffff;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
  display: none;
  border: 1px solid #dcdcdc88;
}
.col .box-cate .list-cate li.cate-pr:hover ul {
  display: block;
}
.col .box-cate .list-cate li.cate-pr:hover ul li a {
  padding-left: 5px;
}
.col .small-item-product {
  padding: 5px 0px;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
}
.col .small-item-product .dp-flex {
  display: grid;
  grid-template-columns: 30% 70%;
}
.col .small-item-product .content {
  padding-left: 5px;
}
.col .small-item-product .content a {
  text-decoration: none;
}
.col .small-item-product .content .title {
  font-size: 15px;
  font-weight: bold;
  margin: 0px;
}

.box {
  padding-right: 5px;
  border-right: 1px solid #dcdcdc;
}
.box .box-title {
  color: #fff;
  background: #a61e16;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  border-radius: 4px 4px 0 0;
  letter-spacing: 1px; /* Giúp chữ uppercase dễ đọc hơn */
  border-bottom: 3px solid #fd6e1d;
}
.box .box-title::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  top: 110%;
  left: 0px;
}

/* Tối ưu phần Tin tức nổi bật */

/* --- PHẦN 1: CSS CHUNG (Máy tính và Điện thoại đều dùng) --- */
.sec-blog .box-title-container {
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    padding: 10px 0 !important; /* Máy tính không cần padding ngang nhiều */
    background: #fff;
    clear: both;
    display: block;
}

.sec-blog .box-title {
    font-size: 20px !important; /* Máy tính chữ to cho rõ ràng */
    color: #d9534f !important;
    margin: 0 !important;
    padding-bottom: 10px !important;
    display: inline-block !important;
    position: relative !important;
    text-transform: uppercase;
    font-weight: bold !important;
}

.sec-blog .box-title:after {
    content: "" !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    width: 70px !important; /* Gạch chân trên máy tính dài hơn chút cho đẹp */
    height: 3px !important;
    background: #d9534f !important;
    z-index: 1;
}


.dp-flex-blog {
    display: grid !important;
    /* Chia 2 cột: Ảnh cố định 80px, còn lại là chữ */
    grid-template-columns: 80px 1fr !important; 
    gap: 12px; /* Khoảng cách giữa ảnh và chữ */
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    align-items: start;
}

.dp-flex-blog:last-child {
    border-bottom: none;
}

/* Bo góc và cố định khung ảnh */
.dp-flex-blog .scaleimg {
    width: 80px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
}

.dp-flex-blog .scaleimg img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Giúp ảnh không bị méo */
}

/* Chỉnh lại tiêu đề tin nổi bật */
.dp-flex-blog .content .title {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 500;
    color: #333;
    /* Giới hạn tiêu đề trong 2 dòng, quá dài sẽ hiện ... */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Container tổng của item */
.item-blog {
    background: #fff;
    border-radius: 8px; /* Bo góc nhẹ */
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
}

/* Hiệu ứng khi di chuột vào (Hover) */
.item-blog:hover {
    transform: translateY(-5px); /* Nhấc nhẹ lên */
    box-shadow: 0 10px 20px rgba(0,0,0,0.1); /* Đổ bóng mềm */
}

.item-blog a {
    text-decoration: none;
    color: #333;
    display: block;
}

/* Phần hình ảnh */
/* Đảm bảo khung chứa ảnh luôn đồng nhất */
.item-blog .scaleimg {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    aspect-ratio: 4/3; /* Ép mọi ảnh về cùng tỷ lệ 4:3 */
}

.item-blog .scaleimg img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cắt ảnh thông minh để không bị méo */
}

.item-blog:hover .scaleimg img {
    transform: scale(1.1); /* Zoom nhẹ ảnh khi hover */
}

/* Phần nội dung chữ */
.item-blog .content {
    padding: 15px;
}

.item-blog .title {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #222;
    /* Giới hạn 2 dòng cho tiêu đề */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Phần ngày tháng */
.item-blog .content p:nth-child(2) {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.item-blog .content p:nth-child(2) span {
    margin-right: 5px;
}

/* Phần mô tả ngắn */
.item-blog .content p:last-child {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    text-align: justify;
}

.btn-muangay {
    display: flex;
    flex-direction: column; /* Xếp 2 dòng theo chiều dọc */
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none !important;
    width: 100%;
    max-width: 360px;
    margin: 10px 0;
    transition: all 0.15s ease-in-out;
    
    /* Màu cam sáng rực rỡ & Có chiều sâu */
    background: #fd6e1d;
    background: linear-gradient(to bottom, #ff9255 0%, #fd6e1d 100%);
    
    /* Viền sắc nét, khử nhòe */
    border: 1px solid #d1520a;
    background-clip: padding-box;
    
    /* Hiệu ứng bóng đổ nổi khối */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* Dòng chữ trên: ĐẶT HÀNG NGAY */
.btn-muangay .btn-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2px;
}

/* Dòng chữ dưới: Số điện thoại */
.btn-muangay .btn-hotline {
    color: #fff;
    font-size: 18px; /* Cho số điện thoại to hơn để gây chú ý */
    font-weight: 800;
    letter-spacing: 0.5px;
}

/* Hiệu ứng khi di chuột qua */
.btn-muangay:hover {
    background: linear-gradient(to bottom, #ff9f6a 0%, #fe7d34 100%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px); /* Nhích nhẹ lên */
}

/* Hiệu ứng khi bấm (Lún xuống) */
.btn-muangay:active {
    background: #fd6e1d;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(1px); /* Lún xuống */
}

.footer .info .title {
  color: #a61e16;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer .copyright {
  color: #333;
  padding: 15px 0px;
  font-size: 15px;
  background: #f4f4f4;
  border-top: 1px solid #ddd;
}

.cart-step h3 {
  margin: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 28px;
  color: gray;
  position: relative;
  cursor: pointer;
}
.cart-step h3 a {
  color: gray;
  text-decoration: none;
}
.cart-step h3.active a {
  color: #000;
}
.cart-step h3::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 19%;
  left: 105%;
  font-size: 20px;
}
.cart-step h3:last-child::after {
  content: "";
}

.shoping-cart {
  position: relative;
}
.shoping-cart .count {
  position: absolute;
  border-radius: 50%;
  color: #000;
  background: #fff;
  top: 5%;
  right: -15%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}
.shoping-cart .cart-content {
  display: none;
  z-index: 999;
  background: #fff;
  padding: 10px;
  position: absolute;
  right: 0px;
  width: 300px;
  color: #000;
  font-size: 14px;
  top: 80%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 2px solid #dcdcdc;
}
.shoping-cart .cart-content .item {
  display: grid;
  grid-template-columns: 25% 75%;
  text-align: left;
  margin-bottom: 2px;
}
.shoping-cart .cart-content .item .price {
  color: green;
  font-size: 12px;
}
.shoping-cart .cart-content .item div {
  padding-left: 5px;
}
.shoping-cart:hover .cart-content {
  display: block;
}

.live-search {
  position: relative;
}
.live-search .search-box {
  position: absolute;
  top: 80%;
  width: 280px;
  right: 0px;
  background: #fff;
  padding: 2px;
  border: 2px solid #dcdcdc;
  z-index: 999;
  display: none;
}
.live-search .search-box .inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  position: relative;
}
.live-search .search-box .inline .form-control {
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.live-search .search-box .inline span {
  position: absolute;
  top: 25%;
  right: 4%;
  color: gray;
}

.content-p2 {
  max-height: 350px;
  overflow: auto;
}
.content-p2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.content-p2::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.content-p2::-webkit-scrollbar-thumb {
  background-color: #a61e16;
}

.mm-menu {
  color: rgba(214, 214, 214, 0.03);
  /*color: #337ab7;*/
}
.mm-menu ul li a {
  color: #444444;
  font-size: 16px;
  text-transform: uppercase;
}

.mm-listview .mm-next:before {
  color: #337ab7;
}

.mm-navbar .mm-title {
  text-transform: uppercase;
}




/* --- KMK CUSTOM SECTION HEADER --- */
/* Tạo thanh line đỏ chạy dài */
.kmk-header-row {
    border-bottom: 2px solid #a61e16 !important;
    margin-bottom: 25px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    width: 100%;
	border-radius: 8px;
	background: #f7f7f7;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);	
	transition: all 0.3s ease !important; /* Quan trọng để hiệu ứng không bị giật */
    cursor: pointer; /* Hiển thị bàn tay để người dùng biết có thể tương tác */
}


.kmk-header-row:hover {
	background-color: #ffffff !important; /* Đổi nền sang trắng tinh cho nổi bật */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15) !important; /* Bóng đổ sâu hơn */
    transform: translateY(-2px); /* Nhấc nhẹ thanh lên trên 2px */
}



/* Khối hình mũi tên vát xéo */
.kmk-header-row .kmk-title-box {
    background-color: #a61e16 !important;
    padding: 10px 40px 9px 15px !important;
    position: relative !important;
    /* Cắt hình mũi tên */
    clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
	border-radius: 5px;
}

/* Chữ tiêu đề bên trong khối đỏ */
.kmk-header-row .kmk-title-box h3 {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    font-family: "Roboto Condensed", sans-serif !important;
}

/* Nút Xem thêm bên phải */
.kmk-header-row .kmk-view-more a {
    color: #a61e16 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-bottom: 7px !important;
    display: inline-block !important;
    white-space: nowrap !important;
    transition: all 0.3s ease;
	padding-right: 15px;
}

.kmk-header-row .kmk-view-more a:hover {
    color: #000 !important;
    padding-right: 5px;
}


/* Ô TĂNG GIẢM SỐ LƯỢNG */
/* Container chính - Tạo hiệu ứng lún nhẹ */
.quantity-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #bbb; /* Màu viền đậm hơn một chút */
    border-radius: 4px;
    overflow: hidden;
    height: 38px;
    width: fit-content;
    background: #fff;
    /* Đổ bóng nhẹ bên ngoài để tạo khối */
    box-shadow: 0 1px 3px rgba(0,0,0,0.1); 
}

/* Nút bấm + và - */
.btn-qty {
    width: 35px;
    height: 100%;
    border: none;
    background: linear-gradient(to bottom, #ffffff, #f1f1f1); /* Hiệu ứng màu loang tạo độ nổi */
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.2s ease;
    color: #555;
}

.btn-qty:hover {
    background: #e9ecef;
    color: #000;
}

/* Hiệu ứng khi nhấn giữ nút - Tạo cảm giác nút bị bấm xuống */
.btn-qty:active {
    background: #ddd;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);
}

/* Ô nhập số ở giữa - Tạo cảm giác ô này bị lõm xuống */
.input-qty {
    width: 38px;
    height: 100%;
    text-align: center;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    outline: none;
    background: #f8f8f8; 
    font-weight: bold;
    color: #333;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 38px;
    /* Đổ bóng nội bộ (Inset) tạo chiều sâu lõm xuống */
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.06); 
}

/* Ẩn mũi tên mặc định */
.input-qty::-webkit-outer-spin-button,
.input-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input-qty[type=number] {
    -moz-appearance: textfield;
}



/* HIỆU ỨNG SAO ĐÁNH GIÁ */
.rating-stars {
    display: flex;
    flex-direction: row-reverse; /* Đảo ngược để xử lý logic hover từ trái sang phải */
    justify-content: flex-end;
}

.rating-stars input {
    display: none; /* Ẩn các nút radio mặc định */
}

.rating-stars label {
    font-size: 30px;
    color: #ddd; /* Màu sao khi chưa chọn */
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    padding: 0 2px;
}

/* Hiệu ứng khi di chuột qua (Hover) */
.rating-stars label:hover,
.rating-stars label:hover ~ label {
    color: #ffca08; /* Màu vàng sáng khi hover */
}

/* Hiệu ứng khi đã chọn (Checked) */
.rating-stars input:checked ~ label {
    color: #ffca08; /* Giữ màu vàng cho các sao đã chọn */
}

/* Giảm độ sáng một chút khi di chuột vào vùng đã chọn để tạo cảm giác tương tác */
.rating-stars input:checked + label:hover,
.rating-stars input:checked ~ label:hover,
.rating-stars input:checked ~ label:hover ~ label,
.rating-stars label:hover ~ input:checked ~ label {
    color: #ffad00;
}


/*CSS ô sản phẩm col-left*/
/* Container chứa tiêu đề và giá */
.content-sp {
    padding-left: 10px;
    flex: 1; /* Để content chiếm hết phần còn lại của dp-flex */
}

/* Style cho tiêu đề sản phẩm nhỏ */
.content-sp .title {
    font-size: 14px;
    color: #333;
    margin: 0 0 5px 0;
    font-weight: 900;
    line-height: 2.4;
    height: 36px; /* Giới hạn độ cao 2 dòng */
    overflow: hidden;
}

a:hover .content-sp .title {
    color: #fd6e1d; /* Đổi thành màu đỏ bạn đang dùng cho giá hoặc màu bạn muốn */
    text-decoration: none; /* Đảm bảo không bị gạch chân */
}

/* Áp dụng class bạn đã có và tinh chỉnh cho sản phẩm nhỏ */
.small-item-product .new-price {
    font-size: 14px;
    font-weight: 700;
    color: #a61e16;
    display: block; /* Giữ theo ý bạn muốn */
    margin-bottom: 2px; /* Giảm margin so với item-sanpham lớn */
}

.small-item-product .old-price {
    font-size: 12px; /* Giảm cỡ chữ một chút cho cân đối với item nhỏ */
    font-weight: normal; /* Giá cũ nên để normal để làm nổi bật giá mới */
    color: rgba(112, 108, 108, 0.651);
    text-decoration: line-through;
    display: block; /* Hiện bên dưới giá mới */
}

/* Căn chỉnh lại container linh hoạt */
.dp-flex {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px; /* Khoảng cách giữa các sản phẩm trong list */
}


/*NÚT MÃ GIẢM GIÁ*/
/* 1. Trạng thái mặc định (khi chưa nhập mã) */
.btn-coupon-default {
	width: 100%;
    background-color: #f1f1f1 !important; /* Xám rất nhạt */
    color: #ababab !important; /* Chữ xám */
    border: 1px solid #dcdcdc !important;
    border-radius: 4px; /* Bo góc nhẹ */
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase; /* Chữ hoa cho mạnh mẽ */
    letter-spacing: 0.5px; /* Khoảng cách chữ */
    cursor: not-allowed; /* Biểu tượng chuột ko click được */
    transition: all 0.3s ease-in-out; /* Hiệu ứng chuyển động mượt */
    box-shadow: none;
}

/* 2. Trạng thái ĐẸP và nổi bật (khi ĐÃ nhập mã) */
.btn-coupon-active {
	width: 100%;
    background-color: #28a745 !important; /* Xanh lá tươi */
    color: white !important;
    border-color: #28a745 !important;
    cursor: pointer !important;
    box-shadow: 0 4px 6px rgba(40, 167, 69, 0.2); /* Đổ bóng xanh nhẹ tạo độ nổi */
}

/* 3. Hiệu ứng khi di chuột qua nút đã active (hover) */
.btn-coupon-active:hover {
    background-color: #218838 !important; /* Xanh đậm hơn một chút */
    border-color: #1e7e34 !important;
    box-shadow: 0 6px 12px rgba(40, 167, 69, 0.3); /* Bóng đổ đậm hơn */
    transform: translateY(-1px); /* Nút nhích nhẹ lên trên */
}

/* 4. Hiệu ứng khi bấm vào (active click) */
.btn-coupon-active:active {
    transform: translateY(1px); /* Nút lún xuống tạo cảm giác bấm */
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
}


/* Style cho nút Hotline trong giỏ hàng */
.btn-hotline-cart {
    display: block;
    width: 100%;
	height:45px;
	margin: auto;
    background: #fd6e1d ; /* Màu mận nổi bật */
    color: #ffffff !important;
    text-align: center;
    padding: 9px 15px;
    font-size: 16px;
    font-weight: bold;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); /* Đổ bóng nhẹ phía dưới chữ để làm nổi khối */
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-hotline-cart:hover {
    background: #a61e16;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transform: translateY(-2px);
}

/* Hiệu ứng rung nhẹ để thu hút khách hàng gọi điện */
.btn-hotline-cart {
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}




/* Khung bao ngoài cột cam kết */
.product-commitments {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 20px 10px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Từng mục cam kết */
.commit-item {
    display: flex;
    align-items: flex-start; /* Để icon canh lề trên khi chữ dài xuống dòng */
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

/* Mục cuối cùng không có đường gạch dưới và margin */
.commit-item.last-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* Định dạng Icon */
.commit-icon {
    width: 42px;
    height: 42px;
    margin-right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0; /* Giúp icon không bị móp khi text quá dài */
}

/* Khai báo đường dẫn ảnh */
.icon-shipping { background-image: url('../img/icon-xe-1.png'); }
.icon-genuine  { background-image: url('../img/icon-the-2.png'); }
.icon-return   { background-image: url('../img/icon-doi-tra.png'); }
.icon-saving   { background-image: url('../img/icon-giam-gia.png'); }

/* Định dạng chữ tiêu đề và nội dung */
.commit-text strong {
    display: block;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase; /* Làm tiêu đề nổi bật hơn */
}

.commit-text span {
    font-size: 13.5px;
    color: #666;
    line-height: 1.5;
    display: block;
    text-align: justify;
}

/* Hiệu ứng hover nhẹ khi di chuột vào mục cam kết */
.commit-item:hover .commit-icon {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}


/* 1. Màu chữ cho Tab đang được chọn */
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    color: #a61e16 !important;
    border-top: 3px solid #a61e16 !important; /* Thêm đường kẻ phía trên cho hiện đại */
    border-bottom-color: transparent !important;
}

/* 2. Hiệu ứng khi di chuột qua các Tab chưa chọn */
.nav-tabs > li > a:hover {
    color: #a61e16 !important;
    background-color: #f9f9f9;
}

/* 3. Màu chữ mặc định cho các Tab chưa được click */
.nav-tabs > li > a {
    color: #555;
    transition: all 0.3s ease;
}




/* Khung bao ngoài phần liên hệ */
.contact-info-page {
    padding: 10px 0;
}

.contact-info-page p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
    display: flex;
    align-items: center; /* Căn icon và chữ luôn thẳng hàng */
}

/* Định dạng Icon màu đỏ mận */
.contact-info-page .contact-icon {
    color: #a61e16;
    width: 30px; /* Độ rộng icon lớn hơn footer để dễ nhìn */
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
}

/* Link trong trang liên hệ */
.contact-info-page a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-info-page a:hover {
    color: #a61e16;
    padding-left: 5px; /* Hiệu ứng dịch chuyển nhẹ khi hover */
}

/* Tăng độ đậm cho nhãn chữ */
.contact-info-page strong {
    color: #333;
    margin-right: 5px;
}