.elementor-7 .elementor-element.elementor-element-1cd14155{--display:flex;}:root{--page-title-display:none;}body.elementor-page-7{margin:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ed4dae2 */#hidden{
    display: none;
}/* End custom CSS */
/* Start custom CSS *//* Ẩn hoàn toàn cột "Quantity" trên trang giỏ hàng */
.woocommerce-cart-form th.product-quantity,
.woocommerce-cart-form td.product-quantity {
  display: none !important;
}

/* Nếu có layout responsive, ẩn nhãn Quantity trong chế độ mobile */
.woocommerce-cart-form td.product-quantity::before {
  display: none !important;
}

#ast-checkout-wrap{
    margin-top: 50px;
}
/* Phần tổng thể thanh step checkout */
#ast-checkout-wrap p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: none;
}


/* Bước đang active */
#ast-checkout-wrap a.ast-current .ast-step-number {
  background: #1232ff; /* Màu xanh chủ đạo WooCommerce hoặc Astra */
  color: #fff;
}

#ast-checkout-wrap a.ast-current p {
  color: #1232ff;
}

/* Hover hiệu ứng */
#ast-checkout-wrap a:hover .ast-step-number {
  background: #1232ff;
  color: #fff;
}

/* Mũi tên giữa các bước */
#ast-checkout-wrap svg {
  margin: 0 8px;
}/* End custom CSS */