.elementor-8 .elementor-element.elementor-element-1225f7d7{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-5f03cb0d *//* =======================================================
   LUAN NHISM - CART / DON MUA VIP BLUE GLOW
======================================================= */

/* ===== NỀN TỔNG ===== */
body.woocommerce-cart {
  background:
    radial-gradient(circle at top left, rgba(0, 225, 255, 0.10), transparent 30%),
    radial-gradient(circle at top right, rgba(0, 123, 255, 0.12), transparent 35%),
    linear-gradient(135deg, #020b16 0%, #04172b 45%, #020b16 100%);
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}

/* ===== KHUNG CHÍNH ===== */
.woocommerce-cart .woocommerce {
  max-width: 1240px;
  margin: 24px auto 40px;
  padding: 18px;
}

/* Xóa khoảng trống thừa */
.woocommerce-cart .entry-content,
.woocommerce-cart .site-main,
.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 14px;
}

/* ===== THÔNG BÁO ===== */
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-error {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(0,255,255,0.18);
  color: #fff;
  border-radius: 16px;
  padding: 14px 18px;
  box-shadow: 0 0 18px rgba(0,195,255,0.08);
}

/* ===== FORM GIỎ HÀNG ===== */
.woocommerce-cart form.woocommerce-cart-form {
  margin-bottom: 22px;
}

/* ===== BẢNG GIỎ HÀNG ===== */
.woocommerce-cart table.shop_table {
  width: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.025));
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0,255,255,0.14);
  backdrop-filter: blur(10px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.02) inset,
    0 10px 28px rgba(0,0,0,0.25),
    0 0 30px rgba(0,170,255,0.08);
}

/* Header bảng */
.woocommerce-cart table.shop_table th {
  background: linear-gradient(135deg, rgba(0,255,255,0.10), rgba(0,119,255,0.14));
  color: #8ffcff;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 13px;
  font-weight: 800;
  padding: 16px 14px;
  border: none;
  text-align: center;
}

/* Dòng sản phẩm */
.woocommerce-cart table.shop_table td {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 18px 14px;
  vertical-align: middle;
  color: #ffffff;
  background: transparent;
}

/* Hover */
.woocommerce-cart table.shop_table tr:hover td {
  background: rgba(0,255,255,0.035);
}

/* ===== ẢNH SẢN PHẨM ===== */
.woocommerce-cart td.product-thumbnail {
  width: 110px;
}

.woocommerce-cart img {
  width: 78px;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(0,255,255,0.24);
  background: rgba(255,255,255,0.03);
  padding: 4px;
  box-shadow: 0 0 16px rgba(0,195,255,0.10);
}

/* ===== TÊN SẢN PHẨM ===== */
.woocommerce-cart .product-name a {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.5;
  transition: 0.25s ease;
}

.woocommerce-cart .product-name a:hover {
  color: #7efcff;
  text-shadow: 0 0 10px rgba(0,255,255,0.25);
}

/* ===== GIÁ ===== */
.woocommerce-cart .amount,
.woocommerce-cart .product-subtotal,
.woocommerce-cart .product-price {
  color: #ffffff;
  font-weight: 800;
  font-size: 15px;
}

/* ===== CỘT XÓA ===== */
.woocommerce-cart .product-remove {
  text-align: center;
  width: 60px;
}

.woocommerce-cart .product-remove a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff4d6d, #ff2d55);
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 0 14px rgba(255, 77, 109, 0.35);
  transition: 0.25s ease;
}

.woocommerce-cart .product-remove a:hover {
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(255, 77, 109, 0.5);
}

/* ===== SỐ LƯỢNG ===== */
.woocommerce-cart .quantity {
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-cart input.qty {
  width: 84px;
  height: 46px;
  text-align: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(0,255,255,0.24);
  color: #ffffff;
  border-radius: 12px;
  padding: 6px 10px;
  font-size: 15px;
  font-weight: 700;
  outline: none;
  box-shadow: inset 0 0 10px rgba(0,195,255,0.05);
}

.woocommerce-cart input.qty:focus {
  border-color: #00eaff;
  box-shadow: 0 0 0 3px rgba(0,234,255,0.12), 0 0 14px rgba(0,234,255,0.15);
}

/* ===== HÀNG ACTIONS ===== */
.woocommerce-cart table.shop_table td.actions {
  padding: 20px 16px;
  background: rgba(255,255,255,0.015);
}

.woocommerce-cart .actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

/* Khu coupon */
.woocommerce-cart .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
}

/* ===== Ô NHẬP MÃ GIẢM GIÁ TO HƠN ===== */
.woocommerce-cart .coupon input[type="text"],
.woocommerce-cart input[type="text"],
.woocommerce-cart input.input-text {
  min-width: 280px;
  width: 320px;
  max-width: 100%;
  height: 50px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(0,255,255,0.26);
  color: #ffffff;
  border-radius: 14px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  box-shadow: inset 0 0 10px rgba(0,195,255,0.04);
}

.woocommerce-cart .coupon input[type="text"]::placeholder,
.woocommerce-cart input[type="text"]::placeholder,
.woocommerce-cart input.input-text::placeholder {
  color: rgba(255,255,255,0.65);
}

.woocommerce-cart .coupon input[type="text"]:focus,
.woocommerce-cart input[type="text"]:focus,
.woocommerce-cart input.input-text:focus {
  border-color: #00eaff;
  box-shadow: 0 0 0 3px rgba(0,234,255,0.12), 0 0 18px rgba(0,234,255,0.16);
}

/* ===== NÚT CHUNG FULL XANH CHỮ TRẮNG ===== */
.woocommerce-cart .button,
.woocommerce-cart button,
.woocommerce-cart a.button,
.woocommerce-cart input.button,
.woocommerce-cart .wc-forward,
.woocommerce-cart .checkout-button,
.woocommerce-cart button[name="update_cart"],
.woocommerce-cart button[name="apply_coupon"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px !important;
  border: none !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #00e1ff 0%, #009dff 45%, #006eff 100%) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: all 0.25s ease;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 8px 18px rgba(0,120,255,0.28),
    0 0 18px rgba(0,225,255,0.22);
}

/* Hover nút */
.woocommerce-cart .button:hover,
.woocommerce-cart button:hover,
.woocommerce-cart a.button:hover,
.woocommerce-cart input.button:hover,
.woocommerce-cart .wc-forward:hover,
.woocommerce-cart .checkout-button:hover,
.woocommerce-cart button[name="update_cart"]:hover,
.woocommerce-cart button[name="apply_coupon"]:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.08) inset,
    0 10px 22px rgba(0,120,255,0.35),
    0 0 26px rgba(0,225,255,0.36);
}

/* Active nút */
.woocommerce-cart .button:active,
.woocommerce-cart button:active,
.woocommerce-cart a.button:active,
.woocommerce-cart input.button:active {
  transform: translateY(0);
}

/* ===== NÚT THANH TOÁN TO HƠN ===== */
.woocommerce-cart .checkout-button {
  width: 100%;
  min-height: 56px;
  font-size: 16px !important;
  margin-top: 12px;
}

/* ===== KHU TỔNG TIỀN ===== */
.woocommerce-cart .cart-collaterals {
  margin-top: 26px;
}

.woocommerce-cart .cart_totals {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.025));
  border: 1px solid rgba(0,255,255,0.16);
  border-radius: 20px;
  padding: 22px;
  box-shadow:
    0 10px 28px rgba(0,0,0,0.26),
    0 0 24px rgba(0,170,255,0.08);
}

.woocommerce-cart .cart_totals h2 {
  color: #89fcff;
  font-size: 19px;
  margin: 0 0 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.woocommerce-cart .cart_totals table {
  margin: 0;
  border: none;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
  color: #ffffff;
  font-size: 15px;
}

.woocommerce-cart .cart_totals table th {
  font-weight: 700;
  color: #c9faff;
}

.woocommerce-cart .order-total .amount {
  color: #7efcff;
  font-size: 18px;
  text-shadow: 0 0 10px rgba(0,255,255,0.20);
}

/* ===== LINK TRONG CART ===== */
.woocommerce-cart a {
  transition: 0.25s ease;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce {
    padding: 10px;
    margin-top: 14px;
  }

  .woocommerce-cart table.shop_table {
    border-radius: 16px;
  }

  .woocommerce-cart table.shop_table th,
  .woocommerce-cart table.shop_table td {
    padding: 10px;
    font-size: 13px;
  }

  .woocommerce-cart .actions {
    flex-direction: column;
    align-items: stretch;
  }

  .woocommerce-cart .coupon {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .woocommerce-cart .coupon input[type="text"],
  .woocommerce-cart input[type="text"],
  .woocommerce-cart input.input-text,
  .woocommerce-cart button[name="apply_coupon"],
  .woocommerce-cart button[name="update_cart"] {
    width: 100% !important;
    min-width: 100%;
  }

  .woocommerce-cart .cart_totals {
    max-width: 100%;
    padding: 18px;
  }

  .woocommerce-cart .checkout-button {
    min-height: 54px;
    font-size: 15px !important;
  }

  .woocommerce-cart img {
    width: 64px;
  }
}/* End custom CSS */