/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

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

/* === CSS Variables === */
:root {
  --kns-green-700: #16a34a;
  --kns-navy: #2D2E7F;
  --kns-navy-50: #ede9fe;
  --line: #e5e7eb;
  --ink-2: #6b7280;
  --ink-4: #9ca3af;
}

/* === Checkout Progress Bar === */
.kns-checkout-steps {
  background: #fff;
  /* border-bottom: 1px solid var(--line); */
  padding: 24px 0;
}

.kns-checkout-steps .container {
  max-width: 800px;
  margin: 0 auto;
}

.kns-checkout-steps__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.kns-checkout-steps__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.kns-checkout-steps__circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.2s ease;
}

.kns-checkout-steps__circle--done {
  background: var(--kns-green-700);
  border: none;
  color: #fff;
  animation: kns-step-pop 0.35s ease;
}

.kns-checkout-steps__circle--active {
  background: var(--kns-navy);
  border: 3px solid var(--kns-navy-50);
  color: #fff;
}

.kns-checkout-steps__circle--pending {
  background: transparent;
  border: 1.5px solid var(--line);
  color: var(--ink-4);
}

@keyframes kns-step-pop {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.25);
  }

  100% {
    transform: scale(1);
  }
}

.kns-checkout-steps__label {
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-2);
  transition: color 0.3s ease;
}

.kns-checkout-steps__label--active {
  font-weight: 700;
  color: var(--kns-navy);
}

.kns-checkout-steps__label--pending {
  color: var(--ink-4);
}

/* Line: track luôn xám, ::after fill xanh animate từ 0 → 100% */
.kns-checkout-steps__line {
  flex: 1;
  height: 2px;
  margin-bottom: 26px;
  margin-inline: 4px;
  position: relative;
  overflow: hidden;
  background: var(--line);
}

.kns-checkout-steps__line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: var(--kns-green-700);
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.kns-checkout-steps__line--done::after {
  width: 100%;
}

.kns-checkout-steps__line--done,
.kns-checkout-steps__line--pending {
  background: var(--line);
}

/* === Checkout Cards === */
.woocommerce-checkout .kns-checkout-card {
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce-checkout .kns-checkout-card--active {
  border: 2px solid var(--kns-navy);
  box-shadow: 0 0 0 4px rgba(45, 46, 127, 0.06);
}

.woocommerce-checkout .kns-checkout-card--done {
  border: 1.5px solid var(--line);
}

.woocommerce-checkout .kns-checkout-card--pending {
  border: 1.5px solid var(--line);
}

.kns-checkout-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 0 10px 0;
  /* border-bottom: 1px solid var(--line); */
}

.kns-checkout-card--pending .kns-checkout-card__header {
  border-bottom: none;
}

.kns-checkout-card--pending>*:not(.kns-checkout-card__header) {
  display: none !important;
}

.kns-checkout-card__num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.kns-checkout-card--active .kns-checkout-card__num {
  background: var(--kns-navy);
  color: #fff;
}

.kns-checkout-card--done .kns-checkout-card__num {
  background: var(--kns-green-700);
  color: #fff;
}

.kns-checkout-card--pending .kns-checkout-card__num {
  background: transparent;
  border: 1.5px solid var(--line);
  color: var(--ink-4);
}

.kns-checkout-card__title {
  font-weight: 600;
  font-size: 15px;
  color: #1a1a1a;
  transition: color 0.3s ease;
}

.kns-checkout-card--pending .kns-checkout-card__title {
  color: var(--ink-4);
  font-weight: 500;
}

.kns-checkout-card--active .kns-checkout-card__title {
  color: var(--kns-navy);
}

.a52,
.a52>* {
  font-size: 52px !important;
}

.a20,
.a20>* {
  font-size: 20px !important;
}

del span.amount {
  opacity: 1;
  color: black;
}

.hardwhite,
.hardwhite>*,
.hardwhite a {
  color: white !important;
}

.danh-sach-ma-giam-gia,
#thong-bao-luu-ma,
.amlab_section_form_coupon {
  display: none !important;
}

/* .single.single-product .product-info.summary {
  max-height: 100vh;
  overflow-y: scroll;
} */

/* THANK YOU */
.amlab_custom_thankyou {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
}

.amlab_custom_thankyou .thankyou-header {
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #0057ed;
  border-radius: 20px;
  padding: 30px;
}

.amlab_custom_thankyou .thankyou-icon img {
  width: 270px;
}

.amlab_custom_thankyou .thankyou-header>p {
  margin-bottom: 0;
}

.amlab_custom_thankyou .thankyou-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.customer_info_box {
  border: 1px solid #e4e7e9;
  border-radius: 10px;
  padding: 13px;
}

.customer_info_box>p {
  margin-bottom: 0;
}

.customer_info_box em {
  color: #b3b3b3;
  font-style: normal;
  font-size: 14px;
}

.amlab_custom_thankyou .thankyou-left {
  flex: 1 1 60%;
}

.amlab_custom_thankyou .thankyou-right {
  flex: 1 1 35%;
  overflow: hidden;
  height: fit-content;
}

.amlab_custom_thankyou .thankyou-box {
  background: #fff;
  margin-bottom: 15px;
}

.amlab_custom_thankyou .thankyou-box h3 {
  margin-bottom: 10px;
  font-size: 16px;
  padding-bottom: 5px;
}

.amlab_order_totals_summary.thankyou-box-total-price {
  border: none !important;
  padding: 0;
}

.order_payment_type {
  padding: 13px;
  border: 1px solid #e4e7e9;
  border-radius: 10px;
}

.amlab_custom_thankyou .order-summary {
  list-style: none;
  padding: 0;
  margin: 0;
}

.amlab_custom_thankyou .order-summary li {
  margin-bottom: 6px;
  font-size: 14px;
}

.amlab_custom_thankyou .order-summary .total {
  font-weight: bold;
  color: red;
}

.amlab_custom_thankyou .btn-continue {
  display: flex;
  gap: 5px;
  width: 100%;
  height: 60px;
  background: #0057ed;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 40px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.amlab_custom_thankyou .btn-continue img {
  width: 22px;
  height: 20px;
}

.amlab_custom_thankyou .cart-list {
  list-style: none;
  padding: 0;
}

.amlab_custom_thankyou .cart-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.amlab_custom_thankyou .cart-list img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
}

.amlab_custom_thankyou .cart-info {
  flex-grow: 1;
}

.amlab_custom_thankyou .product-name {
  font-size: 14px;
  font-weight: 500;
}

.amlab_custom_thankyou .product-price {
  font-size: 13px;
  color: #888;
}

@media (max-width: 768px) {
  .amlab_custom_thankyou .thankyou-content {
    flex-direction: column;
  }
}

/* THANK YOU */

/* === Payment Methods (generic — works for any gateway) === */
ul.wc_payment_methods {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

ul.wc_payment_methods li.wc_payment_method {
  position: relative;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 14px 16px;
  gap: 0 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

ul.wc_payment_methods li.wc_payment_method:has(input[type="radio"]:checked) {
  border-color: #006E20;
  background: #E8F7EA;
  box-shadow: 0 0 0 3px rgba(45, 46, 127, 0.05);
}

/* Radio */
ul.wc_payment_methods li.wc_payment_method>input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #006E20;
  flex-shrink: 0;
  margin: 0;
  cursor: pointer;
}

.mfp-wrap {
  z-index: 99999 !important;
}

/* Label row */
ul.wc_payment_methods li.wc_payment_method>label {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #1a1a1a;
  cursor: pointer;
  margin: 0;
  padding-right: 80px;
  padding-left: 20px;
  /* space for badge */
}

/* Icons — specific gateways */
ul.wc_payment_methods li.wc_payment_method label[for="payment_method_bacs"]::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background: url(./images/bacs.png) no-repeat center/contain;
  flex-shrink: 0;
}

ul.wc_payment_methods li.wc_payment_method label[for="payment_method_cod"]::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background: url(./images/cod.png) no-repeat center/contain;
  flex-shrink: 0;
}

/* PHỔ BIẾN badge — chỉ cho COD */
ul.wc_payment_methods li.payment_method_cod::before {
  content: "PHỔ BIẾN";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--kns-green-700);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  pointer-events: none;
  white-space: nowrap;
}

/* Khi COD đang selected thì badge nằm ở top của row */
ul.wc_payment_methods li.payment_method_cod:has(input:checked)::before {
  top: 18px;
  transform: none;
}

/* Description box — chỉ hiện khi selected */
ul.wc_payment_methods li.wc_payment_method .payment_box {
  flex-basis: 100%;
  margin: 6px 0 0 28px;
  padding: 0;
  font-size: 12px;
  color: var(--ink-2);
  line-height: 1.5;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

ul.wc_payment_methods li.wc_payment_method .payment_box p {
  margin: 0;
  font-size: 12px;
  color: var(--ink-2);
}

#place_order {
  display: none;
}

.checkout-action-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.checkout-back-btn {
  display: inline-flex;
  align-items: center;
  height: 60px;
  padding: 0 24px;
  border: 2px solid #d0d5dd;
  border-radius: 10px;
  background: #fff;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: border-color .2s, color .2s;
}

.checkout-back-btn:hover {
  border-color: #999;
  color: #1a1a1a;
}

#order_place_button_final {
  flex: 1;
  background-color: #39B54A;
  border-radius: 10px;
  height: 60px;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0px !important;
}

#order_place_button_final:hover {
  background: #006E20;
}

#order_place_button_final span.amount {
  color: white;
  text-transform: uppercase;
}

/* Hidden on desktop — mobile only */
.review-order-toggle {
  display: none;
}

.mobile-checkout-actions {
  display: none;
}

.amlab_order_totals_summary {
  /* border: 1px solid rgba(0, 87, 237, 0.5) !important; */
  border-radius: 20px;
  /* margin-top: 30px; */
  font-size: 15px;
}

.amlab_order_totals_summary h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.amlab_order_totals_summary .order-summary-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  /* border-top: 1px solid #cecece; */
  padding-top: 12px;
}

.amlab_order_totals_summary .order-summary-list li {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  margin-bottom: 4px;
}

.amlab_order_totals_summary .order-summary-list li span.amount {
  color: #000000;
}

/* .amlab_order_totals_summary .order-total-final {
  border-top: 1px solid #cecece;
  padding-top: 12px;
} */

.amlab_order_totals_summary .order-total-final>div {
  display: flex;
  justify-content: end;
}

.amlab_order_totals_summary .order-total-final strong {
  font-weight: 700;
}

.amlab_order_totals_summary .order-total-price {
  font-size: 20px;
}

.amlab_order_totals_summary .order-total-price span.amount {
  color: #ff0000;
}

.amlab_order_totals_summary .total-saved {
  font-size: 14px;
  margin-top: 4px;
}

.amlab_order_totals_summary .total-saved span.amount {
  color: #007bff;
}

/* === REVIEW ORDER CARD === */

.amlab_review_order_col>.col-inner {
  padding: 0 !important;
  border: none;
}

/* Outer card bao toàn bộ: product list + totals */
.amlab-review-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* ── Heading ── */
#order_review_heading {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  padding: 16px 20px;
  margin: 0;
  border-bottom: 1px solid var(--line);
}

/* ── Product list ── */
.amlab_custom_review_order {
  display: flex;
  flex-direction: column;
}

.amlab_custom_review_order .custom-cart-item {
  display: flex;
  gap: 12px;
  padding: 12px 20px;
  border-bottom: 1px solid var(--line);
  align-items: flex-start;
}

.amlab_custom_review_order .custom-cart-item.cart_item_gift {
  background-color: #f0f9f4;
  /* padding: 0px;
  max-width: 80%;
  justify-content: end;
  margin-left: auto;
  padding-right: 20px; */
  /* text-align: end; */
}

/* Thumbnail + qty badge */
.amlab_custom_review_order .product-thumbnail {
  position: relative;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.amlab_custom_review_order .product-thumbnail img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.amlab_custom_review_order .item-qty-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  background: var(--kns-navy);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 10px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  line-height: 1;
  border: 2px solid #fff;
}

/* Product info */
.amlab_custom_review_order .product-info {
  flex: 1;
  min-width: 0;
}

.amlab_custom_review_order .tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.amlab_custom_review_order .tag-gift {
  background: #fdb740;
  color: #fff;
}

.amlab_custom_review_order .tag-buy {
  background: var(--kns-navy);
  color: #fff;
}

.amlab_custom_review_order .product-name {
  font-weight: 600;
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 3px;
  line-height: 1.4;
}

/* Variation attributes (wc_get_formatted_cart_item_data) */
.amlab_custom_review_order .product-info dl.variation,
.amlab_custom_review_order .product-info .wc-item-meta {
  font-size: 12px;
  color: var(--ink-2);
  margin: 0;
}

.amlab_custom_review_order .product-info dl.variation dt,
.amlab_custom_review_order .product-info dl.variation dd {
  font-size: 12px;
  color: var(--ink-2);
  margin: 0;
  display: inline;
}

.amlab_custom_review_order .product-info dl.variation dt::after {
  content: ' ';
}

.amlab_custom_review_order .product-info dl.variation dd::after {
  content: '';
}

.amlab_custom_review_order .product-info dl.variation dd:last-of-type::after {
  content: '';
}

/* Price column */
.amlab_custom_review_order .product-price {
  text-align: right;
  flex-shrink: 0;
  min-width: 90px;
}

.amlab_custom_review_order .old-price,
.amlab_custom_review_order .old-price span.amount {
  text-decoration: line-through;
  color: var(--ink-4);
  font-size: 12px;
}

.amlab_custom_review_order .final-price span.amount,
.amlab_custom_review_order .final-price {
  color: #e53935;
  font-weight: 600;
  font-size: 14px;
}

/* ── Totals section ── */
.amlab_order_totals_summary {
  padding: 14px 20px 0;

}

.amlab_order_totals_summary h3 {
  display: none;
}

.amlab_order_totals_summary .order-summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.amlab_order_totals_summary .order-summary-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #1a1a1a;
}


.amlab_order_totals_summary .order-summary-list li strong {
  font-weight: 500;
  color: #1a1a1a;
}

/* Tiết kiệm — đỏ */
.amlab_order_totals_summary .row-savings strong,
.amlab_order_totals_summary .row-savings strong span.amount {
  color: #e53935;
  font-weight: 600;
}

/* Miễn phí — xanh lá */
.amlab_order_totals_summary .value-free {
  color: #16a34a;
  font-weight: 600;
}

/* ── Order total ── */
/* .amlab_order_totals_summary .order-total-final {
  margin-top: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
} */

.amlab_order_totals_summary .order-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.amlab_order_totals_summary .order-total-row strong {
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
}

.amlab_order_totals_summary .order-total-price {
  font-size: 22px;
  font-weight: 700;
}

.amlab_order_totals_summary .order-total-price span.amount {
  color: #e53935;
}

.amlab_order_totals_summary .vat-note {
  text-align: right;
  font-size: 10px;
  color: #525A66;
  font-weight: 400;
  margin-top: 2px;
}

/* ── Gift notification bar ── */
.amlab_order_totals_summary .gift-notification {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 10px 12px;
  margin: 12px 0;
  font-size: 13px;
  color: #166534;
  line-height: 1.4;
}

.amlab_order_totals_summary .gift-icon {
  flex-shrink: 0;
  font-size: 16px;
}

.amlab_order_totals_summary .gift-text strong {
  font-weight: 600;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .amlab_custom_review_order .product-thumbnail {
    width: 60px;
    height: 60px;
  }

  .amlab_custom_review_order .product-thumbnail img {
    width: 60px;
    height: 60px;
  }

  .amlab_order_totals_summary .order-total-price {
    font-size: 18px;
  }
}

/* REVIEW ORDER */

/* CHECKOUT */
#customer_details textarea,
#customer_details select,
#customer_details input {
  border-radius: 10px !important;
  box-shadow: none !important;
}

#customer_details .form-row {
  padding: 0 8px;
  margin-bottom: 0;
}

#customer_details .form-row.form-row-first,
#customer_details .form-row.form-row-last {
  width: 50% !important;
  margin: 0 !important;
}

#customer_details #shipping_salutation_field,
#customer_details #billing_salutation_field {
  width: 20% !important;
}

#customer_details #shipping_first_name_field,
#customer_details #billing_first_name_field {
  width: 80% !important;
}

.amlab_billing_field .woocommerce-billing-fields {
  border: none !important;
  padding-top: 0 !important;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  padding: 0;
  margin: 0;
  /* Bù lại padding của .form-row */
}

.woocommerce-billing-fields__field-wrapper::after,
.woocommerce-shipping-fields__field-wrapper::after,
.woocommerce-additional-fields__field-wrapper::after,
#vat-fields::after {
  content: "";
  /* Bắt buộc phải có */
  display: table;
  /* Hoặc 'block' cũng được */
  clear: both;
  /* Đây là thuộc tính quan trọng nhất */
}

.checkout-inline-error-message {
  display: none;
}

#ship-to-different-address {
  margin-top: 10px;
}

.shipping-toggle-wrapper {
  display: flex;
  align-items: center;
}

#billing_country_field,
#shipping_country_field {
  display: none;
}

#customer_details #shipping_address_1_field,
#customer_details #billing_address_1_field {
  width: 100% !important;
}

.amlab_shipping_field .woocommerce-shipping-fields .shipping_address {
  margin-top: 1.5em;
}

#vat-fields-wrapper>label {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 0;
}

#vat-fields {
  margin-bottom: 8px;
}

/* CSS cho chính nút gạt (dùng lại từ các bước trước) */
.shipping-toggle-switch,
.vat-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
  white-space: nowrap;
  padding-left: 46px;
  /* Không bị co lại */
}

.shipping-toggle-switch input,
.vat-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.shipping-toggle-switch span,
.vat-switch span {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}

.shipping-toggle-switch span:before,
.vat-switch span:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  margin: 0 -8px;
}

#customer_details .woocommerce-additional-fields .form-row {
  padding: 0;
}

form.checkout h3 {
  text-transform: none;
}

.shipping-toggle-wrapper label {
  margin-bottom: 0;
  font-weight: 600;
}

input#vat_checkbox:checked+span,
input#shipping-toggle-new:checked+span {
  background-color: #4caf50;
}

/* Màu xanh lá cây */
input#vat_checkbox:checked+span:before,
input#shipping-toggle-new:checked+span:before {
  transform: translateX(20px);
}

.amlab_vat_field,
.amlab_shipping_field {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 15px 20px;
  margin-top: 0 !important;
  margin-bottom: 1em;
}

p.form-row.use-billing-address-checkbox label {
  font-weight: normal;
}

/* CHECKOUT */

#masthead .cart-item>.nav-dropdown {
  border-radius: 20px !important;
  border: none;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
  display: none;
}

#masthead .cart-item>.nav-dropdown .widget_shopping_cart_content .cart_list .mini_cart_item a:not(.remove) {
  font-size: 14px;
  font-weight: bold;
}

#masthead .cart-item>.nav-dropdown .widget_shopping_cart_content .cart_list .mini_cart_item dl.variation,
#masthead .cart-item>.nav-dropdown .widget_shopping_cart_content .cart_list .mini_cart_item dl.dl_quantity {
  font-size: 12px;
  margin-bottom: 3px;
  text-transform: none;
}

#masthead .cart-item>.nav-dropdown .widget_shopping_cart_content .cart_list .mini_cart_item dl.variation dt,
#masthead .cart-item>.nav-dropdown .widget_shopping_cart_content .cart_list .mini_cart_item dl.dl_quantity dt {
  color: #505050;
  font-weight: normal;
}

#masthead .cart-item>.nav-dropdown .widget_shopping_cart_content .cart_list .mini_cart_item dl.variation dd,
#masthead .cart-item>.nav-dropdown .widget_shopping_cart_content .cart_list .mini_cart_item dl.dl_quantity dd {
  color: #000000;
  font-weight: 600;
}

#masthead .cart-item>.nav-dropdown .widget_shopping_cart_content .cart_list .mini_cart_item .ux-mini-cart-qty {
  margin-top: 6px;
  margin-bottom: 6px;
}

#masthead .cart-item>.nav-dropdown .widget_shopping_cart_content .cart_list .mini_cart_item .ux-mini-cart-qty a.remove {
  width: fit-content;
  border-radius: 3px;
  border: 1px solid #0057ed;
  font-weight: normal;
  color: #0057ed;
  font-size: 10px !important;
  height: fit-content;
  padding: 0px 10px;
  position: relative;
}

span.cart_item_product_price {
  display: flex;
  flex-direction: column-reverse;
}

span.cart_item_product_price del {
  font-size: 12px;
}

span.cart_item_product_price del span.amount {
  font-size: 12px;
}

span.cart_item_product_price span.amount {
  font-size: 14px;
}

span.cart_item_product_price span.amount {
  font-size: 14px;
}

#masthead .cart-item>.nav-dropdown .widget_shopping_cart p.save_money {
  display: flex;
  justify-content: space-between;
  color: #505050;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 0;
}

#masthead .cart-item>.nav-dropdown .widget_shopping_cart p.save_money span.amount {
  color: #505050;
}

#masthead .cart-item>.nav-dropdown .widget_shopping_cart p.total {
  border-bottom: 0;
  margin-bottom: 0 !important;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 0;
}

#masthead .cart-item>.nav-dropdown .widget_shopping_cart p.total span.amount {
  font-size: 14px;
}

#masthead .cart-item>.nav-dropdown .woocommerce-mini-cart__buttons {
  display: flex;
  gap: 9px;
  margin-top: 15px;
}

#masthead .cart-item>.header-cart-link .header-cart-icon::after {
  background-color: #dc2626 !important;
  font-size: 10px;
  right: 7px;
  top: -7px;
  /* padding: 1px 6px; */
}

#masthead .cart-item>.nav-dropdown .woocommerce-mini-cart__buttons>a.button {
  font-size: 12px;
  border-radius: 6px;
  text-transform: none;
  font-weight: normal;
  height: 28px;
}

#masthead .cart-item>.nav-dropdown .woocommerce-mini-cart__buttons>a.button:not(.checkout) {
  background-color: transparent;
  border: 1px solid #5792ff;
  color: #5792ff;
}

#masthead .cart-item>.nav-dropdown .woocommerce-mini-cart__buttons>a.button.checkout {
  background-color: #ff0000;
  color: white;
}

.amlab_form_coupon_flex {
  display: flex;
  margin-top: 20px;
  gap: 10px;
}

.amlab_form_coupon_flex .wpcf7-form-control-wrap input[type="tel"] {
  border-radius: 6px !important;
  border: 0.5px solid #5792ff;
}

.amlab_form_coupon_flex input[type="submit"].wpcf7-form-control {
  border-radius: 6px !important;
  background-color: #0057ed !important;
  border: 0.5px solid #5792ff;
  margin: 0 !important;
  text-transform: none !important;
}

/* --- Kiểu dáng cho sản phẩm quà tặng trong giỏ hàng (Đã sửa lỗi) --- */

/* Căn chỉnh lại các cột của sản phẩm quà tặng */
tr.product_gift td {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Căn chỉnh cột giá */
tr.product_gift .product-price {
  vertical-align: middle;
  /* Căn giữa theo chiều dọc */
}

/* Căn chỉnh cột tổng tạm tính */
tr.product_gift .product-subtotal {
  vertical-align: middle;
  /* Căn giữa theo chiều dọc */
  text-align: right;
  /* Căn phải cho giá tiền */
  padding-right: 15px;
  /* Thêm khoảng đệm bên phải */
}

.cf-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.cf-col-1,
.cf-col-2,
.cf-col-3,
.cf-col-4,
.cf-col-5,
.cf-col-6,
.cf-col-7,
.cf-col-8,
.cf-col-9,
.cf-col-10,
.cf-col-11,
.cf-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 576px) {
  .cf-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .cf-push-1 {
    margin-left: 8.333333%;
  }

  .cf-col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .cf-push-2 {
    margin-left: 16.66667%;
  }

  .cf-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .cf-push-3 {
    margin-left: 25%;
  }

  .cf-col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .cf-push-4 {
    margin-left: 33.33333%;
  }

  .cf-col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .cf-push-5 {
    margin-left: 41.66667%;
  }

  .cf-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cf-push-6 {
    margin-left: 50%;
  }

  .cf-col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .cf-push-7 {
    margin-left: 58.33333%;
  }

  .cf-col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .cf-push-8 {
    margin-left: 66.66667%;
  }

  .cf-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .cf-push-9 {
    margin-left: 75%;
  }

  .cf-col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .cf-push-10 {
    margin-left: 83.33333%;
  }

  .cf-col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .cf-push-11 {
    margin-left: 91.66667%;
  }

  .cf-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.amlab_flex_tab strong {
  color: #2da5f3;
}

.amlab_flex_tab {
  display: flex;
  align-items: center;
}

.activity-text {
  display: flex;
  flex-direction: column;
  height: 48px;
  justify-content: space-between;
}

.amlab_producttext {
  margin-left: 16px;
}

.t-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d1e9ff;
  padding: 16px 20px;
  border-radius: 10px;
}

.t-header .info {
  font-size: 14px;
  color: #374151;
}

.t-header .total {
  font-size: 22px;
  font-weight: 700;
  color: #dc2626;
}

.timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}

.timeline-step {
  text-align: center;
  flex: 1;
}

.timeline-step .icon {
  width: 32px;
  height: 32px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background-color: #22c55e;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-step:nth-child(2) .icon {
  background-color: #3b82f6;
}

.timeline-step:nth-child(3) .icon {
  background-color: #facc15;
}

.timeline-step:nth-child(4) .icon {
  background-color: #e5e7eb;
  color: #6b7280;
}

.order-activity {
  margin-top: 20px;
}

.activity-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.activity-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  color: #3b82f6;
}

.activity-icon.complete {
  color: #22c55e;
}

.activity-text {
  font-size: 14px;
  line-height: 1.4;
}

.activity-text small {
  display: block;
  color: #6b7280;
}

.order-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}

.order-table thead {
  background-color: #e0efff;
}

.amlab_tracking_title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}

.amlab_order_table_price.total span.amount {
  color: #191c1f !important;
}

.order-table th,
.order-table td {
  padding: 12px;
  text-align: left;
  font-size: 14px;
}

.addresses {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 20px 30px;
}

h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #333;
}

.profile-section {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #0056b3;
  margin-right: 20px;
}

.profile-info,
.address-section,
.password-section {
  margin-bottom: 30px;
}

.profile-info label,
.address-section label,
.password-section label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

.profile-info input,
.address-section input,
.password-section input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

input {
  border-radius: 2px !important;
}

select {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#update_box_billing,
#update_box_shipping {
  margin-bottom: 0;
  padding: 24px 59px;
}

.address-box.amlab_footer_tracking_box {
  border: unset;
  border-right: 1px solid #e4e7e9;
}

.address-box.amlab_footer_tracking_box h3.amlab_footer_tracking_box_title {
  padding: 0;
  border: none;
}

#password_form_change {
  padding: 0 24px 24px;
}

.address-box h3 {
  padding: 16px 24px;
  border-bottom: 1px solid #e4e7e9;
}

.save-btn {
  background-color: #007bff;
  color: white;
  padding: 5px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 10px;
}

.save-btn:hover {
  background-color: #0056b3;
}

.address-container {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

#update_box_billing,
#update_box_shipping {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#update_box_billing .form-user-group,
#update_box_shipping .form-user-group {
  padding: 0 10px;
  width: 100%;
}

#update_box_billing .form-user-group:nth-child(1),
#update_box_billing .form-user-group:nth-child(2),
#update_box_billing .form-user-group:nth-child(6),
#update_box_billing .form-user-group:nth-child(7),
#update_box_shipping .form-user-group:nth-child(1),
#update_box_shipping .form-user-group:nth-child(2),
#update_box_shipping .form-user-group:nth-child(6),
#update_box_shipping .form-user-group:nth-child(7) {
  width: 50%;
}

#password_form_change .save-btn,
.flex_ipnut .save-btn {
  margin-left: 0;
}

.password-wrapper {
  position: relative;
}

.password-wrapper input[type="password"],
.password-wrapper input[type="text"] {
  width: 100%;
  padding-right: 40px;
  /* chừa chỗ cho icon */
}

.password-toggle {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  padding: 8px 0;
}

.password-toggle::before {
  content: "";
  background-image: url(./images/view.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}

.password-toggle.showing::before {
  background-image: url(./images/hide.png);
}

.address-box {
  flex: 1;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
}

.password-section input[type="password"] {
  padding-right: 30px;
}

.password-section .eye-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.flex_ipnut {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
}

.flex_ipnut_item.half {
  width: calc(25% - 30px);
}

.flex_ipnut_item {
  width: calc(50% - 30px);
}

.address-box {
  flex: 1;
  font-size: 14px;
  border-right: 1px solid #e4e7e9;
  padding: 0px;
}

.addresses .address-box:last-child {
  border: none;
}

.address-box h4 {
  font-weight: 600;
  margin-bottom: 6px;
}

.order_count_products {
  color: #5f6c72;
}

.amlab_acc_tablehead_tracking a {
  width: 50%;
  text-align: right;
  padding-right: 5%;
}

.amlab_tracking_backbtn {
  margin: 0;
  padding: 1px;
  padding-left: 10px;
  border-bottom: 1px solid #e4e7e9;
}

.amlab_midtex {
  margin-left: 60px;
}

.amlab_midtex .icon-box-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start !important;
}

.amlab_midtex h2 {
  font-size: 36px;
  margin-bottom: 0;
}

.amlab_midtex .icon-box-img {
  width: 44px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.marquee-contentb .col-inner .slick-list {
  direction: rtl;
}

.marquee-content-tb .col-inner .slick-list {
  direction: rtl;
}

.marquee-content-tb .col-inner .amlab_testi {
  direction: ltr;
}

.s_viethan_lux .slick-slide {
  display: flex !important;
}

.mg-0,
.mg-0>* {
  margin-bottom: 0 !important;
}

.row_3_adress_cv {
  background-color: #f5f5f5;
  border-radius: 40px;
}

.row_3_adress_cv .col-inner {
  margin: 40px 0;
  border-right: 1px solid #ddd;
}

.row_3_adress_cv .col:last-child .col-inner {
  border: none;
}

.pb0 {
  padding-bottom: 0 !important;
}

.row_3_adress_cv p {
  font-size: 14px;
  color: #999999;
  margin: 0;
}

.row_3_adress_cv p strong {
  font-size: 16px;
  color: #000;
  margin: 0;
}

.amlab_tag_info_pro .tag-item {
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.amlab_section_form_coupon {
  padding-top: 30px !important;
  border-radius: 20px;
  border: 1px solid #0057ed;
  margin-bottom: 20px !important;
}

.amlab_section_form_coupon p {
  margin-bottom: 0 !important;
}

.amlab_section_form_coupon .amlab_coupon_title p {
  font-size: 15px;
  font-weight: bold;
}

.amlab_section_form_coupon .amlab_coupon_desc p {
  font-size: 12px;
  font-weight: normal;
}

.amlab_tag_info_pro {
  margin: 15px 0 15px;
}

.product-main .product-page-price del,
.product-main .product-page-price del .woocommerce-Price-amount bdi {
  font-size: 30px;
}

.product-main .product-page-price .woocommerce-Price-amount bdi {
  font-size: 40px;
}

.product-main .single_add_to_cart_button {
  background-color: #fff;
  color: #5792ff;
  border: 1px solid #5792ff;
  border-radius: 8px;
  text-transform: math-auto;
}

.product-main .product-thumbnails a {
  border-radius: 12px;
}

.product-main .product-gallery img {
  border-radius: 12px;
  aspect-ratio: 1;
}

.product-main .ux-buy-now-button {
  background-color: #39B54A;
  color: #fff;
  border: 1px solid #39B54A;
  border-radius: 8px;
  text-transform: math-auto;
}

.amlab_tag_info_pro .tag-item:nth-child(1) {
  margin-right: 5px;
  background-color: #c10713;
}

.amlab_tag_info_pro .tag-item:nth-child(2) {
  margin: 0 5px;
  background-color: #0057ed;
}

.amlab_tag_info_pro .tag-item:nth-child(3) {
  margin-left: 5px;
  background-color: #fdb740;
}

.product-main .product-info .title_combo {
  display: none;
}

.product-main .product-info .woocommerce-product-rating {
  display: none;
}

.amlab_info_pro {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.amlab_info_pro .text-blue {
  color: #1f59bc;
}

.amlab_info_pro .amlab-pro-view {
  margin-right: 20px;
  background: url(assets/images/star_s.png) no-repeat left 3px top 3px;
  padding-left: 25px;
  display: inline-block;
  background-size: 14px 14px;
}

.amlab_info_pro .amlab-pro-cart {
  margin-left: 20px;
  background: url(assets/images/shopping.png) no-repeat left 3px top 3px;
  padding-left: 25px;
  display: inline-block;
  background-size: 15px 15px;
}

.s_home_feed_back {
  /* background: radial-gradient(51.28% 143.45% at -51.28% 69.69%, #0057ED 70.19%, #0C1D8B 100%);  */
}

.testimonial-text p {
  font-size: 12px;
  line-height: 18px;
  color: #505050;
}

.variations_form .ux-swatch.selected {
  /* box-shadow: 0 0 0 2px #5792ff !important; */
  background-color: #0057ed;
  color: white;
}

.s_home_feed_back .col_testimo {
  width: 362px;
  flex-basis: 362px;
  max-width: 362px;
  padding: 0 6px;
}

.amlab_testi .icon-box-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.amlab_testi h3 {
  margin-bottom: 0;
}

.amlab_testi {
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  margin-right: 20px;
}

.s_home_feed_back .text_name h3 {
  font-size: 14px;
  margin-bottom: 0;
}

.s_home_feed_back .text_name p {
  font-size: 8px;
  margin-bottom: 0;
}

.s_home_feed_back .star-rating {
  margin-left: auto;
  margin-right: 10px;
  margin-bottom: 20px;
}

/* .s_home_feed_back .icon-box-text{
  padding: 0 !important;
} */
.s_home_feed_back .text_name {
  margin-left: 50px;
}

.s_blog_home .box-image {
  border-radius: 20px !important;
}

.s_blog_home .is-divider {
  display: none;
}

.s_blog_home .medium-5 .post-title {
  font-size: 24px;
  color: #0057ed;
}

.text_box_faq_amlab {
  border-bottom: 2px solid #aaaaaa;
  margin-bottom: 20px;
  padding: 0 20px;
}

.text_box_faq_amlab .font_14 {
  font-size: 14px;
}

.text_box_faq_amlab .font_16 {
  font-weight: 500;
}

.s_blog_home .medium-5 .box-text {
  border-radius: 20px;
  box-shadow: 4px 8px 15px 6px #07074e1a;
}

.s_viethan_lux .img:hover .img-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(359.96deg,
      #ffffff 4.86%,
      rgba(255, 255, 255, 0) 50%),
    rgba(255, 255, 255, 0.4);
  background-size: cover;
  z-index: 1;
}

.title_36,
.title_36>* {
  font-size: 36px;
}

.text_16,
.text_16>* {
  font-size: 16px !important;
}

.title_42,
.title_42>* {
  font-size: 42px !important;
}

.title_48,
.title_48>* {
  font-size: 48px !important;
}

.title_76,
.title_76>* {
  font-size: 76px;
  margin-bottom: 0;
}

/* .s_viethan_lux .row_banner {
  min-height: 400px;
} */

.s_viethan_lux .banner img {
  border-radius: 15px;
  transition: all 0.3s ease;
}

/* .s_viethan_lux .banner:hover img {
  transform: scale(1.1);
} */

/* .s_viethan_lux .banner:hover {
  padding-top: 380px !important;
} */

.s_viethan_lux .amlab_slider_3banner {
  z-index: 2;
  position: relative;
  margin-top: -15px;
}

.s_viethan_lux {
  padding-top: 0 !important;
}

.s_viethan_lux .banner:hover .banner-bg {
  border-radius: 15px;
}

.s_viethan_lux .banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  transition: all 0.4s ease;
}

.s_viethan_lux .banner:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 10%,
      rgba(255, 255, 255, 0) 100%);
  height: 40%;
  background-size: cover;
  z-index: 1;
}

.s_viethan_lux .text-box {
  translate: 0 80px;
  opacity: 0;
  transition: all 0.3s ease;
}

.s_viethan_lux .banner:hover .text-box {
  translate: 0 0;
  opacity: 1;
}

.s_viethan_lux .text-box h3 {
  font-size: 32px;
  margin: 0;
}

.s_viethan_lux .text-box .button {
  font-size: 12px;
  font-weight: 400;
  padding: 0 20px;
  border: 1px solid #000;
  color: black;
}

.s_viethan_lux .text-box .button {
  font-size: 12px;
  font-weight: 400;
  padding: 0 20px;
  border: 1px solid #000;
  color: black;
}

.s_viethan_lux .text-box .button:hover {
  border: 1px solid #000;
  color: black;
  background-color: transparent !important;
}

.s_viethan_lux .text-box {
  z-index: 10;
}

.s_viethan_lux .text-box .button i {
  margin-top: 5px;
}

.s_viethan_lux p {
  font-size: 16px;
  margin: 0;
}

.s_viethan_lux .banner {
  background-color: unset;
}

.s_viethan_lux .icon-box-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.s_viethan_lux .icon-box-img {
  margin-right: 50px !important;
}

.s_viethan_lux .icon-box-text p {
  font-size: 20px !important;
  font-weight: 700;
}

.s_thong_diep .section-bg img {
  top: 55px;
}

.amlab_botshape {
  position: absolute;
  bottom: -25px;
  left: 0;
  height: 105px;
  overflow: hidden;
}

.amlab_iconsplit .large-2 {
  flex-basis: 14% !important;
  max-width: 14% !important;
}

.amlab_iconsplit .icon-box p {
  margin-bottom: 0;
  font-size: 14px;
}

.amlab_iconsplit .icon-box .icon-box-img img {
  padding-top: 0;
}

.amlab_midtex .icon-box-text {
  display: flex;
  align-items: center;
}

.amlab_countdowncol .col-inner {
  display: flex;
  gap: 15px;
}

.amlab_countdowncol .col-inner>.text p {
  margin-bottom: 0;
}

.amlab_countdowncol .col-inner>.text {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.amlab_countdowncol .col-inner .ux-timer {
  margin: 0;
  display: flex;
  width: fit-content;
  gap: 20px;
  position: relative;
}

.amlab_countdowncol .col-inner .ux-timer span {
  width: 52px;
  margin: 0;
  padding: 10px 5px;
  font-size: 16px;
  background-color: white;
  color: #c10713;
  position: relative;
}

.amlab_countdowncol .col-inner .ux-timer span strong {
  position: absolute;
  bottom: -65%;
  color: white;
  transform: translate(-50%, -50%);
  left: 50%;
  font-size: 10px;
  text-transform: lowercase;
  font-weight: 400;
  opacity: 1;
}

.amlab_countdowncol .col-inner .ux-timer span:not(:last-child)::after {
  content: ":";
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 118%;
  top: 50%;
  font-weight: 400;
}

.banner_flashsale_page img {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.amlab_ptabs ul.nav {
  gap: 50px;
}

.amlab_ptabs ul li a {
  color: #2f2e2e;
}

.amlab_ptabs ul li a::after {
  left: -30px;
  border-left: 1.5px solid black;
}

.amlab_ptabs ul li.active a {
  color: #1c4da1;
}

.amlab_ptabs .tab-panels {
  box-shadow: 4px 8px 8px -4px #07074E1F;
  padding: 10px 20px;
  background-color: #F6F6F6;
  border-radius: 20px;
}

.amlab_hompro .flickity-slider>.col>.col-inner {
  padding: 10px;
  background-color: #fff;
  border-radius: 15px;
}

.amlab_hompro .badge-container {
  top: -15px !important;
}

.amlab_hompro span.onsale {
  right: 6px !important;
}

.amlab_bg_imgleft {
  background-image: url(/wp-content/uploads/2025/07/shutterstock_2183692149-1.png);
  background-repeat: no-repeat;
  background-position-x: 0;
}

.amlab_bg_card {
  background-image: url(/wp-content/uploads/2025/07/0246ff53ba_upscayl_2x_realesrgan-x4plus.png);
  background-size: 80%;
  background-repeat: no-repeat;
}

.amlab_cardbdr .col-inner {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.absolute-footer {
  background-image: url(/wp-content/uploads/2025/07/Rectangle-15.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: white;
}

.copyright-footer {
  color: white;
}

#footer {
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.18);
}

#footer p {
  font-size: 14px;
}

#footer strong {
  font-size: 14px;
}

.amlab_footer_rowbdb {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.amlab_fbtn input {
  text-transform: math-auto;
  border-radius: 10px;
  background: linear-gradient(to right, #0786fe 0%, #8adff4 100%);
  border: none;
  padding: 6px 12px;
  margin: 0 5px;
  width: 100%;
  font-size: 14px;
  border-radius: 8px !important;
}

.amlab_f_form .wpcf7-form-control-wrap input.wpcf7-tel,
.amlab_f_form .cf-col-6 p,
.amlab_f_form .cf-col-6 p span {
  height: 100%;
}

.amlab_f_form .wpcf7-form-control-wrap input.wpcf7-tel {
  border-radius: 10px !important;
}

.amlab_fbtn p {
  display: flex;
  justify-content: space-between;
}

.wpcf7-spinner {
  display: none;
}

#footer a.ux-menu-link__link {
  font-size: 14px;
  color: white;
}

#footer .amlab_footer_form {
  justify-content: space-between;
  gap: 15px;
}

#footer .amlab_footer_form .amlab-input-wrapper {
  flex: 1 1 100%;
}
#footer .amlab_footer_form .stack-btn{
  gap: 15px;
}
#footer .form_title h4{
  font-size: 16px;
}
#footer .amlab_footer_form input,
#footer .amlab_footer_form button {
  min-height: 44px;
  border-radius: 99px !important;
  align-content: center;
  font-size: 14px;
  background: #fff;
}

#footer .amlab_footer_form input {
  background-color: white;
  box-shadow: none;
  color: #000;
}

#footer .amlab_footer_form button {
  margin: 0px;
  color: #39B54A;
  text-transform: none;
}

.amlab_stex {
  margin-bottom: 8px !important;
}

.amlab_stex h5 {
  /* box-shadow: inset 0 0 10px 4px #1f59bc; */
  /* background-color: #0057ed; */
  padding: 8px 16px;
  width: fit-content;
  text-transform: capitalize;
  font-size: 14px;
  /* border-radius: 10px; */
}

#footer .ux-menu.justify-start {
  padding: 0 16px;
}

.absolute-footer {
  display: none !important;
}

.amlab_bct {
  position: absolute;
  bottom: 0;
}

.amlab_contentbot>.col-inner {
  height: 100%;
}

.amlab_fs64 h2 {
  font-size: 64px;
}

.amlab_fs48 h2 {
  font-size: 48px;
}

.amlab_fs20 h4 {
  font-size: 20px;
}

.amlab_fs36 h2 {
  font-size: 36px;
}

.amlab_fs48 {
  position: absolute;
  bottom: 15%;
  rotate: -90deg;
  right: 0;
}

.amlab_gallery_imgbox .box-text {
  background-color: white;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  text-shadow: none !important;
}

.amlab_imgleft .box-text {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

.amlab_gallery_imgbox .box-image {
  border-radius: 40px;
}

.amlab_imgleft {
  translate: -20%;
}

.amlab_imgright {
  translate: 60% -15%;
}

.amlab_pb0>.col {
  padding-bottom: 0;
}

.amlab_imgbox_setting .box-text,
.amlab_imgbox_setting .box-image {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.amlab_gallery_imgbox a::before {
  content: "Đọc thêm ->";
  position: absolute;
  bottom: 0;
  left: 0;
}

.amlab_h100 {
  height: 100%;
}

.amlab_imgbox_setting .box-image img {
  border-radius: 30px;
}

.shade {
  background-color: transparent !important;
  background: transparent !important;
}

.amlab_tag01::before {
  content: url(/wp-content/uploads/2025/07/Group-37562.png);
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
}

.amlab_tag02::before {
  content: url(/wp-content/uploads/2025/11/Group-37563.png);
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 2;
}

.factory_detail>.col>.col-inner {
  background: radial-gradient(95.23% 281.86% at 96.82% -107.75%,
      #72a8f3 32.84%,
      #0057ed 70.26%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  border-radius: 30px;
}

.col_factory_detail {
  padding: 40px 0;
  position: relative;
}

.header:not(.transparent) .header-nav-main.nav>li>a {
  font-size: 14px;
  color: #2D3136 !important;
}

.col_factory_detail::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/11/Frame-427319452.png);
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  width: 24px;
  height: 80px;
  position: absolute;
  right: -8%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.col_factory_detail_last::after {
  display: none;
}

.col_factory_detail_last h3 {
  line-height: 48px;
}

.col_factory_detail p {
  margin: 0;
  font-size: 24px;
  color: #fff;
}

.col_factory_detail h3 {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.factory_detail {
  width: 1100px;
  position: relative;
  top: -65px;
}

.amlab_waterdrop .icon-box-img::before {
  content: url(/wp-content/uploads/2025/07/—Pngtree—milk-droplets-isolated-on-transparent_15513532-1-1-e1742264072881.png);
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 5%;
  z-index: -1;
}

.amlab_waterdrop .icon-box-img {
  margin-bottom: 30px;
}

.amlab_flex5ic>.col {
  flex-basis: 20% !important;
  max-width: 20% !important;
}

.amlab_customercard {
  background-color: white !important;
  padding: 10px 20px 0 20px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.amlab_customercard .icon-box-text {
  position: relative;
}

.amlab_customercard .icon-box-text::after {
  content: url(/wp-content/uploads/2025/07/Group-46.png);
  position: absolute;
  right: 0;
  bottom: 25%;
}

.amlab_pdtex {
  padding-left: 20px;
  padding-right: 20px;
}

.amlab_customer_slider .row {
  opacity: 1 !important;
}

.amlab_accordcol .col-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}



.amlab_accordcol .accordion-title {
  color: white;
  background-color: #1B64EB !important;
  border: none !important;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 30px !important;
}


.amlab_accordcol .accordion-title.active {
  font-weight: normal;
  margin-bottom: 0 !important;
  border-radius: 10px 10px 0 0;
  background-color: white !important;
  color: #0057ED !important;
}

.amlab_accordcol .accordion-title.active+.accordion-inner {
  background-color: white !important;
  border-radius: 0 0 10px 10px;
}

.amlab_accordcol .accordion-inner {
  padding: 20px 30px;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}

.amlab_accordcol .accordion-item {
  /* border-bottom: 1px solid; */
}

.amlab_accordcol button.toggle {
  /* display: none; */
  left: unset;
  right: 0;
  opacity: 1;
}

.amlab_accordcol .icon-angle-down:before {
  content: "+";
  color: #FDB740;
  font-weight: bold;
  opacity: 1;
}

.amlab_accordcol a.accordion-title.active .icon-angle-down:before {
  content: '';
  display: flex;
  width: 12px;
  height: 1px;
  border: 1.5px solid #0057ED;
}

.amlab_bg_gradient .fill::before {
  width: 100%;
  content: "";
  background: radial-gradient(65.63% 72.07% at 50% 50%,
      rgba(31, 89, 188, 0.9) 19.6%,
      rgba(3, 25, 64, 0.9) 100%);
  /* background: linear-gradient(to left, #1f59bc 27%, #031940 100%); */
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 1;
  opacity: 0.8;
}

span.onsale {
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 6px;
  right: -4px;
  z-index: 2;
  background-image: url(assets/images/tai-xuong-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.badge-container {
  top: -30px;
}

.amlab_label {
  position: absolute;
  text-align: right;
  top: 25px;
  right: -91.5px;
  padding: 16px;
  color: white;
  transform: translate(-50%, -50%);
  background-image: url(assets/images/tai-xuong-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right center;
  font-style: italic;
  font-weight: 600;
  display: none;
}

.amlab_spdaban {
  font-size: 12px;
}

.badge-container {
  width: 100%;
}

.amlab_thongtinthem li {
  margin: 0 !important;
  background: #fcfffc;
  width: fit-content;
  padding: 4px 8px;
  color: #226d2c;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  border: 0.5px solid #b0e1b7;
  border-radius: 4px;
  white-space: nowrap;
  height: 22px;
  display: inline-flex;
  align-items: center;
}

.amlab_thongtinthem {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 4px 0 0 0;
  padding: 0;
  justify-content: flex-start;
  min-height: 48px;
}

.amlab_rating {
  align-items: center;
}

.amlab_rating .rating-score {
  font-size: 12px;
}

.amlab_rating .rating-count {
  font-size: 12px;
}

.price-wrapper .price {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
}

.price-wrapper del {
  order: 2;
}

.price-wrapper del {
  font-size: 12px;
}

.price-wrapper ins .woocommerce-Price-amount {
  color: #ee212e;
  font-size: 14px;
}

.amlab_skewbox a,
.amlab_skewbox p {
  color: white !important;
  margin-bottom: 0;
}

.title-wrapper p.name {
  font-size: 14px;
  color: black;
  height: auto !important;
}

.amlab_rbox p {
  margin-bottom: 0;
}

.amlab_rbox {
  min-width: 90px;
  padding: 5px 10px;
  background-color: #1f59bc;
  border-radius: 4px;
  text-align: center;
  width: fit-content;
}

.amlab_rbox::before {
  content: url(/wp-content/uploads/2025/07/Group-9.png);
  position: absolute;
  transform: translate(-50%, -50%);
  left: -10%;
  top: 50%;
}

.amlab_spacing div.img {
  padding: 10px;
}

/* .badge-container .badge-inner {
  background-color: transparent !important;
} */

.amlab_bdr_sec .section-bg {
  border-radius: 40px;
}

span.amount {
  color: #ee212e;
}

.amlab_dropdown_menu a.ux-menu-link__link {
  color: #505050;
  font-size: 14px;
}

.amlab_menutit h4 {
  font-size: 16px;
}

#header .menu-item .sub-menu {
  min-width: 100vw;
  left: 0 !important;
  position: fixed;
  top: var(--header-bottom, 70px) !important;
}

#header .menu-item .sub-menu .row {
  margin: 0 auto !important;

}

#header .menu-item .sub-menu .row .amlab_menutit h4 {
  font-size: 20px;
  color: #004D7C;
}

.sub-menu .ux-menu {
  margin-top: 10px;
}

.amlab_dropdown_menu a.ux-menu-link__link {
  padding: 0px;
  align-items: center;
  color: #000;
}

.amlab_taghidden {
  display: none;
}

.amlab_imb_tag .box-text {
  width: fit-content;
  right: 0;
  bottom: 0;
  padding: 0;
  border: 5px solid white;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.5s linear;
}

.amlab_imb_tag .box-text .box-text-inner {
  background-color: rgb(31, 89, 189);
  padding: 5px 15px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.3s linear;
}

.amlab_imb_tag {
  border-radius: 40px;
}

.amlab_imb_tag img {
  border-radius: 40px;
}

.amlab_imb_tag a {
  color: white;
}

/* .amlab_imb_tag:hover .box-text .box-text-inner {
  display: flex;
  align-items: center;
}
.amlab_imb_tag:hover .box-text {
  background-color: transparent;
  right: unset;
  bottom: unset;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  animation: open_tag 0.3s linear;
  border: none;
} */
@keyframes open_tag {
  0% {
    height: 0%;
    width: 0%;
  }

  100% {
    height: 100%;
    width: 100%;
  }
}

.amlab_imb_tag:hover .box-text .box-text-inner {
  background-color: rgb(31, 89, 189, 0.5);
  border-radius: 25px;
  height: 100%;
  transition: all 0.5s linear;
}

.amlab_imb_tag:hover .amlab_taghidden {
  display: block;
  transition: all 1s linear;
}

.amlab_flextex {
  display: flex;
  align-items: center;
  height: 100%;
}

.amlab_bsbd>.col-inner {
  box-shadow: 4px 8px 20px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 40px 40px;
}

.amlab_linebg .section-bg img {
  object-fit: fill !important;
}

.amlab_linebg .row>.col {
  flex-basis: 20% !important;
  max-width: 20% !important;
}

.amlab_fs_bdb {
  border-bottom: 1px solid #cecece;
  padding-bottom: 7.5px;
}

.amlab_linebg {
  margin-bottom: 30px;
}

/* search popup start */
#col-1314569839>.col-inner {
  margin: 0px 0px 15px 0px;
}

#text-1532209178 {
  color: rgb(0, 0, 0);
}

#text-1532209178>* {
  color: rgb(0, 0, 0);
}

#text-1704088060 {
  color: rgb(0, 0, 0);
}

#text-1704088060>* {
  color: rgb(0, 0, 0);
}

#text-1180932639 {
  color: rgb(0, 0, 0);
}

#text-1180932639>* {
  color: rgb(0, 0, 0);
}

#text-1822444075 {
  text-align: left;
}

#text-1911872823 {
  text-align: left;
}

#col-979656690>.col-inner {
  padding: 0px 15px 0px 0px;
}

#text-836479902 {
  text-align: left;
}

#col-789000677>.col-inner {
  padding: 0px 0px 0px 15px;
}

#col-322306600>.col-inner {
  padding: 15px 30px 0px 30px;
  border-radius: 20px;
}

#amlab_search_input {
  background-color: transparent;
  border-color: transparent;
}

.amlab_search_content li {
  margin: 0 !important;
  padding: 5px 10px;
  font-size: 10px;
  background-color: #d4edf9;
  border-radius: 5px;
}

.amlab_search_content li a {
  color: #1c4da1;
}

.amlab_search_content {
  list-style: none;
  display: flex;
  gap: 10px;
}

.amlab_search_products .is-divider {
  margin: 9px 0;
}

.amlab_search_products .box .box-text {
  padding: 0;
}

.amlab_search_products .box .box-text-inner {
  padding-left: 15px !important;
  height: 100%;
}

.amlab_search_products .box .box-text-inner .text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.amlab_closepopup_icon {
  position: absolute;
  top: -3%;
  right: -1%;
  padding: 0;
  margin: 0;
  width: 30px;
}

.amlab_search_popup::-webkit-scrollbar {
  display: none;
}

.amlab_search_popup {
  position: fixed !important;
  width: 50%;
  left: 50%;
  top: 50%;
  /* transform: translate(-50%, -50%); */
  z-index: 999999;
  border-radius: 20px;
  /* max-height: 600px; */
  overflow-y: auto;
  padding: 20px;
}

.amlab_search_popup .box .amlab_sp_price del,
.amlab_search_popup .box .amlab_sp_price del bdi {
  font-size: 10px;
  color: rgba(206, 206, 206, 1);
}

.amlab_search_popup ul {
  margin-bottom: 10px !important;
}

/* search popup end */
.woocommerce-loop-product__title a {
  color: black !important;
  font-size: 16px;
}

.amlab_hovb:hover {
  background: white;
  border: 2px solid #1f59bc;
  color: #1f59bc;
  box-shadow: none !important;
}

.amlab_hovb {
  border: 2px solid transparent;
}

.amlab_skewbox {
  background-color: transparent;
  color: white;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: rgba(87, 146, 255, 1);
  border-radius: 0;
  box-shadow: 0px 2px 5px 0px rgba(7, 7, 78, 0.2) inset;
  padding: 12px 35px;
  width: 25%;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amlab_skewbox:hover {
  background-color: rgba(204, 233, 255, 1);
  color: rgba(0, 87, 237, 1);
  box-shadow: none;
}

.dvls_result_infor p,
.dvls_result_infor a:not(.amlab_map_link) {
  font-size: 15px !important;
}

.icon-box-img img,
.icon-box-img svg {
  padding-top: 0;
}

.search-field.mb-0::placeholder {
  color: #aaaaaa !important;
}

.search-field.mb-0::-webkit-input-placeholder {
  color: #aaaaaa !important;
}

.search-field.mb-0::-moz-placeholder {
  color: #aaaaaa !important;
}

.search-field.mb-0:-ms-input-placeholder {
  color: #aaaaaa !important;
}

#woocommerce-product-search-,
#header .searchform .search-field {
  color: black !important;
  /* background-color: #DFE2E9 !important; */
  /* box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.#masthead .cart-item>.header-cart-link .header-cart-icon: :after12) !important; */
  padding: 20px;
  /* padding-left: 40px; */
  border-radius: 99px !important;
  border: 1px solid #39B54A !important;
}

#header .header-search-form {
  min-width: 300px;
}

#header .header-search-form .icon-search:before {
  color: #7B7B7B;
  font-size: 12px;
}

/* #header .searchform-wrapper.form-flat .flex-col:last-of-type {
  position: absolute;
  left: 13%;
} */

.amlab_bdrb .banner-bg {
  border-radius: 30px;
}

.amlab_lrr .col-inner {
  display: flex;
  justify-content: space-between;
}

.amlab_lrr .button.secondary {
  color: #505050 !important;
  border-color: #fed33c;
}

.amlab_lrr .button.secondary:hover {
  background-color: white;
  box-shadow: none;
}

.amlab_flexblog {
  display: flex;
  gap: 10px;
}

.amlab_flexblog .cat-label {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

.amlab_flexblog .post-meta {
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
}

.s_blog_home h5.post-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.s_blog_home .from_the_blog_excerpt {
  font-size: 14px;
  color: #666666;
}

h5.post-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

h5.post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.amlab_blogs .is-divider {
  display: none;
}

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

.amlab_blogsearch form .flex-row .flex-col input#woocommerce-product-search-field-1 {
  background-color: white !important;
  border-radius: 20px !important;
  box-shadow: 4px 8px 15px 6px rgba(7, 7, 78, 0.1);
  color: black !important;
}

.amlab_blogsearch form .flex-row .flex-col button.ux-search-submit {
  color: black !important;
}

.amlab_blogs .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666666;
  margin-bottom: 10px;
  font-size: 16px;
}

.home .amlab_blogs a.button {
  display: flex !important;
  color: #287f34;
  border: none;
  padding: 5px 25px 5px 30px !important;
  border-radius: 20px;
  font-size: 12px;
  text-transform: math-auto;
  font-weight: 700;
  width: fit-content;
  gap: 10px;
  background-color: #fff;
  align-items: center;
}

.amlab_blogs .row.amlab_slider_3banner {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #39B54A;
}

.amlab_blogs .row.amlab_slider_3banner .post-item .col-inner {
  box-shadow: none;
}

.amlab_blogs a.button:hover {
  background-color: #5792ff;
  box-shadow: none;
  color: white;
}

.amlab_blogs a.button::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #006E20;
  z-index: 10;
  mask-image: url(./assets/images/inc_r.png);
  -webkit-mask-image: url(./assets/images/inc_r.png);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-composite: source-in;
  -webkit-mask-composite: source-in;
}

.amlab_blogs a.button:hover::after {
  content: url(/wp-content/uploads/2025/07/Vector-6-1.png);
}

.breadcrumb-container {
  background-color: #f2f4f5;
}

.single.single-post #content {
  padding-top: 0 !important;
}

.single.single-post header .entry-header-text {
  padding-left: 0;
  padding-right: 0;
}

.amlab_breadcrumb {
  padding: 15px;
}

.amlab_metacate {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.amlab_metacate .entry-meta,
.amlab_metacate .entry-category {
  margin: 0 !important;
  width: fit-content;
}

.amlab_metacate .entry-category a {
  color: #5792ff;
}

.single.single-post .entry-title {
  text-align: left;
  color: black;
}

.single.single-post .entry-divider {
  display: none;
}

.single.single-post .post-meta-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.single.single-post .post-meta-wrapper .post-author-info,
.single.single-post .post-meta-wrapper .social-share-wrapper {
  margin: 0 !important;
}

.single.single-post .post-meta-wrapper .social-share-wrapper img {
  width: 40px;
  height: 40px;
}

.single.single-post .post-meta-wrapper .post-author-info img {
  border-radius: 40px;
  margin-right: 15px;
}

.single.single-post .post-meta-wrapper .social-share-wrapper .share-button {
  margin-right: 5px;
}

.related-posts-section .title_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.related-posts-section .view-all {
  background-color: #ffc247;
  color: black;
  padding: 5px 10px;
  border-radius: 50px;
  width: 10%;
  text-align: center;
  align-self: center;
}

.related-posts-section h3 {
  width: 90%;
  color: black;
}

.related-posts-slider .flickity-button {
  scale: 1.2;
  opacity: 1;
  top: 50%;
}

.related-posts-slider .flickity-button:hover {
  background-color: transparent;
}

.related-posts-slider .flickity-prev-next-button.next {
  left: 100%;
}

.amlab_footer_singleblog .cf-col-4 input {
  width: 100%;
  background-color: rgba(255, 194, 71, 1) !important;
  color: rgba(31, 89, 188, 1) !important;
  font-weight: 400;
  text-transform: math-auto;
}

.amlab_footer_singleblog input {
  border-radius: 20px !important;
}

.amlab-breadcrumb {
  background-color: #f2f4f5;
  padding-top: 10px;
  padding-bottom: 10px;
}

#dangnhap input {
  border-radius: 10px;
}

#dangnhap #wp-submit {
  width: 100%;
}

.amlab-breadcrumb .separator {
  margin-left: 10px;
  margin-right: 10px;
}

.amlab_accordcol .accordion {
  width: 100%;
}

.amlab_accordcol .accordion-item:last-child {
  border-bottom: none;
}

.amlab_customercard img {
  object-fit: cover;
  height: 60px;
  border-radius: 50px;
  border: 4px solid #1f59bc;
}

.amlab_header {
  min-height: 200px;
  background-image: url(/wp-content/uploads/2025/07/image-9-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 30px;
}

.amlab_header>nav {
  width: 90%;
  display: flex;
  justify-content: space-between;
  background-color: white;
  height: 65px;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.12);
  align-items: center;
  padding: 0 50px;
  border-radius: 20px;
}

.amlab_cbread>.container {
  padding-left: 50px !important;
  background-image: url(/wp-content/uploads/2025/07/House-1.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 1.5% center;
}

.amlab_cbread {
  display: none;
  background-color: #f2f4f5;
  padding: 15px 0;
  margin-bottom: 30px;
}

.amlab_accaddress_page,
.amlab_accinfo_page {
  padding-top: 30px;
}

.amlab_infcol h4,
.amlab_acc_tablehead a {
  padding: 16px 24px;
  border-bottom: 1px solid #e4e7e9;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
}

.amlab_acc_tablehead a {
  width: 50%;
  text-align: right;
  padding-right: 5%;
  color: #5792ff;
  background-image: url(/wp-content/uploads/2025/07/ArrowRight.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 93% center;
}

.amlab_infcol_content {
  padding: 24px;
  padding-bottom: 0 !important;
}

.amlab_infcol_content a:hover {
  background-color: #2da5f3 !important;
  color: white !important;
}

.amlab_infcol_content a {
  width: fit-content;
  color: #2da5f3 !important;
  border-color: #d5edfd !important;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
}

.amlab_infcol_content a>span {
  line-height: 48px;
}

.amlab_acc_icbox .icon-box .icon-box-img {
  display: flex;
  align-items: center;
}

.amlab_acc_icbox .icon-box h3 {
  margin-bottom: 0;
}

.amlab_acc_icbox .icon-box {
  width: fit-content;
}

.amlab_acc_icbox {
  border: 2px solid;
  padding: 10px 50px;
  border-radius: 20px;
}

.amlab_acc_icbox:nth-child(1) {
  border-color: #5792ff;
}

.amlab_acc_icbox:nth-child(2) {
  border-color: rgba(238, 33, 46, 0.55);
}

.amlab_acc_icbox:nth-child(3) {
  border-color: #25d366;
}

.amlab_acc_tablehead {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.amlab_acc_table tr:first-child {
  background-color: #d4edf9;
}

.amlab_acc_table td:first-child,
.amlab_acc_table th:first-child {
  padding-left: 15px;
}

.amlab_acc_table td:first-child {
  color: #191c1f;
  font-weight: 600;
}

.amlab_acc_table td:nth-child(3) {
  color: #5f6c72;
}

.amlab_acc_table td:nth-child(4) {
  color: #475156;
}

.amlab_acc_table td {
  padding: 20px 10px;
}

.amlab_acc_table a {
  color: #5792ff;
  background-image: url(/wp-content/uploads/2025/07/ArrowRight-1.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 55% center;
  display: inline-block;
  width: 100%;
}

.amlab_danggiao {
  color: #fa8232;
}

.amlab_dagiao {
  color: #2db224;
}

.amlab_dahuy {
  color: #ee5858;
}

.amlab_pstatus {
  font-weight: 600;
  text-transform: uppercase;
}

.amlab_acc_table tr>th {
  font-size: 12px !important;
}

.amlab_acc_table tr>td {
  font-size: 14px !important;
}

.amlab_order_table_price span.amount {
  color: #475156 !important;
  font-weight: normal !important;
  font-size: 14px;
}

.amlab_pslider {
  padding-bottom: 30px;
}

.amlab_pslider>.slider {
  padding: 30px !important;
  padding-bottom: 0 !important;
}

.amlab_pslider>.slider button {
  opacity: 1 !important;
}

.amlab_pslider>.slider button.previous {
  transform: translate(-50%, -50%);
  top: unset;
  left: 42%;
  bottom: -30px;
}

.amlab_pslider>.slider button.next {
  transform: translate(-50%, -50%);
  top: unset;
  right: 40%;
  bottom: -30px;
}

.amlab_pslider .slider:hover .flickity-prev-next-button {
  transform: translate(-50%, -50%) !important;
}

.amlab_pslider .flickity-page-dots .dot {
  background-color: #d4edf9;
  opacity: 1 !important;
}

.amlab_avatar_user img {
  border-radius: 999999px;
}

.amlab_avatar_user h5 {
  margin-bottom: 0;
}

.amlab_pslider .flickity-page-dots .dot:hover {
  background-color: #5792ff;
}

.amlab_accbtn {
  border-radius: 10px;
}

.amlab_pslider .flickity-page-dots .dot.is-selected {
  background-color: #5792ff;
}

.amlab_pslider .flickity-page-dots {
  left: unset;
  right: 47%;
  width: fit-content;
  transform: translate(-50%, -50%);
  bottom: -10px;
}

.amlab_pslider .flickity-prev-next-button .arrow,
.amlab_pslider .flickity-prev-next-button svg {
  border: 2px solid #5792ff;
  fill: #5792ff !important;
}

.amlab_header a {
  color: #aaaaaa;
  font-weight: 500;
}

.amlab_header a:hover,
.amlab_header a.active {
  color: #5792ff;
  font-weight: bold;
}

.amlab_address {
  color: #5f6c72;
}

.amlab_bannertuyen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(204, 233, 255, 0) 28%,
      #5792ff 75%,
      #1f59bc 100%);
  z-index: 1;
  rotate: 180deg;
}

.amlab_bannertuyen .banner-inner .text-box {
  z-index: 2;
}

.amlab_btuyen_tex h2 {
  font-size: 72px;
  font-weight: 700 !important;
  line-height: 86px;
  margin: 0;
  margin-bottom: 35px;
}

.amlab_btuyen_tex p {
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
  color: rgba(255, 255, 255, 1);
  margin: 0;
}

.amlab_td_tit h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 144px;
  margin: 0;
}

.amlab_tdbtn {
  background-color: white !important;
  color: #1f59bc !important;
  font-weight: normal;
}

.amlab_tdbtn:hover {
  background-color: #1f59bc !important;
  color: white !important;
  box-shadow: none !important;
}

.amlab_tdbread p a::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/07/House.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0% 50%;
  padding-left: 30px;
}

.amlab_tdabout h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 78px;
  color: #5792ff;
}

.amlab_tdabout p {
  font-size: 20px;
  font-weight: normal;
  color: rgba(153, 153, 153, 1);
  line-height: 30px;
}

.amlab_td8_tex h3 {
  color: #5792ff !important;
  font-size: 36px;
  font-weight: bold;
}

.amlab_td8_tex p {
  font-size: 18px;
  font-weight: normal;
  color: #999999;
}

.amlab_td8box .is-border {
  border-image: linear-gradient(to right, #665dcd, #5fa4e6, #5792ff) 1;
}

.amlab_td8_1:hover {
  background: linear-gradient(to right, #665dcd 0%, #5fa4e6 45%, #5792ff 100%);
}

.amlab_td8_1:hover h3,
.amlab_td8_1:hover p {
  color: white !important;
}

.amlab_3gt h3 {
  font-size: 225px;
  font-weight: 500;
  color: #5792ff;
  letter-spacing: -5px;
  line-height: 124px;
}

.amlab_3gt p {
  font-size: 96px;
  line-height: 0.7;
  font-weight: bold;
  color: black;
  margin-bottom: 0 !important;
  translate: 0 15px;
}

.amlab_3gt p span {
  font-size: 64px;
  line-height: 124px;
  font-weight: 100;
  color: black;
  margin-bottom: 0 !important;
}

.amlab_3gt_btn {
  background-color: #5792ff !important;
}

/* .amlab_bdr99 img {
  border-radius: 384px;
} */
.amlab_bdbg {
  margin-bottom: 10px;
}

.amlab_bdbg>.col-inner {
  border-radius: 300px;
  box-shadow: 0px 6px 6px 0px rgba(0, 87, 237, 0.5),
    0px 4px 0px 0px rgba(0, 87, 237, 0.5);
}

.amlab_td_overld .overlay {
  background: linear-gradient(0deg,
      #5792ff 0%,
      rgba(31, 89, 188, 0) 80.11%) !important;
}

.amlab_td_overll .overlay {
  background: linear-gradient(90deg,
      #5792ff 0%,
      rgba(69, 128, 234, 0.68012) 25.3%,
      rgba(31, 89, 188, 0) 55%) !important;
}

.amlab_social_tit h2 {
  font-size: 48px;
  line-height: 78px;
  font-weight: 700;
}

.amlab_vhdn h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 124px;
  margin: 0;
}

.amlab_steps p:nth-child(1) {
  font-size: 48px;
  font-weight: 300;
  display: flex;
  margin: 0;
  gap: 15px;
}

.amlab_steps p:nth-child(1)::after {
  content: url(/wp-content/uploads/2025/07/div-1.png);
  position: relative;
  display: block;
  width: 71px;
  height: 75px;
}

.amlab_steps p:nth-child(2) {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}

.amlab_bannertex p:first-child {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
}

.amlab_bannertex p:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.amlab_job_tabs li.tab.active a {
  background-color: rgba(245, 245, 245, 1);
  color: #1f59bc;
  padding: 0 18px;
  border-color: transparent;
}

.amlab_job_tabs li.tab a {
  padding: 0 18px;
  border: 1px solid #f2f2f2;
  color: #1f59bc;
  font-weight: 500;
}

.amlab_job_tabs ul {
  gap: 30px;
}

.amlab_job_tabs li.tab a:hover {
  background-color: #f1f3fd;
  color: #1f59bc;
}

.amlab_job_tabs .amlab_job_title {
  font-size: 24px;
  font-weight: bold;
  color: #5792ff;
}

.job-info-col p {
  font-size: 14px;
  color: #999999;
  font-style: italic;
}

.job-info-col span {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
}

.amlab_job_tabs ul.nav li a {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  color: rgba(31, 89, 188, 1);
  border: 1px solid rgba(242, 242, 242, 1);
  padding: 13px 25px 15px 25px;
}

.amlab_job_tabs ul.nav li.active a {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  color: rgba(31, 89, 188, 1);
  border: 1px solid rgba(242, 242, 242, 1);
  padding: 13px 25px 15px 25px;
}

.amlab_job_tabs ul.nav li.active a {
  background-color: rgba(245, 245, 245, 1);
}

.amlab_job_tabs ul.nav li:hover a {
  background-color: rgba(245, 245, 245, 1);
}

.amlab_job_tabs ul.nav li:first-child a {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  color: rgba(31, 89, 188, 1);
  border: 1px solid rgba(242, 242, 242, 1);
  padding: 13px 25px 15px 25px;
}

.amlab_job_tabs ul.nav li:first-child a span {
  display: flex;
  align-items: center;
}

.amlab_job_tabs ul.nav li:first-child a span::before {
  content: url(/wp-content/uploads/2025/08/14261136-1.png);
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
}

/* Jobs Grid Layout */
.amlab-jobs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

/* Job Card Styling */
.amlab-job-card {
  background: rgba(245, 245, 245, 1);
  border-radius: 15px;
  padding: 20px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 87, 237, 0.1);
}

/* Job Title */
.job-title {
  margin-bottom: 15px;
}

.job-title h3 {
  color: rgba(0, 87, 237, 1);
  font-size: 24px;
  line-height: 68px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  text-align: center;
  margin: 0;
  text-transform: capitalize;
}

/* Job Info Grid */
.job-info-grid {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.job-info-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  width: 70%;
}

.job-info-grid .job-info-item:nth-child(2),
.job-info-grid .job-info-item:nth-child(4) {
  width: 30%;
}

.info-label {
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
}

.info-value {
  font-size: 16px;
  color: black;
  font-weight: 600;
  line-height: 30px;
}

/* Apply Button */
.job-apply-btn {
  text-align: left;
  width: 30%;
}

.apply-button {
  background-color: rgba(253, 183, 64, 1);
  color: white !important;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.apply-button:hover {
  background-color: rgba(0, 87, 237, 1);
  transform: translateX(2px);
  color: white !important;
}

.apply-button i {
  font-size: 12px;
}

/* No Jobs Message */
.no-jobs-message {
  text-align: center;
  color: #666;
  font-style: italic;
  padding: 40px 20px;
}

.amlab_shopics {
  padding: 24px;
  background-color: #ededed;
  border-radius: 15px;
  padding-bottom: 10px;
  max-height: 135px;
}

/* .archive .price-wrapper del,
.archive .price-wrapper del bdi {
  color: #ee212e;
  font-weight: 500;
} */

.archive nav.woocommerce-pagination ul li .page-number {
  border-radius: 5px;
  background-color: rgba(246, 246, 246, 1);
  border-color: transparent;
}

.archive nav.woocommerce-pagination ul li .page-number:hover {
  background-color: rgba(87, 146, 255, 1);
  border-color: rgba(87, 146, 255, 1);
}

.archive nav.woocommerce-pagination ul li .page-number.current {
  background-color: rgba(87, 146, 255, 1);
  border-color: rgba(87, 146, 255, 1);
}

.archive.woocommerce-shop .amlab_breadcrumb,
.archive.tax-product_cat .amlab_breadcrumb {
  margin-bottom: 0;
}

.amlab_contentcat {
  padding: 30px;
  border: 1px solid #5792ff;
  border-radius: 20px;
  margin-bottom: 40px;
}

.amlab_catdesc p:last-child {
  margin-bottom: 0;
}

/* .single.single-product form.cart {
  padding: 30px;
  border: 1px solid #5792ff;
  border-radius: 20px;
} */

.single.single-product form.cart tr {
  display: flex;
  flex-direction: column;
  border: none;
  margin-bottom: 10px;
}

.single.single-product form.cart tr:last-child {
  display: none;
}

.single.single-product table.variations label {
  font-size: 15px;
}

.single.single-product .quantity input {
  width: 45px;
  height: 45px;
  max-width: 45px;
}

.single.single-product .quantity .minus {
  border-radius: 8px 0 0 8px !important;
}

.single.single-product .quantity .plus {
  border-radius: 0 8px 8px 0 !important;
}

/* .single.single-product form.cart td.value .ux-swatches {
    flex-wrap: nowrap !important;
} */
.amlab_catsale h3 {
  font-size: 72px;
  font-weight: 100;
  line-height: 72px;
  color: white;
}

.amlab_catsale p {
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  color: #787878;
}

.amlab_catsalebtn {
  color: white !important;
  border-color: white !important;
  font-weight: normal !important;
  border-radius: 6px !important;
}

.amlab_catsalebtn:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}

/* .single.single-product .woocommerce-tabs ul.tabs {
  display: none;
} */

.single.single-product .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel {
  display: none;
}

.single.single-product .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel.active {
  display: block;
}

.single.single-product .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel:nth-child(1) {

  padding-top: 80px;
}

.single.single-product .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel {
  padding: 30px;
  border: 1px solid #39B54A;
  border-radius: 16px;
  position: relative;
}

.single.single-product .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel:nth-child(1):before {
  content: "Đặc điểm sản phẩm";
  position: absolute;
  /* font-family: Inter; */
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #2db224;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
}

.archive.woocommerce-shop .amlab_contentcat {
  display: none;
}

.amlab_filters .toggle {
  height: auto;
  left: unset;
  position: absolute;
  top: 50%;
  transform-origin: unset;
  transform: translate(-50%, -50%);
  width: auto;
  right: -5%;
}

.amlab_filters a.accordion-title {
  padding-left: 0;
  background-color: white;
  border-top: none;
  border-bottom: 1px solid #b5b5b5;
  color: black;
  font-weight: normal;
}

.amlab_filters a.accordion-title.active {
  background-color: white;
  color: #000 !important;
  font-weight: normal !important;
}

.amlab_filters a.accordion-title.active i {
  rotate: 180deg;
}

.amlab_filters .accordion-inner {
  padding-left: 0;
  padding-top: 0;
}

.amlab_filters label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 0 !important;
}

#shop-sidebar {
  /* padding: 30px; */
  padding-top: 0;
  position: sticky;
  top: 120px;
  /* border: 1px solid #5792ff; */
  /* border-radius: 30px; */
}

#shop-sidebar .amlab_filters {
  background: rgb(255, 255, 255);
  border: 1px solid #DFE2E9;
  border-radius: 12px;
  padding: 4px 20px;
}

.shop-page-title .woocommerce-breadcrumb {
  display: none;
}

.amlab_gbg {
  background: linear-gradient(180deg, #72A8F3 -19.75%, #0057ED 69.49%), linear-gradient(0deg, #0057ED, #0057ED);
  border-radius: 30px;
}

.col_factory_detail p {
  margin-bottom: 12px;
}

.col_factory_detail_last p {
  margin-bottom: 0;
}

.amlab-product-actions a:first-child {
  background-color: white;
  color: #5792ff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  width: 45%;
  border-radius: 8px;
  border-color: #5792ff;
  padding: 0 6px;
  justify-content: center;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

.amlab-product-actions a.button.buy-now {
  background-color: #ff0000;
  color: white;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  width: 45%;
  border-radius: 8px;
  border-color: transparent;
  padding: 0 6px;
  justify-content: center;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}

.archive .products .product-small .name.product-title a {
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.a_bannerdanhmuc p {
  margin: 0;
}

.amlab-product-actions a:hover {
  box-shadow: none !important;
}

.amlab-product-actions .added_to_cart.wc-forward {
  display: none;
}

.amlab_ffb {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 25%;
  top: -50%;
}

.amlab_ffbt {
  position: absolute;
  transform: translate(-50%, -50%);
  right: -3%;
  top: -10%;
}

@media only screen and (max-width: 1700px) {
  .amlab_ffb {
    left: 20%;
  }

  .amlab_ffbt {
    right: -6%;
  }
}

@media only screen and (max-width: 1550px) {
  .amlab_ffbt {
    right: -15%;
  }
}

@media only screen and (max-width: 1400px) {
  .amlab_ffbt {
    right: -20%;
  }
}

.amlab_ffbt p {
  font-size: 36px;
  font-style: italic;
  font-weight: bold;
}

.amlab_bgc {
  background-image: url(/wp-content/uploads/2025/07/Ellipse-155.png);
  background-size: 240px;
  background-position: 35% 100%;
  background-repeat: no-repeat;
}

.amlab_gtbox {
  background-color: white;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 4px 8px 15px 6px rgba(7, 7, 78, 0.1);
}

.amlab_bgt {
  background-image: url(/wp-content/uploads/2025/07/Polygon-1.png);
  background-position: 85% 15%;
}

.amlab_bgs {
  background-image: url(/wp-content/uploads/2025/07/Rectangle-10492.png);
  background-position: 30% 75%;
}

.amlab_bgstar {
  background-image: url(/wp-content/uploads/2025/07/Star-1.png);
  background-position: 85% -2%;
}

.amlab_justify>* {
  text-align: justify;
}

.amlab_testimg .icon img {
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
}

.amlab_italicp p {
  font-style: italic;
  margin-bottom: 15px !important;
}

.amlab_ibox .icon-box-text {
  position: relative;
}


/* .amlab_ibox .icon-box-text::after {
  content: url(/wp-content/uploads/2025/07/Frame-427319459.png);
  position: absolute;
  transform: translate(-50%, -50%);
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  z-index: 1;
} */
.amlab_dq .icon-box h4 {
  font-size: 16px;
}

.amlab_dq .icon-box .amlab_ipop {
  font-size: 14px;
}

/* .amlab_ipop {
  width: 280px;
  background-color: #fff;
  padding: 10px;
  padding-bottom: 0;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 99999999;
  top: -160%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}

.amlab_ipop ul li {
  font-size: 14px;
}

.amlab_ibox .icon-box-text:hover .amlab_ipop {
  visibility: visible;
  opacity: 1;
  top: -180%;
} */

.amlab_rating .rating-count {
  color: #cecece;
}

.amlab_flexfaq>.col-inner {
  display: flex;
}

.amlab_imgbottom img {
  object-position: 100% 0 !important;
}

.amlab_bdrf {
  border-radius: 75px;
  overflow: hidden;
}

.amlab_gtgal .box-text {
  padding: 0 9.8px !important;
}

.timeline-wrapper {
  position: relative;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  top: 11%;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 79%;
  background-color: #d9d9d9;
  z-index: 1;
  overflow: hidden;
}

.timeline-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #0057ed;
  z-index: 2;
  transition: height 0.3s ease;
}

.timeline-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0;
  position: relative;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-item:nth-child(odd) {
  flex-direction: row;
}

.amlab_imgc {
  padding: 60px 0;
}

.timeline-left,
.timeline-right {
  width: 45%;
  z-index: 2;
}

.timeline-left img,
.timeline-right img {
  width: 60%;
  padding: 10px;
  background-color: white;
  box-shadow: 4px 8px 15px 6px rgba(7, 7, 78, 0.1);
  border-radius: 30px;
}

.timeline-dot {
  width: 26px;
  height: 26px;
  background-color: #ededed;
  box-shadow: 0 0 0 5px rgb(211 211 211 / 10%);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.timeline-left h4,
.timeline-right h4 {
  color: #007bff;
  margin-bottom: 5px;
  font-size: 16px;
}

.timeline-left h3,
.timeline-right h3 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}

.timeline-left ul,
.timeline-right ul {
  padding-left: 20px;
  margin: 10px 0;
}

.timeline-item:nth-child(even) .timeline-left {
  order: 2;
  text-align: right;
}

.timeline-item:nth-child(even) .timeline-right {
  order: 1;
  text-align: left;
}

.amlab_filters p {
  margin: 0;
}

.amlab_filters .accordion-inner {
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .timeline-item {
    flex-direction: column !important;
    margin: 30px 0;
  }

  .timeline-left,
  .timeline-right {
    width: 100%;
  }

  .timeline-line {
    display: none;
  }

  .timeline-dot {
    display: none;
  }

  .amlab_imgc {
    text-align: center !important;
    order: 1 !important;
  }

  .amlab_gtbox {
    order: 2 !important;
  }

  .amlab_imgc.amlab_bgc {
    background-position: 0% 100%;
    background-size: 50% !important;
  }

  .amlab_bgt {
    background-position: 100% 5% !important;
  }

  .amlab_bgstar {
    background-position: 100% -5% !important;
  }

  .amlab_imgc {
    padding: 30px 0 30px 0 !important;
  }
}

.timeline-dot.active {
  background-color: #0057ed;
  box-shadow: 0 0 0 5px rgb(0 87 237 / 10%);
  transition: all 0.3s ease;
}

.amlab_blogsearch .live-search-results bdi {
  color: #ee212e;
}

.amlab_z-1 {
  z-index: -1;
}

.amlab_z0 {
  z-index: 0;
}

.amlab_vtcbtn {
  border-color: #5792ff !important;
  background-color: white !important;
  color: #5792ff !important;
  padding-left: 45px;
  background-image: url(/wp-content/uploads/2025/07/House-1-1.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
}

.amlab_vtcbtn:hover {
  background-image: url(/wp-content/uploads/2025/07/House-1-2.png);
  border-color: #5792ff !important;
  background-color: #5792ff !important;
  color: white !important;
}

.amlab_job_tabs ul {
  justify-content: center;
}

.amlab_overmob .overlay {
  opacity: 0;
}

.amlab_topbarp,
.amlab_topbarp>* {
  font-size: 14px !important;
}


.amlab_hbannert p {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.amlab_hbannert h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}

.amlab_fwb,
.amlab_fwb>* {
  font-weight: 700 !important;
}

.amlab_slider_focus.slider-style-focus .flickity-slider>* {
  max-width: 25% !important;
}

.amlab_slider_focus .col {
  opacity: 1 !important;
}

.amlab_ficf {
  display: flex;
  align-items: center;
}

.amlab_ficf .icon-box-text {
  padding-left: 6px !important;
}

.amlab_ficf .icon-box-text p {
  margin: 0;
}

.single.single-product .page-title-inner {
  display: none;
}

/* CSS cho các nút mã giảm giá */
.danh-sach-ma-giam-gia {
  display: flex;
  align-items: center;
  gap: 15px;
  /* Khoảng cách giữa các phần tử */
  font-family: sans-serif;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.tieu-de-ma {
  font-size: 15px;
  font-weight: bold;
}

.nut-luu-ma-giam-gia {
  background-color: #d4edf9;
  color: #1f59bc;
  padding: 0 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  transition: background-color 0.3s, transform 0.2s;
}

.nut-luu-ma-giam-gia:hover {
  background-color: #bae6fd;
  transform: translateY(-2px);
}

.icon-gift-coupon {
  font-size: 18px;
}

.icon-gift-coupon:before {
  content: "";
  width: 16px;
  height: 16px;
  position: relative;
  display: block;
  background-image: url(./images/coupon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* CSS cho thông báo */
#thong-bao-luu-ma {
  background-color: #d4edf9;
  color: #1f59bc;
  padding: 15px 25px;
  border-radius: 8px;
  font-size: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.amlab_36,
.amlab_36>* {
  font-size: 36px !important;
}

.amlab_24,
.amlab_24>* {
  font-size: 24px !important;
}

.amlab_14,
.amlab_14>* {
  font-size: 14px !important;
}

.amlab_16,
.amlab_16>* {
  font-size: 16px !important;
}

.amlab_48,
.amlab_48>* {
  font-size: 48px !important;
}

.amlab_62,
.amlab_62>* {
  font-size: 62px !important;
}

.amlab_statsbg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 87, 237, 1);
  opacity: 0.2;
  z-index: 1;
}

.amlab_mcusbred {
  align-items: center;
}

#popup-register-link {
  background-color: transparent !important;
  box-shadow: none !important;
}

#popup-register-link .mfp-close {
  color: white !important;
}

.amlab_imgbox_setting.amlab_tag02 .overlay {
  border-radius: 30px;
}

.amlab_midic {
  align-items: center;
  width: fit-content;
}

.amlab_s_search .flex-row .flex-grow.flex-col #woocommerce-product-search-field-1 {
  border-radius: 8px !important;
  padding: 8px 16px;
  padding-left: 40px;
  border: none;
}

.amlab_s_search .flex-row .flex-col:last-child {
  position: absolute;
  left: 50px;
}

.amlab_s_search .flex-row .flex-col:last-child .button.icon {
  color: rgba(152, 152, 152, 1) !important;
}

.amlab_filters label span.count {
  font-size: 12px;
  color: rgba(146, 146, 146, 1);
}

/* .amlab_slider_3banner .col .col-inner {
  padding-bottom: 100px;
} */
.amlab_search_products .box-text a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 90px;
}

.amlab_sp_price {
  font-size: 16px;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  align-items: center;
}

#amlab_voucher_popup {
  background-color: transparent;
  box-shadow: none;
}

#amlab_voucher_popup .mfp-close {
  color: #1c4da1;
  top: 100px !important;
  right: 100px;
  background-color: white;
  border-radius: 50%;
  scale: 0.6;
}

#amlab_voucher_popup .wpcf7 .wpcf7-not-valid-tip,
#amlab_voucher_popup .wpcf7 .wpcf7-response-output {
  display: none;
}

#amlab_voucher_popup input.wpcf7-text,
#amlab_voucher_popup input.wpcf7-email,
#amlab_voucher_popup input.wpcf7-tel {
  border-radius: 10px !important;
}

#amlab_voucher_popup input.wpcf7-submit {
  background-color: rgb(0, 20, 201) !important;
  border: 1px solid white !important;
  color: white !important;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50px !important;
  margin-right: 0 !important;
}

.single.single-product div#reviews.woocommerce-Reviews {
  max-width: 100% !important;
}

.single.single-product div#reviews.woocommerce-Reviews .star_box_left {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 15px;
}

.single.single-product div#reviews.woocommerce-Reviews .reviews_bar {
  width: 60%;
  padding: 10px;
}

.single.single-product div#reviews.woocommerce-Reviews .star_box {
  flex-direction: column;
  gap: 15px;
  border: none;
}

.single.single-product div#reviews.woocommerce-Reviews .star-average {
  width: 20%;
}

.single.single-product div#reviews.woocommerce-Reviews .woocommerce-product-rating {
  flex-direction: column;
  align-items: center;
}

.single.single-product div#reviews.woocommerce-Reviews .woocommerce-review-link {
  font-size: 15px;
}

.single.single-product div#reviews.woocommerce-Reviews span.star_average {
  color: black;
  font-size: 62px;
  font-weight: 500;
  line-height: 62px;
  padding: 10px;
}

.single.single-product div#reviews.woocommerce-Reviews #comments h2 {
  font-size: 24px;
  font-weight: 500;
  color: black;
}

.product-footer .woocommerce-tabs {
  border-top: none;
}

.product-footer .woocommerce-tabs .product-tabs {
  border-bottom: 1px solid #DFE2E9;
}

.product-footer .woocommerce-tabs .product-tabs li {
  padding: 10px 20px;
  border-width: 0px 0px 2px;
  border-style: none none solid;
  border-color: currentcolor currentcolor transparent;
  border-image: initial;
  background: transparent;
  margin-bottom: -1px;
  cursor: pointer;
}

.product-footer .woocommerce-tabs .product-tabs li a {
  font-weight: 600;
  font-size: 14px;
  color: #525A66;
  text-transform: capitalize;
}

.product-footer .woocommerce-tabs .product-tabs li.active a,
.product-footer .woocommerce-tabs .product-tabs li a:hover {
  color: #2D2E7F;
}

.product-footer .woocommerce-tabs .product-tabs li a::before,
.product-footer .woocommerce-tabs .product-tabs li.active a::before {
  background-color: #39B54A;
  top: 100%;
}

.single.single-product .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel table * {
  font-size: 14px;
}

.single.single-product div#reviews.woocommerce-Reviews .star_box_left .star-rating {
  font-size: 24px;
  width: 15%;
  padding: 10px;
}

.amlab_info_pro .star_average {
  font-size: 15px;
  color: black;
  font-weight: 500;
  vertical-align: baseline;
}

#comments .comment-respond {
  padding: 15px 25px;
}

.amlab_blogform .wpcf7-response-output {
  color: white;
}

.amlab_ncbred span::before {
  content: url(assets/images/CaretRight.png);
  left: -12px;
  position: relative;
}

.amlab_ncbred .icon-inner {
  line-height: 130%;
}

.amlab_ncbred .icon-box-text {
  padding-left: 10px;
}

.amlab_toggle_content {
  max-height: 400px;
  overflow: hidden;
}

.amlab_toggle_content.expanded {
  max-height: 100%;
}

#amlab_toggle_btn {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 0;
  left: 50%;
  z-index: 2;
  text-transform: math-auto;
  border: 1px solid #5792ff;
  border-radius: 8px;
  background-color: white;
  margin: 0 !important;
}

.amlab_toggle_content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom,
      rgb(255 255 255 / 0%) 0%,
      rgba(255, 255, 255, 1) 100%);
}

.amlab_40,
.amlab_40>* {
  font-size: 40px !important;
}

.amlab_file_col label:last-child {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(0, 87, 237, 1);
  border-radius: 10px;
  background-color: rgba(237, 237, 237, 1);
}

.amlab_tdform span {
  color: rgba(237, 25, 38, 1);
}

.amlab_tdform input,
.amlab_tdform select {
  border-radius: 10px !important;
}

.amlab_td_submit span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: rgba(153, 153, 153, 1);
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}

.amlab_td_submit span span {
  font-weight: bold;
  width: fit-content;
}

.amlab_td_submit>p {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.amlab_td_submit button.wpcf7-submit {
  background-color: rgba(0, 87, 237, 1) !important;
  color: white;
  border-radius: 10px !important;
  border: 1px solid rgba(31, 89, 188, 1);
}

.amlab_tit_singletd h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 78px;
  text-align: center;
}

.a_htch h2 {
  font-weight: 400;
  font-style: Italic;
  font-size: 32px;
  line-height: 1;
}

.amlab_td_submit button.wpcf7-submit {
  text-transform: math-auto !important;
}

.amlab_bdr30 img {
  border-radius: 30px;
}

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

.amlab_hom_bantop .flickity-prev-next-button svg {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  width: 60px;
  height: 60px;
  max-width: unset;
  padding: 8px 12px;
}

.amlab_hom_bantop .flickity-prev-next-button {
  opacity: 1 !important;
}

.amlab_hom_bantop .flickity-prev-next-button:hover svg {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
}

.amlab_hom_bantop .flickity-prev-next-button.next {
  right: 10%;
}

.amlab_hom_bantop .flickity-prev-next-button.previous {
  left: 10%;
}

.a_tragopf .cf-col-12 input {
  padding: 12px 16px;
  border-radius: 10px !important;
  border: 1px solid rgba(228, 231, 233, 1);
  box-shadow: none !important;
}

.a_tragopf .cf-col-6:last-child p {
  justify-content: flex-end;
}

.a_tragopf .cf-col-6:last-child input {
  background: rgba(255, 0, 0, 1) !important;
  border-radius: 8px;
  margin: 0;
  padding: 4px 24px;
  color: white;
  border: 1px solid rgba(255, 0, 0, 1);
  text-transform: uppercase;
  font-size: 15px;
  max-width: 280px;
}

#close_tragop {
  background-color: white;
  border-radius: 8px;
  margin: 0;
  padding: 4px 24px;
  color: rgba(87, 146, 255, 1);
  border: 1px solid rgba(87, 146, 255, 1);
  text-transform: capitalize;
  font-size: 15px;
}

#btn-tra-gop {
  margin: 0;
  width: 100%;
  border-radius: 8px;
  text-transform: math-auto;
  font-size: 16px;
  font-weight: 500;
  color: white;
  border: 1px solid #0057ed;
  background-color: #0057ed;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

#btn-tra-gop::after {
  content: "";
  display: block;
  width: 82px;
  height: 19px;
  background-image: url(./images/Fundiin.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.woocommerce-loop-product__title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.amlab_macc {
  display: none;
}

.sticky-add-to-cart-wrapper form.cart {
  padding: 0 !important;
  border: none !important;
  border-radius: none;
}

.sticky-add-to-cart-wrapper .title_combo,
.sticky-add-to-cart-wrapper .amlab-tragop-wrapper {
  display: none;
}

.amlab_hompro .flickity-button svg,
.amlab_slider_fb .flickity-button svg {
  display: none;
}

.amlab_hompro .flickity-button,
.amlab_slider_fb .flickity-button {
  opacity: 1;
  min-height: unset;
  height: 77px;
  background-image: url(assets/images/Ellipse-left.png);
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: 0;
  width: 40px;
  margin-top: 0 !important;
  left: 7px !important;
  transform: none !important;
}

.amlab_hompro .flickity-button.next,
.amlab_slider_fb .flickity-button.next {
  left: unset !important;
  right: 10px !important;
  background-image: url(assets/images/Ellipse-right.png);
}

.amlab_hompro .flickity-button.previous::before,
.amlab_slider_fb .flickity-button.previous::before {
  content: url(assets/images/Vector-9.png);
}

.amlab_hompro .flickity-button.next::before,
.amlab_slider_fb .flickity-button.next::before {
  content: url(assets/images/CaretRight.png);
}

.amlab_hompro.slider:hover .flickity-prev-next-button,
.amlab_slider_fb:hover .flickity-prev-next-button {
  transform: translate(0) !important;
  opacity: 1 !important;
}

.amlab_hompro.slider:hover .flickity-prev-next-button.next,
.amlab_slider_fb:hover .flickity-prev-next-button.next {
  transform: translate(0) !important;
}

.marquee-content .ux-logo img {
  margin: 0 auto;
}

.a_hom_4banner .banner-bg::before {
  content: '';
  background: linear-gradient(270deg, rgba(0, 87, 237, 0) 0%, #0740BC 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.a_hom_4banner {
  border-radius: 20px;
  overflow: hidden;
}

.a_hom_4banner .banner-layers {
  z-index: 2;
  overflow: visible;
}

.a_hom_4banner h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.a_vid {
  border-radius: 30px;
}

/* .a_nbtn {
  background-image: url(assets/images/btn.png);
  background-size: contain;
  color: #505050 !important;
  background-repeat: no-repeat;
  padding-left: 55px;
  padding-right: 10px;
  background-color: #ffb700;
  border: none;
} */

.a_nbtn:hover {
  box-shadow: none !important;
}

.amlab_slider_fb .box-vertical .box-image img {
  border-radius: 110px;
  border: 4px solid #fff;
  max-width: 239px;
  aspect-ratio: 1 / 1.5;
  object-fit: cover;
}

.amlab_slider_fb .ux-logo-link {
  padding: 15px 0 !important;
}

.amlab_slider_fb .flickity-button {
  left: 13px !important;
}

.amlab_slider_fb .flickity-button.next {
  right: 13px !important;
}

.amlab_slider_fb .flickity-button.next::before {
  position: absolute;
  top: 20px;
}

.amlab_slider_fb:hover .flickity-button.next::before {
  content: url(/wp-content/uploads/2025/10/Vector-9-3.png);
  position: absolute;
  top: 20px;
}

.amlab_slider_fb .flickity-button {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.amlab_slider_fb:hover .flickity-button.next {
  background-image: url(/wp-content/uploads/2025/10/Ellipse-166-2.png) !important;
}

.amlab_slider_fb .flickity-button.previous {
  transition: none !important;
}

.amlab_slider_fb:hover .flickity-button.previous {
  background-image: url(/wp-content/uploads/2025/10/Ellipse-166-2.png) !important;
  transform: scaleX(-1) !important;
  transition: none !important;
}

.amlab_slider_fb:hover .flickity-button.previous::before {
  transform: scaleX(-1) !important;
  content: url(/wp-content/uploads/2025/10/Vector-9-3.png);
}

.a_blogtabs ul.nav {
  gap: 15px;
  padding: 0 20px;
}

.a_blogtabs ul.nav li {
  border: 1px solid #CECECE;
  border-radius: 50px;
  color: #505050;
}

.a_blogstack {
  padding: 10px 25px;
  background-color: #F8F8FF;
  border-radius: 20px 20px 0 0;
}

.a_blog1 .post-item .box-text-inner a.button {
  border-radius: 50px;
  border: 1px solid #0057ED !important;
  color: #505050 !important;
}

.a_blog1 .post-item .box-text-inner a.button:hover {
  background-color: white !important;
  border: 1px solid #0057ED !important;
  color: #505050 !important;
  text-transform: math-auto;
}

.a_blog1 .post-item .box-text-inner a.button::after {
  content: '';
  position: relative;
  width: 10px;
  height: 9px;
  display: inline-block;
  background-image: url(/wp-content/uploads/2025/10/Vector-9-3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.a_blog1 .post-item .box-image .image-cover,
.a_blogvert .post-item .box-image .image-cover {
  border-radius: 20px;
  overflow: hidden;
}

.a_blogvert>.post-item {
  padding-bottom: 15px !important;
}

.a_blogvert>.post-item .cat-label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.a_blog1>.post-item .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.a_blogvert>.post-item .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.a_blogs>.col-inner {
  border: 1px solid #0786FE;
  border-top: none;
  border-radius: 20px;
}

.a_box_fb .box-image {
  overflow: visible;
}

.a_box_fb .box-image::before {
  content: '';
  width: 72px;
  height: 72px;
  position: absolute;
  background-image: url(/wp-content/uploads/2025/11/Frame-427319641.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: -20px;
}

.amlab_fb_name h4 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.amlab_fb_name p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.woocommerce-cart .shop_table .product_discount .btn_edit_product {
  display: none !important;
}

/* .woocommerce-cart .shop_table .product_discount a.remove {
  margin-right: 15px;
} */

/* =====================================================
   CART PAGE — GIỎ HÀNG
   ===================================================== */

/* Mobile-only price: hidden on desktop */
.cart-item-price-mobile {
  display: none;
}

/* --- Chiều rộng từng cột --- */
.woocommerce-cart .shop_table.cart td.product-price,
.woocommerce-cart .shop_table.cart td.product-subtotal {
  width: 120px;
  text-align: center;
  /* display: flex;
  flex-direction: column-reverse;
  align-items: center;
  min-height: 100%; */
}

.woocommerce-cart .shop_table.cart td.product-subtotal .old-price {
  display: none !important;
}

.woocommerce-cart .shop_table.cart td.product-subtotal .final-price .amount {
  font-size: 16px;
  font-weight: 700;
  color: #000 !important;
}

.woocommerce-cart .shop_table.cart td.product-price {}

.woocommerce-cart .shop_table.cart td.product-price .old-price .amount {
  font-size: 12px;
  color: #8A93A1;
  text-decoration: line-through;
}

.woocommerce-cart .shop_table.cart td.product-price .price .amount {
  font-size: 16px;
}

.woocommerce-cart .shop_table.cart td.product-quantity-col {
  width: 140px;
  text-align: center;
}

.woocommerce-cart .shop_table.cart td.product-actions-col {
  width: 44px;
  text-align: center;
}

/* --- Header giả của table --- */
.cart-table-header {
  display: grid;
  grid-template-columns: 1.3fr 120px 120px 120px 40px;
  gap: 12px;
  padding: 12px 20px;
  background: #f7f8fa;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #000;
  border-bottom: 1px solid #eef0f4;
}

.cart-table-header .col-center {
  text-align: center;
}

.cart-table-header .col-right {
  text-align: right;
}

.woocommerce-cart .page-wrapper {
  background: #F1F4FB;
  padding-bottom: 0px;
}

/* --- Card bọc table --- */
.woocommerce-cart .cart-wrapper {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #DFE2E9;
  /* box-shadow: 0 1px 4px rgba(0,0,0,.07); */
  margin-bottom: 16px;
}

.woocommerce-cart .shop_table.cart {
  border: none !important;
  margin: 0;
}

.woocommerce-cart .shop_table.cart td {
  border: none !important;
  padding: 16px;
  vertical-align: middle;
}

.woocommerce-cart .shop_table.cart tr.cart_item {
  border-bottom: 1px solid var(--line);
}

.woocommerce-cart .shop_table.cart tr.cart_item:last-of-type {
  border-bottom: none;
}

.woocommerce-cart .shop_table.cart tr .actions {
  display: none !important;
}

/* --- Flex layout bên trong td.product-info --- */
.product-info_flex {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.product-info_left {
  flex-shrink: 0;
}

.product-info_left img,
.product-info_left a img {
  width: 88px !important;
  height: 88px !important;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #eef0f4;
  display: block;
}

.product-name-meta {
  flex: 1;
  min-width: 0;
}

/* Tên sản phẩm */
.woocommerce-cart .product-name a {
  font-weight: 600;
  font-size: 14px;
  color: #1a1a2e;
  text-decoration: none;
  line-height: 1.5;
  display: block;
}

.woocommerce-cart .product-name a:hover {
  color: #0057ed;
}

/* Thuộc tính + số lượng */
.woocommerce-cart .product_variation_info {
  margin-top: 4px;
  font-size: 12px;
  color: #888;
}

.woocommerce-cart .product_variation_info dl.variation {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 6px;
  margin-bottom: 6px;
}

.woocommerce-cart .product_variation_info .btn_edit_product {
  color: #2D2E7F;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}

.woocommerce-cart .product_variation_info .btn_edit_product img {
  margin-left: 5px;

}

.woocommerce-cart .product_variation_info dl.variation dt,
.woocommerce-cart .product_variation_info dl.variation dd {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #888;
}

.woocommerce-cart .product_variation_info dl.variation dt.variation-Kchthccm {
  display: none;
}

.product-qty {
  font-size: 12px;
  color: #bbb;
  margin-top: 2px;
}

/* Giá trong td riêng */
.woocommerce-cart .product-subtotal .old-price {
  font-size: 12px;
  color: #bbb;
  text-decoration: line-through;
  margin-bottom: 2px;
}

.woocommerce-cart .product-subtotal .old-price .woocommerce-Price-amount {
  color: #bbb;
  font-size: 12px;
}

.woocommerce-cart .product-subtotal .final-price {
  font-size: 15px;
  font-weight: 700;
  color: #e83e3e;
}

.woocommerce-cart .product-subtotal .final-price .woocommerce-Price-amount {
  color: #e83e3e !important;
  font-weight: 700;
}

/* Qty input */
.product-quantity-col .quantity {
  display: flex !important;
  align-items: center !important;
  border: 1.5px solid #e0e3e9 !important;
  border-radius: 8px !important;
  overflow: hidden;
  width: auto !important;
  background: #fff;
}

.product-quantity-col .quantity input.minus,
.product-quantity-col .quantity input.plus {
  background: #fff !important;
  border: none !important;
  padding: 7px 12px !important;
  cursor: pointer;
  font-size: 18px !important;
  color: #555;
  line-height: 1;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transition: background .15s;
}

.product-quantity-col .quantity input.minus:hover,
.product-quantity-col .quantity input.plus:hover {
  background: #f5f5f7 !important;
}

.product-quantity-col .quantity input.qty {
  border: none !important;
  border-left: 1.5px solid #e0e3e9 !important;
  border-right: 1.5px solid #e0e3e9 !important;
  border-radius: 0 !important;
  text-align: center !important;
  width: 44px !important;
  padding: 7px 4px !important;
  font-size: 14px !important;
  font-weight: 600;
  color: #1a1a2e;
  box-shadow: none !important;
  height: auto !important;
}

.product_btn_actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product_btn_actions .btn_edit_product {
  font-size: 12px;
  color: #888;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color .2s;
}

.product_btn_actions .btn_edit_product:hover {
  color: #0057ed;
}

.product_btn_actions .btn_edit_product img {
  width: 14px;
  height: auto;
  opacity: .6;
}

.product_btn_actions a.remove {
  font-size: 12px;
  /* color: #e83e3e !important; */
  border: none !important;
  background: transparent !important;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: opacity .2s;
}

.product_btn_actions a.remove:hover {
  opacity: .7;
}

.product_btn_actions a.remove img {
  width: 14px;
  height: auto;
}

/* --- KÈM rows (product_discount) --- */
.woocommerce-cart .shop_table.cart tr.product_discount {
  background: #fff;
}

.woocommerce-cart .shop_table.cart tr.product_discount td.product-kem-cell {
  padding: 10px 16px 10px 124px;
}

.kem-row-inner {
  border-left: 3px solid #e83e3e !important;
  background: #fffbfb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
}

.kem-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.kem-badge {
  display: inline-flex;
  align-items: center;
  background: #e83e3e;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: .5px;
  white-space: nowrap;
  flex-shrink: 0;
}

.kem-name-wrap {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  min-width: 0;
}

.kem-name-wrap a {
  color: #1a1a2e;
  text-decoration: none;
}

.kem-name-wrap a:hover {
  color: #0057ed;
}

.kem-name-wrap .variation {
  display: none;
  margin: 0;
  font-size: 11px;
  color: #888;
}

.kem-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.kem-price {
  font-size: 14px;
  font-weight: 700;
  color: #e83e3e;
}

.kem-price .woocommerce-Price-amount {
  color: #e83e3e !important;
  font-weight: 700;
}

.kem-original {
  font-size: 12px;
  color: #bbb;
  text-decoration: line-through;
}

.kem-original .woocommerce-Price-amount {
  color: #bbb !important;
}

a.kem-remove {
  display: flex;
  align-items: center;
  background: transparent !important;
  border: none !important;
  opacity: .6;
  transition: opacity .2s;
}

a.kem-remove:hover {
  opacity: 1;
}

a.kem-remove img {
  width: 14px;
  height: auto;
}

/* --- Quà tặng rows (product_gift không phải product_discount) --- */
.woocommerce-cart .shop_table.cart tr.product_gift:not(.product_discount) {
  background: #fff;
}

.woocommerce-cart .shop_table.cart tr.product_gift:not(.product_discount) td.product-gift-cell {
  padding: 10px 16px 10px 124px;
  /* margin-left: 124px; */
  border-left: 2px solid #15803d;
}

.gift-row-inner {
  background: #f0fff4;
  border-left: 3px solid #22c55e !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
  padding: 10px;
}

.gift-left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}

.gift-icon {
  font-size: 18px;
  flex-shrink: 0;
}

.gift-name {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
}

.gift-right {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}

.gift-label {
  font-size: 11px;
  font-weight: 700;
  background: #dcfce7;
  color: #15803d;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: .3px;
  white-space: nowrap;
}

.gift-value {
  font-size: 12px;
  color: #22c55e;
  font-weight: 600;
  white-space: nowrap;
}

.gift-value .woocommerce-Price-amount {
  color: #22c55e !important;
  font-weight: 600;
}

/* --- Sidebar phải --- */
.woocommerce-cart .cart-collaterals .cart-sidebar {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Coupon box */
.amlab-coupon-box {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .07);
  margin-bottom: 16px;
}

.amlab-coupon-box .widget-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 14px;
}

.accordion-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f8fa;
  border: 1.5px solid #e0e3e9;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  color: #555;
  cursor: pointer;
  font-weight: 500;
  transition: border-color .2s;
  margin-bottom: 0;
}

.accordion-toggle:hover {
  border-color: #0057ed;
}

.accordion-toggle .arrow {
  font-size: 18px;
  color: #aaa;
}

.coupon-list {
  border: 1.5px solid #e0e3e9;
  border-top: none;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  margin-bottom: 12px;
}

.coupon-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid #f5f5f7;
  gap: 10px;
}

.coupon-item:last-child {
  border-bottom: none;
}

.coupon-code strong {
  font-size: 13px;
  color: #1d4ed8;
  font-weight: 700;
  letter-spacing: .5px;
}

.coupon-desc {
  font-size: 11px;
  color: #888;
  margin-top: 2px;
}

.apply-predefined-coupon {
  background: #fff !important;
  border: 1.5px solid #0057ed !important;
  color: #0057ed !important;
  border-radius: 6px !important;
  padding: 6px 14px !important;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all .2s;
  box-shadow: none !important;
}

.apply-predefined-coupon:hover,
.apply-predefined-coupon.applied {
  background: #0057ed !important;
  color: #fff !important;
}

.cart_coupon_flex {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.cart_coupon_flex input[type="text"] {
  flex: 1;
  border: 1.5px solid #e0e3e9 !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  font-size: 13px;
  color: #1a1a2e;
  background: #fff !important;
  box-shadow: none !important;
  outline: none;
  min-height: 41px !important;
}

.cart_coupon_flex input[type="text"]:focus {
  border-color: #0057ed !important;
}

.cart_coupon_flex .button[name="apply_coupon"] {
  background: #fff !important;
  border: 1.5px solid #0057ed !important;
  color: #0057ed !important;
  border-radius: 8px !important;
  padding: 10px 16px !important;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: none !important;
  transition: all .2s;
  line-height: 1.5;
  text-transform: unset;
}

.cart_coupon_flex .button[name="apply_coupon"]:hover {
  background: #0057ed !important;
  color: #fff !important;
}

/* Order totals — legacy (kept for backwards compat) */
.amlab_order_totals_summary {
  background: #fff;
  border-radius: 0 0 14px 14px;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .07);
}

.amlab_order_totals_summary h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f2f5;
}

/* === Sidebar mới: Order Summary Card === */
.order-summary-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .07);
  margin-bottom: 16px;
}

.sidebar-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  padding-bottom: 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #EBEEF5;
}

/* Coupon section */
.coupon-section {
  margin-bottom: 4px;
}

.coupon-input-label {
  font-size: 13px;
  color: #2D3136;
  margin: 0 0 8px;
  font-weight: 600;
}

/* Applied coupon chips */
.applied-coupons-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.coupon-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  background: #E8F7EA;
  color: #006E20;
  font-weight: 700;
  border: 1px dashed #006E20;
}

.coupon-chip-remove {
  position: absolute;
  right: -10px;
  top: -5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #006E20;
  color: #fff !important;
  font-size: 13px;
  line-height: 1;
  text-decoration: none !important;
  font-weight: 400;
  flex-shrink: 0;
  transition: background .15s;
}

.coupon-chip-remove:hover {
  background: #e83e3e;
  color: #fff !important;
}

/* Divider */
.order-divider {
  height: 1px;
  background: #f0f2f5;
  margin: 14px 0;
}

/* Summary list — shared */
.order-summary-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.order-summary-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  border-bottom: 1px solid #f7f8fa;
  font-size: 14px;
  gap: 10px;
  margin: 0;
}

.order-summary-list li:last-child {
  border-bottom: none;
}

.order-summary-list li>span {
  /* color: #666; */
  flex-shrink: 0;
  font-weight: 400;
}

.order-summary-list .summary-discount-row span.amount,
.order-summary-list .summary-discount-row span.amount span {
  color: #C91E2C;
}

.order-summary-list li strong {
  color: #1a1a2e;
  font-weight: 600;
  text-align: right;
}

/* Tiết kiệm & mã giảm giá → đỏ */
/* .order-summary-list li.summary-discount-row strong {
  color: #e83e3e;
} */

/* Phí vận chuyển miễn phí → xanh */
.order-summary-list li.summary-free-ship strong {
  color: #22c55e;
}

/* Quà tặng → xanh italic */
.order-summary-list li.summary-gift-row strong,
.order-summary-list li.summary-gift-row strong span {
  color: #c10713 !important;
  font-style: italic;
}

/* fallback nth-child */
.order-summary-list li:nth-child(2) strong,
.order-summary-list li:nth-child(5) strong {
  color: #e83e3e;
}

.order-summary-list li:nth-child(3) strong {
  color: #22c55e;
}

.order-total-final {
  /* background: #f7f8fa; */
  margin-bottom: 16px;
}

.order-total-final>div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.order-total-final>div:first-child strong {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
}

.order-total-price {
  font-size: 22px;
  font-weight: 700;
  color: #e83e3e;
  line-height: 1.2;
}

.order-total-price .woocommerce-Price-amount {
  color: #e83e3e !important;
  font-size: 26px;
  font-weight: 700;
}

.total-saved {
  font-size: 12px;
  color: #888;
  text-align: right;
  margin-top: 4px;
}

.total-saved span {
  color: #22c55e;
  font-weight: 600;
}

/* VAT note */
.vat-note {
  font-size: 11px;
  color: #aaa;
  text-align: right;
  margin-top: 4px;
}

/* Nút thanh toán mới */
.checkout-btn-sidebar {
  display: block;
  background: #22c55e;
  color: #fff !important;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  letter-spacing: .3px;
  transition: background .2s;
  margin-top: 14px;
  width: 100%;
  box-sizing: border-box;
}

.checkout-btn-sidebar:hover {
  background: #16a34a;
  color: #fff !important;
}

/* Nút tiếp tục mua sắm */
.continue-shopping-btn {
  display: block;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #555 !important;
  text-decoration: none !important;
  border: 1.5px solid #e0e3e9;
  margin-top: 10px;
  box-sizing: border-box;
  transition: border-color .2s, color .2s;
}

.continue-shopping-btn:hover {
  border-color: #22c55e;
  color: #22c55e !important;
}

/* Trust badges card */
.trust-badges-card {
  background: #fff;
  border-radius: 14px;
  padding: 16px 20px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .07);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  /* padding: 8px 0; */
  border-bottom: 1px solid #f7f8fa;
  font-size: 13px;
  color: #444;
  font-weight: 500;
}

.trust-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.trust-icon {
  font-size: 18px;
  flex-shrink: 0;
  width: 22px;
  text-align: center;
}

.trust-check {
  font-size: 16px;
  color: #22c55e;
  font-weight: 700;
}

/* Nút thanh toán cũ (legacy) */
#btn_confirm_checkout {
  display: block;
  background: #22c55e;
  color: #fff !important;
  text-align: center;
  padding: 18px 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .3px;
  transition: background .2s;
  margin-top: 8px;
  width: 100%;
  box-sizing: border-box;
}

#btn_confirm_checkout:hover {
  background: #16a34a;
  color: #fff !important;
}

#btn_confirm_checkout .hide_mobile {
  opacity: .8;
  font-size: 14px;
  font-weight: 400;
}

/* Login voucher box */
.amlab-cart-voucher-login-box {
  background: linear-gradient(120deg, #0057ed 0%, #3b82f6 100%);
  border-radius: 12px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.amlab-cart-voucher-message {
  color: #fff;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.amlab-cart-voucher-message .highlight {
  font-weight: 700;
  color: #ffd166;
}

.amlab-cart-voucher-buttons {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.amlab-btn {
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.amlab-btn.login-btn {
  background: #fff;
  color: #0057ed;
}

.amlab-btn.login-btn:hover {
  background: #e8f0ff;
}

.amlab-btn.register-btn {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, .7);
  color: #fff;
}

.amlab-btn.register-btn:hover {
  background: rgba(255, 255, 255, .15);
}

/* Cart title */
#amlab_cart_title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px;
}

#amlab_cart_title .cart_product_count {
  font-size: 14px;
  font-weight: 400;
  color: #888;
}

.cart-collaterals .ux-cart-coupon {
  margin-bottom: 10px;
}

/* Mobile: ẩn header giả + fix drawer gap */
@media only screen and (max-width: 48em) {
  .cart-table-header {
    display: none;
  }

  /* Xóa khoảng trắng giữa product table và sidebar totals khi stack trong drawer */
  .woocommerce-cart .cart-wrapper {
    margin-bottom: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  /* Giảm row gap khi stack */
  .woocommerce-cart .row.row-large {
    row-gap: 0;
  }

  /* Bỏ padding dư giữa 2 col khi stack */
  .woocommerce-cart .col.large-7.pb-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .woocommerce-cart .cart-collaterals.large-5.col.pb-0 {
    padding-top: 15px;
  }

  .woocommerce-cart .shop_table.cart tr.product_gift:not(.product_discount) {
    border-bottom: none;
  }

  .woocommerce-cart .shop_table.cart tr.product_gift:not(.product_discount) td.product-gift-cell {
    padding: 0px;
    width: 100%;
  }

  .woocommerce-cart .shop_table.cart tr.product_gift:not(.product_discount) td.product-gift-cell .gift-row-inner {
    flex-direction: column;
  }

  .product-info_left img,
  .product-info_left a img {
    width: 70px !important;
    height: 70px !important;
  }

  .amlab-cart-voucher-login-box {
    flex-direction: column;
    text-align: center;
  }

  .amlab-cart-voucher-buttons {
    justify-content: center;
  }

  #btn_confirm_checkout {
    font-size: 14px;
    padding: 14px 16px;
  }

  .checkout-btn-sidebar {
    font-size: 14px;
    padding: 14px 16px;
  }

  .order-total-price,
  .order-total-price .woocommerce-Price-amount {
    font-size: 18px;
  }

  /* order-summary-card: fixed bottom + toggle */
  .order-summary-card {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-radius: 14px 14px 0 0 !important;
    padding: 16px !important;
    padding-bottom: calc(16px + env(safe-area-inset-bottom)) !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
    max-height: 80vh;
    overflow-y: auto;
  }

  .trust-badges-card {
    border-radius: 10px;
    padding: 16px;
  }

  /* Collapsed: hide detail rows via max-height for smooth transition */
  .order-summary-card .coupon-section,
  .order-summary-card .order-divider,
  .order-summary-card .order-summary-list {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
    margin: 0;
  }

  /* Expanded */
  .order-summary-card.is-open .coupon-section {
    max-height: 200px;
    opacity: 1;
  }

  .order-summary-card.is-open .order-divider {
    max-height: 20px;
    opacity: 1;
  }

  .order-summary-card.is-open .order-summary-list {
    max-height: 400px;
    opacity: 1;
  }

  /* Always show total + buttons */
  .order-summary-card .order-total-final,
  .order-summary-card .checkout-btn-sidebar {
    display: block;
  }

  .woocommerce-cart .order-summary-card .continue-shopping-btn {
    display: none !important;
  }

  /* Header row with toggle */
  .sidebar-title {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px !important;
    cursor: pointer;
  }

  .order-summary-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    color: inherit;
    flex-shrink: 0;
    transition: transform 0.25s;
    margin-left: auto;
  }

  .order-summary-card.is-open .order-summary-toggle {
    transform: rotate(180deg);
  }

  /* === Cart table → card layout on mobile === */
  table.shop_table.cart {
    display: block;
    background: none;
    border: none;
    box-shadow: none;
  }

  table.shop_table.cart tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  /* Each row = card */
  tr.woocommerce-cart-form__cart-item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #fff;
    /* border-radius: 12px; */
    border-bottom: 1px solid #f0f0f0;
    padding: 0 12px;
    align-items: center;
  }

  /* Image + name: full width top */
  td.product-thumbnail-name {
    flex: 0 0 100%;
    order: 1;
    padding: 16px 0 !important;
    border: none;
  }

  /* Hide desktop price td — replaced by mobile price inside right column */
  td.product-price {
    display: none;
  }

  /* Mobile price inside product-name-meta */
  .cart-item-price-mobile {
    display: flex;
    align-items: flex-start;
    gap: 0px;
    margin-top: 6px;
    flex: 1;
    width: fit-content;
    flex-direction: column-reverse;
  }

  .cart-item-price-mobile .old-price span {
    font-size: 11px;
    color: #111 !important;
    text-decoration: line-through;
  }

  .cart-item-price-mobile .final-price {
    font-size: 15px;
    font-weight: 700;
    color: #e53935;
  }

  /* Qty stepper: absolute bottom-right to align with price row */
  td.product-quantity-col {
    position: absolute;
    bottom: -5px;
    right: 12px;
    padding: 0;
    border: none;
  }

  .product-quantity-col .quantity input.minus,
  .product-quantity-col .quantity input.plus {
    padding: 0px 12px !important;
    min-height: 35px;
  }

  /*} Extra bottom padding on card so qty doesn't overlap content */
  tr.woocommerce-cart-form__cart-item {
    /* padding-bottom: 52px; */
  }

  /* Hide subtotal (already shown as price × qty) */
  td.product-subtotal {
    display: none;
  }

  /* Remove button: absolute top-right */
  td.product-actions-col {
    position: absolute;
    top: 45px;
    right: 8px;
    padding: 0;
    border: none;
  }

  /* KÈM row */
  td.product-kem-cell {
    border: none;
    padding: 6px 0 0;
  }
}

/* Freeship notice banner */
.freeship-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #f0fdf4 0%, #fff 100%);
  border: 1px solid #22c55e;
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 16px;
  color: #15803d;
}

.freeship-notice svg {
  flex-shrink: 0;
}

.freeship-notice__text {
  flex: 1;
}

.freeship-notice__title {
  font-size: 13px;
  font-weight: 700;
  color: #15803d;
}

.freeship-notice__sub {
  font-size: 12px;
  color: #555;
  margin-top: 2px;
}

/* =====================================================
   END CART PAGE
   ===================================================== */
#top-bar .flex-row>.flex-center {
  width: 100%;
}

#top-bar .flex-row>.flex-center>ul.nav {
  padding: 10px 0;
}

#top-bar .flex-row>.flex-center .icon-box-left {
  align-items: center;
}

#top-bar .amlab_heder_ic .icon-box {
  width: fit-content;
}

/* === Sticky add-to-cart: full-width + split col 9/3 === */
.sticky-add-to-cart-wrapper,
.sticky-add-to-cart--active {
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

.sticky-add-to-cart--active .sticky-add-to-cart__product {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 10px 40px !important;
  width: 100% !important;
  max-width: 1410px !important;
  margin: 0 !important;
}

/* Col 9 (75%): image + title + price */
.sticky-add-to-cart--active .sticky-add-to-cart__product>.sticky-add-to-cart-img {
  flex: 0 0 auto;
  max-width: 80px;
  margin: 0;
}

.sticky-add-to-cart--active .sticky-add-to-cart__product>.product-title-small {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
}

.sticky-add-to-cart--active .sticky-add-to-cart__product>.price,
.sticky-add-to-cart--active .sticky-add-to-cart__product>span.price,
.sticky-add-to-cart--active .sticky-add-to-cart__product>.woocommerce-Price-amount {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
}

/* Col 3 (25%): button "Mua hang ngay" */
.sticky-add-to-cart--active .sticky-add-to-cart__product>.sticky-add-to-cart-select-options-button,
.sticky-add-to-cart--active .sticky-add-to-cart__product>.single_add_to_cart_button,
.sticky-add-to-cart--active .sticky-add-to-cart__product>form.cart {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  margin: 0 0 0 auto !important;
  text-align: center !important;
}

.sticky-add-to-cart--active .sticky-add-to-cart__product>.sticky-add-to-cart-select-options-button {
  width: 100% !important;
  padding: 12px 20px !important;
}

.amlab_breadcrumb-sep {
  padding-left: 4px;
  padding-right: 4px;
}


/* ===== AMLAB GIFT LAYOUT CSS ===== */
.amlab-gift-layout {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 50px 0 0;
  padding: 50px 0px 0px;
  background: white;
  border-radius: 15px;
}

.amlab-gift-layout::before {
  content: '';
  position: absolute;
  width: 40%;
  height: 30%;
  left: 0;
  top: 0;
  background-image: url(./images/gift-box-mob.png);
  background-repeat: no-repeat;
  background-size: cover;
  animation: jump-shaking 2s infinite;
}

@keyframes jump-shaking {
  0% {
    transform: translateX(0)
  }

  25% {
    transform: translateY(-9px)
  }

  35% {
    transform: translateY(-9px) rotate(17deg)
  }

  55% {
    transform: translateY(-9px) rotate(-17deg)
  }

  65% {
    transform: translateY(-9px) rotate(17deg)
  }

  75% {
    transform: translateY(-9px) rotate(-17deg)
  }

  100% {
    transform: translateY(0) rotate(0)
  }
}


.gift-info-box {
  flex: 1;
  background: url('./images/bg-gift.png') center/cover no-repeat;
  background-position-y: top;
  border-radius: 15px;
  padding: 70px 20px 20px;
  position: relative;
  min-height: 200px;
}

.gift-info-header {
  border-radius: 15px 15px 0 0;
  padding: 15px 20px;
  margin: -20px -20px 20px -20px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}


.gift-info-header h3 {
  color: white;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  width: 60%;
}

.gift-info-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gift-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: white;
  padding: 12px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.fire-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.gift-info-text {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.text-xanh {
  color: #0057ED;
  font-weight: 500;
  margin-bottom: 0;
}

.text-den {
  color: #000000;
  font-weight: 500;
}

.xem-them-link {
  color: #3b82f6;
  text-decoration: none;
  font-size: 12px;
  margin: 0;
  flex-shrink: 0;
}

.xem-them-link:hover {
  color: #1d4ed8;
}

/* Responsive Design */
@media (max-width: 768px) {
  .gift-info-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
  }

  .amlab-gift-layout::before {
    background-image: url('./images/gift-box-mob.png');
    background-size: contain;
    width: 20%;
    right: 20px;
    left: unset;
    top: 20px;
    z-index: 2;
  }

  .amlab-gift-layout {
    flex-direction: column;
    padding: 0;
    margin: 30px 0;
  }

  .gift-info-box {
    background: url('./images/vecmob.png') center/100% 100% no-repeat;
    padding-top: 60px;
  }

  .gift-info-header h3 {
    font-size: 11px;
    width: 80%;
    text-align: right;
  }

  .gift-info-item {
    padding: 10px 12px;
    gap: 10px;
  }

  .fire-icon {
    width: 18px;
    height: 18px;
  }

  .gift-info-text {
    font-size: 10px;
  }

  .xem-them-link {
    font-size: 8px;
  }
}

/* =============================================
   SECTION: Rating Summary sau tabs (.amlab-rating-summary)
   — Mirror style từ div#reviews.woocommerce-Reviews
   ============================================= */
.amlab-rating-summary {
  padding: 10px 0px;
}

.amlab-rating-summary .container {
  padding: 0;
}

.amlab-rating-title {
  font-size: 36px;
  font-weight: 700;
  color: black;
  margin-bottom: 16px;
}

.amlab-rating-summary .star_box {
  flex-direction: column;
  gap: 15px;
  border: none;
}

.amlab-rating-summary .star_box_left {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 15px;
}

.amlab-rating-summary .star-average {
  width: 20%;
  background: #EBEEF5;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.amlab-rating-summary .woocommerce-product-rating {
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
}

.amlab-rating-summary span.star_average {
  font-size: 56px;
  font-weight: 800;
  color: #2D2E7F;
  letter-spacing: -0.03em;
}

.amlab-rating-summary .star_box_left .star-rating {
  font-size: 24px;
  width: 100%;
  padding: 10px;
}

.amlab-rating-summary .star_box_left .star-rating::before,
.amlab-rating-summary .star_box_left .star-rating span:before {
  left: 50%;
  transform: translateX(-50%);
}

.amlab-rating-summary .star_box_left .star-rating span span {
  display: none;
}

.amlab-rating-summary .woocommerce-review-link {
  font-size: 15px;
}

.amlab-rating-summary .reviews_bar {
  width: 90%;
  padding: 10px;
}

/* Ẩn star_box bên trong tab Đánh giá */
.woocommerce-Tabs-panel--reviews .star_box {
  display: none;
}

.amlab-rating-summary span.devvn_perc_rating {
  background: #ffb800;
}

/* related products */
.related-products-wrapper {
  border-top: none;
}

.related-products-wrapper .product-section-title {
  font-size: 36px;
  font-weight: 700;
  color: black;
  margin-bottom: 16px;
  text-transform: inherit;
}

.single.single-product .product-container {
  background: #F1F4FB;
}

/* Responsive */
@media (max-width: 767px) {
  .amlab-rating-summary .reviews_bar {
    width: 100%;
    padding: 10px 0;
  }

  .amlab-rating-summary .star-average {
    width: 100%;
  }

  .amlab-rating-summary .star_box_left {
    flex-direction: column;
    gap: 0;
  }

  .amlab-rating-summary .star_box_left .star-rating {
    min-width: 120px;
  }
}



/* =====================================================
   MINI CART (Side Drawer) — .mc-* classes
   ===================================================== */

/* Freeship banner */
.mc-freeship {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #f0fdf4;
  border-bottom: 1px solid #bbf7d0;
  font-size: 13px;
  color: #15803d;
  font-weight: 500;
}

.mc-freeship svg {
  flex-shrink: 0;
  color: #16a34a;
}

/* Product list reset */
.woocommerce-mini-cart.cart_list {
  list-style: none !important;
  margin: 0 !important;
  padding: 16px 24px !important;
}

/* === DEAL item (.mc-deal-item) === */
.mc-deal-item {
  padding: 8px 16px;
  border-bottom: 1px solid var(--line);
  background: #fffbfb;
}

.mc-deal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.mc-deal-left {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  flex: 1;
}

.mc-kem-flag {
  font-size: 14px;
  flex-shrink: 0;
}

.mc-deal-name {
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mc-deal-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex-shrink: 0;
  text-align: right;
}

.mc-deal-price {
  font-size: 13px;
  font-weight: 600;
  color: #e83e3e;
}

.mc-deal-price span.amount {
  color: #e83e3e !important;
}

del.mc-deal-regular {
  font-size: 11px;
  color: var(--ink-4);
}

del.mc-deal-regular span.amount {
  color: var(--ink-4) !important;
  font-size: 11px;
}

/* === GIFT item (.mc-gift-item) === */
.mc-gift-item {
  padding: 8px 16px;
  border-bottom: 1px solid var(--line);
  background: #f0fdf4;
}

.mc-gift-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.mc-gift-emoji {
  font-size: 18px;
  flex-shrink: 0;
  line-height: 1.4;
}

.mc-gift-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mc-gift-name {
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
}

.mc-gift-label {
  font-size: 11px;
  color: #006E20;
  margin-top: 2px;
  font-weight: 600;
}

.mc-gift-label span.amount {
  color: #15803d !important;
  font-size: 11px;
}

/* === NORMAL product item (.mc-product-item) === */
.mc-product-item {
  border-bottom: 1px solid var(--line);
}

.mc-item-row {
  display: flex;
  gap: 10px;
  /* padding: 12px 16px; */
  align-items: flex-start;
}

/* Thumbnail */
.mc-thumb {
  flex-shrink: 0;
  /* width: 64px;
  height: 64px; */
}

.mc-thumb img,
.mc-thumb a img {
  width: 64px !important;
  height: 64px !important;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  border: 1px solid var(--line);
}

/* Info area */
.mc-item-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Header: name + remove */
.mc-item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6px;
}

.mc-item-name {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mc-item-name a {
  color: #1a1a1a;
  text-decoration: none;
}

.mc-item-name a:hover {
  color: var(--kns-navy);
}

/* Remove (trash) button */
a.mc-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px !important;
  height: 24px !important;
  flex-shrink: 0;
  color: var(--ink-4) !important;
  background: transparent !important;
  border: none !important;
  opacity: 0.7;
  transition: opacity .2s, color .2s;
  text-decoration: none;
  font-size: 0 !important;
}

a.mc-remove:hover {
  opacity: 1;
  color: #e83e3e !important;
}

/* Footer: qty stepper + price */
.mc-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 2px;
}

.ux-mini-cart-qty {
  /* Flatsome handles stepper; ensure compact */
  line-height: 1;
}

/* Price */
.mc-price {
  text-align: right;
  flex-shrink: 0;
}

.mc-price .cart_item_product_price {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 1px;
}

.mc-price .cart_item_product_price span.amount {
  font-size: 14px !important;
  font-weight: 700;
  color: #e83e3e !important;
}

.mc-price .cart_item_product_price del span.amount {
  font-size: 11px !important;
  color: var(--ink-4) !important;
}

/* === COUPON section === */
.mc-coupon {
  padding: 12px 16px;
  border-top: 1px solid var(--line);
}

.mc-coupon-form {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-bottom: 0px;
}

.mc-coupon-field {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  transition: border-color .2s;
}

.mc-coupon-field:focus-within {
  border-color: var(--kns-navy);
}

.mc-coupon-field svg {
  flex-shrink: 0;
  color: var(--ink-2);
}

input.mc-coupon-input {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 8px 0 !important;
  font-size: 13px;
  color: #1a1a1a;
  outline: none;
  width: 100%;
  min-height: unset !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

input.mc-coupon-input::placeholder {
  color: var(--ink-4);
  font-size: 12px;
}

button.mc-coupon-btn {
  background: transparent !important;
  color: #000 !important;
  border: 1px solid #CECECE !important;
  border-radius: 8px !important;
  padding: 0 14px !important;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s;
  box-shadow: none !important;
  text-transform: none !important;
  line-height: 38px;
  height: 38px;
}


/* === TOTALS (Tạm tính / Phí giao hàng) === */
.mc-totals {
  padding: 12px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-top: 1px solid var(--line);
  background: #EBEEF5;
}

.mc-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #1a1a1a;
}

.mc-total-row span:first-child {
  color: var(--ink-2);
}

.mc-total-row strong {
  font-weight: 500;
}

.mc-total-row strong.mc-free {
  color: #16a34a;
  font-weight: 600;
}

.mc-total-row strong span.amount {
  color: #1a1a1a !important;
}

/* === GRAND TOTAL === */
.mc-grand-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-top: 1px solid var(--line);
  /* margin-top: 6px; */
  background: #EBEEF5;
}

.off-canvas .mfp-content.off-canvas-cart {
  background-color: #fff !important;
}

.mc-grand-label {
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
}

.mc-grand-price {
  font-size: 20px;
  font-weight: 700;
}

.mc-grand-price span.amount {
  color: #e83e3e !important;
  font-size: 20px !important;
  font-weight: 700;
}

/* === BUTTONS === */
.mc-buttons {
  padding: 10px 16px 16px;
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}

.mc-buttons a.button {
  display: block;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 16px;
  text-decoration: none;
  transition: background .2s, border-color .2s;
  box-shadow: none !important;
  text-transform: none !important;
  margin: 0 !important;
}

.mc-buttons a.button.checkout {
  background: #22c55e !important;
  color: #fff !important;
  border: none !important;
}

.mc-buttons a.button.checkout:hover {
  background: #16a34a !important;
}

.mc-buttons a.button:not(.checkout) {
  background: #fff !important;
  color: var(--kns-navy) !important;
  border: 1.5px solid var(--line) !important;
}

.mc-buttons a.button:not(.checkout):hover {
  border-color: var(--kns-navy) !important;
}

/* Empty cart */
.woocommerce-mini-cart__empty-message {
  padding: 30px 16px;
  text-align: center;
  color: var(--ink-2);
  font-size: 14px;
}

.woocommerce-mini-cart__empty-message a {
  color: var(--kns-navy);
  text-decoration: underline;
}

/* Qty stepper */
.mc-qty-wrap {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  height: 30px;
  flex-shrink: 0;
}

.mc-qty-btn {
  width: 28px;
  height: 30px;
  background: #f8f8f8;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: #444;
  padding: 0;
  transition: background .15s;
  flex-shrink: 0;
  margin: 0 !important;
}

ul.product_list_widget li.mc-gift-item,
ul.product_list_widget li.mc-deal-item {
  border-top: none;
  background: none;
  padding-right: 0px;
}

ul.product_list_widget li.mc-gift-item .mc-gift-row {
  background: #E8F7EA;
  border-left: 2px solid #006E20;
  margin: 10px 0;
  padding: 10px;
  border-radius: 0 6px 6px 0;
}

ul.product_list_widget li.mc-deal-item .mc-deal-row {
  background: linear-gradient(90deg, rgb(255, 245, 246) 0%, rgb(255, 255, 255) 100%);
  border-left: 2px solid #C91E2C;
  margin: 10px 0;
  padding: 10px;
  border-radius: 0 6px 6px 0;
}

.mc-qty-btn:hover {
  background: #eee;
}

.mc-qty-num {
  min-width: 26px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  padding: 0 4px;
  border-left: 1.5px solid var(--line);
  border-right: 1.5px solid var(--line);
  line-height: 28px;
}

.mc-qty-wrap.mc-qty--loading {
  opacity: 0.5;
  pointer-events: none;
}


@media only screen and (max-width: 48em) {

  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .a_box_fb .box-image::before {
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    background-image: url(/wp-content/uploads/2025/11/Frame-427319641.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: -5px;
  }

  .amlab_fb_name h4 {
    font-size: 16px;
  }

  .amlab_fb_name p {
    font-size: 11px;
  }

  .amlab_slider_fb .flickity-slider>.col>.col-inner {
    border-radius: 0 0 15px 15px !important;
  }

  .a_fb_title>.col-inner {
    background-color: #0057ED;
    border-radius: 15px 15px 0 0;
    padding: 10px 20px;
  }

  .video.mb.video-fit {
    border-radius: 10px;
  }

  .m_18,
  .m_18>* {
    font-size: 18px !important;
  }

  .m_12,
  .m_12>* {
    font-size: 12px !important;
  }

  .amlab_slider_fb .box-vertical .box-image img {
    max-width: 100px;
  }

  .a_box_fb .box-text-inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .a_box_fb {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
  }

  /* .a_blog1 .box-text {
padding-bottom: 0;
} */
  .a_sheep {
    margin: 0 auto;
  }

  .a_blogtabs .a_nbtn {
    margin-bottom: 15px !important;
  }

  .a_blogtabs ul.nav li {
    font-size: 12px;
    flex-shrink: 0;
    white-space: nowrap;
  }

  .a_blogtabs ul.nav {
    gap: 5px;
    padding: 0px;
    justify-content: start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 100%;
  }

  .a_blogtabs ul.nav::-webkit-scrollbar {
    display: none;
  }

  .a_blogstack h2 {
    color: white !important;
  }

  .a_blogstack {
    background-color: #0057ED;
  }

  .a_blog1 .post-item .box-text-inner a.button {
    display: none;
  }

  .a_blog1 .post-item {
    padding-bottom: 0;
  }

  .a_blogvert .post-meta {
    font-size: 10px;
  }

  .a_blogvert .from_the_blog_excerpt {
    font-size: 10px;
  }

  .a_blogvert>.post-item .cat-label {
    font-size: 10px;
  }

  .a_blogvert>.post-item .post-title a {
    -webkit-line-clamp: 2;
    font-size: 12px;
  }

  .a_blogvert .post-item .box-vertical {
    display: flex;
  }

  .a_blogvert .post-item .box-vertical .box-image {
    max-width: 120px;
  }

  .a_blogvert .post-item .box-vertical .box-image .image-cover {
    aspect-ratio: 1/1;
  }

  .a_blogvert .post-item .box-vertical .box-text-inner {
    padding: 0 10px;
  }

  .a_blogtabs {
    padding: 0 10px;
  }

  .mbr10 img {
    border-radius: 10px;
  }

  .a_hom_4banner {
    border-radius: 10px;
  }

  .a_hom_4banner h3 {
    font-size: 16px;
  }

  .chaton-mobile {
    display: block !important;
  }

  .sticky-add-to-cart-wrapper form.cart .ux-quantity {
    width: 100%;
    justify-content: center;
  }

  .sticky-add-to-cart-wrapper form.cart {
    justify-content: center;
    padding: 15px !important;
  }

  .sticky-add-to-cart__product .sticky-add-to-cart-img {
    display: none;
  }

  .sticky-add-to-cart--active .sticky-add-to-cart__product {
    flex-direction: column;
  }

  #btn-tra-gop {
    font-size: 12px;
    line-height: normal;
    padding: 10px;
  }

  .amlab_macc a.accordion-title button {
    left: unset;
    right: 0;
  }

  .amlab_macc .accordion-inner .ux-menu {
    align-items: flex-start;
  }

  .amlab_macc .accordion-inner {
    padding: 0;
  }

  .amlab_macc a.accordion-title {
    color: white;
    border: none;
    padding-left: 0;
  }

  .amlab_macc {
    display: block;
  }

  .s_home_feed_back {
    padding-bottom: 0;
  }

  .amlab_hom_vertbox>.col {
    padding-bottom: 10px;
  }

  .mfp-wrap.mfp-ready {
    overflow: hidden !important;
    position: fixed !important;
    width: 100%;
    top: 0vh !important;
  }

  .amlab_search_products .box-text a {
    height: auto;
  }

  .amlab_search_products .box .box-text-inner {
    padding-left: 0 !important;
  }

  #col-789000677>.col-inner {
    padding: 0;
  }

  .amlab_closepopup_icon {
    top: -20px;
    right: -15px;
  }

  .amlab_search_products .box-text .text a p:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .amlab_search_content {
    overflow-x: scroll;
  }

  .amlab_search_content li a {
    white-space: nowrap;
  }

  .amlab_search_popup {
    width: 90%;
    overflow-y: scroll;
    max-height: 80vh;
  }

  .mobile-nav li.cart-item a img {
    max-width: 20px;
  }

  #header .header-main .nav-right .header-cart-link {
    padding: 6px;
    width: 36px;
    height: 36px;
    justify-content: center;
  }

  #header .medium-logo-center .logo {
    width: 300px;
    margin: 0 auto;
  }

  #masthead .cart-item>.header-cart-link .header-cart-icon::after {
    right: -3px;
  }

  .s_blog_home .row>.col .col-inner {
    padding: 0 !important;
  }

  .amlab_slider_focus .col {
    padding-bottom: 0;
  }

  .dvls_maps_row.dvls_maps_body .find_map {
    order: 1;
  }

  .dvls_maps_main {
    order: 1;
    margin-bottom: 15px;
  }

  .a_htch h2 {
    font-size: 20px;
    line-height: 1.3;
  }

  #col-1861284891>.col-inner {
    padding: 10px !important;
    border-radius: 10px !important;
  }

  #col-1578946605>.col-inner {
    padding: 10px 15px !important;
    border-radius: 10px !important;
  }

  .amlab_tit_singletd h1 {
    font-size: 21px;
    line-height: 1;
  }

  .amlab_breadcrumb .icon-box-img .icon {
    line-height: 1.2;
  }

  .amlab_breadcrumb .icon-box-text {
    padding-left: 5px;
  }

  .amlab_social_ics .icon-box img {
    max-width: 75px;
  }

  .amlab_social_tit h2 {
    font-size: 24px;
    line-height: 1;
  }

  .amlab_bannertex p:nth-child(2) {
    font-size: 12px;
  }

  .amlab_bannertex p:first-child {
    font-size: 16px;
  }

  .amlab_vhdn h2 {
    font-size: 31px;
    line-height: 1.2;
  }

  .amlab_steps p:nth-child(2) {
    font-size: 14px;
  }

  .amlab_steps p:nth-child(1) {
    font-size: 28px;
    align-items: center;
  }

  .amlab_steps p:nth-child(1)::after {
    content: "";
    position: relative;
    display: block;
    width: 35.5px;
    height: 38px;
    background-image: url(/wp-content/uploads/2025/07/div-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    translate: -8px;
  }

  .amlab_bdbg>.col-inner {
    border-radius: 10px;
  }

  .amlab_tdabout h2 {
    line-height: 1.5;
  }

  .job-apply-btn {
    text-align: center;
    width: 100%;
  }

  .job-info-item {
    width: 100% !important;
    text-align: center;
  }

  .job-info-grid {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    align-content: center;
  }

  .job-title h3 {
    font-size: 18px;
    line-height: 3;
  }

  .amlab-jobs-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .amlab_td_tit h2 {
    font-size: 28px;
    line-height: 1.4;
  }

  .amlab_btuyen_tex h2 {
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .amlab_slider_focus {
    padding: 0 !important;
  }

  .amlab_slider_focus.slider-style-focus .flickity-slider>* {
    max-width: 100% !important;
  }

  .amlab_metacate {
    margin-top: 20px;
  }

  .single.single-post .post-meta-wrapper {
    margin-top: 20px;
  }

  .amlab_mpopup .banner-layers {
    overflow: visible;
  }

  #amlab_voucher_popup {
    padding: 0 !important;
    background-image: url(/wp-content/uploads/2025/07/23415.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
  }

  .amlab_custom_thankyou .thankyou-header>p {
    font-size: 14px;
  }

  .amlab_custom_thankyou .thankyou-icon img {
    width: 150px;
  }

  .amlab_custom_thankyou {
    padding: 0;
  }

  .hide_mobile {
    display: none;
  }

  .amlab_custom_thankyou .thankyou-right {
    order: -1;
  }

  .amlab_custom_review_order .custom-cart-item {
    flex-wrap: wrap;
  }

  .amlab_custom_review_order .product-info {
    padding-top: 0 !important;
  }

  .amlab_custom_review_order .product-price {
    width: 100%;
  }

  #customer_details .woocommerce-shipping-fields__field-wrapper,
  #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  #customer_details #shipping_salutation_field,
  #customer_details #billing_salutation_field {
    width: 30% !important;
  }

  #customer_details #shipping_first_name_field,
  #customer_details #billing_first_name_field {
    width: 70% !important;
  }

  #customer_details #shipping_ward_field,
  #customer_details #billing_ward_field,
  #customer_details .form-row.form-row-first,
  #customer_details .form-row.form-row-last {
    width: 100% !important;
  }

  .dvls_result_infor {
    padding-bottom: 30px;
  }

  .dvls_maps_sidebar {
    overflow: unset !important;
    max-height: unset !important;
  }

  .dvls_maps_body {
    display: flex;
    flex-direction: column-reverse;
  }

  .single.single-product .related-products-wrapper .col.product-small {
    flex-basis: 50% !important;
    max-width: 50% !important;
    min-width: unset !important;
    width: 50% !important;
  }

  .single.single-product .related-products-wrapper .col.product-small:nth-child(n+1) {
    padding-right: 4px;
  }

  .single.single-product .related-products-wrapper .col.product-small:nth-child(n+2) {
    padding-left: 4px;
  }

  #comments .comment-respond {
    padding: 15px;
  }

  .single.single-product div#reviews.woocommerce-Reviews .reviews_bar {
    width: 100%;
  }

  span.devvn_num_reviews {
    min-width: unset;
  }

  .single.single-product div#reviews.woocommerce-Reviews .star_box_left .star-rating {
    min-width: 120px;
  }

  .single.single-product div#reviews.woocommerce-Reviews .star-average {
    width: 100%;
  }

  .single.single-product div#reviews.woocommerce-Reviews .star_box_left {
    flex-direction: column;
    gap: 0;
  }

  .row.amlab_mini_cart_item_row {
    min-height: 100px;
  }

  .select-product-btn {
    font-size: 10px;
  }

  .single.single-product .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel {
    padding: 0;
    padding-top: 50px;
    border: none;
    border-radius: 0;
  }

  .single.single-product .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    white-space: nowrap;
  }

  .single.single-product .product-summary {
    padding-bottom: 0;
  }

  .single.single-product .ux-swatch--label {
    font-size: 12px;
    min-height: 38px;
    min-width: 30%;
  }

  .amlab_info_pro {
    justify-content: start;
  }

  .single.single-product .product-main .product-gallery img,
  .product-main .product-thumbnails a {
    border-radius: 0;
  }

  .single.single-product .product-main {
    padding: 0 !important;
  }

  .single.single-product .product-gallery {
    padding: 0 15px;
  }

  #main-menu button.mfp-close {
    top: 18px !important;
    color: #000;
  }

  .mfp-wrap,
  .mfp-bg {
    z-index: 10151 !important;
  }

  .archive .shop-page-title .page-title-inner::after {
    display: none;
    content: none;
  }

  .archive .shop-page-title .page-title-inner .flex-col:first-child {
    flex-grow: 1 !important;
  }

  .archive .shop-page-title .page-title-inner .flex-col:last-child {
    width: 50% !important;
  }

  .archive .shop-page-title .page-title-inner .flex-col .category-filtering a i {
    position: absolute;
    right: 10px;
  }

  .archive .shop-page-title .page-title-inner .flex-col .category-filtering a strong {
    font-weight: 400 !important;
    text-transform: math-auto;
  }

  .archive .shop-page-title .page-title-inner .flex-col .category-filtering a {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 8px;
    border: 1px solid rgba(212, 212, 212, 1);
    margin: 0;
    border-radius: 4px;
    min-height: 40px;
  }

  .archive .shop-page-title .page-title-inner .flex-col .category-filtering {
    min-width: 165px;
    padding: 0;
    display: flex;
  }

  .archive .shop-page-title .page-title-inner {
    display: flex;
    flex-direction: row;
    gap: 7.5px;
  }

  .widget.woocommerce.widget_layered_nav_filters {
    display: none;
  }

  a.button.primary.lowercase.amlab_s_filterbtn {
    margin-top: 15px !important;
    background-color: rgba(0, 87, 237, 1);
    width: 80%;
  }

  .amlab-product-actions {
    flex-wrap: wrap;
  }

  .amlab-product-actions a:first-child,
  .amlab-product-actions a.button.buy-now {
    width: 80%;
  }

  .archive .mfp-content {
    width: 100%;
    /* background-color: white; */
  }

  #shop-sidebar {
    padding: 15px;
    border: none;
    border-radius: 0;
    background-color: white;
  }

  #amlab_voucher_popup .mfp-close {
    top: 80px !important;
    right: -15px;
  }

  .amlab_thongtinthem {
    /* display: none; */
    flex-wrap: wrap;
    gap: 5px;
  }
  

  .amlab_thongtinthem li {
    padding: 0 5px;
    font-size: 10px;
  }

  .amlab_m27,
  .amlab_m27>* {
    font-size: 27px !important;
  }

  .amlab_slider_3banner .col .col-inner {
    padding-bottom: 0;
  }

  .s_viethan_lux .banner:hover img {
    transform: scale(1);
  }

  .s_viethan_lux .text-box h3 {
    font-size: 14px;
  }

  .s_viethan_lux .banner:hover {
    padding-top: 266px !important;
  }

  /* .amlab_m_menu {
gap: 15px;
} */
  #search-lightbox svg {
    display: none;
  }

  .amlab_m_menu a {
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
    color: black !important;
  }

  .amlab_mbtnw {
    border-radius: 10px;
    border: 1px solid white !important;
    color: white !important;
    font-weight: normal;
  }

  .amlab_mbtnw:hover {
    border-radius: 10px !important;
    border: 1px solid white !important;
    color: white !important;
    background-color: transparent !important;
  }

  .amlab_slider_icif .flickity-button.previous {
    left: 0;
  }

  .amlab_slider_icif .flickity-button.next {
    right: 0;
  }

  /* .amlab_ibox .amlab_ipop {
    display: none;
  } */

  /* .amlab_slider_3banner .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
    padding-bottom: 0;
  } */

  .amlab_slider_icif .col {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }

  .amlab_hompro .price-wrapper span.price {
    font-size: 20px;
  }

  span.onsale {
    top: 11px;
    right: -3.5px;
  }

  .amlab_hompro .amlab_label {
    display: none;
  }

  .amlab_hompro .amlab-product-actions a.button.buy-now {
    width: 80%;
  }

  .amlab_hompro .amlab-product-actions a:first-child {
    display: none;
  }

  .video.show-for-small {
    margin-bottom: 10px;
  }

  .amlab_m32,
  .amlab_m32>* {
    font-size: 32px !important;
  }

  .amlab_m10,
  .amlab_m10>* {
    font-size: 10px !important;
  }

  .amlab_mbdr10 img {
    border-radius: 10px;
  }

  .amlab_imgbox_setting.amlab_tag02 .overlay {
    border-radius: 10px;
  }

  .amlab_imgbox_setting.amlab_tag01 .box-image img,
  .amlab_imgbox_setting.amlab_tag02 .box-image img {
    border-radius: 10px;
  }

  .amlab_tag01::before,
  .amlab_tag02::before {
    content: none;
  }

  .amlab_tag01 .box-text,
  .amlab_tag02 .box-text {
    height: 100%;
  }

  .amlab_tag01 .box-text .icon-box-text>*,
  .amlab_tag02 .box-text .icon-box-text>* {
    font-size: 8px;
  }

  .amlab_tag01 .amlab_m_tag {
    min-width: 120px;
    width: fit-content;
    background-color: rgba(253, 183, 64, 1);
    padding: 6px;
    border-radius: 0 10px 0 10px;
    border: 5px solid white;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -5px;
    left: -5px;
  }

  .amlab_tag02 .amlab_m_tag {
    min-width: 150px;
    width: fit-content;
    background-color: rgba(253, 183, 64, 1);
    padding: 6px;
    border-radius: 10px 0 10px 0;
    border: 5px solid white;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -5px;
    right: -5px;
  }

  .amlab_m_blogbtn:hover {
    background-color: transparent !important;
    color: rgba(0, 87, 237, 1) !important;
  }

  .amlab_m_blogbtn {
    border: 1px solid rgba(0, 87, 237, 1) !important;
    color: rgba(0, 87, 237, 1) !important;
    border-radius: 10px !important;
    font-weight: 500 !important;
    margin-bottom: 0;
  }

  .amlab_hom_vertbox .box .box-text {
    padding: 0;
  }

  .amlab_hom_vertbox .box .box-image {
    width: 40% !important;
  }

  .amlab_hom_vertbox .box .box-image img {
    border-radius: 10px;
  }

  .amlab_hom_vertbox .box {
    display: flex;
    gap: 10px;
  }

  .amlab_hom_vertbox .box .amlab_flexblog p {
    font-size: 8px;
  }

  .amlab_hom_vertbox .box .post-title {
    margin-bottom: 0;
  }

  .amlab_hom_vertbox .box .post-title a,
  .amlab_hom_vertbox .box .from_the_blog_excerpt {
    font-size: 10px;
  }

  .s_blog_home .medium-5 .box-text {
    border-radius: 20px;
    box-shadow: none;
  }

  .timeline-left h3,
  .timeline-right h3 {
    font-size: 19px;
  }

  .timeline-left h4,
  .timeline-right h4 {
    font-size: 12px;
  }

  .timeline-item p,
  .timeline-item li {
    font-size: 14px;
  }

  .amlab_mgbg {
    background-color: rgba(246, 246, 246, 1);
  }

  .amlab_mbbg {
    background-color: rgba(22, 100, 235, 1);
  }

  .timeline-left img,
  .timeline-right img {
    width: 100%;
    padding: 0;
    background-color: white;
    box-shadow: none;
    border-radius: 15px;
  }

  .amlab_gtbox {
    background-color: white;
    border-radius: 30px;
    padding: 15px;
    box-shadow: 4px 8px 15px 6px rgba(7, 7, 78, 0.1);
  }

  .amlab_ibox {
    min-height: 280px;
  }

  .amlab_statsbg::before {
    content: none;
  }

  .amlab_mboxc .col-inner {
    z-index: 2;
  }

  .amlab_mboxr .col-inner::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -20px;
    right: 0;
    width: 45%;
    height: 30%;
    background-image: url(/wp-content/uploads/2025/07/Rectangle-10510.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .amlab_mboxl .col-inner::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -20px;
    left: 0;
    width: 45%;
    height: 30%;
    background-image: url(/wp-content/uploads/2025/07/Rectangle-10508.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .amlab_m24,
  .amlab_m24>* {
    font-size: 24px !important;
  }

  .amlab_mcusbtn {
    box-shadow: 3px 5px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 0 !important;
    min-width: 135px;
    border-radius: 15px;
    overflow: hidden;
    color: rgba(80, 80, 80, 1);
    background-color: rgba(213, 213, 213, 0.5);
    border: none;
    font-size: 12px;
  }

  .amlab_mcusbtn span {
    width: 100%;
    padding: 14px 7px;
    box-shadow: 0px 2px 5px 0px rgba(7, 7, 78, 0.1) inset;
  }

  .amlab_mcusbtn:hover {
    box-shadow: 3px 5px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 87, 237, 1);
    color: white;
  }

  .amlab_mcusbtn:hover span {
    box-shadow: 0px 4px 4px 0px rgba(87, 146, 255, 1) inset;
  }

  .amlab_m16,
  .amlab_m16>* {
    font-size: 16px !important;
  }

  .amlab_mcusbred .icon-box-text {
    position: relative;
    padding-left: 30px !important;
    padding-top: 2px;
  }

  .amlab_mcusbred .icon-box-text.last-reset::before {
    content: url(assets/images/CaretRight.png);
    position: absolute;
    top: 0;
    left: 10px;
  }

  .amlab_mtop {
    max-height: 250px;
  }

  .amlab_form_coupon_flex {
    flex-wrap: wrap;
    gap: 0;
  }

  .amlab_section_form_coupon p,
  .amlab_form_coupon_flex input[type="submit"].wpcf7-form-control {
    width: 100% !important;
  }

  .amlab_section_form_coupon {
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .product-main .ux-buy-now-button,
  .product-main .single_add_to_cart_button {
    width: 100%;
  }

  .amlab_tag_info_pro {
    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
  }

  .amlab_tag_info_pro .tag-item {
    padding: 10px;
  }

  .product-main .product-page-price del,
  .product-main .product-page-price del .woocommerce-Price-amount bdi {
    font-size: 20px;
  }

  .product-main .product-page-price .woocommerce-Price-amount bdi {
    font-size: 30px;
  }

  /* #footer a.ux-menu-link__link {
    justify-content: center;
  } */

  /* .amlab_stex h5 {
    margin: 0 auto;
  } */

  .amlab_fbtn p {
    gap: 10px;
  }

  .amlab_fbtn {
    margin-top: 10px;
  }

  .amlab_fbtn input {
    margin: 0 !important;
  }

  .amlab_m22,
  .amlab_m22>* {
    font-size: 22px !important;
  }

  .amlab_td8_tex p {
    font-size: 13px;
  }

  .amlab_td8_tex h3 {
    font-size: 24px;
    margin: 0;
  }

  .a_bdb .is-border {
    border-width: 0px 2px 2px 0px !important;
  }

  .amlab_mbdrn .is-border {
    border-width: 0px 0px 2px 0px !important;
  }

  tr.product_gift .product-name .show-for-small.mobile-product-price {
    display: none !important;
    /* Ẩn thông tin giá di động mặc định */
  }

  .flex_ipnut_item.half,
  .flex_ipnut_item {
    width: 100%;
  }

  .address-container {
    flex-wrap: wrap;
  }

  .address-box.address_box_billing,
  .address-box.address_box_shipping {
    width: 100%;
    flex: 0 0 auto;
  }

  #header .searchform .search-field::placeholder,
  #header .searchform .search-field {
    font-size: 14px;
  }

  #update_box_billing,
  #update_box_shipping {
    padding: 24px;
    width: 100%;
  }

  .amlab_acc_table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .amlab_acc_table table {
    min-width: 600px;
    /* hoặc lớn hơn tùy số cột */
    width: 100%;
    border-collapse: collapse;
  }

  .amlab_acc_table th,
  .amlab_acc_table td {
    white-space: nowrap;
    /* chống xuống dòng */
    padding: 10px;
    text-align: left;
    font-size: 14px;
  }

  .amlab_acc_table::-webkit-scrollbar {
    height: 6px;
  }

  .amlab_acc_table::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 3px;
  }

  .amlab_acc_table a,
  .amlab_acc_tablehead a {
    background-image: none;
  }

  /* .amlab_overmob .overlay {
opacity: 1;
} */

  .amlab_jobmobfix_infos {
    flex-direction: column;
  }

  .amlab_jobmobfix_infos .job-info-col {
    padding: 0 !important;
  }

  .amlab_jobmobfix {
    padding: 15px !important;
    border-radius: 20px !important;
  }

  .amlab_job_tabs ul {
    gap: 10px;
    overflow-y: scroll;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .amlab_job_tabs ul li {
    white-space: nowrap;
  }

  .amlab_steps p:nth-child(2) {
    background-position: 70% center;
  }

  .amlab_tdabout h2 {
    font-size: 31px;
  }

  .amlab_tdabout p {
    font-size: 12px;
  }

  .amlab_bannertuyen::before {
    background: linear-gradient(to right,
        rgba(204, 233, 255, 0) 0%,
        #5792ff 75%,
        #1f59bc 100%);
  }

  .amlab_btuyen_tex h2 {
    font-size: 21px;
  }

  .amlab_btuyen_tex p {
    font-size: 12px;
  }

  .amlab_acc_icbox {
    padding: 10px 25px;
  }

  .amlab_pslider {
    padding-bottom: 30px;
  }

  .amlab_pslider .flickity-page-dots {
    left: 50%;
    right: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    bottom: -5%;
  }

  .amlab_pslider>.slider button.previous {
    transform: translate(-50%, -50%);
    top: unset;
    left: 3%;
    bottom: 50%;
  }

  .amlab_pslider>.slider button.next {
    transform: translate(-50%, -50%);
    top: unset;
    right: 3%;
    bottom: 50%;
  }

  .amlab_pslider .row .flickity-slider .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .amlab_pslider .row .flickity-slider .col .price-wrapper {
    height: fit-content !important;
  }

  .amlab_pslider .row .flickity-slider .col .box-text {
    max-height: 200px;
  }

  .amlab_header>nav {
    gap: 10px;
    width: 100%;
    display: flex;
    background-color: white;
    height: unset;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 15px;
    border-radius: 20px;
    flex-direction: column;
    margin-top: 30px;
  }

  .amlab_htch>.col-inner {
    padding: 0 !important;
  }

  .amlab_loginform .row .col>.col-inner,
  .amlab_registerform .row .col>.col-inner {
    padding: 15px !important;
  }

  .related-posts-section .view-all {
    width: 50%;
  }

  .single.single-post .entry-header-text.text-center {
    padding: 0;
  }

  .single.single-post .post-meta-wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }

  .single.single-post .post-meta-wrapper .social-share-wrapper img {
    width: 24px;
    height: 24px;
  }

  .amlab_metacate {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }

  .amlab_breadcrumb {
    padding: 15px 0 !important;
  }

  .amlab_bdrb .banner-layers {
    overflow: visible;
  }

  .amlab_countdowncol .col-inner>.text {
    margin: 0 !important;
  }

  .amlab_ipop {
    top: -80%;
  }

  .amlab_ibox .icon-box-text:hover .amlab_ipop {
    top: 0;
    width: 100%;
    height: 90px;
    overflow-y: scroll;
  }

  .s_viethan_lux .row_banner {
    min-height: unset;
  }

  .s_viethan_lux .banner-layers {
    overflow: visible;
  }

  .amlab_botshape {
    bottom: -10px;
    height: 30px;
  }

  .s_viethan_lux .banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: linear-gradient(0deg,
        rgba(255, 255, 255, 1) 10%,
        rgba(255, 255, 255, 0) 100%);
    height: 40%;
    background-size: cover;
    z-index: 1;
  }

  .s_viethan_lux .text-box {
    translate: 0;
    opacity: 1;
    transition: all 0.3s ease;
  }

  .s_viethan_lux .icon-box-img {
    margin-right: 0 !important;
    width: 70px !important;
  }

  .s_viethan_lux .icon-box-text p {
    font-size: 12px !important;
    font-weight: 700;
  }

  .amlab_midtex {
    margin: 0 auto;
    width: fit-content;
  }

  #footer .amlab_footer_form .amlab-input-wrapper {
    flex: 0 0 100%;
    width: 100%;
  }
  #footer .amlab_footer_form .stack-btn{
    justify-content: space-between;
  }
  #footer .amlab_footer_form .stack-btn p{
    width: 50%;
  }
  #footer .amlab_footer_form button{
    width: 100%;
  }
  #footer .amlab_footer_form {
    flex-direction: column;
  }
  .amlab_lg_bn .btn_down{
    font-size: 12px;
  }

  .amlab_midtex h2 {
    font-size: 24px;
  }

  .amlab_ptabs ul.nav {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
  }

  .amlab_ptabs ul.nav li {
    white-space: nowrap;
    margin-right: 15px;
  }

  .amlab_bg_imgleft {
    background: unset !important;
  }

  .title_36,
  .title_36>* {
    font-size: 24px;
  }

  .title_76,
  .title_76>* {
    font-size: 34px;
    margin-bottom: 0;
  }

  .title_48,
  .title_48>* {
    font-size: 20px !important;
  }

  .col_factory_detail::after {
    display: none;
  }

  .col_factory_detail h3 {
    font-size: 28px;
  }

  .amlab_gbg {
    padding: 30px 0 15px;
    margin: 0 !important;
  }

  .amlab_fixfullheight {
    height: 250px !important;
    min-height: unset !important;
    margin-bottom: 30px;
  }

  .amlab_flex5ic>.col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .absolute-footer {
    background: unset !important;
  }

  .absolute-footer p {
    color: black;
  }

  .amlab_bct {
    right: 0;
  }

  .amlab_topbarp,
  .amlab_topbarp>*,
  #header #top-bar .stack a {
    font-size: 12px !important;
  }

  .amlab_breadcrumb span,
  .amlab_breadcrumb a,
  .amlab_breadcrumb strong {
    font-size: 12px;
  }

  .amlab_breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    white-space: nowrap;
    padding-bottom: 2px;
  }

  .amlab_breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .product-info .product_title {
    font-size: 18px;
  }

  .flashsale__header-top {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .product-info-trust-badges .amlab-km-title p {
    font-size: 14px;
    font-weight: 600;
  }

  .product-info-trust-badges .info-row {
    padding: 5px 10px;
  }

  .product-info-trust-badges .info-row *,
  .product-info-trust-badges .info-row,
  .product-info-trust-badges .wholesale-card .wholesale-main *,
  .product-info-trust-badges .wholesale-btn {
    font-size: 12px;
  }

  .product-footer .woocommerce-tabs .product-tabs li {
    padding: 5px 10px;
  }

  .product-footer .woocommerce-tabs .product-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .product-footer .woocommerce-tabs .product-tabs::-webkit-scrollbar {
    display: none;
  }

  .single.single-product .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel:nth-child(1) {
    padding-top: 50px;
  }

  .single.single-product .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel::before {
    left: 0 !important;
    font-size: 16px;
    top: 0 !important;
  }

  .product-info-trust-badges .wholesale-btn {
    background: #39B54A;
    color: #fff;
    border-radius: 4px;
    font-size: 10px;
  }

  .amlab-desc-layout .amlab-desc-main p {
    font-size: 14px;
  }

  .amlab-rating-title {
    font-size: 24px;
  }

  .amlab-rating-summary .star_box {
    padding: 0;
  }

  .product-footer .container .section.product-single-faq {
    padding: 15px 0 !important;
  }

  .product-footer .container .section.product-single-faq::after {
    content: '';
    background-color: #c3d1f3;
    width: 100vw;
    height: 100%;
    position: absolute;
    /* left: 0;
top: 0; */
    z-index: 0;
    margin-left: -15px;
    margin-top: 105px;
    height: 86%;
  }

  .amlab_accordcol .col-inner {
    padding: 0px !important;
  }

  /* .amlab_accordcol .accordion-title,
.amlab_accordcol .accordion-inner{
padding: 10px !important;
} */
  .related-products-wrapper .product-section-title {
    margin-bottom: 10px;
  }

  .sticky-add-to-cart--active .sticky-add-to-cart__product>.sticky-add-to-cart-select-options-button span {
    font-size: 13px !important;
  }

  .sticky-add-to-cart--active .sticky-add-to-cart__product>.sticky-add-to-cart-select-options-button {
    flex: 0 0 75% !important;
    max-width: 75% !important;
    margin: 0 auto !important;
    padding: 5px 20px !important;
  }

  .sticky-add-to-cart--active .sticky-add-to-cart__product {
    gap: 10px !important;
  }

  .related-products-wrapper .product-section-title {
    font-size: 24px;
  }

  .order-summary-card {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border-radius: 14px 14px 0 0 !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
    padding-bottom: calc(16px + env(safe-area-inset-bottom)) !important;
    max-height: 60vh;
    overflow-y: auto;
    margin-bottom: 0px;
  }

  .woocommerce-cart .cart-auto-refresh {
    padding-left: 0px !important;
  }

  .product-viewed .product-small.col:nth-child(even) {
    padding-left: 4px;
  }

  .product-viewed .product-small.col:nth-child(odd) {
    padding-right: 4px;
  }

  .woocommerce-checkout #content.page-wrapper {
    padding-top: 0px;
  }

  .kns-checkout-steps {
    padding: 16px 0;
  }

  .kns-checkout-steps__circle {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }

  .woocommerce-checkout .kns-checkout-card {
    padding: 16px;
  }

  .kns-checkout-card__num {
    display: none;
  }

  form.checkout h3 {
    font-size: 14px;
  }

  .woocommerce-billing-fields__field-wrapper input,
  .amlab_shipping_field input,
  .amlab_vat_field input {
    margin-bottom: 8px;
  }

  .amlab_vat_field,
  .amlab_shipping_field {
    padding: 10px;
  }

  #customer_details .form-row {
    padding: 0 4px;
  }

  .amlab_contact_container h3 {
    display: none;
  }

  ul.wc_payment_methods li.wc_payment_method>label {
    padding-left: 0px;
  }

  /* Checkout: amlab-review-card fixed bottom on mobile */
  .amlab-review-card .amlab_order_totals_summary {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border: none !important;
    border-radius: 14px 14px 0 0 !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
    max-height: 80vh;
    overflow-y: auto;
    padding-bottom: env(safe-area-inset-bottom);
  }

  /* Toggle heading */
  #order_review_heading {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 0;
  }

  .review-order-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    color: inherit;
    flex-shrink: 0;
    transition: transform 0.25s;
    margin-left: auto;
    margin-bottom: 0px;
  }

  .amlab_custom_review_order.is-open .review-order-toggle {
    transform: rotate(180deg);
  }

  /* Product list: collapsed by default */
  .review-order-list {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
  }

  .amlab_custom_review_order.is-open .review-order-list {
    max-height: 600px;
    opacity: 1;
  }

  /* Totals: always visible */
  .amlab_order_totals_summary {
    display: block;
  }

  /* Toggle: show on mobile */
  .review-order-toggle {
    display: inline-flex;
  }

  /* Hide original checkout-action-row (in form-checkout.php) on mobile */
  .checkout-action-row:not(.mobile-checkout-actions) {
    display: none;
  }

  /* Mobile checkout actions inside fixed card */
  .mobile-checkout-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
  }

  .mobile-checkout-actions .checkout-back-btn {
    height: 50px;
    padding: 0 16px;
    font-size: 14px;
    flex-shrink: 0;
  }

  .mobile-checkout-actions .order_place_button_final_mobile {
    flex: 1;
    height: 50px;
    background: #39B54A;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    cursor: pointer;
    transition: background .2s;
    margin: 0px;
  }

  .mobile-checkout-actions .order_place_button_final_mobile:hover {
    background: #006E20;
  }

  .amlab_macc a.accordion-title {
    font-size: 16px;
    text-transform: uppercase;
    padding: 4px 0;
  }

  .mobile-nav.nav-right {
    gap: 16px;
  }

  /* .amlab_bn_mb .banner-inner .fill {
    position: absolute;
    inset: 0px;
    background: linear-gradient(rgba(15, 59, 122, 0.2) 0%, rgba(14, 92, 47, 0.7) 100%);
    z-index: 0;
  } */

  .amlab_bn_mb .banner-inner .text-box h3 {
    margin: 0px;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.15;
  }

  .amlab_bn_mb .banner-inner .text-box .count-up {
    font-size: 18px;
  }

  .amlab_bn_mb .banner-inner .text-box .btn_yc {
    background: rgb(255, 255, 255);
    color: rgb(14, 92, 47);
    border: 0px;
    border-radius: 999px !important;
    padding: 4px 18px;
    font-size: 12px;
    font-weight: 700;
  }

  .amlab_bn_mb .banner-inner .text-box .stack {
    gap: 20px;
  }

  .amlab_bn_mb .banner-inner .text-box .btn_down {
    background: transparent;
    color: rgb(255, 255, 255);
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px !important;
    padding: 4px 18px;
    font-size: 12px;
    font-weight: 600;
  }

  #woocommerce-product-search-field-0 {
    background: #FFF !important;
  }

  .ft-navi-cen svg {
    background: #006E20 !important;
    color: #006E20;
    stroke: #fff;
  }

  .ft-navi .ft-navi-cen-span {
    background: transparent;
    color: #006E20 !important;
  }

  .ft-navi-cen-but i {
    animation: none;
  }

  /* Bottom nav active state */
  #navi-mojs .ft-navi>.ft-active>a {
    color: #006E20;
  }

  #navi-mojs .ft-navi>.ft-active svg path {
    fill: #006E20 !important;
  }

  #navi-mojs .ft-navi>.ft-active svg circle {
    fill: #006E20;
  }

  #navi-mojs .ft-navi>.ft-active span {
    color: #006E20;
  }

  /* Home icon dùng stroke span*/
  /* #navi-mojs .ft-navi-cen.ft-active svg path {
    fill: none;
    stroke: #006E20 !important;
  } */

  .product-small .cat-links,
  .pcard-cat {
    text-align: left;
  }

  .amlab_prd_seller .col_top .large-6:nth-child(2) {
    padding: 10px 16px !important;
  }
}



/* Header slide-down search panel */
#kns-header-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  /* background: #fff; */
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12); */
  transform: translateY(-150px);
  transition: transform 0.3s ease;
  pointer-events: none;
}

.live-search-results {
  background: #fff;
}

#kns-header-search.is-open {
  transform: translateY(0px);
  pointer-events: all;
}

.kns-header-search-inner {
  padding: 12px 16px;
}

/* =====================================================
   BLOG LIVE SEARCH POPUP
   ===================================================== */

.kns-search-popup {
  position: relative;
  width: 100%;
}

.kns-search-box {
  display: flex;
  align-items: center;
  border: 1.5px solid #e0e3e8;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  transition: border-color .2s;
}

.kns-search-box:focus-within {
  border-color: var(--kns-navy, #0057ed);
}

.kns-search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px 16px;
  font-size: 15px;
  color: #1a1a1a;
  background: transparent;
  margin-bottom: 0px;
  box-shadow: none !important;
  border: none !important;
}

.kns-search-input::placeholder {
  color: #aaa;
}

.kns-search-submit {
  padding: 0 14px;
  background: none;
  border: none;
  cursor: pointer;
  color: #555;
  display: flex;
  align-items: center;
  height: 44px;
  flex-shrink: 0;
  margin: 0 !important;
}

.kns-search-submit:hover {
  color: var(--kns-navy, #0057ed);
}

.kns-submit-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(85, 85, 85, 0.25);
  border-top-color: #555;
  border-radius: 50%;
  animation: kns-spin 0.6s linear infinite;
}

.kns-search-submit.is-loading .kns-submit-icon {
  display: none;
}

.kns-search-submit.is-loading .kns-submit-spinner {
  display: block;
}

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

/* Results dropdown */
.kns-search-results {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.11);
  max-height: 420px;
  overflow-y: auto;
  z-index: 9999;
}

.kns-search-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid #f3f4f6;
  text-decoration: none;
  color: inherit;
  transition: background .15s;
}

.kns-search-item:last-child {
  border-bottom: none;
}

.kns-search-item:hover {
  background: #f7f8fa;
}

.kns-search-item img,
.kns-thumb-placeholder {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  background: #eee;
}

.kns-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.kns-item-title {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kns-item-title strong {
  font-weight: 700;
  color: var(--kns-navy, #0057ed);
}

.kns-item-date {
  font-size: 11px;
  color: #aaa;
  margin-top: 2px;
}

.kns-no-results {
  padding: 18px;
  text-align: center;
  color: #888;
  font-size: 14px;
}