:root {
  --orange-color: #f40;
}

body,
.nav > li > a,
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: "Gilroy", sans-serif !important;
}
.test-font {
  font-weight: 500;
  color: #1a1a1a;
}

.main-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  position: relative;
}
.main-header-inner ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  align-items: center;
}
.header-logo img {
  height: 50px;
}
.main-header-inner ul li {
  margin-bottom: 0;
}
.main-header-inner .main-menu-flexiable .cs-menu-link {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
  display: flex;
  gap: 5px;
  align-items: center;
}
.main-header-inner .main-menu-flexiable .cs-menu-link i {
  font-size: 12px;
}
.header-action ul {
  gap: 15px;
  margin-top: -3px;
}
.header-action {
  position: relative;
}
.header-action::before {
  position: absolute;
  width: 1px;
  height: 24px;
  background: #1a1a1a;
  content: "";
  left: -24px;
  top: 0;
}
.sub-menu-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  padding-top: 22px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: 0.5s ease;
}
.cs-menu-item:hover > .sub-menu-wrapper {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Xoay mũi tên khi hover */
.cs-menu-item:hover > a .fa-chevron-down {
  transform: rotate(180deg);
}

/* Mũi tên animation mượt */
.cs-menu-item > a .fa-chevron-down {
  transition: transform 0.5s ease;
}

.cs-menu-item {
  position: relative;
}
.cs-menu-item::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1.5px;
  bottom: -5px;
  transition: all 0.5s;
  left: 0;
}
.cs-menu-item:hover::after {
  width: 100%;
  background-color: #1a1a1a;
}
.sub-menu-inner {
  border-top: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.sub-menu-inner .container {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.sub-menu-inner .container::after {
  display: none;
}
.header-wrapper {
  background: #f4f4f4;
}

.sub-menu-left ul {
  margin-top: 24px;
  margin-left: 0;
  flex-direction: column;
  gap: 16px;
  position: static;
  z-index: 9;
  align-items: flex-start;
}
.sub-menu-left .parent-menu {
  color: #1a1a1a !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
}
.sub-menu-left .parent-menu::after {
  width: 32px;
  height: 1px;
  content: "";
  background-color: #1a1a1a !important;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.cs-menu-link.child {
  position: relative;
  width: fit-content;
  z-index: 999;
}
.cs-menu-link.child::after {
  position: absolute;
  content: "";
  width: 0%;
  transition: all 0.5s;
  height: 1.5px;
  bottom: -5px;
  background-color: #1a1a1a;
}
.cs-menu-link.child:hover::after {
  width: 100%;
}

.submenu-lv-2 ul {
  flex-direction: row;
  gap: 50px;
  margin-top: 0;
}
.submenu-lv-2 ul li a {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.submenu-lv-2 ul li a span {
  color: #1a1a1a;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.submenu-lv-2 ul li a:hover span {
  color: var(--orange-color);
}
.submenu-lv-2 {
  position: absolute;
  top: 93px;
  left: 170px;
  padding-left: 140px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  height: 100%;
}
.just-img-banner {
  position: absolute;
  top: 93px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.just-img-banner .img-menu {
  text-align: end;
}
.sub-menu-left ul li:hover .submenu-lv-2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sub-menu-left ul li:hover .just-img-banner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.has-more-menu {
  width: 100%;
}

.submenu-lv-2 ul li a img {
  height: 102px;
  width: 134px;
}
.sub-menu-right.have-list-img ul {
  gap: 24px;
  margin: 0;
}
.cs-menu-link.link-img {
  position: relative;
}
.cs-menu-link-inner {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.sub-menu-wrapper.have-list-img .sub-menu-left {
  flex: 0 0 300px;
}
.cs-menu-link-inner {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
  max-width: 250px;
}
.cs-menu-link-inner i {
  font-size: 34px !important;
}

.sub-menu-wrapper.is-grid .sub-menu-left ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto); /* 6 items mỗi cột */
  column-gap: 150px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px !important;
  color: var(--orange-color) !important;
  font-weight: bolder !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 50px;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 50px;
}

.blur-arrow .swiper-button-prev,
.blur-arrow .swiper-rtl .swiper-button-next {
  left: 12px;
}
.blur-arrow .swiper-button-next,
.blur-arrow .swiper-rtl .swiper-button-prev {
  right: 12px;
}

.blur-arrow .swiper-button-next:after,
.blur-arrow .swiper-button-prev:after {
  font-size: 16px !important;
}

.blur-arrow .swiper-button-next,
.blur-arrow .swiper-button-prev {
  width: 33px !important;
  height: 33px !important;
  border-radius: 50px;
  border: 0.5px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.24) !important;
  backdrop-filter: blur(5px) !important;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 24px 12px;
  padding: 0 70px;
}

.blur-arrow.orange .swiper-button-next,
.blur-arrow.orange .swiper-button-prev {
  border-radius: 50px !important;
  border: 0.5px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 68, 0, 0.12) !important;
  backdrop-filter: blur(5px) !important;
}
.product-layout-row {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
.product-layout-left {
  flex: 0 0 217px;
  padding: 32px 24px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 12px 0 rgba(180, 180, 180, 0.25);
}
.inner-title {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.inner-product-description {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.round-btn {
  padding: 16px 50px;
  border-radius: 50px;
  border: 1px solid #999;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  width: fit-content;
  text-transform: capitalize;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.product-item {
  border: 1px solid #e1e1e1;
  padding: 16px;
  background: #fff;
}
.product-thumb img {
  width: 185px;
  height: 182px;
}
.product-item .product-title {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.product-item .product-title a {
  color: #1a1a1a;
}
.product-item .product-cat {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 8px;
}
.product-price,
.product-price .price-min {
  color: #dd0004;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.diviver {
  height: 1px;
  background: #d9d9d9;
  width: 100%;
}
#sale_products .product-price {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.product-price .price-max {
  color: rgba(26, 26, 26, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-decoration: line-through;
  text-transform: capitalize;
}
.product-thumb {
  position: relative;
}
.bage {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  display: block;
  width: fit-content;
  padding: 4px 8px;
  z-index: 9;
  font-size: 12px;
  font-weight: 600;
}
.bage.bage-new {
  color: #fff;
  background-color: #dd0004;
}
.bage.bage-sale {
  color: #fff;
  background-color: #0099e5;
}
.midle_banner img {
  height: 620px;
  width: auto;
  object-fit: cover;
}
#midle_banner,
#bottom_banner {
  position: relative;
}
.midle_banner-inner,
.bottom_banner-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  display: flex;
  align-items: center;
}
.round-btn.transparent {
  border: 1px solid #ffffff;
  color: #fff;
}
.midle_banner-inner h1 {
  color: #fff;
  font-size: 68px;
  font-weight: 400;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 0;
  max-width: 600px;
}
.midle_banner-inner h2 {
  color: #fff;
  font-size: 68px;
  font-weight: 400;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.midle_banner-inner h2 svg {
  width: 65px;
  height: 60px;
}
.midle_banner-inner p {
  color: #ffffffc4;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  max-width: 600px;
  margin: 20px 0;
}
#home_product_category .product-layout-left {
  padding: 24px;
  flex: 0 0 235px;
}

.loader-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top-color: var(--orange-color);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#home_product_category .product-layout-right {
  position: relative;
  flex: auto;
}
#home_product_category .categories {
  margin-bottom: 0;
  list-style: none;
}
#home_product_category .categories li {
  margin-bottom: 0;
}
#home_product_category .categories li a {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.5px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  display: block;
  margin-bottom: 16px;
}
#home_product_category .categories li a:hover,
#home_product_category .categories li a.active {
  color: var(--orange-color);
}
.blog-item.blog-featured {
  position: relative;
}
.blog-item.blog-featured .blog-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 24px 12px;
  margin-bottom: 0;
}
.blog-item.blog-featured .blog-title a {
  color: #fff;
}
.blog-layout-right {
  display: grid;
  gap: 12px 24px;
  grid-template-columns: repeat(2, 1fr);
}
.blog-layout-right .blog-item.blog-small {
  display: flex;
  gap: 12px;
  align-items: center;
}
.blog-layout-right .blog-item.blog-small .blog-title-small {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-layout-right .blog-item.blog-small .blog-title-small a {
  color: #1a1a1a;
}

.blog-item.blog-small .blog-thumb-small {
  flex: 0 0 120px;
  height: 100%;
}
.blog-item.blog-small .blog-thumb-small img {
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.section-heading h1 {
  padding-bottom: 12px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  width: fit-content;
  border-bottom: 1px solid var(--orange-color);
}
.section-heading {
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
.blog-item.blog-featured img {
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.bottom_banner-row,
.banner-gioi-thieu-top {
  display: flex;
  gap: 50px;
  align-items: center;
}
.bottom_banner-left h1,
.bottom_banner-left h2,
.banner-gioi-thieu-title h1,
.banner-gioi-thieu-title h2 {
  color: #fff;
  font-size: 68px;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.bottom_banner-left,
.banner-gioi-thieu-title {
  flex: 0 0 500px;
}
.bottom_banner-right {
  display: flex;
  gap: 50px;
}
.bottom_banner-right .round-btn {
  height: fit-content;
  flex: 0 0 170px;
}
.bottom_banner-content p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
}
.bottom_banner img {
  height: 620px;
  width: 100%;
  object-fit: cover;
}
.policy_list {
  padding: 16px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  border: 1px solid #e4e7e9;
  background: #fff;
}
.policy_list li {
  position: relative;
  padding: 16px;
  display: flex;
  gap: 16px;
  margin-bottom: 0;
  align-items: center;
}

.policy_list li::after {
  position: absolute;
  top: 10px;
  right: -50px;
  width: 1px;
  height: 55px;
  background-color: #e4e7e9;
  content: "";
}
.policy_list li:last-child::after {
  display: none;
}
.policy-inner h3 {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.policy-inner p {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
.footer-wrapper {
  padding: 50px 0 12px;
  background: #f4f4f4;
}
.footer-row {
  display: flex;
  gap: 70px;
  align-items: flex-start;
}
.footer-right {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.general_information p {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 12px;
}
.general_information p a {
  color: rgba(26, 26, 26, 0.7);
}
.general_information p img {
  margin-bottom: 0 !important;
}
.general_information {
  margin-top: 24px;
}
.footer-menu-title {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-menu ul {
  list-style: none;
}
.footer-menu ul li a {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.social-connect-us {
  list-style: none;
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}
.social-connect-us li {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  border: 1px solid #e1e1e1;
  background: #fff;
}
.store_hotline {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.store_hotline a {
  color: rgba(26, 26, 26, 0.7);
}
.wholesale {
  margin-top: 12px;
}
.wholesale h4 {
  color: rgba(26, 26, 26, 0.7);
  font-family: SVN-Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 12px;
}
.wholesale ul {
  list-style: none;
  margin-bottom: 0;
}
.wholesale ul li {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 12px;
}
.wholesale ul li a {
  color: rgba(26, 26, 26, 0.7);
}
.copyright {
  border-top: 1px solid #4a4a4a;
  color: rgba(26, 26, 26, 0.5);
  font-size: 14px;
  font-weight: 500;
  padding-top: 12px;
}
.footer-row {
  padding-bottom: 50px;
}

#gioi-thieu-banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.banner-gioi-thieu-content p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.banner-gioi-thieu-bottom {
  display: flex;
  gap: 50px;
  margin-top: 50px;
  align-items: center;
}
.banner-gioi-thieu-bottom .banner-gioi-thieu-img {
  flex: 0 0 610px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px; /* khoảng cách giữa item và separator */
  font-size: 14px;
  margin-bottom: 0;
}

.breadcrumb-item {
  color: rgba(26, 26, 26, 0.7);
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb-item:hover {
  color: var(--orange-color);
}

/* Item active */
.breadcrumb-item.active {
  color: var(--orange-color);
  font-weight: 500;
}

/* Gạch dọc */
.breadcrumb-separator {
  width: 1px;
  height: 20px;
  background-color: #1a1a1a;
  display: inline-block;
}
.vision_mission-layout {
  display: flex;
  gap: 140px;
  align-items: center;
}
.vision_mission-heading span {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.vision_mission-heading h1 {
  color: var(--orange-color);
  font-size: 48px;
  font-weight: 400;
  max-width: 454px;
  line-height: 48px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.vision_mission-left {
  display: flex;
  flex-direction: column;
  gap: 70px;
  flex: 0 0 550px;
}
.vision_mission-right {
  display: flex;
  gap: 50px;
  align-items: center;
}
.vision_mission-right-left {
  flex: 0 0 280px;
  display: flex;
  gap: 50px;
  flex-direction: column;
}
.vision_mission-content p {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.vision_mission-item h3 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 24px;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.contact_form-row {
  display: flex;
  align-items: stretch;
}
.contact_form-left img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* giúp ảnh tự fill theo chiều cao */
  display: block;
}
.contact_form-left > div {
  height: 100%; /* quan trọng */
}
.contact_form-left {
  flex: 0 0 500px;
  height: auto;
}
.contact_form-right .contact_form-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
.contact_form-right .contact_form-wrapper .contact_form-inner {
  flex: 0 0 450px;
}

.contact_form-right h2 {
  color: var(--orange-color);
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 85px;
  margin-top: 70px;
  text-align: center;
}
.contact_form-inner form {
  padding: 24px;
  background: #f4f4f4;
  margin-bottom: 0;
}
.form-group label {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.form-group input,
.form-group textarea {
  border: 1px solid rgba(0, 0, 0, 0.24) !important;
  background: #fff;
  height: 40px !important;
  box-shadow: none !important;
  color: rgba(26, 26, 26, 0.5) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-bottom: 24px !important;
  margin-top: 8px !important;
}
.form-group input::placeholder {
  color: rgba(26, 26, 26, 0.5);
  font-size: 14px;
  font-weight: 400;
}
.form-group .wpcf7-submit {
  margin: 0 !important;
  margin-left: auto !important;
  padding: 16px 50px !important;
  line-height: unset !important;
  height: unset !important;
  border: unset !important;
  border-radius: 100px !important;
  background: var(--orange-color) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  display: block;
}
.wpcf7-spinner {
  display: none;
}
.contact_form-description {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.contact_form-information ul {
  list-style: none;
  margin: 0;
}
.contact_form-information ul li {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.contact_form-contact h4 {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.contact_form-contact span {
  color: rgba(26, 26, 26, 0.7);
  font-size: 16px;
  font-weight: 400;
}
.contact_form-information ul li svg {
  margin-top: 3px;
}
.policy_page-layout {
  display: flex;
  gap: 50px;
}
.policy_page-left {
  flex: 0 0 300px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding: 24px;
  height: fit-content;
}
.policy_page-left h3 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.policy_page-left ul {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.policy_page-left ul li {
  margin-bottom: 0;
}
.policy_page-left a {
  position: relative;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
}
.policy_page-left a i {
  font-size: 13px;
}
.policy_page-left a::after {
  position: absolute;
  content: "";
  width: 0%;
  transition: all 0.5s;
  height: 2px;
  bottom: -5px;
  background-color: var(--orange-color);
}
.policy_page-left a:hover,
.policy_page-left a.active {
  color: var(--orange-color);
}
.policy_page-left a:hover::after,
.policy_page-left a.active::after {
  width: 100%;
}
.policy_page-right {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  background: rgba(255, 68, 0, 0.02);
  padding: 24px;
}
.policy_page-right h1 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.blog-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.archive.category .blog-thumb,
.page-template-search .blog-thumb {
  position: relative;
  width: 100%;
  padding-top: 80%; /* tỷ lệ 16:9 - đổi nếu bạn muốn */
  overflow: hidden;
  border-radius: 6px; /* tuỳ chọn */
}

.archive.category .blog-thumb img,
.page-template-search .blog-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Quan trọng: giữ tỷ lệ và crop đẹp */
  transition: transform 0.4s ease;
  border-radius: 5px;
}

.archive.category .blog-item:hover .blog-thumb img,
.page-template-search .blog-item:hover .blog-thumb img {
  transform: scale(1.08);
}
.archive.category .blog-item,
.page-template-search .blog-item {
  position: relative;
}
.blog-infor {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: linear-gradient(0deg, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);

  padding: 50px 12px 12px;
}
.blog-infor h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 2px;
}
.blog-date {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.next.page-numbers,
.prev.page-numbers {
  display: none;
}
.pagination {
  justify-content: center;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: rgba(26, 26, 26, 0.5) !important;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.page-numbers.current {
  background-color: #f4f4f4;
  color: var(--orange-color) !important;
}
.page-numbers:hover {
  color: var(--orange-color) !important;
}
.single_post-title {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.single_post-date {
  display: flex;
  gap: 8px;
  align-items: center;
}
.single_post-date span {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px; /* 200% */
}
.single_post-content {
  margin-top: 24px;
}
.single_post-content p {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.single_post-content img {
  width: 100%;
  height: auto;
}
.single_post-layout {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.single_post-right {
  flex: 0 0 350px;
}
.single_post-card {
  padding: 32px 20px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 12px 0 rgba(216, 216, 216, 0.25);
}
.single_post-card h3 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.related-post-item,
.related-product-item {
  display: flex;
  gap: 12px;
  align-items: center;
}
.related-posts,
.related-products {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.related-thumb,
.related-product-item .product-thumb {
  flex: 0 0 120px;
}
.related-thumb img,
.related-product-item .product-thumb img {
  height: 78px;
  object-fit: cover;
  border-radius: 5px;
}
.related-title {
  margin-bottom: 0;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.related-product-infor .product-title {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.related-product-item {
  align-items: flex-start;
}
.related-product-infor .product-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.related-product-infor .product-price .price-min {
  font-size: 14px;
}
.shop-page-title {
  display: none;
}
.category_banner {
  position: relative;
}
.category_banner-img img {
  height: 100%;
}
.category_banner-text {
  position: absolute;
  bottom: 20px;
  left: 50px;
  z-index: 2;
}
.category_banner-text h1 {
  margin-bottom: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 70px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.child-category-item {
  display: flex;
  gap: 24px;
}
.child-category-inner {
  padding: 32px 24px;
  flex: 0 0 217px;
  border: 1px solid #e1e1e1;
}
.child-cat-title {
  color: var(--orange-color);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 8px;
}
.child-cat-banner {
  margin-bottom: 12px;
  position: relative;
}
.logo-mini {
  position: absolute;
  bottom: 8px;
  left: 16px;
  background: rgba(238, 239, 238, 0.1);
  backdrop-filter: blur(2.5px);
}
.child-cat-banner img:first-child {
  height: 105px;
  object-fit: cover;
  border-radius: 5px;
}
.category_child-row {
  display: flex;
  gap: 24px;
}
.category_child-left {
  flex: 0 0 337px;
}
.category_child-card {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding: 24px;
}

.category_child-card h3 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.category_child-card ul {
  list-style: none;
  margin-bottom: 0;
}
.category_child-card ul li {
  margin-bottom: 16px;
}
.category_child-card ul li:last-child {
  margin-bottom: 0;
}
.category_child-card ul li a {
  position: relative;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
}
.category_child-card ul li a:hover,
.category_child-card ul li a.active {
  color: var(--orange-color);
}
.category_child-card ul li a::after {
  position: absolute;
  content: "";
  width: 0%;
  transition: all 0.5s;
  height: 2px;
  bottom: -5px;
  background-color: var(--orange-color);
}
.category_child-card ul li a:hover::after,
.category_child-card ul li a.active::after {
  width: 100%;
}

.filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-list label {
  margin-bottom: 0;
}

.filter-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filter-radio input[type="radio"],
.woocommerce-checkout-payment input[type="radio"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  margin-bottom: 0;
  accent-color: var(--orange-color);
}
.woocommerce-checkout-payment input[type="radio"] {
  margin-right: 24px;
}
.filter-radio span {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.category_child-right .category_banner-img img {
  height: 276px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.category_child-right .category_banner-img {
  position: relative;
}
.category_child-right .category_banner-img::after {
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.category_child-right {
  flex: 1;
}
.category_child-right .product-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.tab-filter ul {
  list-style: none;
  margin: 24px 0;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
}
.tab-filter ul li {
  margin-bottom: 0;
}
.tab-filter ul li a {
  color: rgba(26, 26, 26, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}
.tab-filter ul li a::after {
  width: 0%;
  height: 1px;
  bottom: -5px;
  position: absolute;
  left: 0;
  content: "";
  transition: all 0.5s;
  background-color: var(--orange-color);
}
.tab-filter ul li a:hover::after,
.tab-filter ul li a.active::after {
  width: 100%;
}
.tab-filter ul li a:hover,
.tab-filter ul li a.active {
  color: var(--orange-color);
}
.cs-product-gallery .swiper-slide {
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
.cs-product-gallery .swiper-slide img {
  width: 100%;
  height: 620px;
  border-radius: 5px;
  object-fit: cover;
}
.cs-gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 115px;
  border-radius: 5px;
  object-fit: cover;
}
.cs-gallery-main {
  position: relative;
}

.rating-block {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Arial, sans-serif;
}

.rating-stars {
  display: flex;
  gap: 3px;
}

/* ⭐ full star */
.star {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.star.full {
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" fill="%23ff4d00" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 17.3l6.18 3.7-1.64-7.03L21 9.24l-7.19-.61L12 2 10.19 8.63 3 9.24l4.46 4.73L5.82 21z"/></svg>');
}

/* ⭐ half star */
.star.half {
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="half"><stop offset="50%25" stop-color="%23ff4d00"/><stop offset="50%25" stop-color="%23ddd"/></linearGradient></defs><path fill="url(%23half)" d="M12 17.3l6.18 3.7-1.64-7.03L21 9.24l-7.19-.61L12 2 10.19 8.63 3 9.24l4.46 4.73L5.82 21z"/></svg>');
}
.star.empty {
  display: none;
}
.rating-reviews {
  margin-left: 30px;
}

/* Test */
table.variations {
  display: none;
}
/* WRAPPER BLOCK ---------------------------------------------------- */

.cs-custom-variations {
  padding: 20px 0;
  border-top: 1px solid #eee;
  margin-top: 20px;
}

.cs-attr-block {
  margin-bottom: 20px;
}

.cs-attr-label {
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 14px;
  color: #1a1a1a;
}

.cs-attr-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* COLOR SWATCH ---------------------------------------------------- */

.cs-attr-item.color-type {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
  outline: 1px solid transparent;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}

.cs-attr-item.color-type.active {
  outline: 1px solid #1a1a1a;
  border: 2px solid #fff;

  transform: scale(1.12);
}

/* SIZE BUTTONS ----------------------------------------------------- */

.cs-attr-item.text-type {
  padding: 8px 24px;
  border-radius: 25px;
  background: #f4f4f4;
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  text-transform: capitalize;
}

.cs-attr-item.text-type:hover,
.cs-attr-item.text-type.active {
  background: #1a1a1a;
  color: #fff;
}

/* SEPARATORS -------------------------------------------------------- */

.cs-attr-block + .cs-attr-block {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}
.cs-attr-block:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;

  border-bottom: 1px solid #e1e1e1;
}
/* QUANTITY BLOCK ---------------------------------------------------- */

.cs-qty-block {
  margin-top: 15px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.cs-qty-btn {
  width: 40px;
  height: 40px;
  background: #f3f3f3;
  border-radius: 50%;
  border: none;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}

.cs-qty-btn:hover {
  background: #e3e3e3;
}

.cs-qty-input,
.qty {
  width: 55px !important;
  height: 40px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #ddd !important;
  background: #fff;
  font-size: 15px;
}

/* CART BUTTONS ------------------------------------------------------ */

.cs-cart-buttons {
  display: flex;
  gap: 18px;
  align-items: center;
}

/* Add to cart */
.cs-add-cart {
  background: #000 !important;
  color: #fff !important;
  padding: 12px 32px !important;
  border-radius: 30px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

/* Buy now */
.cs-buy-now {
  background: #ff4d00 !important;
  color: #fff;
  padding: 0 34px !important;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.25s;
}

.cs-buy-now:hover {
  background: #e84300;
}

.short-description {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-product-title {
  color: #1a1a1a;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.rating-score,
.review-count {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 500;
}
.price-block span bdi,
.price-block span {
  color: #dd0004;
  font-size: 32px;
  font-weight: 700;
  font-family: inherit !important;
}
.product-meta-table tr td,
.product-meta-table tr th {
  border-bottom: unset !important;
  padding: 0px 0 12px;
}
.product-meta-table tr th {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}
.product-meta-table tr td {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.753);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.product-meta-table tr td a {
  color: rgba(0, 0, 0, 0.753);
}

.woocommerce-variation-price {
  display: none;
}
.price-block .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 16px;
  align-items: center;
}
.price-block .price del span,
.price-block .price del span bdi {
  color: rgba(26, 26, 26, 0.5);
  font-size: 16px;
  font-weight: 700;
}
.price-block .price del {
  display: flex;
  color: rgba(26, 26, 26, 0.5);
}
.woocommerce-variation-add-to-cart {
  flex-wrap: nowrap !important;
}
.button-cart-wrap {
  display: flex;
}
.quantity-wrap {
  flex: 0 0 200px !important;
  color: #1a1a1a;
  font-size: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 600;
}
.ux-quantity.quantity input {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  font-size: 16px;
}
.quantity .button {
  background-color: transparent !important;
  line-height: unset !important;
  min-height: unset !important;
}
.ux-quantity.quantity {
  border-radius: 100px;
  background: #f4f4f4;
  padding: 8px 20px;
}
.button-cart-wrap button {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-transform: none !important;
  box-shadow: none !important;
  border-radius: 100px !important;
  margin-bottom: 0 !important;
}
.single_add_to_cart_button {
  padding: 0 20px !important;
  background-color: #1a1a1a !important;
  opacity: 1 !important;
}
.product-policy ul {
  list-style: none;
  border-radius: 12px;
  background: rgba(255, 68, 0, 0.06);
  padding: 24px !important;
  margin-bottom: 0;
}
.product-policy ul li {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 12px;
}
.product-policy ul li img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.product-policy {
  margin-top: 24px;
}
.product-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}
.product-share ul {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 0;
}
.product-share ul li {
  margin-bottom: 0;
}
.product-share ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.5s;
}
.product-share ul li a i {
  transition: all 0.5s;
  color: #000;
}
.product-share ul li a:hover {
  background-color: var(--orange-color);
}
.product-share ul li a:hover i {
  color: #fff;
}

#cs-side-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9998;
}

#cs-side-cart {
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  background: #fff;
  z-index: 9999999;
  display: flex;
  flex-direction: column;
  transition: 0.35s ease;
}

#cs-side-cart.active {
  right: 0;
}

#cs-side-cart-overlay.active {
  display: block;
}

.cs-cart-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.cs-cart-count-wrap {
  color: rgba(26, 26, 26, 0.7) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
.cs-cart-header h4 {
  margin-bottom: 0;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.cs-cart-close {
}

.cs-cart-items {
  flex: 1;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  overflow-y: auto;
  max-height: 250px;
  border-bottom: 1px solid #eee;
}
.cs-cart-items::-webkit-scrollbar {
  width: 0px;
}
.cs-cart-item {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e1e1e1;
}
.cs-cart-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cs-cart-item img {
  width: 120px;
  margin-right: 12px;
  background: #ececec;
  height: 78px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}

.cs-item-remove {
  margin-left: auto;
  cursor: pointer;
  font-size: 20px;
  color: #dd0004;
}

.cs-cart-summary p {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.cs-cart-summary p bdi {
  color: #dd0004 !important;
}
.cs-cart-summary-inner {
  padding: 24px;
  background: #f4f4f4;
}
.cs-checkout-btn {
  width: 100%;
  padding: 15px;
  background: #000;
  color: #fff !important;
  border-radius: 50px;
  font-size: 14px !important;
  margin: 24px 0 10px;
  min-height: unset !important;
  line-height: unset !important;
  display: flex;
  align-self: center;
  justify-content: center;
}

.cs-continue {
  text-align: center;
  display: block;
  padding: 15px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.cs-continue:hover {
  border: 1px solid #000;
}
.cs-checkout-cart-btns {
  padding: 0 24px;
}
.cs-voucher-btn {
  width: 100%;
  background: var(--orange-color);
  padding: 16px 24px;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.voucher-input {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  border-radius: 62px;
  flex: 1;
  border: 1px solid #e1e1e1;
  background: #fff;
}
.voucher-input input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  line-height: unset !important;
  height: unset !important;
  background: transparent !important;
  margin: 0 !important;
}
.voucher-input svg {
  height: 18px;
  width: 18px;
  margin-top: 3px;
}
.voucher-input input::placeholder {
  color: rgba(26, 26, 26, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.cs-voucher-btn span {
  font-size: 14px;
}
.cs-voucher-box {
  display: flex;
  gap: 8px;
}
.cs-voucher-box button {
  padding: 12px 24px !important;
  line-height: unset !important;
  height: unset !important;
  border-radius: 62px !important;
  font-size: 14px !important;
  color: #fff !important;
  text-transform: none !important;
  font-size: 14px !important;
  margin: 0 !important;
  background-color: #1a1a1a !important;
}
.cs-cart-title {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0px;
}
.cs-cart-price bdi {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.cs-cart-qty {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.cs-cart-qty strong {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
}
.produc-tab-wrapper {
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #f2f2f2;
  position: sticky;
  top: 104px;
  z-index: 9;
}
.produc-tab-wrapper ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin-bottom: 0;
}
.produc-tab-wrapper ul li {
  margin-bottom: 0;
}
.produc-tab-wrapper ul li a {
  color: rgba(26, 26, 26, 0.5);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
  padding: 12px;
  display: block;
  transition: all 0.5s;
  position: relative;
}
.produc-tab-wrapper ul li a::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0%;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  background: var(--orange-color);
}
.produc-tab-wrapper ul li a:hover {
  color: var(--orange-color);
}
.produc-tab-wrapper ul li a:hover::after {
  width: 100%;
}
#mo-ta-san-pham .col-md-3 {
  width: 27%;
}
#mo-ta-san-pham .col-md-9 {
  width: 73%;
}

.sticky-product-bar {
  position: sticky;
  top: 200px;
  z-index: 2;
}

#mo-ta-san-pham h2 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
.mo-ta-san-pham-content p {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

#cs-product-reviews {
  margin-top: 40px;
}

.cs-reviews-header {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
  gap: 100px;
}
.cs-reviews-header .left {
  flex: 0 0 415px;
}
.cs-reviews-header .left h3 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cs-reviews-header .left p {
  padding-top: 12px;
  padding-left: 20px;
  margin-bottom: 0;
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.cs-rating-box {
  background: linear-gradient(
    103deg,
    #f4f4f4 0%,
    #fbfbfb 63.72%,
    #e9e9e9 96.2%
  );
  padding: 24px 80px;
  border-radius: 12px;
  text-align: center;
}
.cs-rating-box .title {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
}
.cs-rating-box .star-rating {
  margin: 0 auto;
  font-size: 20px;
}
.cs-rating-box .score {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 600;
}
.star-rating span:before {
  color: var(--orange-color) !important;
}
.star-rating:before,
.woocommerce-page .star-rating:before {
  color: var(--orange-color) !important;
}

.cs-review-item {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  align-items: flex-start;
}

.cs-review-header {
  display: flex;
  gap: 12px;
  align-items: center;
}

.cs-review-header .avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
}

.cs-review-images img {
  width: 120px;
  height: auto;
  border-radius: 8px;
  margin-right: 10px;
}

.cs-review-form {
  border-radius: 12px;
  border: 1px solid #999;
  padding: 24px;
  background: #f4f4f4;
}

.cs-rating-input .star {
  font-size: 28px;
  cursor: pointer;
  color: #ccc;
  width: fit-content;
  height: fit-content;
  line-height: 10px;
}

.cs-rating-input .star.active {
  color: #ff6600;
}

.cs-submit-btn {
  background: var(--orange-color);
  color: #fff;
  padding: 16px 40px;
  border-radius: 100px;
  margin: 0 !important;
  border: none;
  cursor: pointer;
  font-size: 14px;
  text-transform: none;
  line-height: unset !important;
  min-height: unset !important;
  font-weight: 600;
}
.cs-review-list h3 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.cs-review-content .meta .name {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
}
.cs-review-content .meta .date {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.cs-review-content .meta {
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 7px;
}
.cs-review-content .meta .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1a1a1a;
}
.cs-review-content .stars .star-rating {
  margin-top: 3px;
}
.cs-review-content p {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 6px;
}
.cs-review-images img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  object-fit: cover;
}
.cs-review-form h3 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.cs-review-form form label {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.comment-wrapper label {
  color: #1a1a1a !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
}

.cs-upload-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  cursor: pointer;
  width: fit-content;
  background: #fafafa;
  transition: 0.2s ease;
  margin-bottom: 0;
}

.cs-upload-btn:hover {
  border-color: #999;
}

.cs-upload-btn input {
  display: none;
}

.cs-upload-icon svg {
  width: 32px;
  height: 32px;
}

.cs-upload-text {
  font-size: 16px;
  color: #444;
  line-height: 1.2;
}

.cs-upload-text small {
  font-size: 13px;
  color: #777;
}

.cs-preview-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cs-preview-item {
  position: relative;
  width: 120px;
  margin-top: 12px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.cs-preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-preview-remove {
  position: absolute;
  top: 3px;
  right: 3px;
  background: var(--orange-color);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-form-btns {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  align-items: center;
}
.comment-wrapper .form-group textarea {
  border-radius: 6px !important;
  border: 1px solid #d1d1d1 !important;
  margin-bottom: 0 !important;
}
#cs-review-submit {
  margin-bottom: 0 !important;
}

.cs-relate-product .product-grid {
  grid-template-columns: repeat(6, 1fr);
}
.cs-relate-product h2 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.cs-upsell-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cs-upsell-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  position: relative;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 12px 0 rgba(223, 223, 223, 0.25);
}

.cs-upsell-thumb img {
  width: 120px;
  object-fit: cover;
  height: 80px;
  border-radius: 8px;
}

.cs-upsell-info h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.cs-upsell-wrapper {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.cs-upsell-info .price bdi {
  color: #dd0004;
  font-weight: 700;
  font-size: 16px;
}

/* Custom Checkbox */
.cs-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
}

.cs-checkbox input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.cs-checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #dd0004;
  border-radius: 4px;
  display: block;
}

.cs-checkbox input:checked + .cs-checkmark {
  background: #dd0004;
}

.cs-upsell-add-all {
  background: white;
  border: 1px solid #000;
  padding: 10px;
  color: #1a1a1a !important;
  border-radius: 30px;
  cursor: pointer;
  text-transform: none !important;
  flex: 0 0 164px;
  font-size: 14px !important;
  height: fit-content;
  line-height: unset !important;
  min-height: unset !important;
}
.cs-upsell-add-all:hover {
  background: #000;
  color: #fff !important;
}
.cs-upsell-product {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e1e1e1;
}
.cs-upsell-product h3 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.cs-cart-loading {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.cs-cart-loading .spinner {
  width: 45px;
  height: 45px;
  border: 4px solid #fff;
  border-top-color: var(--orange-color);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
.cs-cart-loading.active {
  opacity: 1;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.mini-cart-icon {
  position: relative;
  cursor: pointer;
}
.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #1a1a1a;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
.checkout-title {
  display: flex;
  gap: 6px;
  color: #1a1a1a;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.checkout-title span {
  color: rgba(26, 26, 26, 0.5);
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
.checkout-cart-list {
  padding: 24px;

  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
.checkout-cart-item {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  justify-content: space-between;
}
.checkout-cart-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.checkout-cart-item-right .qty {
  width: unset !important;
  height: unset !important;
  border-radius: unset !important;
  border: unset !important;
}
.checkout-cart-item-left {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.checkout-cart-item-left .thumb img {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  width: 120px;
  height: 78px;
  object-fit: cover;
  background-color: #f9f9f9;
}
.checkout-cart-item-left .info h4 a {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.checkout-cart-item-left .info h4 {
  margin-bottom: 2px;
}
.checkout-cart-item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.woocommerce-billing-fields h3 {
  display: none;
}
.woocommerce-billing-fields {
  padding: 24px !important;
  border-radius: 5px;
  border: 1px solid #e1e1e1 !important;
}
#billing_first_name_field {
  display: none;
}
.woocommerce-billing-fields__field-wrapper .form-row label {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper select {
  border: 1px solid rgba(0, 0, 0, 0.24) !important;
  background: #fff;
  height: 40px !important;
  box-shadow: none !important;
  color: rgba(26, 26, 26, 0.5) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-bottom: 24px !important;
}

.woocommerce-input-wrapper input::placeholder {
  color: rgba(26, 26, 26, 0.5);
  font-size: 14px;
  font-weight: 400;
}
.checkout-right {
  padding: 20px 24px 24px;
  border-radius: 5px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  background: rgba(255, 68, 0, 0.02);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  margin-top: 40px;
  height: fit-content;
}
.checkout-left.col-7 {
  width: 55.333333%;
}
.checkout-page-row::after {
  display: none;
}
.checkout-page-row {
  justify-content: space-between;
}
.woocommerce-checkout-payment #place_order {
  display: none;
}
.woocommerce-checkout-payment ul {
  padding: 24px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
.woocommerce-checkout-payment ul li:first-child {
  padding-bottom: 24px;
}
.woocommerce-checkout-payment ul li:last-child {
  padding-top: 24px;
}
.payment_box {
  padding-left: 45px;
  padding-top: 10px;
}
.wc_payment_method label {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
}
.wc_payment_method label svg {
  margin-right: 12px;
  margin-top: -5px;
}

.policy .woocommerce-form__label span {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
}
.policy .woocommerce-form__label span a {
  color: var(--orange-color);
  font-weight: 400;
}
.checkout-right .order-box h3 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.woocommerce-checkout-review-order .row-item,
.woocommerce-checkout-review-order .row-total {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout-review-order .row-item span:first-child {
  color: rgba(26, 26, 26, 0.7);
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-checkout-review-order .row-total span:first-child {
  color: #1a1a1a;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.woocommerce-checkout-review-order .row-item span:last-child {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 400;
}
.woocommerce-checkout-review-order .row-total span:last-child {
  font-size: 20px;
}
.woocommerce-checkout-review-order .bold-price span:last-child {
  color: #dd0004;
  font-weight: 700;
}
.woocommerce-checkout-review-order .row-item.shipping,
.woocommerce-checkout-review-order .row-item.discount {
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  margin-bottom: 20px;
}
.checkout-right #payment {
  display: none;
}
.checkout-right .cs-voucher-block {
  margin-bottom: 24px;
}
.checkout-right .checkout-submit button {
  width: 100%;
  line-height: unset !important;
  height: unset !important;
  min-height: unset !important;
  padding: 20px 0 !important;
  border-radius: 62px;
  background: #1a1a1a;
  margin: 0 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.gucamp-thankyou-header {
  display: flex;
  gap: 50px;
}
.thankyou-info {
  margin-top: 50px;
}
.thankyou-info h2 {
  color: var(--orange-color);
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}
.thankyou-info p {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.thankyou-info p a {
  color: var(--orange-color) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.description p {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* Bảng sản phẩm */
.gucamp-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  font-size: 15px;
  color: #1a1a1a;
}

.gucamp-order-table thead th {
  background: #e9e9e9;
  font-weight: 600;
  padding: 16px 12px;
  text-align: left;
  border-bottom: 1px solid #d1d1d1;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.gucamp-order-table thead th:first-child,
.gucamp-order-table tbody td:first-child {
  padding-left: 50px;
}
.gucamp-order-table tbody td {
  padding: 16px 12px;
  border-bottom: 1px solid #d1d1d1;
  background: #f4f4f4;
}

.gucamp-order-table tfoot td {
  padding: 8px 12px !important; /* giảm padding */

  background: #f4f4f4;
  border-top: 1px solid #7e7e7e;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  text-align: end;
}
.gucamp-order-table tfoot tr td:last-child {
  color: #dd0004 !important;
  font-weight: 700;
  width: 150px; /* giúp cột giá gọn */
}

.gucamp-order-table tfoot td bdi {
  color: #dd0004;
}

/* Tổng tiền */
.gucamp-order-table tfoot td:last-child {
  color: #dd0004;
  font-weight: 700;
}

/* ----- Box Địa Chỉ Nhận Hàng ----- */
.gucamp-order-table.shipping td strong {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 700;
}

.cs-voucher-message {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}

.cs-voucher-message .msg-error {
  color: #dd0004;
}

.cs-voucher-message .msg-success {
  color: #1fa600;
}
.cs-cart-buttons-page {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
}
.cs-cart-buttons-page .cs-btn-continue {
  padding: 16px;
  border-radius: 100px;
  border: 1px solid #e1e1e1;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
}
.cs-cart-buttons-page button {
  padding: 16px !important;
  line-height: unset !important;
  border-radius: 100px;
  height: unset !important;
  margin: 0 !important;
  min-height: unset !important;
  background: var(--orange-color) !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: none !important;
}
.row-divided > .col + .col:not(.large-12) {
  border-left: unset !important;
}

.cs-total-cart {
  margin-top: 20px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.cs-total-cart bdi {
  color: #dd0004;
}
.cart-collaterals .cs-checkout-btn {
  background-color: var(--orange-color) !important;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 18px 50px;
  margin-left: auto;
}

.form-searching {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.form-searching.show {
  opacity: 1;
  pointer-events: auto;
}
.form-searching form {
  display: flex;
  margin-bottom: 0;
}
.form-searching form input {
  background: transparent !important;
  border: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  font-size: 16px !important;
  color: #fff !important;
}
.form-searching form input::placeholder {
  font-size: 16px;
  color: #fff;
}
.form-searching form button {
  margin: 0;
}
.form-searching form button i {
  color: #fff;
}

.search-count {
  font-size: 18px;
  color: #1a1a1a;
  background: #f7f7f7;
  padding: 14px 18px;
  border-radius: 6px;
  border-left: 4px solid var(--orange-color);
  margin-bottom: 24px;
  line-height: 1.5;
}

.search-count strong {
  color: var(--orange-color);
  font-weight: 700;
}
.dashboard-links {
  flex-direction: column;
}
.dashboard-links li {
  margin-left: 0 !important;
}
.dashboard-links li {
  width: 300px !important;
}
.dashboard-links li a {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.dashboard-links li a:hover {
  background: var(--orange-color) !important;
  color: #fff !important;
}

/* --- BẢNG ĐƠN HÀNG MY ACCOUNT --- */

.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 16px;
}

/* Header */
.woocommerce-orders-table thead th {
  background: #efefef;
  padding: 14px 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
  border-bottom: 2px solid #ddd;
}

/* Các dòng */
.woocommerce-orders-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.woocommerce-orders-table tbody td,
.woocommerce-orders-table tbody th {
  padding: 14px 12px;
  vertical-align: middle;
  color: #333;
  font-weight: 500;
}

/* Cột đơn hàng (#123) */
.woocommerce-orders-table__cell-order-number a {
  color: var(--orange-color);
  font-weight: 700;
  text-decoration: none;
}

.woocommerce-orders-table__cell-order-number a:hover {
  text-decoration: underline;
}

/* Cột trạng thái */
.woocommerce-orders-table__cell-order-status {
  font-weight: 600;
  text-transform: capitalize;
}

/* Cột tổng tiền */
.woocommerce-orders-table__cell-order-total {
  font-weight: 700;
  color: #000;
}

/* Nút XEM */
.woocommerce-orders-table__cell-order-actions a.button {
  background: var(--orange-color);
  color: #fff !important;
  padding: 6px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  display: inline-block;
}

/* Responsive */
@media (max-width: 768px) {
  .woocommerce-orders-table thead {
    display: none;
  }

  .woocommerce-orders-table tbody tr {
    display: block;
    padding: 15px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    border-radius: 8px;
  }

  .woocommerce-orders-table tbody td {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }

  .woocommerce-orders-table tbody td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    color: #444;
  }
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

/* Container 2 box địa chỉ */
.woocommerce-Addresses {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}

.woocommerce-Address {
  background: #fff;
  padding: 22px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  flex: 1;
  transition: 0.25s;
}

.woocommerce-Address:hover {
  border-color: var(--orange-color);
  box-shadow: 0 4px 12px rgba(255, 68, 0, 0.08);
}

/* Title */
.woocommerce-Address-title h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

/* Nút Chỉnh sửa */
.woocommerce-Address-title .edit {
  float: right;
  background: var(--orange-color);
  color: #fff !important;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.woocommerce-Address-title .edit:hover {
  background: #d93800;
}

/* Nội dung address */
.woocommerce-Address address {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-top: 10px;
}

/* Nếu chưa có địa chỉ */
.woocommerce-Address address em {
  color: var(--orange-color);
  font-style: normal;
  font-weight: 600;
}

/* Mô tả phía trên */
.woocommerce-MyAccount-content > p {
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .woocommerce-Addresses {
    flex-direction: column;
  }

  .woocommerce-Address-title .edit {
    float: none;
    display: inline-block;
    margin-top: 10px;
  }
}



/* ----- TRANG CHỈNH SỬA ĐỊA CHỈ (EDIT ADDRESS) ----- */

/* Tiêu đề */
.woocommerce-edit-address h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1a1a1a;
}

/* Bọc form đẹp hơn */
.woocommerce-address-fields {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    border: 1px solid #e3e3e3;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Label */
.woocommerce-address-fields label {
    font-weight: 600;
    font-size: 15px;
    color: #333;
    margin-bottom: 6px;
}

/* Input + Select */
.woocommerce-address-fields input.input-text,
.woocommerce-address-fields select {
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    width: 100%;
    background: #fafafa;
    transition: border-color 0.25s, background 0.25s;
}

.woocommerce-address-fields input.input-text:focus,
.woocommerce-address-fields select:focus {
    border-color: #FF4400;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(255,68,0,0.15);
}

/* Căn 2 cột giống checkout */
.woocommerce-address-fields__field-wrapper .form-row-first,
.woocommerce-address-fields__field-wrapper .form-row-last {
    width: 100%;
}

.woocommerce-address-fields__field-wrapper .form-row-wide {
    width: 100%;
    clear: both;
}

/* Khoảng cách giữa các ô */
.woocommerce-address-fields__field-wrapper .form-row {
    margin-bottom: 18px;
}

/* Nút LƯU ĐỊA CHỈ */
.woocommerce-address-fields button.button {
    background: #FF4400 !important;
    color: #fff !important;
    padding: 12px 28px !important;
    border-radius: 8px !important;
    font-size: 15px;
    font-weight: 700;
    border: none;
    transition: 0.25s;
    text-transform: uppercase;
}

.woocommerce-address-fields button.button:hover {
    background: #d93800 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-address-fields__field-wrapper .form-row-first,
    .woocommerce-address-fields__field-wrapper .form-row-last {
        width: 100%;
        float: none;
    }
}



/* ===== TRANG CHỈNH SỬA TÀI KHOẢN ===== */

.woocommerce-EditAccountForm {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 32px;
    border-radius: 14px;
    border: 1px solid #e3e3e3;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Label */
.woocommerce-EditAccountForm label {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 6px;
    display: block;
    color: #1a1a1a;
}

/* Input fields */
.woocommerce-EditAccountForm input.input-text,
.woocommerce-EditAccountForm input[type="password"],
.woocommerce-EditAccountForm input[type="email"] {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fafafa;
    transition: all 0.25s ease;
}

.woocommerce-EditAccountForm input:focus {
    border-color: #FF4400;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(255, 68, 0, 0.2);
    outline: none;
}

/* Hai cột cho tên & họ */
.woocommerce-EditAccountForm .form-row-first,
.woocommerce-EditAccountForm .form-row-last {
    width: 100%;
}

.woocommerce-EditAccountForm .form-row-wide {
    width: 100%;
    clear: both;
}

/* Khoảng cách giữa các field */
.woocommerce-EditAccountForm .form-row {
    margin-bottom: 18px;
}

/* Block đổi mật khẩu */
.woocommerce-EditAccountForm fieldset {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #dedede;
    border-radius: 12px;
    background: #fafafa;
}

.woocommerce-EditAccountForm fieldset legend {
    padding: 0 8px;
    font-weight: 700;
    color: #FF4400;
}

/* Nút LƯU THAY ĐỔI */
.woocommerce-EditAccountForm button.button {
    background: #FF4400 !important;
    border: none;
    padding: 12px 30px;
    color: #fff !important;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s;
}

.woocommerce-EditAccountForm button.button:hover {
    background: #d43a00 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-EditAccountForm .form-row-first,
    .woocommerce-EditAccountForm .form-row-last {
        width: 100%;
        float: none;
    }
}


/* ===== WRAP CHÍNH ===== */
#customer_login {
    max-width: 900px;
    margin: 40px auto;
    display: flex;
    gap: 40px;
}
.woocommerce-privacy-policy-text{
    display: none;
}
#customer_login .u-column1,
#customer_login .u-column2 {
    flex: 1;
    background: #fff;
    padding: 32px;
    border-radius: 14px;
    border: 1px solid #e3e3e3;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* ===== TITLE ===== */
#customer_login h2 {
    font-size: 24px;
    font-weight: 700;
    color: #FF4400;
    margin-bottom: 20px;
}

/* ===== INPUT ===== */
#customer_login input.input-text,
#customer_login input[type="password"],
#customer_login input[type="email"],
#customer_login input[type="text"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fafafa;
    margin-top: 6px;
    transition: all .25s ease;
}

#customer_login input:focus {
    border-color: #FF4400;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(255, 68, 0, .15);
}

/* ===== BUTTON ===== */
#customer_login button.button {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: #FF4400;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
    transition: .25s;
}

#customer_login button.button:hover {
    background: #d23a00;
}

/* ===== LINK QUÊN MẬT KHẨU ===== */
#customer_login .lost_password a {
    color: #FF4400;
    font-weight: 500;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    #customer_login {
        flex-direction: column;
    }
}


