.elementor-kit-5{--e-global-color-primary:#092143;--e-global-color-secondary:#5AB8C2;--e-global-color-text:#4B515C;--e-global-color-accent:#2596BE;--e-global-color-8f8d22e:#FFFFFF;--e-global-color-d6d0819:#242424;--e-global-color-9815442:#3A4D69;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-8f8d22e );color:var( --e-global-color-text );font-family:"Be Vietnam Pro", Sans-serif;font-size:14px;line-height:20px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Be Vietnam Pro", Sans-serif;}.elementor-kit-5 h1{font-family:"Conthrax", Sans-serif;font-size:24px;line-height:30px;}.elementor-kit-5 h2{font-family:"Conthrax", Sans-serif;font-size:22px;line-height:28px;}.elementor-kit-5 h3{font-family:"Conthrax", Sans-serif;font-size:20px;line-height:26px;}.elementor-kit-5 h4{font-family:"Be Vietnam Pro", Sans-serif;font-size:18px;line-height:24px;}.elementor-kit-5 h5{font-family:"Be Vietnam Pro", Sans-serif;font-size:17px;line-height:23px;}.elementor-kit-5 h6{font-family:"Be Vietnam Pro", Sans-serif;font-size:16px;line-height:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Success notice */
.woocommerce-thankyou-order-received {
  background: linear-gradient(135deg, #0a1628 0%, #15294f 100%);
  padding: 18px 24px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-left: 4px solid #00bcd4 !important;
  margin-bottom: 24px !important;
  position: relative;
}

.woocommerce-thankyou-order-received::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #00bcd4;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  margin-right: 12px;
  color: #fff;
}

/* Order overview bar */
.woocommerce-order-overview {
  background: #f5f8fc !important;
  border: 1px solid #e0e8f0 !important;
  border-radius: 8px !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  margin-bottom: 28px !important;
  overflow: hidden;
  list-style: none !important;
}

.woocommerce-order-overview li {
  flex: 1 1 auto !important;
  padding: 16px 20px !important;
  border-right: 1px solid #e0e8f0 !important;
  margin: 0 !important;
  font-size: 12px !important;
  color: #6b7a8d !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  line-height: 1.4 !important;
}

.woocommerce-order-overview li:last-child {
  border-right: none !important;
}

.woocommerce-order-overview li strong {
  display: block !important;
  font-size: 15px !important;
  color: #15294f !important;
  font-weight: 700 !important;
  margin-top: 4px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.woocommerce-order-overview li.total strong {
  color: #00bcd4 !important;
  font-size: 17px !important;
}

/* COD note */
.woocommerce-order > p {
  background: #fff8e1;
  border-left: 3px solid #f59e0b;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  color: #7a5c00;
  margin-bottom: 28px;
}

/* Section headings */
.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #15294f !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #00bcd4 !important;
  margin-bottom: 20px !important;
}

/* Order details table */
.woocommerce-table--order-details {
  border-radius: 8px !important;
  overflow: hidden !important;
  border: 1px solid #e0e8f0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  width: 100% !important;
  margin-bottom: 32px !important;
}

.woocommerce-table--order-details thead tr {
  background: #15294f !important;
}

.woocommerce-table--order-details thead th {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 14px 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.woocommerce-table--order-details tbody tr {
  border-bottom: 1px solid #f0f4f8 !important;
  transition: background 0.2s;
}

.woocommerce-table--order-details tbody tr:hover {
  background: #f5f8fc !important;
}

.woocommerce-table--order-details tbody td {
  padding: 16px 20px !important;
  vertical-align: top !important;
  font-size: 14px !important;
  color: #2d3748 !important;
}

/* Product name link */
.woocommerce-table--order-details .product-name a {
  color: #15294f !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-decoration: none !important;
}

.woocommerce-table--order-details .product-name a:hover {
  color: #00bcd4 !important;
}

/* Quantity badge */
.woocommerce-table--order-details .product-quantity {
  display: inline-block;
  background: #e8f4f8;
  color: #00bcd4;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 700;
  margin-left: 6px;
}

/* Item meta (Loại, Kích thước) */
.wc-item-meta {
  margin-top: 8px !important;
  padding: 8px 12px !important;
  background: #f5f8fc !important;
  border-radius: 6px !important;
  list-style: none !important;
}

.wc-item-meta li {
  font-size: 13px !important;
  color: #6b7a8d !important;
  margin: 0 0 2px !important;
  padding: 0 !important;
}

.wc-item-meta .wc-item-meta-label {
  color: #15294f !important;
  font-weight: 600 !important;
}

/* Product total */
.woocommerce-table--order-details .product-total {
  font-weight: 700 !important;
  color: #15294f !important;
  font-size: 15px !important;
  text-align: right !important;
  white-space: nowrap !important;
}

/* Footer rows (subtotal, shipping, total) */
.woocommerce-table--order-details tfoot tr th,
.woocommerce-table--order-details tfoot tr td {
  padding: 12px 20px !important;
  font-size: 14px !important;
  border-top: 1px solid #e0e8f0 !important;
  color: #4a5568 !important;
}

.woocommerce-table--order-details tfoot tr th {
  font-weight: 600 !important;
  color: #15294f !important;
  text-align: left !important;
}

/* Grand total row */
.woocommerce-table--order-details tfoot tr:nth-last-child(2) th,
.woocommerce-table--order-details tfoot tr:nth-last-child(2) td {
  background: #f0fafd !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #00bcd4 !important;
  border-top: 2px solid #00bcd4 !important;
}

/* Address sections */
.woocommerce-columns--addresses {
  gap: 20px !important;
  display: flex !important;
  flex-wrap: wrap !important;
}

.woocommerce-column {
  flex: 1 1 calc(50% - 10px) !important;
  background: #f5f8fc !important;
  border: 1px solid #e0e8f0 !important;
  border-radius: 8px !important;
  padding: 20px 24px !important;
}

.woocommerce-column address {
  font-size: 14px !important;
  color: #4a5568 !important;
  line-height: 1.8 !important;
  height: auto !important;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
  font-size: 14px !important;
  color: #15294f !important;
  font-weight: 600 !important;
  margin: 4px 0 0 !important;
}

/* "Số điện thoại người nhận" note */
.woocommerce-customer-details > *:last-child {
  margin-top: 16px;
  padding: 10px 16px;
  background: #e8f4f8;
  border-radius: 6px;
  font-size: 14px;
  color: #15294f;
  font-weight: 600;
}

/* Responsive mobile */
@media (max-width: 768px) {
  .woocommerce-order-overview {
    flex-direction: column !important;
  }

  .woocommerce-order-overview li {
    border-right: none !important;
    border-bottom: 1px solid #e0e8f0 !important;
  }

  .woocommerce-order-overview li:last-child {
    border-bottom: none !important;
  }

  .woocommerce-columns--addresses {
    flex-direction: column !important;
  }

  .woocommerce-column {
    flex: 1 1 100% !important;
  }

  .woocommerce-table--order-details thead th:first-child,
  .woocommerce-table--order-details tbody td:first-child {
    padding-left: 12px !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Conthrax';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://noithatintechno.vn/wp-content/uploads/2026/07/conthrax-sb.ttf') format('truetype');
}
/* End Custom Fonts CSS */