.container {
    width: 100% !important;
    max-width: none !important;
}


/* Chỉ XL trở lên giảm còn 75% */
@media (min-width: 1700px) {
    .container {
        width: 75% !important;
    }
    
    .container-fuild.bg-page {


    margin-top: 136px !important; 
    /* Chiều cao của header + title-menu */
 }
}

@media (min-width: 2000px) {
    .container {
        width: 75% !important;
    }
    
    .container-fuild.bg-page {


    margin-top: 150px !important; 
    /* Chiều cao của header + title-menu */
 }
}

.container-fuild.bg-page {


    margin-top: 150px;
    /* Chiều cao của header + title-menu */
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1002;
    /* Đảm bảo header nằm trên các phần tử khác */
    background-color: #f8f9fa;
    /* Màu nền có thể điều chỉnh */
}

#navbar {

    position: sticky;
    top: 0;
    z-index: 1000;
}

.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    /* Ensures it stays on top */
    background-color: #ffffff;
    /* Adjust the color as needed */
    transition: top 0.1s;
}

.title-menu {

    top: 100px!important;



    background-color: #ffffff;

}



.mh50 {
    min-height: 50px;
}

.h-100 {
    min-height: 100%;
}

.mh200 {
    min-height: 100px;
}

.dv {
    border: 1px solid black;
}

.bg-page {
    background: #f5f5f5;

}
.bg-header
{
    background:#4169e1; /* Màu xanh sáng, đậm và tươi *//* Sky Blue */

}

.bg-title {
    background: #F5F5F5; /* Màu trắng hơi xám */
    /* Một màu cam rực rỡ */
}




.bg-footer {
    background: #15161D;
}

.font-ss {

    font-family: "Quicksand", sans-serif;

    text-decoration: none;
}

.dropdown-container1 a:hover i {
    color: #fff;
    /* Biểu tượng màu trắng khi hover */
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

.dropdown-container a:hover i {
    color: #fff;
    /* Biểu tượng màu trắng khi hover */
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

.text-hover-medium {
    font-weight: 500;
    color: black;
    transition: all 0.3s ease;
}

.text-hover-medium:hover {
    font-weight: 650;
    background: linear-gradient(45deg, #007bff, #00c3ff);
    /* Gradient xanh dương */
    color: #fff;
    /* Chữ trắng khi hover */
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
    padding: 15px;
    border-radius: 5px;
}


textarea.form-control:focus {
    border-color: #bfbfbf;
    /* Đặt màu viền là màu xám nhạt */

    box-shadow: none;
    /* Loại bỏ hiệu ứng đổ bóng mặc định */
}

input.form-control:focus {
    border-color: #bfbfbf;
    /* Đặt màu viền là màu xám nhạt */

    box-shadow: none;
    /* Loại bỏ hiệu ứng đổ bóng mặc định */
}

.input-group .form-control {
    border-right: 0;
    /* Remove right border of the input */
}

.input-group .input-group-text {
    background-color: #f9bb01;
    color: white;
    border-left: 0;
    /* Remove left border of the button */
    cursor: pointer;
    outline: none;
}

#product-category {
    position: relative;
    z-index: 1001;
    /* Cao hơn lớp phủ */
    background-color: white;

}

#product-category a {

    text-decoration: none;

}

.category-list {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    /* Điều chỉnh kích thước theo nhu cầu */


}

.category-list ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

.category-list li {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.category-list li:last-child {
    border-bottom: none;
}

.category-list li:hover {
    background-color: #f0f0f0;
}

.category-list1 {

    top: 100%;
    left: 0;
    background-color: white;



    border-top: 0;


}

.category-list1 ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

.category-list1 li {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.category-list1 li:last-child {
    border-bottom: none;
}

.category-list1 li:hover {
    background-color: #f0f0f0;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Làm mờ */
    z-index: 1000;
    /* Dưới danh mục sản phẩm */
}

body.blurred #main-content {
    filter: blur(5px);
    /* Điều chỉnh mức độ làm mờ theo nhu cầu */
}

body.blurred {
    overflow: hidden;
    /* Ngăn cuộn trang khi lớp phủ hiển thị */
}

.col-xl-3 {
    position: relative;
    /* Tạo bối cảnh định vị cho dropdown menu */
}

.dropdown-menu1 {
    min-width: 993px;
    min-height: 490px;
    display: none;
    position: absolute;
    top: 0;
    /* Dịch lên trên 10px */
    left: 100%;
    z-index: 1001;

    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu-1 {
    display: none;
    position: absolute;
    top: 0;
    /* Adjust as necessary */
    left: 100%;
    /* Align to the right of .dropdown-container1 */
    z-index: 999;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 993px;
    min-height: 544px;
}


.dropdown-menu2 {
    min-width: 300px;
}

.dropdown-container:hover .dropdown-menu1,
.dropdown-container2:hover .dropdown-menu2,
.dropdown-container3:hover .dropdown-menu3 {
    display: block;
}

.dropdown-container1:hover .dropdown-menu-1,
.dropdown-container2:hover .dropdown-menu2,
.dropdown-container3:hover .dropdown-menu3 {
    display: block;
}



.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.form-check :focus {
    box-shadow: none;
    outline: none;
}

.form-select:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid black;
}

button .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

/* Border-bottom cho header khi accordion item mở */
.dropdown-icon {
    float: right;
    font-size: 16px;
    margin-left: 10px;
}

.two-line-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.product-container {
    position: relative;
    overflow: hidden;

    background-color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.product-container:hover {

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.product-container img {
    max-width: 100%;
    max-height: 350px;
    transition: transform 0.3s ease;
}


.border-thumbnail {
    border: 1px solid #dee2e6;
    /* Màu viền mặc định */
}

.border-thumbnail.selected {
    border: 3px solid #3278f6;
    /* Màu viền khi được chọn */
}

.rating {
    display: inline-block;
    direction: rtl;
}

.rating input {
    display: none;
}

.rating label {
    color: #ffa500;
    font-size: 25px;
    cursor: pointer;
}



.icon-rotate {
    display: inline-block;
    transition: transform 0.5s ease-in-out;
}

.icon-rotate:hover {
    transform: rotate(360deg);
}

@media (min-width: 1280px) { /* Chỉ áp dụng cho màn hình từ 1280px trở lên */
    .product-container:hover .d-none {
        display: inline-block !important;
    }
    .product-container:hover img {
    transform: scale(1.1);
}

}


.add-to-cart,
.add-to-cart-1,
.add-to-cart-2 {
    position: absolute;
    right: 10px;
    /* Điều chỉnh khoảng cách từ cạnh phải của cột sang trái */
    z-index: 1;
    /* Đảm bảo icon hiển thị trên các phần tử khác */
    text-decoration: none;
    /* Bỏ gạch chân cho liên kết */
    opacity: 0;
    /* Mặc định ẩn */
    transform: translateY(10px);
    /* Bắt đầu từ dưới lên */
    transition: opacity 1s ease, transform 1s ease;
    /* Hiệu ứng chuyển tiếp mượt mà */
}

.add-to-cart {
    top: 170px;
    /* Điều chỉnh khoảng cách từ đỉnh cột xuống */
    transition-delay: 0.5s;
    /* Độ trễ cho nút này */
}

.add-to-cart-1 {
    top: 90px;
    /* Điều chỉnh khoảng cách từ đỉnh cột xuống */
    transition-delay: 0.5s;
    /* Độ trễ cho nút này */
}

.add-to-cart-2 {
    top: 130px;
    /* Điều chỉnh khoảng cách từ đỉnh cột xuống */
    transition-delay: 1s;
    /* Độ trễ cho nút này */
}

.product-container:hover .add-to-cart,
.product-container:hover .add-to-cart-1,
.product-container:hover .add-to-cart-2 {
    opacity: 1;
    /* Hiển thị khi di chuột vào */
    transform: translateY(0);
    /* Di chuyển trở về vị trí ban đầu */
}

.banner-left,
.banner-right {
    position: sticky;
    top: 0;
    width: 120px;
    /* Điều chỉnh độ rộng banner */
    height: auto;
    display: inline-block;
    z-index: 500;
}

.banner-left {
    position: fixed;
    left: 5%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-right {
    position: fixed;
    right: 5%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-badge {
    background: linear-gradient(45deg, #00bcd4, #ff4081);
    /* Gradient from teal to pink */
    color: white;
    /* White text for contrast */
    padding: 7px 12px;
    /* Adequate padding for better balance */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Slightly stronger shadow for depth */
    font-weight: bold;
    /* Bold text for a clean, modern look */
    text-transform: uppercase;
    /* Uppercase text for a cleaner aesthetic */
    transition: transform 0.3s ease-in-out, background 0.4s ease, box-shadow 0.3s ease;
    /* Smooth transition */
    display: inline-block;
    /* Allow the element to scale properly */
    border-radius: 50px;
    /* Fully rounded corners */
    animation: none;
    /* Default no animation */
}

.custom-badge:hover {
    transform: scale(1.05);
    /* Subtle scaling effect on hover */
    background: linear-gradient(45deg, #ff4081, #00bcd4);
    /* Reverse gradient for hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    /* Deeper shadow on hover */
}


.custom-badge.updated {
    animation: bounce 0.5s ease;
    /* Bounce animation on number update */
}

/* Keyframes for bounce effect */
@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    70% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}


@media (min-width: 768px) {
    .dropdown-icon {
        display: none;
        /* hoặc giá trị hiển thị khác tùy thuộc vào nhu cầu của bạn */
    }

}

.img-logo {
    max-width: 100%;
    max-height: 80px;
}

.cart-total {
    transition: opacity 0.5s ease;
}

@media (max-width: 768px) {


    .see-all {


        font-size: 14px;
    }

    .img-logo {
        max-height: 50px;
    }

    .container-fuild.bg-page {
        margin-top: 60px;
        /* Chiều cao của header + title-menu */
    }

}

@media (min-width: 768px) and (max-width: 1200px) {


    .container-fuild.bg-page {
        margin-top: 130px;
        /* Chiều cao của header + title-menu */
    }
}

img.lazyload {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

img.lazyload.loaded {
    opacity: 1;
}

/* Màu viền đen cho các phần tử pagination */
.pagination .page-link {
    color: white;
    /* Màu chữ trắng */
    border: 1px solid black;
    /* Màu viền đen */
    background-color: black;
    border-radius: 5px;
    margin: 2px;

}

.pagination .page-item.active .page-link {
    background-color: black;
    /* Màu nền khi active */
    color: white;
    /* Màu chữ khi active */
    border: 1px solid #333;
    /* Màu viền tối hơn khi active */
}

.pagination .page-link:hover {
    background-color: #333;
    /* Màu nền khi hover */
    color: white;
    /* Màu chữ khi hover */
    border: 1px solid #555;
    /* Màu viền tối khi hover */
}

.social-icons {
    right: 0px;
    /* Khoảng cách với cạnh phải */
    bottom: 70px;
    /* Khoảng cách với cạnh dưới */
    z-index: 1000;
    /* Hiển thị trên các phần tử khác */
}

.account-sidebar {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 240, 255, 0.08);
}

.account-sidebar .list-group-item {
  background: #fdfdfd;
  border: none;
  color: #333;
  font-weight: 500;
  transition: all 0.35s ease;
  border-radius: 0;
  padding: 12px 16px;
}

.account-sidebar .list-group-item:first-child {
  background: linear-gradient(90deg, #00f0ff, #00c6ff);
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 1.05rem;
  box-shadow: inset 0 -2px 5px rgba(0, 240, 255, 0.3);
}

.account-sidebar .list-group-item:hover {
  background: linear-gradient(90deg, #00f0ff, #00c6ff);
  color: #fff;
  transform: translateX(2px);
  box-shadow: 0 3px 12px rgba(0, 240, 255, 0.2);
}

.account-sidebar .list-group-item i {
  transition: 0.3s ease;
}

.account-sidebar .list-group-item:hover i {
  color: #fff;
}

.neon-header {
  background: #111;
  color: #0ff;
  text-shadow: 0 0 5px #0ff, 0 0 10px #0ff;
  box-shadow: 0 0 10px #0ff inset, 0 0 20px rgba(0,255,255,0.4);
  border-bottom: 2px solid #0ff;
}
.btn-ultimate {
  background: linear-gradient(135deg, #00f0ff, #8e2de2, #f000ff);
  background-size: 300% 300%;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 0.6rem 1.2rem;
  box-shadow: 0 4px 14px rgba(0, 255, 255, 0.3);
  transition: all 0.35s ease;
  font-weight: 600;
  letter-spacing: 0.5px;
  overflow: hidden;
  position: relative;
}

.btn-ultimate:hover {
  background-position: 100% 0;
  box-shadow: 0 0 20px rgba(255, 0, 255, 0.6), 0 0 30px rgba(0, 255, 255, 0.5);
  transform: scale(1.05);
}

.btn-ultimate:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(0, 242, 255, 0.4);
}

/* Icon động nhẹ */
.icon-animate {
  animation: iconFloat 1.5s ease-in-out infinite alternate;
}

@keyframes iconFloat {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-2px);
  }
}
.avatar-frame-cyber {
  position: relative;
  width: 140px;
  height: 140px;
  padding: 6px;
  background: #0a0a0a;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px rgba(0,255,255,0.5);
  animation: framePulse 4s ease-in-out infinite;
}

@keyframes framePulse {
  0%, 100% { box-shadow: 0 0 30px rgba(0,255,255,0.5); }
  50% { box-shadow: 0 0 50px rgba(255,0,255,0.5); }
}

.avatar-img {
  width: 128px;
  height: 128px;
  border-radius: 16px;
  object-fit: cover;
  border: 3px solid #0ff;
  box-shadow: 0 0 14px rgba(0,255,255,0.5);
  z-index: 4;
}

/* LED viền */
.led-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(270deg, #0ff, #f0f, #00f, #0ff);
  background-size: 600% 600%;
  animation: ledMove 6s ease infinite;
  mix-blend-mode: screen;
  z-index: 0;
}

@keyframes ledMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Magic Circle */
.magic-circle {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 2px dashed rgba(0,255,255,0.4);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0,255,255,0.2);
  animation: magicSpin 5.5s linear infinite;
  z-index: 1;
}

@keyframes magicSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

/* Aura Glow */
.aura-glow {
  position: absolute;
  top: -70%;
  left: -70%;
  width: 240%;
  height: 240%;
  background: radial-gradient(circle, rgba(0,255,255,0.35) 0%, rgba(255,0,255,0.15) 60%, transparent 70%);
  animation: auraRotate 8s linear infinite;
  z-index: 0;
}

@keyframes auraRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Plasma Orb */
.plasma-orb {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background: radial-gradient(circle, rgba(0,255,255,0.8) 0%, rgba(255,0,255,0.4) 60%, transparent 80%);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0,255,255,0.6), 0 0 30px rgba(255,0,255,0.4);
  animation: orbPulse 3s ease-in-out infinite;
  z-index: 5;
}

@keyframes orbPulse {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.8; }
  50% { transform: translateX(-50%) scale(1.2); opacity: 1; }
}

/* Vương miện */
.crown-decor {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 20px;
  background: radial-gradient(circle, #ffd700, #ff9900);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 0 16px #ffa500, 0 0 28px #ffcc00;
  z-index: 6;
}

