.page-content > .woocommerce {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-content > .woocommerce {
    flex-wrap: wrap;
  }
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  font-family: "Inter", sans-serif;
  color: #333333;
}
.woocommerce-MyAccount-navigation form fieldset,
.woocommerce-MyAccount-content form fieldset {
  margin-bottom: 2rem;
}

.woocommerce-MyAccount-navigation {
  background: #ffffff;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  width: 20% !important;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  margin: 0;
  border-bottom: 1px solid #cccccc;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #333333;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-bottom: 0.5rem;
}
.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a.is-active {
  color: #013168;
  font-weight: 600;
}

.woocommerce-MyAccount-content {
  background: #ffffff;
  border-radius: 16px;
  padding: 1rem;
  width: 80% !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-content {
    width: 100% !important;
  }
}
.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3, .woocommerce-MyAccount-content h4 {
  font-family: "Urbanist", sans-serif;
  color: #013168;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.woocommerce-MyAccount-content h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-content h3 {
  font-size: 1.5rem;
}
.woocommerce-MyAccount-content p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.woocommerce-MyAccount-content .woocommerce-Message {
  background: #f4f6f8;
  border: none;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-left: 4px solid #013168;
}

.woocommerce-orders-table,
.woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.woocommerce-orders-table thead,
.woocommerce-table thead {
  background: #f4f6f8;
}
.woocommerce-orders-table thead th,
.woocommerce-table thead th {
  padding: 1rem 1.5rem;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  color: #013168;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
.woocommerce-orders-table tbody tr,
.woocommerce-table tbody tr {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  transition: background 0.3s ease;
}
.woocommerce-orders-table tbody tr:hover,
.woocommerce-table tbody tr:hover {
  background: rgba(244, 246, 248, 0.5);
}
.woocommerce-orders-table tbody tr td,
.woocommerce-table tbody tr td {
  padding: 1rem 1.5rem;
  vertical-align: middle;
}
.woocommerce-orders-table tbody tr td a,
.woocommerce-table tbody tr td a {
  color: #013168;
  text-decoration: none;
  font-weight: 500;
}
.woocommerce-orders-table tbody tr td a:hover,
.woocommerce-table tbody tr td a:hover {
  text-decoration: underline;
}
.woocommerce-orders-table .button,
.woocommerce-table .button {
  background: #013168;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.woocommerce-orders-table .button:hover,
.woocommerce-table .button:hover {
  background: #011935;
  transform: translateY(-1px);
}

.woocommerce-order-details .woocommerce-table th {
  background: #f4f6f8;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  color: #013168;
}
.woocommerce-order-details .woocommerce-customer-details {
  background: #f4f6f8;
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2rem;
}
.woocommerce-order-details .woocommerce-customer-details h2 {
  margin-top: 0;
}
.woocommerce-order-details .woocommerce-customer-details address {
  background: #ffffff;
  padding: 1rem;
  border-radius: 8px;
  font-style: normal;
}

.woocommerce-MyAccount-content form .form-row {
  margin-bottom: 1.5rem;
}
.woocommerce-MyAccount-content form .form-row label {
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  color: #013168;
  font-weight: 500;
  margin-bottom: 8px;
}
.woocommerce-MyAccount-content form .form-row input[type=text],
.woocommerce-MyAccount-content form .form-row input[type=email],
.woocommerce-MyAccount-content form .form-row input[type=url],
.woocommerce-MyAccount-content form .form-row input[type=tel],
.woocommerce-MyAccount-content form .form-row input[type=number],
.woocommerce-MyAccount-content form .form-row input[type=password],
.woocommerce-MyAccount-content form .form-row select,
.woocommerce-MyAccount-content form .form-row textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  border-radius: 999px;
  background-color: #ffffff;
  font-size: 16px;
  color: #333333;
  box-sizing: border-box;
  transition: all 0.3s ease;
  appearance: none;
  font-family: "Inter", sans-serif;
}
.woocommerce-MyAccount-content form .form-row input[type=text]::placeholder,
.woocommerce-MyAccount-content form .form-row input[type=email]::placeholder,
.woocommerce-MyAccount-content form .form-row input[type=url]::placeholder,
.woocommerce-MyAccount-content form .form-row input[type=tel]::placeholder,
.woocommerce-MyAccount-content form .form-row input[type=number]::placeholder,
.woocommerce-MyAccount-content form .form-row input[type=password]::placeholder,
.woocommerce-MyAccount-content form .form-row select::placeholder,
.woocommerce-MyAccount-content form .form-row textarea::placeholder {
  color: #aaa;
  opacity: 1;
}
.woocommerce-MyAccount-content form .form-row input[type=text]:focus,
.woocommerce-MyAccount-content form .form-row input[type=email]:focus,
.woocommerce-MyAccount-content form .form-row input[type=url]:focus,
.woocommerce-MyAccount-content form .form-row input[type=tel]:focus,
.woocommerce-MyAccount-content form .form-row input[type=number]:focus,
.woocommerce-MyAccount-content form .form-row input[type=password]:focus,
.woocommerce-MyAccount-content form .form-row select:focus,
.woocommerce-MyAccount-content form .form-row textarea:focus {
  border-color: #666;
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 100, 100, 0.1);
}
.woocommerce-MyAccount-content form .form-row textarea {
  border-radius: 20px;
  min-height: 120px;
  resize: vertical;
}
.woocommerce-MyAccount-content form .form-row select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='gray' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
.woocommerce-MyAccount-content form .button {
  background: #013168;
  color: #ffffff;
  border: none;
  padding: 12px 30px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Urbanist", sans-serif;
}
.woocommerce-MyAccount-content form .button:hover {
  background: #011935;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(1, 49, 104, 0.3);
}

.woocommerce-Addresses .woocommerce-Address {
  background: #f4f6f8;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3 {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-Addresses .woocommerce-Address address {
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.woocommerce-Addresses .woocommerce-Address .edit {
  color: #013168;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.woocommerce-Addresses .woocommerce-Address .edit:hover {
  text-decoration: underline;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  border-radius: 12px;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  border: none;
}
.woocommerce-error.woocommerce-error,
.woocommerce-message.woocommerce-error,
.woocommerce-info.woocommerce-error {
  background: #fee;
  color: #c33;
  border-left: 4px solid #c33;
}
.woocommerce-error.woocommerce-message,
.woocommerce-message.woocommerce-message,
.woocommerce-info.woocommerce-message {
  background: #efe;
  color: #060;
  border-left: 4px solid #060;
}
.woocommerce-error.woocommerce-info,
.woocommerce-message.woocommerce-info,
.woocommerce-info.woocommerce-info {
  background: #f4f6f8;
  color: #333333;
  border-left: 4px solid #013168;
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    padding: 1rem;
  }
  .woocommerce-orders-table,
  .woocommerce-table {
    font-size: 14px;
  }
  .woocommerce-orders-table thead th,
  .woocommerce-orders-table tbody td,
  .woocommerce-table thead th,
  .woocommerce-table tbody td {
    padding: 0.5rem;
  }
  .woocommerce-MyAccount-content h2 {
    font-size: 1.5rem;
  }
}
.woocommerce-pagination {
  text-align: center;
  margin-top: 2rem;
}
.woocommerce-pagination .page-numbers {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 4px;
  border: 1px solid #cccccc;
  border-radius: 999px;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.woocommerce-pagination .page-numbers:hover, .woocommerce-pagination .page-numbers.current {
  background: #013168;
  color: #ffffff;
  border-color: #013168;
}

.woocommerce-MyAccount-downloads .download-file {
  background: #f4f6f8;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-MyAccount-downloads .download-file .download-product {
  font-weight: 500;
  color: #013168;
}
.woocommerce-MyAccount-downloads .download-file .download-remaining {
  font-size: 14px;
  color: #666;
}

/*# sourceMappingURL=my_account_woocommerce.css.map */
