/*
Theme Name: congnghevietnam.vn
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.20.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/*Box khuyến mãi*/

.khuyen-mai-hb {
    margin: 40px 0px 20px 0px;
    padding: 10px 25px 15px;
    border-radius: 8px;
    border: 1px dashed var(--fs-color-primary);
    font-size: 14px;
    width: 100%;
}

.khuyen-mai-hb .tieu-de {
    padding: 5px 15px 5px 0px;
    margin-top: -27px;
    font-size: 13.5px;
    font-weight: 700;
    display: block;
    max-width: 216px;
    border-radius: 99px;
    text-align: right;
    background: #ffeaea;
    color: var(--fs-color-alert);
    border: 1px solid var(--fs-color-alert);
    margin-bottom: 15px;
}

.khuyen-mai-hb .tieu-de:before {
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(/wp-content/uploads/2026/04/gift.gif);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 40px;
    transform: translateY(2%);
    mix-blend-mode: multiply;
}

.khuyen-mai-hb ul {
    margin: 5px 0px 5px 15px;
}

.khuyen-mai-hb ul li {
    list-style: none;
    position: relative;
    margin-left: 15px !important;
    margin-bottom: 5px;
}

.khuyen-mai-hb ul li:before {
    left: -17px;
    content: "";
    width: 6px;
    height: 6px;
    background: var(--fs-color-primary);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.khuyen-mai-hb p {
  margin-bottom: 5px;
}

.km-title strong {
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: .5em;
}



.km-title strong:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(https://manhlinh.vn/wp-content/uploads/2025/11/check-tick-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.khuyen-mai-hb a.km-link {
    color: #00b2ff;
    font-weight: 700;
}

.khuyen-mai-hb a.km-link:hover {
  color: var(--fs-color-primary);
}






.col-introduce-two .img {
  position: relative;
}

.col-introduce-two .banner::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid #ffffff;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
    border-radius: 12px;
}
.col-introduce-two .banner .banner-bg.fill { border-radius: 20px; }

/*
.col-introduce-two::before {
    content: '';
    position: absolute;
    inset: -130px -200px -40px -60px;
    background-image: url(https://thoaian.pci.vn/wp-content/uploads/2026/03/bg-gioi-thieu.svg);
    background-repeat: no-repeat;
    background-size: 66%;
    background-position: center;
    z-index: 0;
    pointer-events: none;
}
*/

.col-introduce-one ul > li {
    list-style: none;
    margin-left: unset !important;
    font-size: 17px;
    position: relative;
    padding-left: 28px;
}

.col-introduce-one ul > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(https://thoaian.pci.vn/wp-content/uploads/2026/03/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.col-introduce-one ul > li:last-child {
    margin-bottom: unset !important;
}

/*Form*/

.col-form-one .banner {
  box-shadow: 10px 15px 30px #0053863d;
}

.col-form-one .banner,
.col-form-one .banner-bg {
  border-radius: 15px;
}
.form-row.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 12px;
  font-weight: 600;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #0064ab;
}

.form-control {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
}

textarea.form-control {
  min-height: 100px;
  resize: vertical;
  padding: 10px 15px !important;
}

.full-width {
  grid-column: 1 / -1;
}

.btn.btn-primary {
  background-color: var(--fs-color-secondary);
  color: #fff;
  border: none;
  padding: 5px 24px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 0px !important;
  height: 48px !important;
  border-radius: 6px !important;
  letter-spacing: 0px;
  box-shadow: 0px 4px 10px #c0c0c07a !important;
  margin: 0;
}

.btn.btn-primary:hover {
  opacity: 0.9;
}

.col-form-two .col-inner {
    padding: 40px 40px 36px;
    border-radius: 15px;
    border: 1px solid #f3f3f3;
    box-shadow: 6px -4px 30px #e4e4e4b3;
}

.btn.btn-primary:focus {
  background: #ffc100;
  border-color: #ffc100 !important;
}

.form-group input,
.form-group textarea {
  margin-bottom: unset;
  border-radius: 6px;
  border: 1px solid #eaebf9;
  font-size: 16px;
  height: 50px;
  background: #f2f3fa;
  padding: 0px 15px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  font-size: 15px;
}


.form-note {
  font-size: 13px;
  text-align: center;
  color: #717782;
  margin-top: 20px !important;
}

.form-submit-wrap {
  display: flex;
  flex-direction: column;
}

.col-form-two form.wpcf7-form.init {
  margin-bottom: unset;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.col-form-one .banner-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, #0069b3 0%, #0069b361 90%, transparent 100%);
    z-index: 1;
}

.col-introduce-partners-two .video-button-wrapper a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  text-decoration: none;
  overflow: visible;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}

.col-introduce-partners-two .video-button-wrapper a:before,
.col-introduce-partners-two .video-button-wrapper a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: translate(-50%, -50%) scale(1);
  animation: ripple 3.5s infinite;
  pointer-events: none;
  z-index: 0;
}

.col-introduce-partners-two .video-button-wrapper a:after {
  animation-delay: 1.75s;
}

.col-introduce-partners-two .video-button-wrapper a i.icon-play {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 27px;
  height: 27px;
  top: 0 !important;
  color: #fff;
}

.icon-play:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  -webkit-mask: url("https://thoaian.pci.vn/wp-content/uploads/2026/03/play-1.svg")
    center / contain no-repeat;
  mask: url("https://thoaian.pci.vn/wp-content/uploads/2026/03/play-1.svg")
    center / contain no-repeat;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

.col-introduce-partners-two .video-button-wrapper a:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

a.button.open-video:hover {
  background-color: transparent !important;
  border-color: #179fff;
}

.col-form-one .icon-box-text.last-reset h4 {
  font-weight: 600;
  margin: 0px 0 0px;
  font-size: 16.5px;
}

.col-form-one .icon-box-text.last-reset p {
  margin-top: 4px;
  font-size: 14px;
}

span.icon {
  margin-left: 6px;
}

.col-form-one .icon .icon-inner {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgb(255 255 255 / 80%);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

.col-form-one .icon .icon-inner img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.col-form-one .text-box {
    z-index: 2;
}

.col-form-one .col {
    margin-bottom: 15px;
    padding-bottom: unset;
}

.wpcf7-response-output {
    text-align: center;
    font-size: 14px;
    border: 1px solid #ffb900 !important;
    padding: 6px !important;
    border-radius: 6px !important;
}



.col-map iframe {
    border-radius: 32px;
}

    .col-map p {
        margin: 0 !important;
    }

/* Container Form & Hiệu ứng kính mờ */
.glass-contact-form {
  background: rgb(255 255 255 / 90%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 40px 50px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

/* Tiêu đề form */
.glass-contact-form .form-header h2 {
  color: #004d80;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 36px;
  font-weight: 700;
}

.glass-contact-form .form-header p {
  color: #5b6b79;
  font-size: 15px;
  margin-bottom: 25px;
}

/* Layout Grid */
.glass-contact-form .form-row {
  display: flex;
  gap: 20px;
}

.glass-contact-form .form-group {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.glass-contact-form .half-width {
  flex: 1;
}

.glass-contact-form .full-width {
  width: 100%;
}

/* Style cho Nhãn (Label) */
.glass-contact-form label {
  font-size: 12px;
  font-weight: 600;
  color: #004d80bd;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
  display: block;
}

/* Style cho Ô nhập liệu (Input & Textarea) */
.glass-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.glass-contact-form .input-field,
.glass-contact-form .input-area {
  width: 100%;
  background-color: #c1c9cf52;
  border: 1px solid transparent;
  padding: 5px 20px;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s ease;
  height: 48px;
}

.glass-contact-form input::placeholder,
.glass-contact-form textarea::placeholder {
  color: #878787;
}
/* Bo tròn 2 đầu cho Input thường */
.glass-contact-form .input-field {
  border-radius: 50px;
}

/* Bo tròn góc cho Textarea */
.glass-contact-form .input-area {
  border-radius: 20px;
  resize: vertical;
  min-height: 115px;
  padding: 15px 20px;
}

/* Hiệu ứng khi click vào ô nhập liệu */
.glass-contact-form .input-field:focus,
.glass-contact-form .input-area:focus {
  background-color: #dce5ec;
  border-color: #a4b9cb;
}

/* Đổi màu chữ Placeholder */
.glass-contact-form ::placeholder {
  color: #8c9fae;
}

/* Style cho Nút Submit */
.glass-contact-form .submit-group {
  margin-bottom: 0;
  margin-top: 10px;
}

.glass-contact-form .submit-btn {
  background-color: #004d80;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 0px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
  letter-spacing: 0;
  height: 50px;
  line-height: 54px;
}

.glass-contact-form .submit-btn:hover {
  background-color: #002642;
}

.col-page-form-one h5 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  width: fit-content;
  background: var(--fs-color-primary);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0px 30px;
  border: 1px solid #14a9ff;
}

.col-page-form-one h5::before {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background: #fff;
  color: var(--fs-color-primary);
  border-radius: 50%;
  font-size: 7.5px;
}

.col-page-form-one h2 {
  font-weight: 700;
  line-height: 55px;
  font-size: 42px;
  text-transform: capitalize;
  margin-bottom: 35px;
}

.col-page-form-one p {
  text-align: justify;
  line-height: 1.8;
}

.row-icon-page-form-one .icon-box-text h6 {
  opacity: 1;
  font-weight: 700;
  color: #54c9ff;
  letter-spacing: 0px;
  font-size: 16px;
  margin-bottom: 11px;
  margin-top: unset;
}

.row-icon-page-form-one .icon-box-text p {
  margin-top: 0px;
  line-height: normal;
  font-size: 14px;
}

.row-icon-page-form-one {
  margin-top: 50px;
}

.row-icon-page-form-one .icon-box {
  display: flex;
  align-items: center;
}

.row-icon-page-form-one .icon-box-img .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-icon-page-form-one .icon-box-img .icon-inner {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(255 255 255 / 33%);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

.row-icon-page-form-one .icon-box-img img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.row-icon-page-form-one .col:nth-last-child(-n + 2) {
  padding-bottom: unset;
}

.row-icon-page-form-one .col {
  padding-bottom: 45px;
}

.col-page-form-two form.wpcf7-form.init {
  margin-bottom: unset;
}





.col-info-page-contact-two h6 {
  color: #5f6f7c;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 15px;
  text-transform: none;
  opacity: 1;
  line-height: 1.4;
}

.col-info-page-contact-two p {
  font-size: 17px;
  line-height: 1.5;
  color: #004d80;
  margin-bottom: 12px;
  font-weight: 700;
}

.col-info-page-contact-two .icon-box-img img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.col-info-page-contact-two .icon-box-img .icon-inner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0069b31f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-child-info-page-contact-two .col-inner {
    background: #f2f6fa;
    border-radius: 30px;
    padding: 30px 32px;
    border-top: 4px solid var(--fs-color-primary);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.col-info-page-contact-two iframe {
  border-radius: 30px;
}

.row-child-info-page-contact-two .col-inner:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}


/* banner hero */

.banner h2, .banner h3 { line-height: 1.5;}
.br2 .text-box-content.text.dark { margin-top: -8px; }




/*Trang đối tác*/

.row-page-partners .col-inner > .row {
/*    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    align-items: stretch;
    margin-bottom: 30px;
    */
} 

.row-page-partners .gallery-col .box-image {
    height: 100px;
    padding-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    border: 1px solid #dfdfdf;
}

.row-page-partners .gallery-col .box-image img,
.row-page-partners .gallery-col .box-image.image-cover img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain !important;
    display: block;
    margin: 0 auto;
    position: static !important;
    inset: auto !important;
}

.row-page-partners .gallery-col .gallery-box,
.row-page-partners .gallery-col .col-inner {
    height: 100%;
}

.row-page-partners .gallery-col .box-text {
    display: none;
}


.row-page-partners .col-inner > .row::-webkit-scrollbar {
    width: 5px;
}

.row-page-partners .col-inner > .row::-webkit-scrollbar-thumb {
    background: var(--fs-color-primary);
    border-radius: 10px;
}

.row-page-partners .col-inner > .row::-webkit-scrollbar-track {
    background: #ccc;
}

.row-page-partners .col-inner > .row > .gallery-col.col {
    padding-bottom: 20px !important;
}


.col-introduce-partners-one .icon-box h4 {
    font-weight: 700;
    font-size: 17px;
}
.col-introduce-partners-one .icon-box p {
    font-size: 18px;
}

.col-introduce-partners-one .icon-box-img {
    margin-bottom: 15px;
}


.col-introduce-partners-one p {
    font-size: 17px;
}

.col-introduce-partners-two .banner, .col-introduce-partners-two .banner-bg {
    border-radius: 20px;
}

.blogs-one .box-image, .blogs-two .box-image { border-radius: 18px !important; }

/*Trang tuyển dụng*/

.section-card h2 br {
    display: none;
}


.section-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}

.section-card .colum-card1 {
    padding: 55px !important;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.colum-card2 img {
    border-radius: 24px;
}


.section-card .colum-card3, .sec-card-color .row{
    background: var(--fs-color-primary);
}


form.searchform .search-field { font-size: 85%;}

.cart-icon:hover strong, .current-dropdown .cart-icon strong { background-color: #fab900;} .cart-icon strong { border: 2px solid #fab900; color: #fab900;} .cart-icon strong:after { border: 2px solid #fab900}

.custom-product-page .container.section-title-container.product-desc__title { margin-bottom: 5px; }

.custom-product-page .uxgpd-description, .col.post-item p.from_the_blog_excerpt { text-align: justify; }

nav.rank-math-breadcrumb { font-size: 68%; }
nav.rank-math-breadcrumb a { color: var(--fs-experimental-link-color-hover); }
.post header.entry-header { padding-bottom: 10px; border-bottom: 1px solid #e7e7e7; } 
.post .entry-content.single-page { padding-top: 15px; text-align: justify; }
.entry-content.single-page img, .entry-content.single-page figure { max-width: 100%; margin: 5px auto 15px; display: block; }
 .entry-content.single-page figure figcaption { margin-top: -15px; font-size: 80%;}
.entry-content.single-page blockquote, .entry-content.single-page dl, .entry-content.single-page figure,.entry-content.single-page form, .entry-content.single-pageol, .entry-content.single-page p, .entry-content.single-page pre, .entry-content.single-page ul { margin-bottom: 0.3em; } .entry-content.single-page h1, .entry-content.single-page h2,.entry-content.single-page h3, .entry-content.single-page h4, .entry-content.single-page h5, .entry-content.single-page h6 {     margin: .2em 0;}
.entry-content.single-page ul li { margin-bottom: 0; }

/* language */
.header-main .nav-spacing-xlarge > li.menu-item.pll-parent-menu-item > a:hover:after{display:none}
.pll-parent-menu-item ul.sub-menu.nav-dropdown.nav-dropdown-simple a {
    padding: 5px 10px;
}
.pll-parent-menu-item ul.sub-menu.nav-dropdown.nav-dropdown-simple {
    min-width: 150px !important;
    font-size: 88%;
}
.pll-parent-menu-item a img { margin-right: 5px; border: 1px solid #fff; width: 18px !important; height: 12px !important; }



.about-section1-text-one h5 {
    font-weight: 400;
}

.about-section1-text-one h3 {
    font-size: 30px;
}

.about-section1-icon p {
    display: flex;
    gap: 8px;
    align-items: center;
}

.about-section1-icon svg {
    width: 20px;
    font-size: 20px;
}

.about-section1-box .col-inner {
    border-radius: 10px;
    box-shadow: 0px 1px 60px 30px rgb(0 0 0 / 5%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #ffffff;
    padding: 12px;
}

.about-section1-box .col-inner p {
    margin-bottom: 5px;
}


.reputation .col-inner p {
    margin-bottom: unset;
}

.reputation .col-inner {
    border-radius: 10px;
    box-shadow: 0px 1px 60px 30px rgb(0 0 0 / 5%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #ffffff;
    padding: 30px;
}

.radius10 img {
    border-radius: 20px;
}

.title-sea h3 {
    font-size: 34px;
}

.about-section2 .icon-box {
    border-radius: 10px;
    box-shadow: 2px 6px 8px 6px rgb(0 0 0 / 5%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #f3f3f3;
}
.about-section2 .box-image {
    border-radius: 20px;
}

.mangluoi .box-image {
    border-radius: 10px;
    box-shadow: 0px 1px 60px 30px rgb(0 0 0 / 5%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #ffffff;
    padding: 0px;
    margin-bottom: 10px;
    border: 1px solid #c3c4c77a;
}

.gtcl-icon .col-inner {
    border: 1px solid #deeef9;
    border-radius: 10px;
    box-shadow: 0px 1px 60px 30px rgb(0 0 0 / 5%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #ffffff;
    padding: 30px;
    border-top: 5px solid var(--fs-color-primary);
}

.gtcl-icon .col-inner h3 {
    text-transform: uppercase;
}

.check-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px; 
margin-bottom: 10px;
}

.check-list ul li {
  padding-left: 36px;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
}

.check-list ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 18px;
    height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230069b3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.801 10A10 10 0 1 1 17 3.335'/%3E%3Cpath d='m9 11 3 3L22 4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(0 2px 5px rgba(0, 105, 179, 0.45));
}



.home-sec-2 .col-right .img .img-inner {
    border-radius: 10px;
    border-left: 3px solid white;
    border-top: 3px solid white;
}

.home-sec-2 .col-right .col-inner {
    padding-left: 30px;
    position: relative;
}

.home-sec-2 .col-right .img:before {
    content: '';
    position: absolute;
    width: 94%;
    height: 99.5%;
    bottom: 20px;
    right: 50px;
    border-radius: 20px 70px 70px 70px;
    background: linear-gradient(-282deg, #0069b3 2.66%, #FFF6F6 87.38%);
}

.title-sea h3 {
    text-transform: uppercase;
}

.title-dailypp h3:nth-child(1) {
    margin-bottom: 0px;
}

.title-dailypp h3:nth-child(2) {
    color: var(--fs-color-primary);
}

.loiich-box .col-inner {
    border-radius: 10px;
    box-shadow: 0px 1px 60px 30px rgb(0 0 0 / 5%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #ffffff;
    padding: 30px;
}

.quytrinh-step .icon-box {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 20px;
    background-color: #fff;
    transition: all .3s linear;
    z-index: 0;
    box-shadow: 0px 1px 60px 30px rgb(0 0 0 / 5%);
    border-radius: 10px;
}

.col-form-daily > .col-inner {
    background: #0084cf;
    z-index: 12;
    padding: 30px;
    border-radius: 20px;
}

.quytrinh-step .icon-box:nth-last-child(1) {
    margin-bottom: 0px;
}

.shop-page-title.category-page-title.page-title {
    display: none;
}

aside#woocommerce_product_categories-2 ul li {
    border: unset;
}


.product-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-categories .cat-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  border-radius: 6px; padding-left: 0px; font-weight: 600;
}

.product-categories .cat-item a::before {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 4px; 
  flex-shrink: 0;
  background: transparent;
  display: inline-block;
}

.product-categories .cat-item.current-cat a,
.product-categories .cat-item.active a {

  color: var(--fs-color-primary);
}

.product-categories .cat-item.current-cat a::before,
.product-categories .cat-item.active a::before {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 7'%3E%3Cpath d='M1 3l3 3 5-5' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 7px;
}

span.widget-title {
    font-size: 20px;
    font-weight: 600;
    display: block;
    letter-spacing: -.5px;
}


.widget_recent_entries ul li a {
    font-size: 16px;
}

 /* Hdetail */
.btn-view-detail {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px !important;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 6px;
    background: var(--fs-color-primary);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: background .25s ease, box-shadow .25s ease, transform .15s ease;
    width: 100%;
}

/* Hiệu ứng shimmer sweep khi hover */
.btn-view-detail::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.13);
    transform: translateX(-105%) skewX(-15deg);
    transition: transform .4s ease;
    z-index: 0;
}
.btn-view-detail:hover::before {
    transform: translateX(110%) skewX(-15deg);
}

.btn-view-detail:hover {
    background: #0078cc;
    box-shadow: 0 4px 14px rgba(0, 105, 179, 0.35);
    transform: translateY(-1px);
}
.btn-view-detail:active {
    transform: scale(0.97);
    box-shadow: none;
}

/* Pulse dot */
.btn-view-detail .btn-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5ecfff;
    flex-shrink: 0;
    animation: btnPulse 1.8s ease-in-out infinite;
    position: relative;
    z-index: 1;
}
@keyframes btnPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: .5; transform: scale(.65); }
}

.btn-view-detail .btn-text,
.btn-view-detail .btn-icon {
    position: relative;
    z-index: 1;
}
.btn-view-detail .btn-icon {
    display: flex;
    transition: transform .25s cubic-bezier(.34, 1.56, .64, 1);
}
.btn-view-detail:hover .btn-icon {
    transform: translateX(4px);
}


h1.product-title.product_title.entry-title {
    font-weight: 800;
    font-size: 26px;
    color: #000;
    font-family: Open Sans, sans-serif !important;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    text-transform: inherit;
    font-size: 18px;
    font-weight: 500;
}
.page-title.shop-page-title.product-page-title {
    background-color: #F6F6F6;
}

.page-title.shop-page-title.product-page-title .page-title-inner {
    padding-top: 0px;
}
 
 
 .price-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
 
 
.badge-container.absolute {
    display: none;
} 

.product-small .box-text {
    padding-bottom: 20px;
}


span.price span.amount {
    color: #000;
    font-weight: 500 !important;
}

ins span.woocommerce-Price-amount.amount {
    color: #e02b2b;
    font-weight: 600 !important;
    font-size: 18px;
}

.woocommerce-variation.single_variation {
    display: none !important;
}




/* ── Thoai An Product Box ── */
button.tp-qty-btn {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    border: 1.5px solid #ccc !important;
    background: transparent !important;
    cursor: pointer !important;
    font-size: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
    padding: 0 !important;
    min-width: unset !important;
    min-height: unset !important;
    margin: 0px;
}

.tp-qty-input {
    width: 44px !important;
    height: 36px !important;
    border: none !important;
    text-align: center;
    outline: none;
    -moz-appearance: textfield;
    margin-bottom: 0px;
}

.tp-contact {
    font-size: 18px;
    color: #0071bb;
    font-weight: 500;
}



/* Giá */
.tp-price-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 4px;
}
.tp-price {
    font-size: 26px;
    font-weight: 500;
   
}
.tp-old del {
    font-size: 14px;
    color: #888;
    text-decoration: line-through;
}
.tp-badge {
    display: inline-block;
    background: #be202e;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 20px;
    line-height: 1.4;
}
.tp-save {
    font-size: 13px;
    color: #888;
    margin-top: 2px;
}
.tp-save span {
    color: #be202e;
    font-weight: 500;
}

/* Divider */
.tp-divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 14px 0;
}

/* Attributes */
.tp-attr-group {
    margin-bottom: 12px;
}
.tp-attr-label {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}
.tp-attr-label strong {
    color: #222;
    font-weight: 500;
}
.tp-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.tp-swatch {
    display: inline-block;
    padding: 5px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: all .15s;
    color: #444;
    background: #fff;
    user-select: none;
}
.tp-swatch:hover {
    border-color: #0071bb;
    color: #0071bb;
}
.tp-swatch.active {
    background: #0071bb;
    color: #fff;
    border-color: #0071bb;
}

.tp-swatch.active {
    position: relative;
}

.tp-swatch.active::after {
    content: "✔";
    position: absolute;
    top: 0px;
    right: -2px;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Quantity */
.tp-qty-row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tp-qty-label {
    font-size: 13px;
    color: #888;
    flex-shrink: 0;
}
.tp-qty-wrap {
    display: flex;
    align-items: center;
   
    border-radius: 50px;
    overflow: hidden;
}
.tp-qty-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
}
.tp-qty-btn:hover {
    background: #f4f4f4;
}
.tp-qty-input {
    width: 44px;
    height: 36px;
    border: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    outline: none;
    -moz-appearance: textfield;
}
.tp-qty-input::-webkit-inner-spin-button,
.tp-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

span.tp-price bdi,.tp-price {
    font-size: 32px;
    font-weight: 700;
    color: #be202e;
    line-height: 1;
}

/* Buttons */
.tp-btn-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
}
.tp-btn {
    height: 44px;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: opacity .15s;
        margin: 0px;
}
.tp-btn:hover { opacity: .88; }
.tp-btn-cart {
    background: #0071bb;
    color: #fff;
}
.tp-btn-buy {

    
    background: var(--fs-color-secondary);
    color: #fff;
    border: 1.5px solid var(--fs-color-secondary);
}
 
 /* ===== FORM: grid 2 hàng ===== */
form.cart {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  grid-template-areas:
    "quantity quantity"
    "addcart  buynow" !important;
  gap: 18px 10px !important;
  align-items: center !important;
}

form.cart .ux-quantity {
  grid-area: quantity !important;
}

form.cart .single_add_to_cart_button {
  grid-area: addcart !important;
}

form.cart .buy-now-button {
  grid-area: buynow !important;
}

/* ===== UX-QUANTITY: label + controls cùng hàng ===== */
.ux-quantity {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: fit-content !important;
}

.ux-quantity .quantity-label {
    font-size: 16px !important;
    color: #888 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    margin-right: 20px;
}

/* ===== QUANTITY BUTTONS bo tròn ===== */
.ux-quantity__button,
.ux-quantity .button.minus,
.ux-quantity .button.plus {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  border: 1.5px solid #ccc !important;
  background: transparent !important;
  cursor: pointer !important;
  font-size: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
  padding: 0 !important;
  min-width: unset !important;
  min-height: unset !important;
}

/* ===== INPUT number: không nền, không border ===== */
.ux-quantity input[type="number"],
form.cart .ux-quantity input.qty {
  width: 48px !important;
  height: 36px !important;
  text-align: center !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 0 !important;
  -moz-appearance: textfield !important;
}

.ux-quantity input[type="number"]::-webkit-inner-spin-button,
.ux-quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* ===== 2 NÚT ===== */
form.cart .single_add_to_cart_button,
form.cart .buy-now-button {
  width: 100% !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 12px 10px !important;
  text-align: center !important;
  cursor: pointer !important;
  min-height: 44px !important;
  line-height: 1.3 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.2s, color 0.2s !important;
}

/* Thêm vào giỏ: outline */
form.cart .single_add_to_cart_button {
  background: transparent !important;
  color: var(--fs-color-primary) !important;
  border: 2px solid var(--fs-color-primary) !important;
  box-shadow: none !important;
}

form.cart .single_add_to_cart_button:hover {
  background: var(--fs-color-primary) !important;
  color: #fff !important;
}

/* Mua ngay: filled */
form.cart .buy-now-button {
  background: var(--fs-color-primary) !important;
  color: #fff !important;
  border: 2px solid var(--fs-color-primary) !important;
  box-shadow: none !important;
}

form.cart .buy-now-button:hover {
  background: #005a99 !important;
  border-color: #005a99 !important;
}

/* ===== MOBILE ===== */
@media (max-width: 480px) {
  form.cart .single_add_to_cart_button,
  form.cart .buy-now-button {
    font-size: 13px !important;
    padding: 10px 6px !important;
    min-height: 42px !important;
  }
  
  .tp-btn {
    font-size: 13px;
}
  
}


.woocommerce-product-gallery .is-larger {
    font-size: 18px;
}

.thoaian-product-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 16px;
    color: #666;
}

.thoaian-product-info {
    margin-top: 10px;
    margin-bottom: 10px;
}

.thoaian-sep { color: #ccc; }

.thoaian-stock.in-stock  { color: var(--fs-color-primary); font-weight: 500; }
.thoaian-stock.out-stock { color: #e02b2b; font-weight: 500; }

.thoaian-sku { color: #222; font-weight: 500; }

.thoaian-rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.thoaian-rating .star       { font-size: 17px; line-height: 1; color: #ddd; }
.thoaian-rating .star.full  { color: var(--fs-color-primary); }
.thoaian-rating .star.half  { color: var(--fs-color-primary); opacity: 0.55; }

.thoaian-rating-val {
    font-size: 16px;
    color: #888;
    margin-left: 4px;
}


.thoaian-price-box {
    border-top: 1px solid #F0F1F2;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
}


.thoaian-price-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.thoaian-price-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.thoaian-price-special {
    font-size: 32px;
    font-weight: 700;
    color: #be202e;
    line-height: 1;
}

.thoaian-price-special .woocommerce-Price-currencySymbol,
.thoaian-price-special .amount {
    color: inherit;
}


.thoaian-badge {
    background: #be202e;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 20px;
    line-height: 1.4;
}

.thoaian-save {
    font-size: 16px;
    color: #666;
}

.thoaian-save span {
    color: #be202e;
    font-weight: 500;
}

.thoaian-price-contact {
    font-size: 24px;
    font-weight: 700;
    color: var(--fs-color-primary);
    line-height: 1;
}

.product-short-description {
    font-size: 14px;
    background-color: #0069b305;
    color: var(--fs-color-primary);
    padding: 10px;
    border-radius: 10px;
    border-left: 3px solid var(--fs-color-primary);
    margin-bottom: 15px;
}

.product-short-description p {
    margin-bottom: 0px;
}



.product-trustbadge {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0;
}

.product-trustbadge .title-menu {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

.product-trustbadge img {
    height: 42px;
    width: auto;
    display: block;
}


.product-policises-wrapper {
    margin: 0;
}

.product-policises {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-policises .media {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin-left: 0px;
}

.product-policises .mr-3 {
    flex-shrink: 0;
    margin: 0;
}

.product-policises .mr-3 img {
    width: 28px;
    height: 28px;
    display: block;
}

.product-policises .media-body {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
}

.product-policises-wrapper {
    border-top: 1px solid #F0F1F2;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
}

.product-small.box.has-hover.box-vertical a.btn-view-detail {
    display: none !important;
}

.product-sidebar-custom h3.section-title.section-title-normal {
    border: unset;
    background-color: var(--fs-color-primary);
    text-align: center !important;
    display: block;
    color: #fff;
    text-transform: inherit !important;
    font-weight: 600;
}

.product-sidebar-custom h3 span {
    text-transform: inherit;
}

.product-sidebar-custom .section-title-normal span {
    border: unset !important;
}

.product-sidebar-custom .container.section-title-container.product-sidebar__title {
    margin-bottom: 0px;
}

.product-sidebar-custom h3.section-title.section-title-normal {
    border-radius: 12px 12px 0px 0px;
    padding: 4px 0px !important;
}


.product-sidebar-custom .product-small.box {
    border: unset;
    box-shadow: unset;
}

.box-vertical .box-text.text-left {
    padding: 0px 8px;
}

.product-sidebar-custom > .col-inner {
    box-shadow: 0px 1px 60px 30px rgb(0 0 0 / 5%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #ffffff;
}


.product-desc__title h3 span, h3.product-section-title.container-width.product-section-title-related {
    text-transform: inherit;
    font-weight: 600;
}

.woocommerce-message.message-wrapper .success-color {
    font-size: 16px !important;
    color: var(--fs-color-primary);
}


a.checkout-button.button.alt.wc-forward {
    background-color: var(--fs-color-primary);
    font-weight: 600 !important;
    text-transform: inherit;
    border-radius: 10px;
}

td.actions button, td.actions a, td.actions input {
    font-weight: 600;
    text-transform: inherit;
    border-radius: 10px;
}

.ux-cart-coupon input#coupon_code, .ux-cart-coupon .button {
    border-radius: 10px;
}

table.shop_table.shop_table_responsive.cart tr th {
    font-weight: 600 !important;
    text-transform: inherit;
}

.cart_totals th.product-name {
    font-weight: 600;
    text-transform: inherit;
}


.page-tintuc-title h3.section-title.section-title-normal span {
    font-size: 34px;
    text-align: center;
    margin: auto;
    text-transform: inherit;
}

.blog-archive nav.rank-math-breadcrumb {
    display: none;
}
.page-tintuc-title, .page-tintuc-title * {
    border: unset !important;
}

.page-tintuc .box-image {
    border-radius: 20px;
}

.page-tintuc .box-vertical .box-text.text-left {
    padding-left: 30px;
}

.page-tintuc h5.post-title.is-large a {
    font-size: 22px;
    max-height: unset !important;
}

.page-tintuc p.from_the_blog_excerpt {
    font-size: 18px;
}
.page-tintuc .box-vertical h5.post-title.is-large a {
    font-size: 32px;
}

.entry-header-text.entry-header-text-top.text-left { padding-bottom: 0px; }

span.widget-title {
    border: unset;
    background-color: var(--fs-color-primary);
    text-align: center !important;
    display: block;
    color: #fff;
    text-transform: inherit !important;
    font-weight: 600;
    border-radius: 12px 12px 0px 0px;
    padding: 15px 0px !important;
}


.widget_product_categories ul li, aside#recent-posts-2 ul li {
    border: unset !important;
}


.blog-archive .post-item .box-image {
    border-radius: 12px;
}

.blog-archive .post-item h5.post-title.is-large {
    font-size: 20px !important;
}


.blog-archive .post-item h5.post-title.is-large {
    font-size: 20px !important;
}


.blog-archive .post-item h5.post-title.is-large a {
    min-height: 48px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents span.quantity-label {
    display: none;
}

.blog-page-tintuc h5.post-title.is-large {
    font-size: 20px !important;
}

.blog-page-tintuc .box-image, .related-box .box-image { border-radius: 18px; }

.related-box .box-image {
    border: 1px solid #e7e7e7;
}




/* ================================================================
   MY ACCOUNT SIDEBAR — override Flatsome + WooCommerce
   ================================================================ */

/* ── Variables ── */
:root,
.large-3.col.col-border,
.woocommerce-MyAccount-content,
.woocommerce-account .woocommerce,
.woocommerce-EditAccountForm,
.woocommerce-address-fields,
.woocommerce-Addresses {
    --primary:        #0071bb;
    --primary-dark:   #005a96;
    --primary-deeper: #003f6b;
    --primary-bg:     #e8f3fa;
    --primary-light:  #4a9fd4;

    --teal:           #00a99d;
    --teal-light:     #e0f7f5;

    --success:        #008a7e;
    --success-bg:     #e0f5f3;

    --warning:        #b87a0f;
    --warning-bg:     #fdf3dc;

    --danger:         #c0392b;
    --danger-bg:      #fdecea;

    --dark:           #1a1e35;
    --mid:            #5e6484;
    --muted:          #9499b7;
    --light:          #f5f6f9;
    --border:         #dde3ef;
    --white:          #ffffff;

    --radius:         16px;
    --radius-sm:      10px;
    --radius-xs:      6px;

    --shadow-sm:      0 2px 8px rgba(0,113,187,0.07);
    --shadow-md:      0 8px 24px rgba(0,113,187,0.12);
    --shadow-btn:     0 4px 14px rgba(0,113,187,0.30);
}

/* ── Wrapper cột sidebar ── */
.large-3.col.col-border {
    border: none !important;
}

.nav-vertical.nav-line > li > a:before {
    height: unset !important;
    background-color: unset !important;
}

/* ================================================================
   ACCOUNT USER CARD
   ================================================================ */
.account-user.circle {
    background: var(--white) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--radius) !important;
    padding: 20px 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
    box-shadow: var(--shadow-sm) !important;
}

.account-user.circle .image.mr-half {
    margin: 0 !important;
    flex-shrink: 0 !important;
}

.account-user.circle img.avatar {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    border: 2px solid var(--primary-bg) !important;
    outline: 2px solid var(--primary) !important;
    display: block !important;
}

.account-user.circle .user-name {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--dark) !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    line-height: 1.3 !important;
}

.account-user.circle .user-id {
    font-size: 11px !important;
    font-weight: 500 !important;
    color: var(--mid) !important;
    opacity: 1 !important;
    background: var(--light) !important;
    border: 1px solid var(--border) !important;
    border-radius: 100px !important;
    padding: 1px 7px !important;
}

/* ================================================================
   NAV MENU
   ================================================================ */
#my-account-nav.account-nav {
    background: var(--white) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--radius) !important;
    box-shadow: var(--shadow-sm) !important;
    padding: 8px !important;
    margin-top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

#my-account-nav.nav-line li a {
    border: none !important;
}

#my-account-nav li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

#my-account-nav li a {
    display: flex !important;
    align-items: center !important;
    padding: 11px 14px !important;
    border-radius: var(--radius-sm) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--mid) !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    transition: all .18s !important;
    line-height: 1.4 !important;
    background: transparent !important;
}

#my-account-nav li a:hover {
    background: var(--primary-bg) !important;
    color: var(--primary) !important;
    padding-left: 18px !important;
}

#my-account-nav li.is-active a,
#my-account-nav li.active a {
    background: var(--primary) !important;
    color: var(--white) !important;
    box-shadow: var(--shadow-btn) !important;
    padding-left: 14px !important;
}

#my-account-nav li.is-active a:hover,
#my-account-nav li.active a:hover {
    background: var(--primary-dark) !important;
    color: var(--white) !important;
}

/* ================================================================
   MAIN CONTENT AREA
   ================================================================ */
.woocommerce-MyAccount-content {
    padding: 0 !important;
}

/* ================================================================
   ORDERS LIST TABLE
   ================================================================ */
.touch-scroll-table {
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    border-radius: var(--radius) !important;
    box-shadow: var(--shadow-sm) !important;
    border: 1px solid var(--border) !important;
    background: var(--white) !important;
}

.woocommerce-orders-table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: var(--white) !important;
    font-size: 14px !important;
    font-family: inherit !important;
}

.woocommerce-orders-table thead tr {
    background: var(--light) !important;
    border-bottom: 2px solid var(--border) !important;
}

.woocommerce-orders-table thead th {
    padding: 14px 18px !important;
    text-align: left !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: var(--mid) !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    border: none !important;
    background: transparent !important;
    white-space: nowrap !important;
}

.woocommerce-orders-table tbody tr {
    border-bottom: 1px solid var(--border) !important;
    transition: background .15s !important;
}

.woocommerce-orders-table tbody tr:last-child {
    border-bottom: none !important;
}

.woocommerce-orders-table tbody tr:hover {
    background: var(--primary-bg) !important;
}

.woocommerce-orders-table tbody td,
.woocommerce-orders-table tbody th {
    padding: 14px 18px !important;
    vertical-align: middle !important;
    border: none !important;
    color: var(--dark) !important;
    font-size: 14px !important;
    background: transparent !important;
}

.woocommerce-orders-table__cell-order-number a {
    font-weight: 700 !important;
    color: var(--primary) !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

.woocommerce-orders-table__cell-order-number a:hover {
    text-decoration: underline !important;
    color: var(--primary-dark) !important;
}

.woocommerce-orders-table__cell-order-date {
    color: var(--mid) !important;
    font-size: 13px !important;
}

.woocommerce-orders-table__cell-order-status {
    font-weight: 600 !important;
    font-size: 12px !important;
}

/* Status: Completed */
.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
    color: var(--success) !important;
}
.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status::before {
    content: '' !important;
    display: inline-block !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: var(--teal) !important;
    margin-right: 6px !important;
    vertical-align: middle !important;
}

/* Status: Refunded */
.woocommerce-orders-table__row--status-refunded .woocommerce-orders-table__cell-order-status {
    color: var(--warning) !important;
}
.woocommerce-orders-table__row--status-refunded .woocommerce-orders-table__cell-order-status::before {
    content: '' !important;
    display: inline-block !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: #e6a020 !important;
    margin-right: 6px !important;
    vertical-align: middle !important;
}

/* Status: Pending / Processing */
.woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status,
.woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
    color: var(--primary-dark) !important;
}
.woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status::before,
.woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status::before {
    content: '' !important;
    display: inline-block !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: var(--primary) !important;
    margin-right: 6px !important;
    vertical-align: middle !important;
}

/* Status: Cancelled */
.woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status {
    color: var(--muted) !important;
}
.woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status::before {
    content: '' !important;
    display: inline-block !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: #bbb !important;
    margin-right: 6px !important;
    vertical-align: middle !important;
}

.woocommerce-orders-table__cell-order-total {
    font-weight: 600 !important;
    color: var(--dark) !important;
    white-space: nowrap !important;
}

.woocommerce-orders-table__cell-order-total del {
    color: #bbb !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    margin-right: 4px !important;
}

.woocommerce-orders-table__cell-order-total ins {
    text-decoration: none !important;
    color: var(--mid) !important;
    font-size: 12px !important;
}

.woocommerce-orders-table__cell-order-actions {
    white-space: nowrap !important;
}

.woocommerce-orders-table__cell-order-actions .woocommerce-button,
.woocommerce-orders-table__cell-order-actions .button {
    display: inline-flex !important;
    align-items: center !important;
    padding: 7px 16px !important;
    background: var(--white) !important;
    border: 1.5px solid var(--primary) !important;
    border-radius: var(--radius-sm) !important;
    color: var(--primary) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all .18s !important;
    font-family: inherit !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.woocommerce-orders-table__cell-order-actions .woocommerce-button:hover,
.woocommerce-orders-table__cell-order-actions .button:hover {
    background: var(--primary) !important;
    color: var(--white) !important;
    box-shadow: var(--shadow-btn) !important;
    transform: translateY(-1px) !important;
}

/* ================================================================
   ORDER DETAIL
   ================================================================ */
.woocommerce-MyAccount-content > p:first-of-type {
    background: var(--primary-bg) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--radius-sm) !important;
    padding: 14px 18px !important;
    font-size: 14px !important;
    color: var(--mid) !important;
    margin-bottom: 24px !important;
    line-height: 1.7 !important;
}

.woocommerce-MyAccount-content > p:first-of-type .order-number {
    font-weight: 700 !important;
    color: var(--primary) !important;
    background: var(--white) !important;
    border-radius: var(--radius-xs) !important;
    padding: 1px 6px !important;
}

.woocommerce-MyAccount-content > p:first-of-type .order-date {
    font-weight: 600 !important;
    color: var(--dark) !important;
}

.woocommerce-MyAccount-content > p:first-of-type .order-status {
    font-weight: 700 !important;
    color: var(--success) !important;
    border-radius: var(--radius-xs) !important;
    padding: 1px 8px !important;
}

/* ================================================================
   ORDER DETAILS SECTION
   ================================================================ */
.woocommerce-order-details {
    background: var(--white) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--radius) !important;
    padding: 24px !important;
    margin-bottom: 24px !important;
    box-shadow: var(--shadow-sm) !important;
}

.woocommerce-order-details__title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--dark) !important;
    margin-bottom: 18px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid var(--border) !important;
}

.woocommerce-table--order-details {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 14px !important;
    font-family: inherit !important;
}

.woocommerce-table--order-details thead th {
    padding: 10px 14px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: var(--mid) !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    border-bottom: 1.5px solid var(--border) !important;
    background: var(--light) !important;
    text-align: left !important;
}

.woocommerce-table--order-details thead th.product-total {
    text-align: right !important;
}

.woocommerce-table--order-details tbody tr {
    border-bottom: 1px solid var(--border) !important;
}

.woocommerce-table--order-details tbody td {
    padding: 14px !important;
    vertical-align: middle !important;
    border: none !important;
    color: var(--dark) !important;
    font-size: 14px !important;
}

.woocommerce-table--order-details .product-name a {
    color: var(--dark) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.woocommerce-table--order-details .product-name a:hover {
    color: var(--primary) !important;
    text-decoration: underline !important;
}

.woocommerce-table--order-details .product-quantity {
    color: var(--mid) !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}

.woocommerce-table--order-details .product-total {
    text-align: right !important;
    font-weight: 600 !important;
    color: var(--dark) !important;
    white-space: nowrap !important;
}

.woocommerce-table--order-details tfoot tr {
    border-bottom: 1px solid var(--border) !important;
}

.woocommerce-table--order-details tfoot tr:last-child {
    border-bottom: none !important;
}

.woocommerce-table--order-details tfoot th {
    padding: 12px 14px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--mid) !important;
    text-align: left !important;
    border: none !important;
    background: transparent !important;
}

.woocommerce-table--order-details tfoot td {
    padding: 12px 14px !important;
    text-align: right !important;
    font-weight: 600 !important;
    color: var(--dark) !important;
    border: none !important;
    font-size: 13px !important;
}

.woocommerce-table--order-details tfoot tr:last-child th {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--dark) !important;
}

.woocommerce-table--order-details tfoot tr:last-child td {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: var(--primary) !important;
}

/* ================================================================
   TRANSACTION DETAIL
   ================================================================ */
.woocommerce-transaction-detail {
    background: var(--light) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--radius-sm) !important;
    padding: 20px !important;
    margin-top: 20px !important;
}

.woocommerce-transaction-detail .woocommerce-column__title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: var(--dark) !important;
    margin-bottom: 14px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid var(--border) !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.woocommerce-transaction-detail .woocommerce-column__title::before {
    content: '' !important;
    display: inline-block !important;
    width: 4px !important;
    height: 16px !important;
    background: var(--primary) !important;
    border-radius: 2px !important;
}

.woocommerce--transaction-detail-code {
    background: var(--primary-deeper) !important;
    border-radius: var(--radius-sm) !important;
    padding: 16px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.woocommerce--transaction-detail-code p {
    font-family: 'Courier New', 'Consolas', 'Monaco', monospace !important;
    font-size: 13px !important;
    line-height: 0.8 !important;
    color: #c8dff5 !important;
    margin: 0 !important;
    white-space: pre-wrap !important;
    word-break: break-word !important;
}

/* ================================================================
   NOTICES
   ================================================================ */
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-info {
    background: var(--teal-light) !important;
    border-left: 4px solid var(--teal) !important;
    color: var(--success) !important;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0 !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
    box-shadow: none !important;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error {
    background: var(--danger-bg) !important;
    border-left: 4px solid var(--danger) !important;
    color: var(--danger) !important;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0 !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
    box-shadow: none !important;
}

/* ================================================================
   ADDRESS LIST PAGE — .woocommerce-Addresses
   ================================================================ */

/* Intro text */
.woocommerce-Addresses + p,
.woocommerce-MyAccount-content > p:first-of-type {
    font-size: 14px !important;
    color: var(--mid) !important;
    margin-bottom: 20px !important;
    line-height: 1.6 !important;
}

/* Grid container */
.woocommerce-Addresses.col2-set {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
    margin-top: 8px !important;
}

/* Each address card */
.woocommerce-Address {
    background: var(--white) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--radius) !important;
    padding: 24px !important;
    box-shadow: var(--shadow-sm) !important;
    transition: box-shadow .2s, border-color .2s !important;
    position: relative !important;
}

.woocommerce-Address:hover {
    border-color: var(--primary-bg) !important;
    box-shadow: var(--shadow-md) !important;
}

/* Accent top bar */


/* Header: title + edit link */
.woocommerce-Address-title.title {
    
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 16px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid var(--border) !important;
}

.woocommerce-Address-title h2 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--dark) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Icon indicator before h2 */
.woocommerce-Address-title h2::before {
    content: '' !important;
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: var(--primary) !important;
    flex-shrink: 0 !important;
}

/* Edit link */
.woocommerce-Address-title a.edit {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: var(--primary) !important;
    text-decoration: none !important;
    background: var(--primary-bg) !important;
    border: 1px solid var(--border) !important;
    padding: 5px 12px !important;
    border-radius: 100px !important;
    transition: all .18s !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

.woocommerce-Address-title a.edit:hover {
    background: var(--primary) !important;
    color: var(--white) !important;
    border-color: var(--primary) !important;
}

/* Address content */
.woocommerce-Address address {
    font-style: normal !important;
    font-size: 14px !important;
    color: var(--mid) !important;
    line-height: 1.8 !important;
}

/* "Bạn chưa thiết lập..." empty state */
.woocommerce-Address address p {
    color: var(--muted) !important;
    font-size: 13px !important;
    font-style: italic !important;
}

/* ================================================================
   EDIT ADDRESS FORM — billing & shipping
   ================================================================ */
.woocommerce-address-fields {
    background: var(--white) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--radius) !important;
    padding: 28px !important;
    box-shadow: var(--shadow-sm) !important;
}

/* Section heading */
.woocommerce-MyAccount-content h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--dark) !important;
    margin-bottom: 20px !important;
    padding-bottom: 16px !important;
    border-bottom: 2px solid var(--border) !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.woocommerce-MyAccount-content h2::before {
    content: '' !important;
    display: inline-block !important;
    width: 4px !important;
    height: 20px !important;
    background: var(--primary) !important;
    border-radius: 2px !important;
    flex-shrink: 0 !important;
}

/* Form rows */
.woocommerce-address-fields .form-row {
    margin-bottom: 18px !important;
    padding: 0 !important;
}

.woocommerce-address-fields .form-row-first,
.woocommerce-address-fields .form-row-last {
    float: left !important;
    width: calc(50% - 8px) !important;
    box-sizing: border-box !important;
}

.woocommerce-address-fields .form-row-first {
    margin-right: 16px !important;
}

.woocommerce-address-fields .form-row-wide {
    float: none !important;
    width: 100% !important;
    clear: both !important;
}

.woocommerce-address-fields .clear {
    clear: both !important;
    display: block !important;
    height: 0 !important;
}

/* Labels */
.woocommerce-address-fields label {
    display: block !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: var(--dark) !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
}

.woocommerce-address-fields label .required,
.woocommerce-address-fields label abbr.required {
    color: var(--primary) !important;
    text-decoration: none !important;
    margin-left: 2px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    vertical-align: middle !important;
}

.woocommerce-address-fields label .optional {
    font-weight: 400 !important;
    color: var(--muted) !important;
    text-transform: none !important;
    font-size: 11px !important;
    font-style: normal !important;
    letter-spacing: 0 !important;
}

/* Text inputs */
.woocommerce-address-fields input.input-text {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1.5px solid var(--border) !important;
    border-radius: var(--radius-sm) !important;
    font-size: 15px !important;
    font-family: inherit !important;
    color: var(--dark) !important;
    background: var(--white) !important;
    transition: border-color .18s, box-shadow .18s !important;
    outline: none !important;
    box-sizing: border-box !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}

.woocommerce-address-fields input.input-text:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(0,113,187,0.12) !important;
}

.woocommerce-address-fields input.input-text::placeholder {
    color: #aab0c4 !important;
}

/* Select2 custom style */
.woocommerce-address-fields .select2-container--default .select2-selection--single {
    height: 48px !important;
    border: 1.5px solid var(--border) !important;
    border-radius: var(--radius-sm) !important;
    background: var(--white) !important;
    transition: border-color .18s, box-shadow .18s !important;
    outline: none !important;
}

.woocommerce-address-fields .select2-container--default .select2-selection--single:focus,
.woocommerce-address-fields .select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(0,113,187,0.12) !important;
}

.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
    padding-left: 16px !important;
    padding-right: 40px !important;
    font-size: 15px !important;
    color: var(--dark) !important;
}

.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #aab0c4 !important;
}

.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    right: 12px !important;
}

.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--mid) transparent transparent transparent !important;
}

/* Select2 dropdown */
.select2-dropdown {
    border: 1.5px solid var(--primary) !important;
    border-radius: var(--radius-sm) !important;
    box-shadow: var(--shadow-md) !important;
    font-size: 14px !important;
}

.select2-results__option {
    padding: 10px 16px !important;
    color: var(--dark) !important;
}

.select2-results__option--highlighted {
    background: var(--primary-bg) !important;
    color: var(--primary) !important;
}

.select2-results__option[aria-selected="true"] {
    background: var(--primary) !important;
    color: var(--white) !important;
}

.select2-search--dropdown .select2-search__field {
    border: 1.5px solid var(--border) !important;
    border-radius: var(--radius-xs) !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
    outline: none !important;
}

.select2-search--dropdown .select2-search__field:focus {
    border-color: var(--primary) !important;
}

/* Submit button */
.woocommerce-address-fields + p,
.woocommerce-address-fields__field-wrapper + p {
    margin-top: 8px !important;
    padding: 0 !important;
}

.woocommerce-address-fields ~ p button[name="save_address"],
.woocommerce-address-fields ~ p .button,
.woocommerce-MyAccount-content .woocommerce-address-fields + p button,
.woocommerce-MyAccount-content button[name="save_address"] {
    background: var(--primary) !important;
    color: var(--white) !important;
    border: none !important;
    padding: 13px 32px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    font-family: inherit !important;
    box-shadow: var(--shadow-btn) !important;
    transition: all .2s !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    margin: 0 !important;
    min-width: 160px !important;
    justify-content: center !important;
}

.woocommerce-MyAccount-content button[name="save_address"]:hover {
    background: var(--primary-dark) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0,113,187,0.40) !important;
}

.woocommerce-MyAccount-content button[name="save_address"]:active {
    background: var(--primary-deeper) !important;
    transform: translateY(0) !important;
}

/* ================================================================
   EDIT ACCOUNT FORM
   ================================================================ */
.woocommerce-EditAccountForm {
    background: var(--white) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--radius) !important;
    padding: 28px !important;
    box-shadow: var(--shadow-sm) !important;
    max-width: 100% !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif !important;
}

.woocommerce-EditAccountForm .woocommerce-form-row {
    margin-bottom: 18px !important;
    padding: 0 !important;
}

.woocommerce-EditAccountForm .form-row-first,
.woocommerce-EditAccountForm .form-row-last {
    float: left !important;
    width: calc(50% - 8px) !important;
    box-sizing: border-box !important;
}

.woocommerce-EditAccountForm .form-row-first {
    margin-right: 16px !important;
}

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

.woocommerce-EditAccountForm .clear {
    clear: both !important;
    display: block !important;
    height: 0 !important;
}

.woocommerce-EditAccountForm label {
    display: block !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: var(--dark) !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
}

.woocommerce-EditAccountForm label .required {
    color: var(--primary) !important;
    margin-left: 2px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    vertical-align: middle !important;
}

#account_display_name_description {
    display: block !important;
    font-size: 12px !important;
    color: var(--mid) !important;
    margin-top: 7px !important;
    line-height: 1.6 !important;
    font-style: normal !important;
}

#account_display_name_description em {
    font-style: normal !important;
}

.woocommerce-EditAccountForm .woocommerce-Input,
.woocommerce-EditAccountForm input.input-text {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1.5px solid var(--border) !important;
    border-radius: var(--radius-sm) !important;
    font-size: 15px !important;
    font-family: inherit !important;
    color: var(--dark) !important;
    background: var(--white) !important;
    transition: border-color .18s, box-shadow .18s !important;
    outline: none !important;
    box-sizing: border-box !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}

.woocommerce-EditAccountForm .woocommerce-Input:focus,
.woocommerce-EditAccountForm input.input-text:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(0,113,187,0.12) !important;
    background: var(--white) !important;
}

.woocommerce-EditAccountForm .woocommerce-Input::placeholder,
.woocommerce-EditAccountForm input.input-text::placeholder {
    color: #aab0c4 !important;
}

.woocommerce-EditAccountForm .password-input {
    position: relative !important;
    display: block !important;
}

.woocommerce-EditAccountForm .password-input input {
    padding-right: 48px !important;
}

.woocommerce-EditAccountForm .show-password-input {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 4px !important;
    color: var(--mid) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 6px !important;
    transition: all .15s !important;
    min-width: unset !important;
    min-height: unset !important;
    box-shadow: none !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.woocommerce-EditAccountForm .show-password-input:hover {
    background: var(--primary-bg) !important;
    color: var(--primary) !important;
}

.woocommerce-EditAccountForm .show-password-input::before {
    font-size: 16px !important;
    color: inherit !important;
}

.woocommerce-EditAccountForm fieldset {
    border: 1px solid var(--border) !important;
    border-radius: var(--radius-sm) !important;
    padding: 20px 20px 4px !important;
    margin: 8px 0 20px !important;
    background: var(--light) !important;
    box-shadow: none !important;
}

.woocommerce-EditAccountForm fieldset legend {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--dark) !important;
    letter-spacing: 0.4px !important;
    padding: 0 8px !important;
    background: var(--light) !important;
    border: none !important;
    text-transform: none !important;
    line-height: 1 !important;
}

.woocommerce-EditAccountForm fieldset .woocommerce-form-row {
    margin-bottom: 16px !important;
}

.woocommerce-EditAccountForm > p:last-of-type {
    margin-top: 8px !important;
    padding: 0 !important;
}

.woocommerce-EditAccountForm button[name="save_account_details"],
.woocommerce-EditAccountForm .woocommerce-Button[name="save_account_details"] {
    background: var(--primary) !important;
    color: var(--white) !important;
    border: none !important;
    padding: 13px 32px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    font-family: inherit !important;
    box-shadow: var(--shadow-btn) !important;
    transition: all .2s !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    margin: 0 !important;
    min-width: 160px !important;
    justify-content: center !important;
}

.woocommerce-EditAccountForm button[name="save_account_details"]:hover,
.woocommerce-EditAccountForm .woocommerce-Button[name="save_account_details"]:hover {
    background: var(--primary-dark) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0,113,187,0.40) !important;
}

.woocommerce-EditAccountForm button[name="save_account_details"]:active,
.woocommerce-EditAccountForm .woocommerce-Button[name="save_account_details"]:active {
    background: var(--primary-deeper) !important;
    transform: translateY(0) !important;
}

/* ================================================================
   RESPONSIVE — TABLET
   ================================================================ */
@media (max-width: 900px) {
    .woocommerce-Addresses.col2-set {
        grid-template-columns: 1fr !important;
    }
}

/* ================================================================
   RESPONSIVE — MOBILE
   ================================================================ */
@media (max-width: 768px) {

    /* Sidebar nav */
    .large-3.col.col-border {
        padding-right: 0 !important;
        margin-bottom: 20px !important;
    }

    #my-account-nav.account-nav {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 4px !important;
    }

    #my-account-nav li {
        flex: 1 1 auto !important;
    }

    #my-account-nav li a {
        justify-content: center !important;
        padding: 9px 10px !important;
        font-size: 12px !important;
        text-align: center !important;
    }

    #my-account-nav li a:hover {
        padding-left: 10px !important;
    }

    /* Orders table: card layout */
    .woocommerce-orders-table thead {
        display: none !important;
    }

    .touch-scroll-table {
        overflow-x: visible !important;
        border: none !important;
        box-shadow: none !important;
        background: transparent !important;
        border-radius: 0 !important;
    }

    .woocommerce-orders-table {
        display: block !important;
    }

    .woocommerce-orders-table tbody {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }

    .woocommerce-orders-table tbody tr {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 8px !important;
        background: var(--white) !important;
        border: 1px solid var(--border) !important;
        border-radius: var(--radius) !important;
        padding: 14px 16px !important;
        box-shadow: var(--shadow-sm) !important;
        position: relative !important;
    }

    .woocommerce-orders-table tbody td,
    .woocommerce-orders-table tbody th {
        padding: 0 !important;
        border: none !important;
        font-size: 13px !important;
        width: 100% !important;
    }

    .woocommerce-orders-table__cell-order-number {
        width: 100% !important;
        font-size: 15px !important;
        margin-bottom: 4px !important;
    }

    .woocommerce-orders-table__cell-order-date {
        flex: 1 !important;
        font-size: 12px !important;
        color: var(--mid) !important;
    }

    .woocommerce-orders-table__cell-order-status {
        font-size: 12px !important;
    }

    .woocommerce-orders-table__cell-order-total {
        width: 100% !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: var(--dark) !important;
        margin-top: 4px !important;
    }

    .woocommerce-orders-table__cell-order-actions {
        position: absolute !important;
        right: 16px !important;
        bottom: 14px !important;
    }

    /* Order detail table: stacked */
    .woocommerce-table--order-details {
        display: block !important;
    }

    .woocommerce-table--order-details thead {
        display: none !important;
    }

    .woocommerce-table--order-details tbody,
    .woocommerce-table--order-details tfoot {
        display: block !important;
    }

    .woocommerce-table--order-details tbody tr,
    .woocommerce-table--order-details tfoot tr {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid var(--border) !important;
    }

    .woocommerce-table--order-details tbody td,
    .woocommerce-table--order-details tfoot td,
    .woocommerce-table--order-details tfoot th {
        padding: 0 !important;
        display: block !important;
    }

    .woocommerce-table--order-details .product-total,
    .woocommerce-table--order-details tfoot td {
        text-align: right !important;
    }

    .woocommerce-order-details {
        padding: 16px !important;
    }

    .woocommerce--transaction-detail-code p {
        font-size: 11px !important;
    }

    /* Address cards */
    .woocommerce-Address {
        padding: 18px !important;
    }

    /* Address edit form */
    .woocommerce-address-fields {
        padding: 18px !important;
        border-radius: var(--radius-sm) !important;
    }

    .woocommerce-address-fields .form-row-first,
    .woocommerce-address-fields .form-row-last {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    .woocommerce-MyAccount-content button[name="save_address"] {
        width: 100% !important;
        padding: 14px !important;
    }

    /* Edit account form */
    .woocommerce-EditAccountForm {
        padding: 18px !important;
        border-radius: var(--radius-sm) !important;
    }

    .woocommerce-EditAccountForm .form-row-first,
    .woocommerce-EditAccountForm .form-row-last {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    .woocommerce-EditAccountForm fieldset {
        padding: 16px 14px 4px !important;
    }

    .woocommerce-EditAccountForm button[name="save_account_details"],
    .woocommerce-EditAccountForm .woocommerce-Button[name="save_account_details"] {
        width: 100% !important;
        padding: 14px !important;
    }
}

@media (max-width: 400px) {
    .woocommerce-orders-table__cell-order-actions .woocommerce-button,
    .woocommerce-orders-table__cell-order-actions .button {
        padding: 6px 12px !important;
        font-size: 12px !important;
    }

    .woocommerce-order-details {
        padding: 14px !important;
    }

    .woocommerce-MyAccount-content > p:first-of-type {
        padding: 12px 14px !important;
        font-size: 13px !important;
    }

    .woocommerce-EditAccountForm {
        padding: 14px !important;
    }

    .woocommerce-EditAccountForm .woocommerce-Input,
    .woocommerce-EditAccountForm input.input-text {
        font-size: 14px !important;
        padding: 11px 14px !important;
    }

    .woocommerce-address-fields {
        padding: 14px !important;
    }

    .woocommerce-address-fields input.input-text {
        font-size: 14px !important;
        padding: 11px 14px !important;
    }
}


.dashboard-links a:hover {
    background-color: var(--fs-experimental-link-color-hover);
    color: #fff;
}





.image-tools.absolute.bottom.left.z-3 {
    display: none;
}