.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-order-received {
  --theme-button-min-height: 3rem;
  --theme-button-padding: .8rem 1.4rem;
  --theme-text-color: var(--rl-den);
  --theme-border-color: #e8e8e8;
  --rl-vien: #e8e8e8;
  --rl-the: 14px;
  --rl-xanh: #12864B;
  --rl-xanh-nen: #F2FAF5;
  --rl-le: 1.15rem;
}

.woocommerce-cart .page-title,
.woocommerce-checkout .page-title { margin-bottom: 1.1rem; }

.rl-buoc {
  display: flex;
  align-items: center;
  gap: .4rem;
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
  font-size: .8rem;
}
.rl-buoc li {
  display: flex;
  align-items: center;
  gap: .4rem;
  color: var(--rl-xam-chu);
  margin: 0;
}
.rl-buoc li + li::before {
  content: "";
  width: .9rem;
  height: 1px;
  background: #d8d8d8;
  margin-right: .4rem;
}
.rl-buoc__so {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  background: #ececec;
  color: var(--rl-xam-chu);
  font-size: .72rem;
  font-weight: 700;
  flex: 0 0 auto;
}
.rl-buoc .la-dang { color: var(--rl-den); font-weight: 700; }
.rl-buoc .la-dang .rl-buoc__so { background: var(--rl-do); color: #fff; }
.rl-buoc .la-xong { color: var(--rl-den); }
.rl-buoc .la-xong .rl-buoc__so { background: var(--rl-den); color: #fff; }
@media (max-width: 400px) {
  .rl-buoc { font-size: .74rem; gap: .3rem; }
  .rl-buoc li + li::before { width: .5rem; margin-right: .3rem; }
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #place_order,
.rl-nut--chinh {
  font-family: inherit;
  font-weight: 700;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
}
.woocommerce a.button.checkout-button,
.woocommerce #place_order,
.rl-nut--chinh {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--rl-do);
  color: #fff !important;
  padding: .95rem 1.5rem;
  font-size: 1.02rem;
  box-shadow: 0 6px 16px rgba(228, 33, 42, .22);
  transition: background .15s ease, box-shadow .15s ease, transform .05s ease;
}
.woocommerce a.button.checkout-button:hover,
.woocommerce #place_order:hover,
.rl-nut--chinh:hover { background: var(--rl-do-dam); box-shadow: 0 8px 20px rgba(228, 33, 42, .28); }
.woocommerce a.button.checkout-button:active,
.woocommerce #place_order:active { transform: translateY(1px); }
.woocommerce #place_order:disabled { opacity: .55; box-shadow: none; cursor: not-allowed; }

.woocommerce .actions { text-align: right; padding: 0; }
.woocommerce button[name="update_cart"] { width: auto !important; display: inline-block; }
.woocommerce button[name="update_cart"],
.woocommerce .woocommerce-message .button {
  background: transparent !important;
  color: var(--rl-den) !important;
  border: 1px solid var(--rl-vien) !important;
  border-radius: 999px !important;
  padding: .6rem 1.15rem !important;
  font-size: .88rem;
  min-height: 0;
  box-shadow: none;
}
.woocommerce button[name="update_cart"]:hover:not(:disabled),
.woocommerce .woocommerce-message .button:hover {
  border-color: var(--rl-do) !important;
  color: var(--rl-do-dam) !important;
}
.woocommerce button[name="update_cart"]:disabled { opacity: .4; }

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  background: #fff;
  border: 1px solid var(--rl-vien);
  border-left: 3px solid var(--rl-do);
  border-radius: var(--rl-the);
  padding: .85rem 1rem;
  margin: 0 0 1.25rem;
  font-size: .92rem;
  line-height: 1.5;
  list-style: none;
  text-align: left;
}
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before { display: none !important; }
.woocommerce .woocommerce-error {
  border-left-color: var(--rl-do);
  background: #fff6f6;
  --theme-text-color: var(--rl-den);
  color: var(--rl-den);
}
.woocommerce .woocommerce-message {
  border-left-color: var(--rl-xanh);
  background: var(--rl-xanh-nen);
  --theme-text-color: var(--rl-den);
  color: var(--rl-den);
}
.woocommerce .woocommerce-error li { margin: 0; }
.woocommerce .woocommerce-message a.button {
  display: inline-block;
  width: auto;
  margin: .6rem 0 0;
  float: none;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents {
  border: 0;
  border-radius: 0;
  border-collapse: separate;
  border-spacing: 0 .75rem;
  width: 100%;
  margin: 0 0 1rem;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents thead { display: none; }
.woocommerce-cart .cart_item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: .85rem;
  align-items: start;
  background: #fff;
  border: 1px solid var(--rl-vien);
  border-radius: var(--rl-the);
  padding: .85rem;
}
.woocommerce-cart .cart_item > td { border: 0; padding: 0; background: none; }
.woocommerce-cart .cart_item .product-thumbnail { display: block; width: auto; }
.woocommerce-cart .cart_item .product-thumbnail img,
.woocommerce-cart .cart_item .product-thumbnail .ct-media-container {
  width: 84px;
  height: 84px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--rl-xam-nen);
  object-fit: contain;
}
.woocommerce-cart .cart_item .product-name,
.woocommerce-checkout #order_review .cart_item .product-name { max-width: none; }
.woocommerce-cart .cart_item .product-name {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  min-width: 0;
}
.woocommerce-cart .cart_item .product-name > a {
  font-weight: 700;
  font-size: .95rem;
  line-height: 1.35;
  color: var(--rl-den);
  text-decoration: none;
}
.woocommerce-cart .cart_item .product-name > a:hover { color: var(--rl-do-dam); }
.woocommerce .cart_item dl.variation {
  margin: 0;
  font-size: .82rem;
  color: var(--rl-xam-chu);
  display: flex;
  flex-wrap: wrap;
  gap: .1rem .6rem;
}
.woocommerce .cart_item dl.variation dt,
.woocommerce .cart_item dl.variation dd { margin: 0; display: inline; }
.woocommerce .cart_item dl.variation dd p { display: inline; margin: 0; }
.woocommerce-cart .cart_item .product-mobile-actions {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: .55rem;
  margin-top: .35rem;
}
.woocommerce-cart .cart_item .ct-product-multiply-symbol { color: var(--rl-xam-chu); font-size: .85rem; }
.woocommerce-cart .cart_item .product-mobile-actions .woocommerce-Price-amount {
  font-weight: 700;
  color: var(--rl-den);
  font-size: .95rem;
}
.woocommerce-cart .cart_item a.remove {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  color: #b9b9b9 !important;
  background: transparent !important;
  transition: color .15s ease, background .15s ease;
}
.woocommerce-cart .cart_item a.remove:hover { color: var(--rl-do) !important; background: #fdecec !important; }
.woocommerce-cart .cart_item a.remove .ct-icon { fill: currentColor; }
.woocommerce-cart .cart_item td.product-quantity,
.woocommerce .cart_item td.product-subtotal,
.woocommerce .cart_item td.product-remove,
.woocommerce-cart .cart_item .product-name > .price { display: none; }

.woocommerce-cart .cart_item .quantity input.qty {
  border: 1px solid var(--rl-vien);
  border-radius: 999px;
  font-weight: 700;
  color: var(--rl-den);
  background: #fff;
  min-height: 2.3rem;
}
.woocommerce-cart .cart_item .quantity input.qty:focus {
  border-color: var(--rl-do);
  box-shadow: 0 0 0 3px rgba(228, 33, 42, .12);
  outline: 0;
}
.woocommerce-cart .cart_item .quantity .ct-increase:hover,
.woocommerce-cart .cart_item .quantity .ct-decrease:hover { color: var(--rl-do); }

.woocommerce .cart-collaterals { width: 100%; }
.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
  background: #fff;
  border: 1px solid var(--rl-vien);
  border-radius: var(--rl-the);
  padding: 1.15rem;
}
.woocommerce .cart_totals h2,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
  font-family: inherit;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 800;
  color: var(--rl-den);
  margin: 0 0 .9rem;
}
.woocommerce .cart_totals table.shop_table { border: 0; margin: 0; width: 100%; }
.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td,
.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
  border: 0;
  border-bottom: 1px dashed #ececec;
  padding: .62rem 0;
  font-size: .92rem;
  background: none;
}
.woocommerce .cart_totals table.shop_table th,
.woocommerce-checkout #order_review table.shop_table th {
  font-weight: 500;
  color: var(--rl-xam-chu);
  text-align: left;
  width: 40%;
}
.woocommerce .cart_totals table.shop_table td,
.woocommerce-checkout #order_review table.shop_table td { text-align: right; font-weight: 600; }
.woocommerce .cart_totals .order-total th,
.woocommerce-checkout #order_review .order-total th {
  color: var(--rl-den);
  font-weight: 800;
  font-size: 1rem;
  border-bottom: 0;
  padding-top: .85rem;
}
.woocommerce .cart_totals .order-total td,
.woocommerce-checkout #order_review .order-total td { border-bottom: 0; padding-top: .85rem; }
.woocommerce .cart_totals .order-total .amount,
.woocommerce-checkout #order_review .order-total .amount {
  color: var(--rl-do-dam);
  font-size: 1.3rem;
  font-weight: 800;
  white-space: nowrap;
}
.woocommerce .cart_totals .order-total th,
.woocommerce-checkout #order_review tfoot .order-total th { width: 34%; }
.woocommerce tr.shipping > td { text-align: right; }
.woocommerce tr.shipping > td::before { display: none !important; }
.woocommerce tr.shipping > td::after { content: ""; display: block; clear: both; }
.woocommerce .ct-shipping-heading {
  float: left; margin: 0; color: var(--rl-xam-chu); font-weight: 500;
}
.woocommerce ul#shipping_method {
  float: right; clear: none; width: auto;
  margin: 0; padding: 0; list-style: none;
}
.woocommerce ul#shipping_method li { margin: 0; }
.woocommerce ul#shipping_method label {
  font-weight: 600;
  color: var(--rl-den);
  margin: 0;
  cursor: default;
}

.woocommerce .woocommerce-shipping-destination { display: none; }
.woocommerce .cart_totals .wc-proceed-to-checkout { padding: 1.1rem 0 0; }

.rl-tin {
  margin-top: 1rem;
  background: var(--rl-xam-nen);
  border-radius: var(--rl-the);
  padding: .9rem 1rem;
}
.rl-tin__ds {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .4rem;
  font-size: .85rem;
  color: var(--rl-xam-chu);
}
.rl-tin__ds li { margin: 0; }
.rl-tin__ds strong { color: var(--rl-den); }
.rl-tin__ds li::before { content: "✓"; color: var(--rl-do); font-weight: 700; margin-right: .45rem; }

.rl-gio-rong { margin-top: 1.25rem; }
.rl-gio-rong .rl-nut--chinh { max-width: 22rem; }
.woocommerce .cart-empty {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--rl-den);
  border: 0;
  padding: 0;
  margin-bottom: .35rem;
}
.woocommerce .return-to-shop { display: none; }

.woocommerce form .form-row { margin: 0 0 .9rem; padding: 0; }
.woocommerce form .form-row label {
  display: block;
  margin-bottom: .35rem;
  font-size: .88rem;
  font-weight: 600;
  color: var(--rl-den);
}
.woocommerce form .form-row label .optional { color: var(--rl-xam-chu); font-weight: 400; }
.woocommerce form .form-row .required { color: var(--rl-do); text-decoration: none; border: 0; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  padding: .78rem .9rem;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.35;
  color: var(--rl-den);
  background: #fff;
  min-height: 3rem;
  box-shadow: none;
}
.woocommerce form .form-row select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236C6C6C' d='M6 8 0 2l1.4-1.4L6 5.2 10.6.6 12 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.4rem;
}
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder { color: #b0b0b0; }
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
  outline: 0;
  border-color: var(--rl-do);
  box-shadow: 0 0 0 3px rgba(228, 33, 42, .12);
}
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select { border-color: var(--rl-do); }
.woocommerce form .form-row textarea { min-height: 5.5rem; resize: vertical; }
.woocommerce-checkout #customer_details { margin-bottom: 1.5rem; }
.woocommerce-checkout .woocommerce-additional-fields { margin-top: 1.4rem; }

#billing_country_field,
.woocommerce-checkout #ship-to-different-address,
.woocommerce-checkout .woocommerce-shipping-fields { display: none !important; }

.woocommerce-checkout .woocommerce-form-coupon-toggle { margin: 0 0 .9rem; }
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  border: 0;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
  font-size: .88rem;
  line-height: 1.5;
  color: var(--rl-xam-chu);
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon {
  color: var(--rl-do-dam);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon:hover { color: var(--rl-do); }

.woocommerce-checkout form.checkout_coupon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .6rem;
  align-items: start;
  margin: 0 0 1.25rem;
  padding: .9rem;
  border: 1px solid var(--rl-vien);
  border-radius: var(--rl-the);
  background: var(--rl-xam-nen);
}
.woocommerce-checkout form.checkout_coupon .form-row {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout form.checkout_coupon .clear { display: none; }
.woocommerce-checkout form.checkout_coupon button.button {
  width: auto;
  min-width: 6.5rem;
  margin: 0;
  padding: .8rem 1.2rem;
  font-size: .9rem;
}
.woocommerce-checkout form.checkout_coupon #coupon_code { text-transform: uppercase; }
.woocommerce-checkout form.checkout_coupon #coupon_code::placeholder { text-transform: none; }
.woocommerce-checkout form.checkout_coupon #coupon_code.has-error {
  border-color: var(--rl-do);
  box-shadow: 0 0 0 3px rgba(228, 33, 42, .12);
}
.woocommerce-checkout form.checkout_coupon .coupon-error-notice {
  grid-column: 1 / -1;
  margin: -.2rem 0 0;
  font-size: .82rem;
  line-height: 1.45;
  color: var(--rl-do-dam);
}
@media (max-width: 781px) {
  .woocommerce-checkout form.checkout_coupon { grid-template-columns: minmax(0, 1fr); }
  .woocommerce-checkout form.checkout_coupon button.button { width: 100%; }
}

.woocommerce tr.cart-discount th { font-weight: 400; }
.woocommerce tr.cart-discount td,
.woocommerce tr.cart-discount td .amount { color: var(--rl-xanh); font-weight: 700; }
.woocommerce tr.cart-discount td a.woocommerce-remove-coupon {
  display: inline-block;
  margin-left: .5rem;
  padding: .35rem 0;
  color: var(--rl-xam-chu) !important;
  font-size: .78rem;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.woocommerce tr.cart-discount td a.woocommerce-remove-coupon:hover { color: var(--rl-do-dam) !important; }

.woocommerce-checkout .ct-order-review {
  border: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.woocommerce-checkout #order_review {
  background: #fff;
  border: 1px solid var(--rl-vien);
  border-radius: var(--rl-the);
  padding: 1.15rem;
}
.woocommerce-checkout #order_review table.shop_table {
  border: 0;
  margin: 0;
  width: 100%;
  table-layout: fixed;
}
.woocommerce-checkout #order_review table.shop_table th.product-name,
.woocommerce-checkout #order_review table.shop_table td.product-name { width: 63%; }
.woocommerce-checkout #order_review table.shop_table th.product-total,
.woocommerce-checkout #order_review table.shop_table td.product-total { width: 37%; }
.woocommerce-checkout #order_review table.shop_table thead th {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--rl-xam-chu);
  font-weight: 700;
  border-bottom: 1px solid var(--rl-vien);
  padding-bottom: .55rem;
}
.woocommerce-checkout #order_review table.shop_table .cart_item td {
  vertical-align: top;
  padding: .8rem 0;
}
.woocommerce-checkout #order_review .cart_item .product-name,
.woocommerce-checkout #order_review table.shop_table th.product-name {
  text-align: left;
}
.woocommerce-checkout #order_review .cart_item .product-name {
  font-weight: 600;
  color: var(--rl-den);
  font-size: .9rem;
  line-height: 1.35;
}
.rl-tt {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: .7rem;
  align-items: center;
}
.rl-tt__anh {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  object-fit: contain;
  background: var(--rl-xam-nen);
}
.woocommerce-checkout #order_review .cart_item .product-name dl.variation,
.woocommerce-checkout #order_review .cart_item .product-name .product-quantity {
  margin: .3rem 0 0 calc(52px + .7rem);
  font-size: .82rem;
  font-weight: 400;
  color: var(--rl-xam-chu);
  display: block;
  text-align: left !important;
}
.woocommerce-checkout #order_review .cart_item .product-total { font-weight: 700; white-space: nowrap; }

.woocommerce ul.wc_payment_methods {
  padding: 0;
  margin: 1.1rem 0 .9rem;
  list-style: none;
  border: 0;
}
.woocommerce ul.wc_payment_methods li.wc_payment_method {
  background: #fff;
  border: 1.5px solid var(--rl-do);
  border-radius: 12px;
  padding: .85rem .95rem;
  margin: 0;
}
.woocommerce ul.wc_payment_methods li.wc_payment_method > label {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-weight: 700;
  color: var(--rl-den);
  font-size: .95rem;
  margin: 0;
  cursor: pointer;
}
.woocommerce ul.wc_payment_methods li.wc_payment_method > label::before {
  border-color: #cfcfcf !important;
  background: #fff !important;
  flex: 0 0 auto;
}
.woocommerce ul.wc_payment_methods li.wc_payment_method input:checked + label::before {
  border-color: var(--rl-do) !important;
}
.woocommerce ul.wc_payment_methods li.wc_payment_method img { display: none; }
.woocommerce .payment_box {
  background: transparent !important;
  margin: .55rem 0 0 1.6rem;
  padding: 0;
  font-size: .87rem;
  line-height: 1.55;
  color: var(--rl-xam-chu);
}
.woocommerce .payment_box::before { display: none !important; }
.woocommerce .payment_box p { margin: 0; }
.woocommerce-privacy-policy-text {
  font-size: .78rem;
  line-height: 1.5;
  color: #8b8b8b;
  margin: 0 0 .9rem;
}
.woocommerce-checkout #payment { background: transparent; border-radius: 0; }
.woocommerce-checkout .place-order { padding: 0 !important; margin: 0 !important; }
.woocommerce-checkout .place-order .rl-tin { margin-bottom: 0; }

.rl-dat {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .65rem .9rem;
  background: #fff;
  border-top: 1px solid var(--rl-vien);
  box-shadow: 0 -4px 18px rgba(35, 31, 32, .1);
  transform: translateY(110%);
  transition: transform .22s ease;
}
.rl-dat.hien { transform: none; }
.rl-dat__chu { line-height: 1.2; }
.rl-dat__chu span { display: block; font-size: .72rem; color: var(--rl-xam-chu); }
.rl-dat__chu strong { font-size: 1.05rem; font-weight: 800; color: var(--rl-do-dam); }
.rl-dat__nut {
  flex: 0 0 auto;
  background: var(--rl-do);
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: .95rem;
  border: 0;
  border-radius: 999px;
  padding: .75rem 1.6rem;
  cursor: pointer;
}
.rl-dat__nut:disabled { opacity: .5; cursor: not-allowed; }
@media (max-width: 781px) {
  .rl-dat { display: flex; }
  body.woocommerce-checkout:not(.woocommerce-order-received) { padding-bottom: 4.6rem; }
}

.woocommerce-order .woocommerce-thankyou-order-received {
  display: block;
  font-size: 1rem;
  line-height: 1.65;
  background: var(--rl-xanh-nen);
  border: 1px solid var(--rl-vien);
  border-left: 3px solid var(--rl-xanh);
  border-radius: var(--rl-the);
  padding: 1.05rem 1.15rem;
  margin: 0 0 1.35rem;
  --theme-text-color: var(--rl-den);
  color: var(--rl-den);
}
.woocommerce-order .woocommerce-thankyou-order-received::before,
.woocommerce-order .woocommerce-thankyou-order-received::after { display: none !important; }
.woocommerce-order .woocommerce-thankyou-order-received { display: block; }
.rl-xong-tiep { margin: 1.75rem 0 0; }
.rl-nut--phu {
  display: inline-block;
  padding: .8rem 1.6rem;
  border: 1px solid var(--rl-vien);
  border-radius: 999px;
  font-weight: 700;
  font-size: .95rem;
  color: var(--rl-den) !important;
  text-decoration: none;
  background: #fff;
}
.rl-nut--phu:hover { border-color: var(--rl-do); color: var(--rl-do-dam) !important; }
.woocommerce-order table.shop_table.order_details { table-layout: fixed; width: 100%; }
.woocommerce-order table.shop_table.order_details th:first-child,
.woocommerce-order table.shop_table.order_details td:first-child { width: 62%; }
.woocommerce-order table.shop_table.order_details td:last-child,
.woocommerce-order table.shop_table.order_details th:last-child { text-align: right; }
.woocommerce-order table.shop_table.order_details thead { display: none; }
.woocommerce-order table.shop_table.order_details .order_item td.product-name {
  position: relative;
  padding: 1rem 0 1rem calc(var(--rl-le) + 5.25rem);
  min-height: 4.5rem;
}
.woocommerce-order table.shop_table.order_details .rl-don__anh {
  position: absolute;
  left: var(--rl-le);
  top: 1rem;
  width: 4.25rem;
  height: 4.25rem;
  object-fit: contain;
  background: var(--rl-xam-nen);
  border-radius: 10px;
}
.woocommerce-order table.shop_table.order_details .order_item td.product-name a {
  font-weight: 600;
  color: var(--rl-den);
  text-decoration: none;
}
.woocommerce-order table.shop_table.order_details .product-quantity {
  color: var(--rl-xam-chu);
  font-weight: 600;
}
.woocommerce-order table.shop_table.order_details .order_item td.product-total { vertical-align: top; padding-top: 1rem; }
.woocommerce-order table.shop_table.order_details tfoot th { font-weight: 400; color: var(--rl-xam-chu); }
.woocommerce-order table.shop_table.order_details tfoot td { font-weight: 600; }
.woocommerce-order table.shop_table.order_details .rl-don__tong {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--rl-do-dam);
}
.woocommerce-order table.shop_table.order_details tfoot tr:has(.rl-don__tong) th {
  font-weight: 800;
  color: var(--rl-den);
}
.woocommerce-order table.shop_table.order_details .wc-item-meta {
  list-style: none;
  margin: .25rem 0 0;
  padding: 0;
  font-size: .82rem;
  color: var(--rl-xam-chu);
}
.woocommerce-order table.shop_table.order_details .wc-item-meta strong { font-weight: 600; }
.woocommerce-order table.shop_table.order_details .wc-item-meta p { display: inline; margin: 0; }
.woocommerce-order ul.woocommerce-order-overview {
  list-style: none;
  padding: 1.05rem 1.15rem;
  margin: 0 0 1.6rem;
  display: grid;
  gap: .75rem;
  column-gap: 2.5rem;
  background: var(--rl-xam-nen);
  border-radius: var(--rl-the);
}
.woocommerce-order ul.woocommerce-order-overview li {
  border: 0 !important;
  padding: 0;
  margin: 0;
  float: none;
  width: auto;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--rl-xam-chu);
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}
.woocommerce-order ul.woocommerce-order-overview li strong {
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--rl-den);
  font-weight: 700;
  text-align: right;
}
.woocommerce-order ul.woocommerce-order-overview li.total strong { color: var(--rl-do-dam); font-size: 1.15rem; }
.woocommerce-order h2,
.woocommerce-order h3 {
  font-family: inherit;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 800;
  margin: 1.6rem 0 .8rem;
}
.woocommerce-order table.shop_table,
.woocommerce-order .woocommerce-customer-details address {
  border: 1px solid var(--rl-vien);
  border-radius: var(--rl-the);
  padding: 1rem var(--rl-le);
  font-style: normal;
  font-size: .93rem;
  line-height: 1.6;
}
.woocommerce-order table.shop_table { padding: 0; }
.woocommerce-order .woocommerce-customer-details--phone,
.woocommerce-order .woocommerce-customer-details--email { margin: .35rem 0 0; }
.woocommerce-order table.shop_table th,
.woocommerce-order table.shop_table td { border: 0; border-bottom: 1px solid #f1f1f1; padding: .7rem 0; }
.woocommerce-order table.shop_table tr > *:first-child { padding-left: var(--rl-le); }
.woocommerce-order table.shop_table tr > *:last-child { padding-right: var(--rl-le); }
.woocommerce-order table.shop_table tfoot tr:last-child th,
.woocommerce-order table.shop_table tfoot tr:last-child td { border-bottom: 0; padding-bottom: 1rem; }
.woocommerce-order table.shop_table tbody tr:first-child > * { padding-top: 1rem; }

@media (min-width: 782px) {
  .woocommerce-cart .cart_item { padding: 1rem 1.1rem; align-items: center; }
  .woocommerce-cart .cart_item .product-thumbnail img,
  .woocommerce-cart .cart_item .product-thumbnail .ct-media-container { width: 96px; height: 96px; }
  .woocommerce-cart .cart_item { grid-template-columns: 96px minmax(0, 1fr); }

  .woocommerce-cart .cart_item .product-mobile-actions { display: grid !important; }
  .woocommerce-cart .cart_item .product-mobile-actions {
    grid-template-columns: auto auto auto 1fr;
    justify-items: start;
  }
  .woocommerce-cart .cart_item a.remove { justify-self: end; }

  .woocommerce-checkout #order_review { position: sticky; top: 1.5rem; }
}
