.icon_size[data-size="30"] {
  width: 30px;

  height: 30px;

  object-fit: contain;
}

.icon_size[data-size="40"] {
  width: 40px;

  height: 40px;

  object-fit: contain;
}

.icon_size[data-size="50"] {
  width: 50px;

  height: 50px;

  object-fit: contain;
}

.user-icon-mobi,
button.close-account-btn {
  display: none;
}

.logo_text {
  font-family: "Bebas Neue", sans-serif;

  font-size: 42px;

  font-weight: 700;

  letter-spacing: 1.5px;

  text-transform: uppercase;

  background: linear-gradient(90deg, #2b87d8, #56ccf2);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  display: inline-block;

  padding: 10px 0;

  transition: transform 0.3s ease;
}

/* Notification Modal CSS */
.site-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
  display: flex;
  /* Use flexbox for centering */
  justify-content: center;
  /* Center content horizontally */
  align-items: center;
  /* Center content vertically */
  padding: 20px;
}

.site-modal-content {
  background-color: #fff;
  margin: auto;
  /* Auto margin for centering */
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 1024px;
  /* Could be more responsive */
  border-radius: 10px;
  position: relative;
  /* Needed for absolute positioning of close button */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.site-modal-close {
  color: #aaa;
  position: absolute;
  /* Position relative to modal-content */
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.site-modal-close:hover,
.site-modal-close:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.site-modal-title {
  text-align: left;
  margin-top: 0;
  color: black;
  font-size: 28px;
  margin-bottom: 15px;
}

.site-modal-body p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: black;
  text-align: left;
}

.site-modal-body a {
  font-weight: 600;
  color: #bb0707;
  text-decoration: none;
  word-break: break-all;
}

.site-modal-body a:hover {
  text-decoration: underline;
}

.site-modal-close-btn {
  background-color: black;
  /* WordPress blue */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
  float: right;
}

.site-modal-close-btn:hover {
  background-color: #005177;
}

.logo_text:hover {
  transform: scale(1.05);
}

.footer_col .logo_footer {
  width: 250px;
}

.logo {
  width: 180px;

  height: auto;

  display: flex;

  align-items: center;
}

.logo_footer {
  width: 160px;

  height: auto;
}

header {
  position: sticky;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 50;

  background-color: var(--bg-secondary);

  height: var(--height-header);

  display: flex;

  align-items: center;
}

.row_header {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.menu-header li a {
  height: var(--height-header);

  display: flex;

  align-items: center;
}

.menu-header {
  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 40px;
}

.menu-header > li > a {
  position: relative;
}

.menu-header > li > a::after {
  content: "";

  position: absolute;

  width: 0;

  height: 2px;

  bottom: 0px;

  left: 0;

  background-color: var(--color-primary);

  transition: width 0.3s ease;
}

.menu-header > li > a:hover::after {
  width: 100%;
}

.menu-header li a {
  color: var(--color-secondary);
}

.box_action {
  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 20px;
}

.box_action_item_button a {
  color: var(--color-secondary);

  border: 1px solid var(--color-primary);

  padding: 6px 12px;

  border-radius: 4px;

  transition: all 0.3s ease;

  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 10px;
}

.box_action_item_button a:hover {
  transform: translateY(-3px);

  transition: all 0.3s ease;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.box_action_item_button {
  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 20px;
}

.box_action_item_button .icon img {
  width: 25px;
}

.box_action_item_icon_cart a {
  display: flex;

  position: relative;
}

.bg_overlay {
  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  opacity: 0.7;

  background: black;

  width: 100%;

  height: 100%;

  z-index: 1;
}

.wrapper_banner {
  position: relative;

  z-index: 2;
}

.box_top_up_card h2 {
  margin-bottom: 30px;

  font-size: 36px;
}

.box_top_up_card_tab {
  display: flex;

  align-items: center;

  gap: 30px;
}

.box_top_up_card_tab_item {
  cursor: pointer;

  display: flex;

  align-items: flex-end;

  font-size: 17px;

  gap: 10px;
}

.box_top_up_card_tab_item {
  position: relative;
}

.box_top_up_card_tab_item.active::after {
  content: "";

  position: absolute;

  width: 100%;

  height: 3px;

  bottom: -12px;

  left: 0;

  background-color: var(--color-primary);

  transition: width 0.3s ease;
}

.box_top_up_card_tab_item:hover {
  color: var(--color-primary);

  transition: width 0.3s ease;
}

footer {
  padding-top: 6rem;

  padding-bottom: 6rem;

  background-color: var(--bg-secondary);
}

.wrapper_footer {
  display: grid;

  grid-template-columns: 1fr 1fr 1fr;

  gap: 30px;
}

.footer_col h3 {
  font-size: 32px;

  font-weight: 700;

  font-style: italic;

  margin-bottom: 20px;
}

span.color_active {
  color: #79ff4d;
}

span.color_active_two {
  color: #e4ff00;
}

ul.footer_list_post a {
  color: var(--color-secondary);

  margin-bottom: 15px;
}

ul.footer_list_post a:hover {
  color: var(--color-primary);

  transition: all 0.3s ease;
}

p.description {
  font-size: 16px;
}

.margin_bottom_20 {
  margin-bottom: 20px;
}

.margin_bottom_10 {
  margin-bottom: 10px;
}

a.footer_list_contact_item_link {
  display: flex;

  gap: 10px;

  align-items: center;

  margin-bottom: 15px;

  color: var(--color-secondary);

  font-size: 14px;
}

a.footer_list_contact_item_link:hover {
  color: var(--color-primary);

  transition: all 0.3s ease;
}

.account-not-login {
  display: flex;
}

span.woocommerce-Price-amount.amount {
  color: #ffbf00;
}

.box_content_menu {
  display: flex;

  gap: 40px;
}

.menu-mobi {
  display: none;
}

#cart-mini-not-login {
  padding: 0;
}

#cart-mini-not-login .box_action_item_icon_cart.no-login {
  padding: 0;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;

    margin: 0 auto;
  }
}

.account-section {
  display: flex;

  /* align-items: center; */

  position: relative;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif;
}

.account-header {
  display: flex;

  flex-direction: row-reverse;

  align-items: center;

  gap: 15px;

  /* background: rgb(40 44 52 / 40%); */

  padding: 4px 25px;

  border-radius: 6px;

  transition: background-color 0.2s ease;
}

.user-info-wrapper {
  position: relative;

  cursor: pointer;
}

.user-info-wrapper:hover .account-menu {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.user-info {
  display: flex;

  align-items: center;

  gap: 12px;

  padding: 8px 0;
}

.user-avatar {
  width: 36px;

  height: 36px;

  border-radius: 50%;

  overflow: hidden;

  border: 2px solid rgba(255, 255, 255, 0.1);
}

.user-avatar img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.user-details {
  display: flex;

  flex-direction: column;

  gap: 2px;
}

.username {
  color: #ffffff;

  font-weight: 600;

  font-size: 14px;
}

.account-id {
  color: #a8b3cf;

  font-size: 12px;
}

.balance {
  color: #ffffff;

  font-size: 13px;

  padding: 2px 8px;

  border-radius: 4px;

  display: inline-block;

  background: rgba(114, 137, 218, 0.2);

  font-weight: 500;
}

.menu-balance {
  margin-left: auto;

  color: #7289da;

  font-weight: 500;

  font-size: 13px;

  background: rgba(114, 137, 218, 0.1);

  padding: 2px 8px;

  border-radius: 4px;
}

.account-menu {
  position: absolute;

  top: calc(100% + 8px);

  right: 0;

  width: 260px;

  background: rgb(32, 34, 37);

  border-radius: 8px;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);

  opacity: 0;

  visibility: hidden;

  transform: translateY(10px);

  transition: all 0.2s ease;

  z-index: 9999;
}

.account-menu ul {
  list-style: none;

  padding: 8px 0;

  margin: 0;
}

.account-menu ul li a {
  display: flex;

  align-items: center;

  gap: 12px;

  padding: 12px 16px;

  color: #ffffff;

  text-decoration: none;

  transition: background-color 0.2s ease;
}

.account-menu ul li a:hover {
  background: rgba(255, 255, 255, 0.05);
}

.account-menu ul li a:hover .menu-balance {
  background: rgba(114, 137, 218, 0.2);
}

.account-menu ul li i {
  width: 20px;

  text-align: center;

  font-size: 16px;

  color: #7289da;
}

.account-menu ul li span {
  font-size: 14px;
}

.cart-icon img {
  width: 24px;

  height: 24px;

  filter: brightness(0) invert(1);
}

.notification-badge {
  position: absolute;

  top: -8px;

  right: -8px;

  background: #ff3e3e;

  color: white;

  font-size: 12px;

  padding: 2px 6px;

  border-radius: 10px;

  min-width: 18px;

  text-align: center;
}

.topup-section {
  background: rgb(36 36 36 / 90%);

  border-radius: 8px;

  padding: 25px;

  width: 100%;

  max-width: 450px;
}

.topup-title {
  color: #fff;

  font-size: 33px;

  font-weight: 600;

  margin-bottom: 25px;

  text-transform: uppercase;
}

h4.topup-title {
  color: #fff;

  font-size: 18px;

  margin-bottom: 15px;

  text-transform: capitalize;
}

.topup-tabs {
  display: flex;

  margin-bottom: 25px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tab-item {
  padding: 10px 0;

  margin-right: 30px;

  color: #fff;

  font-size: 16px;

  cursor: pointer;

  position: relative;

  width: 100%;
}

.tab-item.active {
  color: var(--color-primary);
}

.tab-item.active::after {
  content: "";

  position: absolute;

  bottom: -1px;

  left: 0;

  width: 100%;

  height: 2px;

  background: var(--color-primary);
}

.form-group label {
  display: block;

  color: #fff;

  margin-bottom: 12px;

  font-size: 14px;
}

.select-wrapper {
  position: relative;
}

.form-control {
  width: 100%;

  padding: 12px 15px;

  background: rgb(24 24 24 / 95%);

  border: none;

  border-radius: 4px;

  color: #fff;

  font-size: 14px;

  transition: all 0.3s ease;

  background: #3a3e40 !important;
}

select.form-control {
  outline: 10px solid transparent;

  appearance: none;

  padding-right: 30px;

  cursor: pointer;
}

select.form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

select.form-control:invalid {
  color: rgba(255, 255, 255, 0.6);
}

.select-wrapper:has(select:invalid)::after {
  opacity: 0.6;
}

select.form-control::-webkit-scrollbar {
  width: 6px;
}

select.form-control::-webkit-scrollbar-track {
  background: rgb(24 24 24);

  border-radius: 3px;
}

select.form-control::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);

  border-radius: 3px;

  border: 2px solid rgb(24 24 24);
}

select.form-control:focus {
  outline: none;

  background: rgb(24 24 24 / 95%);

  border: 1px solid var(--color-primary);

  box-shadow: 0 0 0 1px var(--color-primary);
}

.select-wrapper:hover .form-control {
  background: rgb(32 32 32 / 95%);
}

select.form-control:focus option {
  padding: 12px 15px;

  border-radius: 4px;

  margin: 2px 0;
}

.btn-submit {
  width: 100%;

  padding: 12px;

  background: rgba(43, 87, 216, 0.1);

  color: var(--color-primary);

  border: 1px solid var(--color-primary);

  border-radius: 4px;

  font-size: 15px;

  font-weight: 500;

  cursor: pointer;

  transition: all 0.3s ease;

  margin-top: 10px;
}

.btn-submit:hover {
  background: var(--color-primary);

  color: #fff;
}

.notice {
  margin-top: 20px;

  text-align: left;
}

.notice-text {
  color: #ff3333;

  font-size: 16px;

  font-weight: bold;
}

.cart-section {
  position: relative;
}

.box_action_item_icon_cart {
  position: relative;

  padding: 8px;

  cursor: pointer;
}

.box_action_item_icon_cart img {
  width: 24px;

  height: 24px;

  /* filter: brightness(0) invert(1); */
}

span.balance {
  font-size: 14px;
}

.number_cart {
  position: absolute;

  top: -10px;

  right: -10px;

  background: #ff3e3e;

  color: white;

  font-size: 12px;

  padding: 2px 6px;

  border-radius: 10px;

  min-width: 18px;

  text-align: center;
}

.cart-dropdown {
  position: absolute;

  top: calc(100% + 8px);

  right: 0;

  width: 320px;

  background: rgb(32, 34, 37);

  border-radius: 8px;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);

  opacity: 0;

  visibility: hidden;

  transform: translateY(10px);

  transition: all 0.2s ease;

  z-index: 9999;
}

.cart-section:hover .cart-dropdown {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.cart-header {
  padding: 15px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-header h3 {
  margin: 0;

  color: #fff;

  font-size: 16px;

  font-weight: 600;
}

.cart-header .cart-count {
  color: #a8b3cf;

  font-size: 13px;

  margin-top: 4px;

  display: block;
}

.cart-items {
  max-height: 320px;

  overflow-y: auto;

  padding: 10px 0;
}

.cart-items::-webkit-scrollbar {
  width: 2px;
}

.cart-items::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.173);

  border-radius: 3px;
}

.cart-item {
  display: flex;

  align-items: center;

  padding: 10px 15px;

  gap: 12px;

  transition: background-color 0.2s ease;

  position: relative;
}

.cart-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.cart-item:hover .item-remove {
  opacity: 1;

  visibility: visible;
}

.item-image {
  width: 50px;

  height: 50px;

  border-radius: 4px;

  overflow: hidden;
}

.item-image img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.item-details {
  flex: 1;

  padding-right: 25px;
}

.item-details h4 {
  margin: 0 0 4px;

  color: #fff;

  font-size: 14px;

  font-weight: 500;
}

.item-price {
  color: #a8b3cf;

  font-size: 13px;
}

.item-quantity {
  margin-left: 5px;

  color: rgba(255, 255, 255, 0.5);
}

.item-remove {
  position: absolute;

  right: 15px;

  top: 50%;

  transform: translateY(-50%);

  opacity: 0;

  visibility: hidden;

  transition: all 0.2s ease;
}

.item-remove a {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 20px;

  height: 20px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.1);

  color: #fff;

  text-decoration: none;

  transition: all 0.2s ease;
}

.item-remove a:hover {
  background: #ff3e3e;
}

.item-remove i {
  font-size: 12px;
}

.cart-footer {
  padding: 15px;

  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-total {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 15px;

  color: #fff;

  font-size: 14px;
}

.cart-total strong {
  font-size: 16px;

  color: #7289da;
}

.cart-actions {
  display: flex;

  gap: 10px;
}

.cart-actions .button {
  flex: 1;

  padding: 10px;

  justify-content: center;

  border-radius: 4px;

  font-size: 14px;

  font-weight: 500;

  text-decoration: none;

  transition: all 0.2s ease;
}

.button.view-cart {
  background: rgba(255, 255, 255, 0.1);

  color: #fff;
}

.button.view-cart:hover {
  background: rgba(255, 255, 255, 0.15);
}

.button.checkout {
  background: #7289da;

  color: #fff;
}

.button.checkout:hover {
  background: #5b6eae;
}

.progress-steps {
  display: flex;

  justify-content: space-between;

  max-width: 800px;

  margin: auto;

  margin-bottom: 60px;
}

.step.completed:not(:last-child)::after {
  transform: translateX(-25%);
}

/* Loading state */

.cart-item.removing {
  opacity: 0.5;

  pointer-events: none;
}

/* Notification styles */

.cart-notification {
  position: fixed;

  top: 15%;

  right: 20px;

  padding: 12px 20px;

  border-radius: 4px;

  color: #fff;

  font-size: 14px;

  z-index: 9999;

  transform: translateY(100px);

  opacity: 0;

  transition: all 0.3s ease;
}

.cart-notification.show {
  transform: translateY(0);

  opacity: 1;
}

span.original-price span.woocommerce-Price-amount.amount {
  color: #8d8d8d;
}

.cart-notification.success {
  background: #4caf50;
}

.cart-notification.error {
  background: #f44336;
}

/* Animation for item removal */

.cart-item {
  transform-origin: top;

  transition: transform 0.3s ease, opacity 0.3s ease;
}

.cart-item.removing {
  transform: translateX(-10px);

  opacity: 0.5;
}

.cart-page {
  background-color: #0a0a0a;

  padding: 40px 0px 80px 40px;

  color: #fff;
}

.container {
  max-width: 1200px;

  margin: 0 auto;

  padding: 0 20px;
}

.cart-page .cart-title {
  font-size: 36px;

  font-weight: 700;

  margin-bottom: 40px;

  text-align: center;

  color: #fff;
}

/* Progress Steps */

.cart-page .progress-steps {
  display: flex;

  justify-content: space-between;

  /* align-items: center; */

  margin: 0 auto 60px;

  position: relative;

  max-width: 800px;

  padding: 0;
}

.cart-page .step {
  display: flex;

  flex-direction: column;

  align-items: center;

  position: relative;

  z-index: 2;

  width: 200px;
}

.cart-page .step-icon {
  width: 50px;

  height: 50px;

  background: rgba(255, 255, 255, 0.05);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 12px;

  color: rgba(255, 255, 255, 0.5);

  font-size: 20px;

  transition: all 0.3s ease;

  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-page .step.active .step-icon {
  background: var(--color-primary);

  color: #0a0a0a;

  border: none;
}

.cart-page .step.completed .step-icon {
  background: #0a0a0a;

  color: var(--color-primary);

  border: 1px solid var(--color-primary);
}

.cart-page .step-label {
  font-size: 14px;

  font-weight: 500;

  color: rgba(255, 255, 255, 0.5);

  transition: all 0.3s ease;

  text-align: center;

  line-height: 1.4;
}

.cart-page .step.active .step-label {
  color: var(--color-primary);

  font-weight: 600;
}

.cart-page .step.completed .step-label {
  color: var(--color-primary);
}

/* Progress Line */

.cart-page .step:not(:last-child)::after {
  content: "";

  position: absolute;

  top: 25px;

  left: 100%;

  width: 100%;

  height: 1px;

  background: rgba(255, 255, 255, 0.1);

  z-index: 1;

  transform: translateX(-25%);
}

.cart-page .step.completed:not(:last-child)::after {
  background: var(--color-primary);
}

/* Login/Register Section */

.cart-page .login-register-section {
  background: rgba(255, 255, 255, 0.05);

  border-radius: 10px;

  padding: 30px;

  margin-bottom: 30px;
}

.cart-page .login-register-title {
  font-size: 24px;

  font-weight: 600;

  margin-bottom: 20px;

  color: #fff;
}

.cart-page .login-register-buttons {
  display: flex;

  gap: 15px;
}

.cart-page .login-button,
.cart-page .register-button {
  flex: 1;

  padding: 12px 20px;

  border-radius: 8px;

  font-weight: 600;

  font-size: 16px;

  text-align: center;

  transition: all 0.3s ease;
}

.cart-page .login-button {
  background: var(--color-primary);

  color: #0a0a0a;
}

.cart-page .register-button {
  background: rgba(255, 255, 255, 0.1);

  color: #fff;

  border: 1px solid var(--color-primary);
}

.cart-page .login-button:hover {
  background: var(--color-primary);

  opacity: 0.9;
}

.cart-page .register-button:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* Cart Content */

.cart-page .cart-content {
  display: grid;

  grid-template-columns: 1fr 350px;

  gap: 30px;
}

/* Cart Items */

.cart-page .cart-items {
  background: rgba(255, 255, 255, 0.05);

  border-radius: 10px;

  padding: 20px;

  overflow: inherit;

  max-height: unset;
}

.cart-page .cart-item {
  display: grid;

  grid-template-columns: 100px 1fr auto;

  gap: 20px;

  padding: 20px;

  background: rgba(255, 255, 255, 0.03);

  border-radius: 8px;

  margin-bottom: 15px;
}

.cart-page .cart-item:last-child {
  margin-bottom: 0;
}

.cart-page .item-image {
  width: 100px;

  height: 100px;

  border-radius: 8px;

  overflow: hidden;

  background: rgba(255, 255, 255, 0.05);

  transition: transform 0.3s ease;
}

.cart-page .item-image:hover {
  transform: scale(1.05);
}

.cart-page .product-thumbnail {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.cart-page .item-details {
  display: flex;

  flex-direction: column;

  justify-content: center;
}

.cart-page .item-name {
  font-size: 18px;

  font-weight: 600;

  margin-bottom: 10px;

  color: #fff;
}

.cart-page .item-name a {
  color: #fff;

  text-decoration: none;

  transition: color 0.3s ease;
}

.cart-page .item-name a:hover {
  color: var(--color-primary);
}

.cart-page .item-meta {
  display: flex;

  gap: 15px;

  margin-bottom: 10px;
}

.cart-page .item-type,
.cart-page .item-category {
  font-size: 14px;

  color: rgba(255, 255, 255, 0.7);
}

.cart-page .item-price {
  font-size: 18px;

  font-weight: 600;

  color: #ffbf00;
}

.cart-page .item-remove {
  display: flex;

  align-items: center;
}

.cart-page .remove-item {
  color: rgba(255, 255, 255, 0.5);

  font-size: 20px;

  transition: color 0.3s ease;
}

.cart-page .remove-item:hover {
  color: #fff;
}

/* Order Summary */

.cart-page .order-summary {
  background: rgba(255, 255, 255, 0.05);

  border-radius: 10px;

  padding: 20px;

  height: fit-content;
}

.cart-page .summary-header {
  margin-bottom: 20px;
}

.cart-page .summary-header h2 {
  font-size: 20px;

  font-weight: 600;

  color: #fff;
}

.cart-page .summary-content {
  display: flex;

  flex-direction: column;

  gap: 15px;
}

.cart-page .summary-row {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 10px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-page .summary-row.total {
  border-bottom: none;

  font-size: 18px;

  font-weight: 600;

  color: var(--color-primary);
}

.cart-page .summary-row.total span:last-child {
  color: #ffbf00;
}

.cart-page .checkout-button {
  display: block;

  width: 100%;

  padding: 16px;

  background: var(--color-primary);

  color: #fff;

  text-align: center;

  border-radius: 8px;

  font-weight: 600;

  font-size: 15px;

  text-transform: uppercase;

  letter-spacing: 0.5px;

  transition: all 0.3s ease;

  border: 1px solid var(--color-primary);

  position: relative;

  overflow: hidden;
}

.cart-page .checkout-button::before {
  content: "";

  position: absolute;

  top: 0;

  left: -100%;

  width: 100%;

  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );

  transition: all 0.6s ease;
}

.cart-page .checkout-button:hover {
  background: var(--color-primary);

  transform: translateY(-2px);

  box-shadow: 0 5px 15px rgba(0, 255, 255, 0.2);
}

.cart-page .checkout-button:hover::before {
  left: 100%;
}

.cart-page .checkout-button:active {
  transform: translateY(0);

  box-shadow: none;
}

/* Empty Cart */

.cart-page .empty-cart {
  text-align: center;

  padding: 60px 20px;

  grid-column: 1 / -1;
}

.cart-page .empty-cart i {
  font-size: 60px;

  color: rgba(255, 255, 255, 0.2);

  margin-bottom: 20px;
}

.cart-page .empty-cart p {
  font-size: 18px;

  color: rgba(255, 255, 255, 0.7);

  margin-bottom: 20px;
}

.cart-page .continue-shopping {
  display: inline-block;

  padding: 12px 30px;

  background: var(--color-primary);

  color: #0a0a0a;

  border-radius: 8px;

  font-weight: 600;

  transition: background 0.3s ease;
}

.cart-page .continue-shopping:hover {
  background: #00e6e6;
}

/* Responsive Design */

@media (max-width: 992px) {
  .cart-page .cart-content {
    grid-template-columns: 1fr;
  }

  .cart-page .order-summary {
    margin-top: 30px;
  }

  .cart-page .progress-steps {
    max-width: 600px;
  }

  .cart-page .step {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .cart-page .progress-steps {
    max-width: 100%;

    padding: 0 20px;
  }

  .cart-page .step {
    width: auto;

    padding: 0 10px;
  }

  .cart-page .step-icon {
    width: 40px;

    height: 40px;

    font-size: 16px;
  }

  .cart-page .step-label {
    font-size: 12px;

    max-width: 90px;
  }

  .cart-page .progress-steps::before {
    top: 20px;
  }

  .cart-page .step:not(:last-child)::after {
    top: 20px;
  }

  .cart-page .item-image {
    width: 80px;

    height: 80px;
  }

  .cart-page .item-name {
    font-size: 16px;
  }

  .cart-page .item-price {
    font-size: 16px;
  }

  .cart-page .quantity-btn {
    width: 25px;

    height: 25px;

    font-size: 14px;
  }

  .cart-page .quantity-input {
    width: 40px;

    height: 25px;

    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .cart-page .cart-title {
    font-size: 32px;

    margin-top: 30px;
  }

  .cart-page .progress-steps {
    padding: 0 10px;
  }

  .cart-page .step {
    padding: 0 5px;
  }

  .cart-page .step-icon {
    width: 35px;

    height: 35px;

    font-size: 14px;
  }

  .cart-page .step-label {
    font-size: 11px;

    max-width: 70px;
  }

  .cart-page .cart-item {
    grid-template-columns: 1fr;

    text-align: center;
  }

  .cart-page .item-image {
    margin: 0 auto;
  }

  .cart-page .item-meta {
    justify-content: center;
  }

  .cart-page .item-remove {
    justify-content: center;

    margin-top: 10px;
  }
}

.cart-page .item-quantity {
  margin: 10px 0;
}

.cart-page .quantity-controls {
  display: flex;

  align-items: center;

  gap: 5px;
}

.cart-page .quantity-btn {
  width: 30px;

  height: 30px;

  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 4px;

  color: #fff;

  font-size: 16px;

  cursor: pointer;

  transition: all 0.3s ease;

  display: flex;

  align-items: center;

  justify-content: center;
}

.cart-page .quantity-btn:hover {
  background: var(--color-primary);

  border-color: var(--color-primary);
}

.cart-page .quantity-input {
  width: 50px;

  height: 30px;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 4px;

  color: #fff;

  text-align: center;

  font-size: 14px;

  -moz-appearance: textfield;
}

.cart-page .quantity-input::-webkit-outer-spin-button,
.cart-page .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

.cart-page.loading {
  position: relative;

  pointer-events: none;
}

.cart-page.loading::after {
  content: "";

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  z-index: 9999;
}

.cart-page.loading::before {
  content: "";

  position: fixed;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 40px;

  height: 40px;

  border: 3px solid rgba(255, 255, 255, 0.3);

  border-top-color: var(--color-primary);

  border-radius: 50%;

  z-index: 10000;

  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.wp-block-woocommerce-checkout {
  max-width: 1200px;

  margin: 0 auto;

  padding: 40px 20px;
}

.wc-block-components-sidebar-layout {
  display: grid;

  grid-template-columns: 65% 35%;

  gap: 30px;
}

@media (max-width: 768px) {
  .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
  }
}

/* Main Content */

.wc-block-checkout__main {
  background: #fff;

  padding: 30px;

  border-radius: 8px;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Sidebar */

.wc-block-checkout__sidebar {
  position: sticky;

  top: 20px;

  height: fit-content;
}

/* Order Summary */

.wc-block-components-order-summary {
  background: #fff;

  padding: 20px;

  border-radius: 8px;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.wc-block-components-order-summary-item {
  display: grid;

  grid-template-columns: 80px 1fr auto;

  gap: 15px;

  padding: 15px 0;

  border-bottom: 1px solid #eee;
}

.wc-block-components-order-summary-item__image {
  position: relative;
}

.wc-block-components-order-summary-item__quantity {
  position: absolute;

  top: -8px;

  left: -8px;

  background: var(--color-primary);

  color: #fff;

  width: 24px;

  height: 24px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 12px;
}

/* Form Fields */

.wc-block-components-text-input {
  position: relative;

  margin-bottom: 20px;
}

.wc-block-components-text-input input {
  width: 100%;

  padding: 12px 15px;

  border: 1px solid #ddd;

  border-radius: 6px;

  font-size: 14px;

  transition: all 0.3s ease;
}

.wc-block-components-text-input label {
  position: absolute;

  top: -8px;

  left: 10px;

  background: #fff;

  padding: 0 5px;

  font-size: 12px;

  color: #666;
}

.wc-block-components-text-input input:focus {
  border-color: var(--color-primary);

  outline: none;
}

/* Checkout Steps */

.wc-block-components-checkout-step {
  margin-bottom: 30px;
}

.wc-block-components-checkout-step__title {
  font-size: 18px;

  font-weight: 600;

  margin-bottom: 15px;

  color: #333;
}

.wc-block-components-checkout-step__container {
  margin-top: 15px;
}

.wc-block-components-checkout-step__description {
  font-size: 14px;

  color: #666;

  margin-bottom: 20px;
}

/* Payment Methods */

.wc-block-components-radio-control {
  border: 1px solid #ddd;

  border-radius: 8px;

  overflow: hidden;
}

.wc-block-components-radio-control-accordion-option {
  border-bottom: 1px solid #ddd;

  padding: 15px;
}

.wc-block-components-radio-control-accordion-option:last-child {
  border-bottom: none;
}

.wc-block-components-radio-control__option {
  display: flex;

  align-items: center;

  cursor: pointer;
}

.wc-block-components-radio-control__input {
  margin-right: 10px;
}

/* Totals */

.wc-block-components-totals-item {
  display: flex;

  justify-content: space-between;

  padding: 10px 0;
}

.wc-block-components-totals-footer-item {
  font-weight: 600;

  font-size: 16px;

  border-top: 1px solid #eee;

  margin-top: 15px;

  padding-top: 15px;
}

/* Buttons */

.wc-block-components-checkout-place-order-button {
  width: 100%;

  padding: 15px;

  background: var(--color-primary);

  color: #fff;

  border: none;

  border-radius: 6px;

  font-size: 16px;

  font-weight: 600;

  cursor: pointer;

  transition: all 0.3s ease;
}

.wc-block-components-checkout-place-order-button:hover {
  opacity: 0.9;
}

.wc-block-components-checkout-return-to-cart-button {
  display: flex;

  align-items: center;

  color: #666;

  text-decoration: none;

  font-size: 14px;
}

.wc-block-components-checkout-return-to-cart-button svg {
  margin-right: 5px;
}

/* Bank List */

.vietqr-row {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));

  gap: 10px;

  margin-top: 15px;
}

.list-bank-box {
  border: 1px solid #ddd;

  border-radius: 6px;

  padding: 8px;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: all 0.3s ease;
}

.list-bank-box:hover {
  border-color: var(--color-primary);

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.list-bank-box img {
  max-width: 100%;

  height: auto;
}

/* Responsive */

@media (max-width: 768px) {
  .wp-block-woocommerce-checkout {
    padding: 20px;
  }

  .wc-block-components-order-summary-item {
    grid-template-columns: 60px 1fr;
  }

  .wc-block-components-order-summary-item__total-price {
    grid-column: 1/-1;

    text-align: right;
  }

  .vietqr-row {
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  }
}

.wrapper_login {
  width: 50rem;

  max-width: 100%;

  margin: 0 auto;

  padding: 4rem 0;
}

h1.title_login {
  font-size: 40px;

  font-weight: 600;

  text-align: center;

  margin-bottom: 30px;
}

.login-container {
  max-width: 500px;

  margin: 40px auto;

  padding: 20px;
}

.login-title {
  font-size: 32px;

  font-weight: 600;

  text-align: center;

  margin-bottom: 30px;

  color: var(--color-secondary);
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;

  margin-bottom: 8px;

  color: var(--color-secondary);

  font-weight: 500;
}

.form-input {
  width: 100%;

  padding: 12px 16px;

  border-radius: 4px;

  border: none;

  background-color: rgba(255, 255, 255, 0.1);

  color: var(--color-secondary);

  font-size: 15px;

  height: 48px;
}

.form-input:focus {
  outline: 1px solid var(--color-primary);

  background-color: rgba(255, 255, 255, 0.15);
}

.remember-me {
  display: flex;

  align-items: center;

  gap: 8px;

  margin-bottom: 20px;

  cursor: pointer;
}

.remember-me input[type="checkbox"] {
  accent-color: var(--color-primary);
}

.forgot-password {
  color: var(--color-secondary);

  text-decoration: none;

  float: right;
}

.forgot-password:hover {
  color: var(--color-primary);
}

.login-button {
  height: 48px;

  font-size: 16px;

  width: 100%;

  padding: 12px;

  background-color: var(--color-primary);

  color: var(--color-secondary);

  border: none;

  border-radius: 4px;

  font-weight: 600;

  cursor: pointer;

  transition: background-color 0.3s ease;
}

.login-button:hover {
  background-color: var(--color-primary);
}

.register-link {
  text-align: center;

  margin-top: 20px;
}

.register-link a {
  color: var(--color-primary);

  text-decoration: none;

  font-size: 16px;
}

.register-link a:hover {
  text-decoration: underline;
}

.form-options {
  margin-top: 30px;

  display: flex;

  justify-content: space-between;
}

.form-options span {
  font-size: 14px;

  font-weight: 500;
}

.form-group input::placeholder {
  font-size: 15px;

  font-weight: 500;
}

.password-field {
  position: relative;

  display: flex;

  align-items: center;
}

.toggle-password {
  position: absolute;

  right: 12px;

  background: none;

  border: none;

  cursor: pointer;

  color: #888;

  padding: 4px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.toggle-password:hover {
  color: var(--color-accent);
}

.eye-icon {
  width: 20px;

  height: 20px;
}

/* Adjust the password input padding to accommodate the icon */

.password-field .form-input {
  padding-right: 45px;
}

.page-my-account {
  padding: 100px 0;
}

.account-container {
  display: flex;

  gap: 20px;
}

.account-sidebar {
  width: 350px;
}

.account-sidebar nav ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

.tab-content-account-sidebar {
  width: 100%;

  flex-grow: 1;

  background-color: #111;

  padding: 20px;

  border-radius: 10px;
}

.account-sidebar nav ul li {
  margin-bottom: 10px;
}

.account-sidebar nav ul li a {
  display: block;

  padding: 12px 15px;

  background-color: #111;

  border: 1px solid var(--color-primary);

  border-radius: 5px;

  text-decoration: none;

  color: #fff;

  transition: background 0.2s;
}

.account-sidebar nav ul li a.active,
.account-sidebar nav ul li a:hover {
  color: var(--color-primary);

  font-weight: bold;
}

.notification-bar {
  background-color: var(--color-primary);

  color: #000;

  padding: 12px 16px;

  margin-bottom: 20px;

  border: 2px solid #ff4b2b;

  border-radius: 8px;

  font-weight: 600;
}

.account-status {
  background-color: var(--color-line);

  color: #000;

  padding: 10px 12px;

  border-radius: 20px;

  font-weight: bold;

  font-size: 14px;
}

.edit-button,
.change-password {
  background-color: var(--color-primary);

  color: #000;

  padding: 10px 18px;

  border: none;

  border-radius: 8px;

  font-weight: bold;

  cursor: pointer;

  transition: opacity 0.2s;
}

.change-password {
  background-color: transparent;

  color: var(--color-primary);

  border: 1px solid var(--color-primary);
}

.edit-button:hover,
.change-password:hover {
  opacity: 0.8;
}

.account-details .form-group {
  margin-bottom: 15px;
}

.account-details label {
  display: block;

  margin-bottom: 5px;

  font-weight: bold;
}

.account-details input[type="text"],
.account-details input[type="tel"],
.account-details input[type="email"] {
  width: 100%;

  padding: 10px;

  background-color: #333;

  border: none;

  border-radius: 5px;

  color: #fff;

  height: 50px;

  font-size: 15px;
}

.account-details input::placeholder {
  font-size: 15px;
}

.account-details input[readonly] {
  background-color: #555;

  cursor: no-drop;

  outline: none;
}

.form-actions {
  margin-top: 20px;
}

.update-button {
  background-color: var(--color-primary);

  color: #fff;

  padding: 10px 20px;

  border: none;

  border-radius: 8px;

  font-weight: bold;

  cursor: pointer;

  font-size: 15px;
}

.update-button:hover {
  opacity: 0.85;
}

.notification-bar {
  display: flex;

  align-items: center;

  gap: 12px;

  background: linear-gradient(135deg, var(--color-primary), #8ffcff);

  color: #000;

  padding: 16px 20px;

  border: 1px solid #ffa500;

  border-radius: 10px;

  font-weight: 600;

  font-size: 15px;

  box-shadow: 0 4px 12px rgba(255, 165, 0, 0.3);

  position: relative;

  overflow: hidden;
}

/* Optional: Add icon with ::before */

.notification-bar::before {
  content: "⚠️";

  font-size: 20px;
}

.password-field {
  position: relative;

  display: flex;

  align-items: center;
}

.password-field input {
  padding-right: 40px;
}

.toggle-password {
  position: absolute;

  right: 10px;

  background: none;

  border: none;

  cursor: pointer;

  padding: 5px;

  color: #fff;
}

.toggle-password .eye-icon {
  width: 20px;

  height: 20px;

  transition: opacity 0.2s;
}

.toggle-password .eye-icon.active {
  opacity: 0.7;
}

.cancel-button {
  display: inline-block;

  padding: 10px 20px;

  background-color: #333;

  color: #fff;

  border: none;

  border-radius: 8px;

  font-weight: bold;

  cursor: pointer;

  margin-left: 10px;

  text-decoration: none;
}

.cancel-button:hover {
  background-color: #444;
}

.notification-bar.success {
  background: linear-gradient(135deg, #4caf50, #8bc34a);

  border-color: #4caf50;
}

.notification-bar.error {
  background: linear-gradient(135deg, #f44336, #ff5722);

  border-color: #f44336;
}

/* Change Password Form Styles */

#change-password-form {
  margin: 0 auto;
}

#change-password-form .form-group {
  margin-bottom: 20px;
}

#change-password-form label {
  display: block;

  margin-bottom: 8px;

  color: #fff;

  font-weight: 500;
}

#change-password-form .password-field {
  position: relative;
}

#change-password-form .form-input {
  width: 100%;

  padding: 12px 15px;

  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 8px;

  color: #fff;

  font-size: 14px;

  transition: all 0.3s ease;
}

#change-password-form .form-input:focus {
  outline: none;

  border-color: var(--color-primary);

  background: rgba(255, 255, 255, 0.15);
}

#change-password-form .toggle-password {
  position: absolute;

  right: 12px;

  top: 50%;

  transform: translateY(-50%);

  background: none;

  border: none;

  cursor: pointer;

  color: #fff;

  opacity: 0.7;

  transition: opacity 0.3s ease;
}

#change-password-form .toggle-password:hover {
  opacity: 1;
}

#change-password-form .form-actions {
  display: flex;

  gap: 15px;

  margin-top: 30px;
}

#change-password-form .update-button {
  flex: 1;

  padding: 12px;

  background: var(--color-primary);

  color: #fff;

  border: none;

  border-radius: 8px;

  font-weight: 600;

  cursor: pointer;

  transition: all 0.3s ease;
}

#change-password-form .update-button:hover {
  opacity: 0.9;
}

#change-password-form .update-button:disabled {
  opacity: 0.7;

  cursor: not-allowed;
}

#change-password-form .cancel-button {
  padding: 12px 20px;

  background: rgba(255, 255, 255, 0.1);

  color: #fff;

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 8px;

  font-weight: 600;

  text-decoration: none;

  transition: all 0.3s ease;
}

#change-password-form .cancel-button:hover {
  background: rgba(255, 255, 255, 0.15);

  border-color: rgba(255, 255, 255, 0.3);
}

/* Password Strength Meter */

.password-strength-meter {
  height: 4px;

  background: rgba(255, 255, 255, 0.1);

  border-radius: 2px;

  margin-top: 8px;

  overflow: hidden;
}

.password-strength-meter span {
  display: block;

  height: 100%;

  transition: width 0.3s ease;
}

.password-strength-meter .weak {
  background: #ff4444;

  width: 25%;
}

.password-strength-meter .medium {
  background: #ffbb33;

  width: 50%;
}

.password-strength-meter .strong {
  background: #00c851;

  width: 75%;
}

.password-strength-meter .very-strong {
  background: #00c851;

  width: 100%;
}

.password-strength-text {
  font-size: 12px;

  color: rgba(255, 255, 255, 0.7);

  margin-top: 4px;
}

/* Form Validation Styles */

#change-password-form .form-input.error {
  border-color: #ff4444;

  background: rgba(255, 68, 68, 0.1);
}

#change-password-form .error-message {
  display: block;

  color: #ff4444;

  font-size: 12px;

  margin-top: 5px;
}

.wallet-status {
  padding: 4px 10px;

  border-radius: 12px;

  font-size: 13px;

  font-weight: 500;

  display: inline-block;
}

.wallet-status.success {
  background: #2ecc71;

  color: #fff;
}

.wallet-status.pending {
  background: #f1c40f;

  color: #000;
}

.wallet-status.failed {
  background: #e74c3c;

  color: #fff;
}

.wallet-status.unknown {
  background: #95a5a6;

  color: #fff;
}

.tab-content-account-sidebar h3 {
  font-size: 22px;

  margin-bottom: 20px;
}

/* Table layout */

#transaction-table {
  width: 100%;

  border-collapse: collapse;

  background-color: #121212;

  color: #ffffff;

  font-size: 14px;

  border-radius: 8px;

  overflow: hidden;

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.order-status {
  padding: 4px 8px;

  border-radius: 4px;

  font-weight: bold;

  font-size: 0.9em;

  display: inline-block;

  color: white;
}

.order-status.pending {
  background-color: #f0ad4e;

  /* orange */
}

.order-status.processing {
  background-color: #5bc0de;

  /* blue */
}

.order-status.completed {
  background-color: #5cb85c;

  /* green */
}

.order-status.canceled {
  background-color: #d9534f;

  /* red */
}

/* Header */

#transaction-table thead th {
  background-color: #1e1e1e;

  color: var(--color-primary);

  /* hoặc #00e0ff */

  padding: 12px;

  text-align: left;

  border-bottom: 1px solid #333;
}

/* Body rows */

#transaction-table tbody td {
  padding: 12px;

  border-bottom: 1px solid #2a2a2a;
}

/* Hover effect */

#transaction-table tbody tr:hover {
  background-color: #1f1f1f;
}

/* Price formatting */

.woocommerce-Price-amount {
  color: #00e0ff;

  font-weight: bold;
}

/* Wallet status label styling (reuse if needed) */

.wallet-status {
  padding: 4px 12px;

  border-radius: 20px;

  font-size: 13px;

  font-weight: 500;

  display: inline-block;

  text-align: center;
}

.wallet-status.success {
  background: #2ecc71;

  color: #fff;
}

.wallet-status.pending {
  background: #f1c40f;

  color: #000;
}

.wallet-status.failed {
  background: #e74c3c;

  color: #fff;
}

.wallet-status.unknown {
  background: #95a5a6;

  color: #fff;
}

.wallet-status:not(.success):not(.pending):not(.failed):not(.unknown) {
  background: #333;

  color: #eee;
}

.notification-container {
  position: fixed;

  top: 20px;

  right: 20px;

  z-index: 9999;
}

.notification {
  background: #fff;

  padding: 15px 25px;

  border-radius: 8px;

  margin-bottom: 10px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

  transition: all 0.3s ease;
}

.notification.success {
  background: #4caf50;

  color: #fff;

  border-left: 4px solid #2e7d32;
}

.notification.error {
  background: #f44336;

  color: #fff;

  border-left: 4px solid #c62828;
}

.table-responsive {
  margin-top: 20px;

  background: rgba(255, 255, 255, 0.05);

  border-radius: 10px;

  padding: 20px;
}

#orders-table {
  width: 100%;

  border-collapse: collapse;
}

#orders-table th {
  background: rgba(255, 255, 255, 0.1);

  padding: 12px 15px;

  text-align: left;

  font-weight: 600;

  color: var(--color-primary);
}

#orders-table td {
  padding: 12px 15px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  color: #fff;
}

#orders-table tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.order-status {
  display: inline-block;

  padding: 4px 8px;

  border-radius: 4px;

  font-size: 12px;

  font-weight: 500;
}

.order-status.completed {
  background: #2ecc71;

  color: #fff;
}

.order-status.processing {
  background: #f1c40f;

  color: #000;
}

.order-status.on-hold {
  background: #e67e22;

  color: #fff;
}

.order-status.cancelled {
  background: #e74c3c;

  color: #fff;
}

.order-status.failed {
  background: #95a5a6;

  color: #fff;
}

.view-order {
  color: var(--color-primary);

  text-decoration: none;

  font-size: 16px;

  transition: opacity 0.3s;
}

.view-order:hover {
  opacity: 0.8;
}

.no-orders {
  text-align: center;

  padding: 30px;

  color: rgba(255, 255, 255, 0.7);

  font-size: 16px;
}

/* DataTables Customization */

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.2);

  color: #fff;

  padding: 5px 10px;

  border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff !important;

  background: rgba(255, 255, 255, 0.1) !important;

  border: 1px solid rgba(255, 255, 255, 0.2) !important;

  padding: 5px 10px;

  margin: 0 2px;

  border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: var(--color-primary) !important;

  color: #000 !important;

  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: rgba(255, 255, 255, 0.2) !important;

  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/* Modal Styles */

.modal {
  display: none;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.7);

  z-index: 1000;

  opacity: 0;

  transition: opacity 0.3s ease;
}

.modal.show {
  display: flex;

  opacity: 1;
}

.modal-content {
  background: #1a1a1a;

  width: 90%;

  max-width: 800px;

  margin: auto;

  border-radius: 10px;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);

  transform: translateY(-20px);

  transition: transform 0.3s ease;
}

.modal.show .modal-content {
  transform: translateY(0);
}

.modal-header {
  padding: 20px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.modal-header h3 {
  margin: 0;

  color: var(--color-primary);

  font-size: 20px;
}

.close-modal {
  background: none;

  border: none;

  color: #fff;

  font-size: 24px;

  cursor: pointer;

  padding: 0;

  opacity: 0.7;

  transition: opacity 0.3s;
}

.close-modal:hover {
  opacity: 1;
}

.modal-body {
  padding: 20px;

  max-height: 70vh;

  overflow-y: auto;
}

.order-info {
  background: rgba(255, 255, 255, 0.05);

  border-radius: 8px;

  padding: 15px;

  margin-bottom: 20px;
}

.info-row {
  display: flex;

  justify-content: space-between;

  margin-bottom: 10px;
}

.info-row:last-child {
  margin-bottom: 0;
}

.info-row .label {
  color: rgba(255, 255, 255, 0.7);
}

.info-row .value {
  color: #fff;

  font-weight: 500;
}

.order-items h4 {
  margin: 0 0 15px 0;

  color: var(--color-primary);
}

.order-item {
  display: flex;

  align-items: center;

  padding: 10px;

  background: rgba(255, 255, 255, 0.03);

  border-radius: 6px;

  margin-bottom: 10px;
}

.order-item:last-child {
  margin-bottom: 0;
}

.order-item-image {
  width: 60px;

  height: 60px;

  margin-right: 15px;

  border-radius: 4px;

  overflow: hidden;
}

.order-item-image img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.order-item-details {
  flex: 1;
}

.order-item-name {
  color: #fff;

  margin: 0 0 5px 0;

  font-size: 14px;
}

.order-item-meta {
  color: rgba(255, 255, 255, 0.7);

  font-size: 12px;
}

.order-item-price {
  color: var(--color-primary);

  font-weight: 600;

  margin-left: 15px;
}

.payment-page {
  background-color: #0a0a0a;

  min-height: 100vh;

  padding: 40px 0;

  color: #fff;
}

.container {
  max-width: 1200px;

  margin: 0 auto;

  padding: 0 20px;
}

.payment-content {
  display: grid;

  grid-template-columns: 1fr 400px;

  gap: 30px;
}

.menu-header li a {
  font-size: 16px;
}

/* Payment Form Styles */

.payment-form {
  background: rgba(255, 255, 255, 0.05);

  border-radius: 10px;

  padding: 30px;
}

.payment-form-title {
  font-size: 24px;

  font-weight: 600;

  margin-bottom: 25px;

  color: #fff;
}

.form-row {
  display: grid;

  grid-template-columns: 1fr;

  gap: 20px;

  margin-bottom: 20px;
}

.form-group {
  width: 100%;
}

.form-group label {
  display: block;

  margin-bottom: 8px;

  color: rgba(255, 255, 255, 0.8);

  font-size: 14px;
}

.required {
  color: #ff4444;
}

.form-control {
  width: 100%;

  padding: 12px 15px;

  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 8px;

  color: #fff;

  font-size: 14px;

  transition: all 0.3s ease;
}

.form-control:focus {
  outline: none;

  border-color: var(--color-primary);

  background: rgba(255, 255, 255, 0.15);
}

/* Form Validation Styles */

.form-control.error {
  border-color: #ff4444;

  background: rgba(255, 68, 68, 0.1);
}

.error-message {
  display: block;

  color: #ff4444;

  font-size: 12px;

  margin-top: 5px;
}

.checkout-button:disabled {
  opacity: 0.7;

  cursor: not-allowed;
}

.checkout-button i {
  margin-right: 8px;
}

/* Payment Methods */

.payment-methods[data-wallet="false"] {
  margin-top: 30px;
}

.payment-method {
  background: rgba(255, 255, 255, 0.05);

  border-radius: 8px;

  padding: 20px;

  margin-bottom: 15px;

  position: relative;
}

.payment-method input[type="radio"] {
  display: none;
}

.payment-method label {
  display: flex;

  align-items: center;

  cursor: pointer;

  font-weight: 500;

  margin-bottom: 10px;
}

.radio-button {
  width: 20px;

  height: 20px;

  border: 2px solid rgba(255, 255, 255, 0.3);

  border-radius: 50%;

  margin-right: 12px;

  position: relative;

  transition: all 0.3s ease;
}

.radio-button::after {
  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%) scale(0);

  width: 10px;

  height: 10px;

  background: var(--color-primary);

  border-radius: 50%;

  transition: all 0.3s ease;
}

.payment-method input[type="radio"]:checked + label .radio-button {
  border-color: var(--color-primary);
}

.payment-method input[type="radio"]:checked + label .radio-button::after {
  transform: translate(-50%, -50%) scale(1);
}

.payment-description {
  margin-left: 32px;

  font-size: 14px;

  color: rgba(255, 255, 255, 0.6);
}

/* Order Summary Styles */

.order-summary {
  height: fit-content;
}

.summary-box {
  background: rgba(255, 255, 255, 0.05);

  border-radius: 10px;

  padding: 25px;

  border: 1px solid var(--color-primary);
}

.order-items {
  display: flex;

  flex-direction: column;

  gap: 15px;
}

.order-item {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding-bottom: 15px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.item-name {
  color: #fff;

  font-size: 14px;
}

.item-price {
  color: #fff;

  font-weight: 600;

  font-size: 14px;
}

.summary-subtotal {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 15px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  color: #fff;

  font-size: 14px;
}

.summary-total {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding-top: 15px;

  margin-bottom: 20px;

  color: var(--color-primary);

  font-weight: 600;

  font-size: 16px;
}

.summary-total .amount {
  color: #ffbf00;
}

.checkout-button {
  display: block;

  width: 100%;

  padding: 16px;

  background: var(--color-primary);

  color: #fff;

  text-align: center;

  border-radius: 8px;

  font-weight: 600;

  font-size: 15px;

  text-transform: uppercase;

  letter-spacing: 0.5px;

  transition: all 0.3s ease;

  border: 1px solid var(--color-primary);

  position: relative;

  overflow: hidden;

  cursor: pointer;
}

.checkout-button::before {
  content: "";

  position: absolute;

  top: 0;

  left: -100%;

  width: 100%;

  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );

  transition: all 0.6s ease;
}

.checkout-button:hover {
  background: var(--color-primary);

  transform: translateY(-2px);

  box-shadow: 0 5px 15px rgba(0, 255, 255, 0.2);
}

.checkout-button:hover::before {
  left: 100%;
}

.checkout-button:active {
  transform: translateY(0);

  box-shadow: none;
}

/* Responsive Design */

@media (max-width: 992px) {
  .payment-content {
    grid-template-columns: 1fr;
  }

  .order-summary {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .payment-form {
    padding: 20px;
  }

  .summary-box {
    padding: 20px;
  }
}

.payment-description > span > div {
  margin-top: 10px;
}

.step {
  display: flex;

  flex-direction: column;

  align-items: center;

  position: relative;

  z-index: 2;

  width: 200px;
}

.step-icon {
  width: 50px;

  height: 50px;

  background: rgba(255, 255, 255, 0.05);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 12px;

  color: rgba(255, 255, 255, 0.5);

  font-size: 20px;

  transition: all 0.3s ease;

  border: 1px solid rgba(255, 255, 255, 0.1);
}

.step.active .step-icon {
  background: var(--color-primary);

  color: #fff;

  border: none;
}

.step.completed .step-icon {
  background: #0a0a0a;

  color: var(--color-primary);

  border: 1px solid var(--color-primary);
}

.step-label {
  font-size: 14px;

  font-weight: 500;

  color: rgba(255, 255, 255, 0.5);

  transition: all 0.3s ease;

  text-align: center;

  line-height: 1.4;
}

.step.active .step-label {
  color: var(--color-primary);

  font-weight: 600;
}

.step.completed .step-label {
  color: var(--color-primary);
}

/* Progress Line */

.step:not(:last-child)::after {
  content: "";

  position: absolute;

  top: 25px;

  left: 100%;

  width: 100%;

  height: 1px;

  background: rgba(255, 255, 255, 0.1);

  z-index: 1;

  transform: translateX(-25%);
}

.step.completed:not(:last-child)::after {
  background: var(--color-primary);
}

.main-title {
  font-size: 36px;

  font-weight: 700;

  text-align: center;

  color: #fff;

  margin-bottom: 40px;
}

/* Payment Notification */

.payment-notification {
  position: fixed;

  top: 20px;

  right: 20px;

  padding: 15px 25px;

  border-radius: 8px;

  color: #fff;

  font-size: 14px;

  font-weight: 500;

  z-index: 9999;

  display: none;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

  animation: slideIn 0.3s ease;
}

.payment-notification.success {
  background: #4caf50;

  border-left: 4px solid #2e7d32;
}

.payment-notification.error {
  background: #f44336;

  border-left: 4px solid #c62828;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);

    opacity: 0;
  }

  to {
    transform: translateX(0);

    opacity: 1;
  }
}

.register-container {
  max-width: 500px;

  margin: 40px auto;

  padding: 20px;
}

.register-title {
  font-size: 32px;

  font-weight: 600;

  text-align: center;

  margin-bottom: 30px;

  color: var(--color-secondary);
}

.form-label {
  display: block;

  margin-bottom: 8px;

  color: var(--color-secondary);

  font-weight: 500;
}

.form-input {
  width: 100%;

  padding: 12px 16px;

  border-radius: 4px;

  border: none;

  background-color: rgba(255, 255, 255, 0.1);

  color: var(--color-secondary);

  font-size: 15px;

  height: 48px;
}

.form-input:focus {
  outline: 1px solid var(--color-primary);

  background-color: rgba(255, 255, 255, 0.15);
}

.password-field {
  position: relative;

  display: flex;

  align-items: center;
}

.toggle-password {
  position: absolute;

  right: 12px;

  background: none;

  border: none;

  cursor: pointer;

  color: #888;

  padding: 4px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.toggle-password:hover {
  color: var(--color-accent);
}

.eye-icon {
  width: 20px;

  height: 20px;
}

.password-field .form-input {
  padding-right: 45px;
}

.register-button {
  height: 48px;

  font-size: 16px;

  width: 100%;

  padding: 12px;

  background-color: var(--color-primary);

  color: var(--color-secondary);

  border: none;

  border-radius: 4px;

  font-weight: 600;

  cursor: pointer;

  transition: background-color 0.3s ease;

  margin-top: 10px;
}

.register-button:hover {
  background-color: var(--color-primary);

  opacity: 0.9;
}

.register-button:disabled {
  background-color: var(--color-primary);

  opacity: 0.7;

  cursor: not-allowed;
}

.login-link {
  text-align: center;

  margin-top: 20px;
}

.login-link a {
  color: var(--color-primary);

  text-decoration: none;

  font-size: 16px;
}

.login-link a:hover {
  text-decoration: underline;
}

.form-group input::placeholder {
  font-size: 15px;

  font-weight: 500;
}

.woocommerce-error {
  background-color: #f8d7da;

  color: #721c24;

  padding: 12px;

  border-radius: 4px;

  margin-bottom: 20px;

  font-size: 14px;
}

.password-strength-meter {
  margin-top: 8px;

  height: 4px;

  background-color: #eee;

  border-radius: 2px;

  overflow: hidden;
}

.password-strength-meter span {
  display: block;

  height: 100%;

  transition: width 0.3s ease;
}

.password-strength-meter .weak {
  background-color: #dc3545;

  width: 25%;
}

.password-strength-meter .medium {
  background-color: #ffc107;

  width: 50%;
}

.password-strength-meter .strong {
  background-color: #28a745;

  width: 75%;
}

.password-strength-meter .very-strong {
  background-color: #28a745;

  width: 100%;
}

.password-strength-text {
  font-size: 12px;

  margin-top: 4px;

  color: var(--color-secondary);
}

.woocommerce-order {
  max-width: 900px;

  margin: 40px auto;

  padding: 30px;

  background-color: #0a0a0a;

  border: 2px solid var(--color-primary);

  border-radius: 12px;

  box-shadow: 0 0 10px var(--color-primary) 33;
}

section.woocommerce-vietqr-bank-details b {
  color: var(--color-line);
}

td.text-left.payment-instruction.width-column-25 strong {
  font-size: 20px;

  color: var(--color-line) !important;
}

.woocommerce-order h2,
.woocommerce-order h3,
.woocommerce-order h4 {
  color: #ffcc00;

  margin-bottom: 20px;

  text-align: center;

  font-size: 20px;
}

.woocommerce-order-overview {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  margin-bottom: 20px;

  gap: 16px;
}

section.woocommerce-customer-details {
  display: none;
}

.woocommerce-order-overview li {
  flex: 1 1 40%;

  background-color: #111;

  border: 1px solid var(--color-primary) 88;

  border-radius: 10px;

  padding: 16px;

  font-size: 15px;
}

.woocommerce-order-overview strong {
  display: block;

  margin-top: 6px;

  color: var(--color-primary);

  font-weight: bold;
}

.shop_table {
  width: 100%;

  border-collapse: collapse;

  margin-top: 30px;

  color: #ffffff;
}

.shop_table th,
.shop_table td {
  padding: 14px;

  border: 1px solid var(--color-primary) 33;

  background-color: #101010;
}

.shop_table th {
  color: var(--color-primary);

  font-weight: 600;

  background-color: #1a1a1a;
}

.woocommerce-customer-details address {
  background-color: #111;

  border: 1px solid var(--color-primary) 44;

  border-radius: 8px;

  padding: 16px;

  color: #ccc;
}

.qr-code {
  text-align: center;

  margin: 30px 0;
}

.qr-code img,
#qrcode img {
  max-width: 350px;

  border: 4px solid var(--color-primary) 55;

  border-radius: 12px;
}

.qr-instructions {
  text-align: center;

  margin: 16px 0;

  font-weight: bold;

  font-size: 16px;

  color: #ffcc00;
}

.qr-note {
  text-align: center;

  font-size: 14px;

  color: #aaa;

  margin-top: 8px;
}

.qr-highlight {
  display: inline-block;

  background-color: #001f1f;

  color: var(--color-primary);

  padding: 8px 16px;

  border-radius: 8px;

  font-weight: bold;

  font-size: 18px;

  margin-top: 10px;
}

.woocommerce-button {
  display: block;

  margin: 20px auto 0;

  background-color: var(--color-primary);

  color: #000;

  font-weight: bold;

  padding: 14px 24px;

  border-radius: 10px;

  text-align: center;

  text-decoration: none;

  width: fit-content;
}

.woocommerce-button:hover {
  background-color: #00cccc;
}

.table.table-bordered {
  font-size: 15px !important;

  max-width: 800px;

  margin-left: auto;

  margin-right: auto;

  border-collapse: collapse !important;

  background-color: #0f0f0f !important;

  border: 2px solid var(--color-primary) 44 !important;

  border-radius: 8px !important;

  box-shadow: 0 0 10px var(--color-primary) 33 !important;

  width: 100% !important;

  color: #ffffff !important;
}

.table.table-bordered td {
  padding: 14px 16px !important;

  border: 1px solid var(--color-primary) 22 !important;

  vertical-align: middle !important;

  color: #ffffff !important;
}

.table.table-bordered td strong {
  color: #ffcc00 !important;

  font-weight: 600 !important;
}

.woocommerce .table.table-bordered span {
  color: var(--color-primary) !important;
}

.table.table-bordered tr:nth-child(even) {
  background-color: #1a1a1a !important;
}

.table.table-bordered tr:nth-child(odd) {
  background-color: #111 !important;
}

.table.table-bordered sup {
  font-size: 10px !important;

  color: #aaa !important;
}

.woocommerce-notice--success {
  background-color: #28a745;

  color: #fff;

  padding: 15px 20px;

  border-radius: 5px;

  font-size: 14px;

  font-weight: 600;

  text-align: center;

  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);

  margin: 10px 0;

  transition: background-color 0.3s;

  margin-bottom: 30px;
}

.woocommerce-notice--success:hover {
  background-color: #218838;
}

.woocommerce ul.order_details li {
  float: initial !important;

  margin-right: 0 !important;

  padding-left: 20px !important;
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
  display: none !important;
}

.payment-notification {
  background-color: #28a745;

  /* Màu nền xanh lá */

  color: #fff;

  /* Màu chữ trắng */

  padding: 15px 25px;

  /* Đệm xung quanh */

  border-radius: 8px;

  /* Bo góc */

  font-size: 16px;

  /* Kích thước chữ */

  font-weight: bold;

  /* Làm đậm chữ */

  text-align: center;

  /* Căn giữa văn bản */

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

  /* Đổ bóng nhẹ */

  margin: 10px 0;

  /* Khoảng cách từ các phần tử xung quanh */

  transition: transform 0.3s ease, opacity 0.3s ease;

  /* Hiệu ứng chuyển động */
}

.payment-notification.show {
  transform: translateY(0);

  /* Hiệu ứng xuất hiện từ dưới lên */

  opacity: 1;

  /* Hiển thị đầy đủ */
}

.payment-notification.hide {
  transform: translateY(-20px);

  /* Hiệu ứng ẩn dần */

  opacity: 0;

  /* Mờ dần */
}

/* Banner Section */

.section_banner {
  position: relative;

  background-size: cover;

  background-position: center;

  display: flex;

  align-items: self-start;

  overflow: hidden;

  min-height: calc(100vh - var(--height-header));

  background-repeat: no-repeat;

  padding-top: 120px;
}

.bg_overlay {
  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgba(0, 0, 0, 0.6);

  z-index: 1;
}

.section-title {
  text-align: center;

  color: var(--color-primary);

  font-size: 38px;

  font-weight: 700;

  margin-bottom: 40px;

  text-transform: uppercase;

  text-shadow: 0 0 10px rgba(43, 87, 216, 0.5);
}

.shop-categories {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 30px;

  max-width: 1200px;

  margin: 0 auto;

  padding: 0 15px;
}

.shop-category {
  perspective: 1000px;
}

.category-card {
  position: relative;

  border-radius: 15px;

  overflow: hidden;

  transition: transform 0.3s ease;

  transform-style: preserve-3d;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.card-border {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  pointer-events: none;

  z-index: 2;
}

.card-border::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border: 3px solid transparent;

  border-radius: 15px;

  animation: borderAnimation 4s linear infinite;
}

/* Animations */

@keyframes floatAnimation {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-20px);
  }
}

@keyframes imageRotate {
  0% {
    transform: rotate(0deg) scale(1);
  }

  25% {
    transform: rotate(3deg) scale(1.02);
  }

  50% {
    transform: rotate(0deg) scale(1);
  }

  75% {
    transform: rotate(-3deg) scale(1.02);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes borderAnimation {
  0% {
    border-image: linear-gradient(
        0deg,
        transparent,
        var(--color-primary),
        transparent
      )
      1;
  }

  25% {
    border-image: linear-gradient(
        90deg,
        transparent,
        var(--color-primary),
        transparent
      )
      1;
  }

  50% {
    border-image: linear-gradient(
        180deg,
        transparent,
        var(--color-primary),
        transparent
      )
      1;
  }

  75% {
    border-image: linear-gradient(
        270deg,
        transparent,
        var(--color-primary),
        transparent
      )
      1;
  }

  100% {
    border-image: linear-gradient(
        360deg,
        transparent,
        var(--color-primary),
        transparent
      )
      1;
  }
}

/* Responsive Design */

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
  .shop-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .section_banner {
    padding: 60px 0;
  }

  .section-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .section_banner {
    padding: 30px 0;
  }

  .shop-categories {
    grid-template-columns: 1fr;
  }
}

.topup-section {
  margin-bottom: 50px;
}

@keyframes floatAnimation {
  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-50%) translateX(-20px);
  }
}

@keyframes pulseAnimation {
  0%,
  100% {
    transform: scale(1);

    opacity: 0.5;
  }

  50% {
    transform: scale(1.1);

    opacity: 0.2;
  }
}

@keyframes imageRotate {
  0% {
    transform: rotate(0deg) scale(1);
  }

  25% {
    transform: rotate(3deg) scale(1.02);
  }

  50% {
    transform: rotate(0deg) scale(1);
  }

  75% {
    transform: rotate(-3deg) scale(1.02);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}

.shop-category-section {
  background-color: #0a0a0a;

  min-height: 100vh;

  padding-bottom: 40px;
}

/* Banner Section */

.banner-section {
  position: relative;

  background-image: url("https://img.uhdpaper.com/wallpaper/twisted-fate-victorious-skin-lol-splash-art-390@5@e-preview.jpg?dl");

  background-size: cover;

  background-position: top;

  background-repeat: no-repeat;

  padding: 40px 0;

  margin-bottom: 40px;

  min-height: 400px;

  display: flex;

  align-items: center;
}

.banner-overlay {
  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: linear-gradient(
    to bottom,

    rgba(10, 10, 10, 0.9),
    rgba(10, 10, 10, 0.7)
  );

  z-index: 1;
}

.banner-section .container {
  position: relative;

  z-index: 2;
}

/* Search and Filter Header */

.filter-row {
  display: flex;

  gap: 15px;

  align-items: center;
}

.category-dropdown {
  width: 280px;
}

.category-dropdown select {
  width: 100%;

  padding: 12px 35px 12px 15px;

  background: rgba(26, 26, 26, 0.9);

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 5px;

  color: #fff;

  font-size: 14px;

  appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;

  background-position: calc(100% - 15px) center;

  cursor: pointer;
}

.search-box {
  flex: 1;
}

.search-box input {
  width: 100%;

  padding: 12px 15px;

  background: rgba(26, 26, 26, 0.9);

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 5px;

  color: #fff;

  font-size: 14px;
}

.search-box input:focus {
  outline: none;

  border-color: var(--color-primary);
}

.search-button,
.reset-button {
  padding: 12px 25px;

  border-radius: 5px;

  font-size: 14px;

  font-weight: 500;

  cursor: pointer;

  transition: all 0.3s ease;
}

.search-button {
  background: var(--color-primary);

  color: #fff;

  border: none;
}

.search-button:hover {
  background: rgba(43, 87, 216, 0.8);
}

.reset-button {
  background: rgba(255, 255, 255, 0.1);

  color: #fff;

  border: 1px solid rgba(255, 255, 255, 0.2);
}

.reset-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Notice Section */

.notice-section {
  background: rgba(36, 36, 36, 0.9);

  border-radius: 8px;

  padding: 20px 25px;

  backdrop-filter: blur(10px);

  margin-bottom: 20px;
}

.notice-section ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

.shop-category-section .notice-section li {
  color: #fff;

  font-size: 14px;

  line-height: 1.6;

  margin-bottom: 10px;
}

.shop-category-section .notice-section li:last-child {
  margin-bottom: 0;
}

.shop-category-section .notice-section a {
  color: var(--color-primary);

  text-decoration: none;
}

.shop-category-section .notice-section strong {
  color: var(--color-primary);
}

/* Section Title */

.shop-category-section .section-title {
  color: #fff;

  font-size: 36px;

  margin-bottom: 40px;

  text-align: center;
}

/* Products Grid */

.shop-category-section .products-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

  margin-bottom: 40px;
}

/* Pagination */

.shop-category-section .pagination {
  display: flex;

  justify-content: center;

  gap: 5px;

  margin-top: 40px;
}

.shop-category-section .pagination .page-numbers {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 40px;

  height: 40px;

  background: #1a1a1a;

  border: 1px solid rgba(255, 255, 255, 0.1);

  color: #fff;

  text-decoration: none;

  border-radius: 5px;

  transition: all 0.3s ease;
}

.shop-category-section .pagination .page-numbers.current {
  background: var(--color-primary);

  border-color: var(--color-primary);
}

.shop-category-section .pagination .page-numbers:hover:not(.current) {
  background: rgba(43, 87, 216, 0.1);

  border-color: var(--color-primary);
}

/* Responsive Design */

@media (max-width: 1200px) {
  .shop-category-section .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .shop-category-section .filter-row {
    flex-direction: column;
  }

  .category-dropdown,
  .search-box {
    width: 100%;
  }

  .shop-category-section .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .shop-category-section .section-title {
    font-size: 24px;
  }

  .shop-category-section .notice-section {
    padding: 15px;
  }

  .notice-section li {
    font-size: 13px;
  }
}

.hot-products-section {
  padding: 60px 0;
}

.section-header {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 40px;
}

.section-title {
  color: #fff;

  font-size: 32px;

  font-weight: 700;

  margin: 0;
}

.section-title .highlight {
  color: var(--color-primary);

  text-shadow: 0 0 10px rgba(43, 87, 216, 0.5);
}

.view-all {
  padding: 8px 20px;

  background-color: rgba(43, 87, 216, 0.1);

  border: 1px solid var(--color-primary);

  color: #fff;

  text-decoration: none;

  border-radius: 5px;

  transition: all 0.3s ease;
}

.view-all:hover {
  color: #fff;

  background-color: var(--color-primary);
}

.products-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;
}

.shop-section {
  padding: 60px 0;

  position: relative;

  overflow: hidden;
}

.shop-section::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  opacity: 0.1;

  pointer-events: none;
}

.shop-section .section-title {
  /* font-family: "Alfa Slab One", serif; */

  letter-spacing: 8px;

  text-align: center;

  color: #8fbdff;

  font-size: 38px;

  font-weight: 700;

  margin-bottom: 40px;

  text-transform: uppercase;

  text-shadow: 0 0 53px #fff;
}

.modal-payment-page .modal-title {
  display: none;
}

#lich-su-nap-tien h3 {
  font-size: 18px;

  margin: 20px 4px;
}

.shop-section .shop-categories {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 30px;

  max-width: 1200px;

  margin: 0 auto;

  padding: 0 15px;
}

span.price-regular bdi {
  color: #888;

  font-size: 12px;
}

.shop-section .shop-category {
  perspective: 1000px;
}

.shop-section .category-card {
  position: relative;

  border-radius: 15px;

  overflow: hidden;

  transition: transform 0.3s ease;

  transform-style: preserve-3d;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);

  background: #1a1a1a;

  padding: 20px;
}

/* Enhanced Card Border Animation */

.shop-section .card-border {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  pointer-events: none;

  z-index: 2;

  border-radius: 15px;
}

.item-details span.price {
  color: #ffbf00;
}

span.price-sale {
  color: #ffbf00;
}

span.price-regular {
  color: #888;

  font-size: 13px;

  text-decoration: line-through;
}

.shop-section .card-border::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border: 3px solid transparent;

  border-radius: 15px;

  animation: borderAnimation 4s linear infinite;

  box-shadow: 0 0 15px rgba(43, 87, 216, 0.5);
}

@keyframes borderAnimation {
  0% {
    border-image: linear-gradient(
        0deg,
        transparent,
        var(--color-primary),
        transparent
      )
      1;
  }

  25% {
    border-image: linear-gradient(
        90deg,
        transparent,
        var(--color-primary),
        transparent
      )
      1;
  }

  50% {
    border-image: linear-gradient(
        180deg,
        transparent,
        var(--color-primary),
        transparent
      )
      1;
  }

  75% {
    border-image: linear-gradient(
        270deg,
        transparent,
        var(--color-primary),
        transparent
      )
      1;
  }

  100% {
    border-image: linear-gradient(
        360deg,
        transparent,
        var(--color-primary),
        transparent
      )
      1;
  }
}

.shop-section .image-container {
  position: relative;

  width: 100%;

  height: auto;

  overflow: hidden;

  border-radius: 10px;

  margin-bottom: 20px;
}

.shop-section .image-container img {
  width: 100%;

  height: 100%;

  object-fit: contain;

  transition: transform 0.3s ease;
}

.shop-section .shop-category:hover .image-container img {
  transform: scale(1.05);
}

.shop-section .category-content {
  text-align: center;

  padding: 15px 0;
}

.shop-section .category-content h3 {
  font-size: 18px;

  font-weight: 600;

  margin: 0 0 25px;

  color: #fff;

  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

  letter-spacing: 0.5px;

  text-transform: uppercase;
}

.shop-section .price-tag {
  display: inline-block;

  background: #ffbf00;

  color: #000;

  padding: 5px 15px;

  border-radius: 20px;

  font-weight: 600;

  font-size: 14px;

  margin-bottom: 15px;
}

.shop-section .btn-shop {
  display: inline-block;

  background: rgba(43, 87, 216, 0.2);

  color: #fff;

  padding: 10px 25px;

  border-radius: 25px;

  text-decoration: none;

  font-weight: 500;

  font-size: 14px;

  text-transform: uppercase;

  transition: all 0.3s ease;

  border: 2px solid var(--color-primary);

  letter-spacing: 0.5px;

  backdrop-filter: blur(5px);
}

.shop-section .btn-shop:hover {
  background: var(--color-primary);

  color: #fff;

  transform: translateY(-2px);

  box-shadow: 0 0 20px rgba(43, 87, 216, 0.4);
}

/* Responsive Design */

@media (max-width: 992px) {
  .shop-section .shop-categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .shop-section .section-title {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .shop-section .section-title {
    font-size: 24px;

    margin-bottom: 25px;
  }

  .shop-section .category-content h3 {
    font-size: 14px;
  }

  .shop-section .btn-shop {
    font-size: 12px;

    padding: 4px 15px;
  }

  .shop-section .category-content h3 {
    font-size: 14px;
  }

  .shop-section .category-content {
    padding: 0px 0px 15px 0px;
  }

  .shop-section .category-card {
    padding: 0;
  }

  .shop-section .shop-categories {
    padding: 0;

    gap: 8px;
  }

  .shop-section .image-container {
    margin-bottom: 10px;

    height: auto;
  }

  .category-content h3 {
    font-size: 16px;
  }

  .btn-shop {
    padding: 8px 20px;

    font-size: 13px;
  }
}

.shop-section .no_categories_products {
  text-align: center;

  color: #fff;

  font-size: 18px;

  padding: 30px;

  background: rgba(43, 87, 216, 0.1);

  border: 1px solid var(--color-primary);

  border-radius: 10px;

  margin: 20px auto;

  max-width: 500px;

  font-weight: 500;

  letter-spacing: 0.5px;

  box-shadow: 0 0 15px rgba(43, 87, 216, 0.1);

  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;

    transform: translateY(20px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

/* ____________________________________________________________________ */

/* Modal overlay */

.modal_key-overlay {
  position: fixed;

  inset: 0;

  background-color: rgba(0, 0, 0, 0.7);

  display: none;

  justify-content: center;

  align-items: center;

  z-index: 1000;

  padding: 20px;
}

#buy-now-modal .modal_key {
  margin-top: 100px;

  margin-bottom: 40px;
}

#buy-now-modal button.modal_key-close-btn {
  display: none;
}

/* Modal container */

.modal_key {
  /* width: 100%;

  max-width: 100%;

  background: linear-gradient(90deg, #1a2450 0%, #3a4a7d 100%);

  border-radius: 12px;

  border: 2px solid #1f2a5a;

  position: relative;

  overflow: visible;

  padding: 20px 20px 20px 20px;

  box-shadow: 0 0 30px #000000cc;

  z-index: 1001; */

  /* display: flex; */

  display: none;

  gap: 20px;
}

.modal_key-left-panel {
  position: relative;

  width: 45%;

  background: #0a1f3a;

  border-radius: 12px;

  /* border: 3px solid #8f7a4f; */

  /* box-shadow: 0 0 15px #8f7a4f inset; */

  display: flex;

  flex-direction: column;

  align-items: center;

  padding: 20px 0 40px 0;

  z-index: 1002;
}

.modal_key-left-panel .modal_key-frame-top {
  position: absolute;

  top: -70px;

  left: 50%;

  transform: translateX(-50%) rotate(0deg);

  width: 310px;

  height: 260px;

  border: 3px solid #8f7a4f;

  border-radius: 12px;

  background: #1a1a1a;

  box-shadow: 0 0 15px #8f7a4f inset;

  z-index: 1003;
}

.modal_key-left-panel .modal_key-frame-top::before {
  content: "";

  position: absolute;

  top: -40px;

  left: 50%;

  transform: translateX(-50%);

  width: 140px;

  height: 40px;

  background: linear-gradient(90deg, #8f7a4f 0%, #bfa86f 50%, #8f7a4f 100%);

  border-radius: 20px 20px 0 0;

  box-shadow: 0 0 15px #8f7a4f;

  z-index: 1004;
}

.modal_key-left-panel .modal_key-frame-top::after {
  content: "★";

  position: absolute;

  top: -40px;

  left: 50%;

  transform: translateX(-50%);

  font-size: 28px;

  color: #ffc32f;

  font-weight: 900;

  text-shadow: 0 0 8px #575b55;

  z-index: 1005;
}

.modal_key-left-panel img.modal_key-key-card {
  position: absolute;

  top: 10px;

  left: 50%;

  transform: translateX(-50%) rotate(0deg);

  width: 100%;

  height: 100%;

  object-fit: contain;

  filter: brightness(0.85);

  /* z-index: 1006; */

  padding: 30px;
}

.modal_key-left-panel .modal_key-bottom-text {
  width: 100%;

  text-align: center;

  position: absolute;

  bottom: 10px;

  left: 50%;

  transform: translateX(-50%);

  font-family: "Montserrat", sans-serif;

  font-weight: 600;

  font-size: 18px;

  color: #ddd;

  text-shadow: 0 0 8px #000000cc;

  user-select: none;

  z-index: 1007;
}

.modal_key-left-panel .modal_key-bottom-text span {
  font-weight: 900;
}

.modal_key-left-panel .modal_key-x10 {
  position: absolute;

  bottom: 3px;

  right: 10px;

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  font-size: 16px;

  color: #ddd;

  user-select: none;

  text-shadow: 0 0 8px #000000cc;

  z-index: 1007;
}

.modal_key-right-panel {
  flex: 1;

  background: linear-gradient(135deg, #2a2f4f 0%, #4a4f7f 100%);

  border-radius: 12px;

  border: 2px solid #1f2a5a;

  padding: 20px 20px 20px 20px;

  position: relative;

  display: flex;

  flex-direction: column;

  z-index: 1002;

  color: #ddd;
}

.modal_key-right-panel .modal_key-header {
  display: flex;

  align-items: center;

  gap: 10px;

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  font-size: 20px;

  color: #eee;

  margin-bottom: 10px;
}

.modal_key-right-panel .modal_key-header .modal_key-gift-icon {
  font-weight: 700;

  color: #a36aff;

  user-select: none;
}

.modal_key-right-panel .modal_key-header .modal_key-avatar {
  width: 40px;

  height: 40px;

  border-radius: 50%;

  border: 2px solid #bfa86f;

  object-fit: cover;
}

.modal_key-right-panel .modal_key-header .modal_key-username {
  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  font-size: 20px;

  color: #eee;

  user-select: none;
}

.modal_key-right-panel .modal_key-edit-design {
  position: absolute;

  top: 20px;

  right: 20px;

  background: linear-gradient(90deg, #3a3a6c 0%, #5a5ad9 100%);

  border-radius: 12px;

  padding: 6px 14px;

  font-family: "Montserrat", sans-serif;

  font-weight: 600;

  font-size: 12px;

  color: #ddd;

  cursor: pointer;

  user-select: none;

  border: 1px solid #bfa86f;

  box-shadow: 0 0 8px #bfa86f;
}

.modal_key-right-panel textarea {
  width: 100%;

  height: 100px;

  border-radius: 4px;

  border: 1px solid #555;

  padding: 8px 10px;

  font-family: "Roboto", sans-serif;

  font-size: 14px;

  resize: none;

  margin-bottom: 6px;

  background-color: #1a1f3a;

  color: #ddd;

  outline: none;

  display: none;
}

.modal_key-right-panel .modal_key-char-count {
  font-weight: 700;

  font-size: 13px;

  margin-bottom: 10px;

  user-select: none;

  color: #ccc;
}

.modal_key-right-panel .modal_key-signature-row {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 10px;
}

.modal_key-right-panel textarea::placeholder,
.modal_key-right-panel .modal_key-signature-row input::placeholder,
input.value-input-quantity-modal-key ::placeholder {
  font-size: 13px;
}

input.value-input-quantity-modal-key {
  outline: none;

  width: 160px;

  height: 30px;

  text-align: center;

  border: 1px solid #555;

  border-radius: 2px;

  font-size: 14px;

  background-color: #1a1f3a;

  color: #ddd;
}

.modal_key-right-panel .modal_key-signature-row input {
  flex: 1;

  border: 1px solid #555;

  border-radius: 4px;

  padding: 6px 8px;

  font-size: 14px;

  font-family: "Roboto", sans-serif;

  /* margin-right: 10px; */

  background-color: #1a1f3a;

  color: #ddd;

  outline: none;
}

.modal_key-right-panel .modal_key-signature-row .modal_key-store-name {
  font-size: 13px;

  color: #aaa;

  user-select: none;

  white-space: nowrap;
}

.modal_key-right-panel .modal_key-quantity-controls {
  display: flex;

  align-items: center;

  gap: 6px;

  margin-bottom: 10px;

  justify-content: space-between;
}

.modal_key-right-panel .modal_key-quantity-controls button,
.modal_key-right-panel .modal_key-quantity-controls .modal_key-max-button {
  background: #2a2f4f;

  border: 1px solid #555;

  border-radius: 2px;

  font-family: "Montserrat", sans-serif;

  font-weight: 600;

  font-size: 14px;

  padding: 6px 12px;

  cursor: pointer;

  user-select: none;

  color: #ddd;

  transition: background-color 0.2s ease;
}

.modal_key-right-panel .modal_key-quantity-controls button:hover,
.modal_key-right-panel
  .modal_key-quantity-controls
  .modal_key-max-button:hover {
  background-color: #444a7a;
}

.modal_key-right-panel .modal_key-quantity-controls .modal_key-plus-10 {
  font-weight: 700;

  color: #ddd;

  width: 80px;
}

.modal_key-right-panel .modal_key-balance {
  font-size: 13px;

  color: #aaa;

  text-align: right;

  margin-bottom: 10px;

  user-select: none;
}

.modal_key-right-panel .modal_key-buttons-row {
  display: flex;

  flex-direction: row-reverse;

  gap: 10px;
}

.modal_key-right-panel .modal_key-buttons-row button {
  flex: 1;

  border: none;

  border-radius: 4px;

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  font-size: 16px;

  padding: 12px 0;

  cursor: pointer;

  user-select: none;

  box-shadow: 0 0 8px #000000aa;

  transition: background-color 0.3s ease;
}

.modal_key-right-panel .modal_key-buttons-row .modal_key-preview-btn {
  background-color: #1a2450;

  color: #ddd;
}

.modal_key-right-panel .modal_key-buttons-row .modal_key-preview-btn:hover {
  background-color: #0f1835;
}

.modal_key-balance strong {
  font-size: 16px;

  color: #f9b725;
}

.modal_key-right-panel .modal_key-buttons-row .modal_key-gift-btn {
  background: linear-gradient(90deg, #5a3a8c 0%, #7a3ad9 100%);

  color: #ddd;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  pointer-events: none;

  max-width: 170px;
}

.modal_key-right-panel .modal_key-buttons-row .modal_key-gift-btn i {
  font-size: 18px;
}

.modal_key-right-panel .modal_key-buttons-row .modal_key-gift-btn:hover {
  background: linear-gradient(90deg, #7a3ad9 0%, #9a5af9 100%);
}

.modal_key-back-arrow {
  position: absolute;

  top: 20px;

  left: 20px;

  font-size: 28px;

  color: #bfa86f;

  font-weight: 900;

  cursor: pointer;

  user-select: none;

  filter: drop-shadow(0 0 5px #bfa86f);

  z-index: 1101;
}

/* Poro images attached to modal corners behind border and background */

.modal_key-poro-left-top {
  position: absolute;

  top: -60px;

  left: -60px;

  width: 80px;

  height: 80px;

  object-fit: contain;

  user-select: none;

  pointer-events: none;

  z-index: 9999;

  background: transparent;

  margin: 10px;
}

.modal_key-poro-left-bottom {
  position: absolute;

  bottom: 0;

  left: -60px;

  width: 100px;

  height: 100px;

  object-fit: contain;

  user-select: none;

  pointer-events: none;

  z-index: 9999;

  background: transparent;

  margin: 10px;
}

.modal_key-poro-right-top {
  position: absolute;

  top: 0;

  right: 0;

  width: 80px;

  height: 80px;

  object-fit: contain;

  user-select: none;

  pointer-events: none;

  z-index: 9999;

  background: transparent;

  margin: 10px;
}
