/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2025 | 07:22:24 */
 /* My Account Wrapper */
.woocommerce-account {
    background: #f9f9f9;
    padding: 40px 20px;
    font-family: 'Segoe UI', sans-serif;
}
nav.woocommerce-MyAccount-navigation {
    margin: 80px 0px;
}
.woocommerce-MyAccount-content {
    margin: 80px 0px;
	padding: 50px !important;
	 min-height: 900px;
}
.woocommerce-MyAccount-navigation-link a {
    text-decoration: none;
    color: #000;
}

/* Container Styling */
.woocommerce form.woocommerce-EditAccountForm {
    padding: 30px;
    border-radius: 12px;
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
}

/* Headings */
.woocommerce form.woocommerce-EditAccountForm h2,
.woocommerce form.woocommerce-EditAccountForm h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

/* Form Row */
.woocommerce form .form-row {
  margin-bottom: 20px;
}

/* Labels */
.woocommerce form .form-row label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #444;
}

/* Input and Password Fields */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #ccc;
 background: #f9f9f9 !important;
  transition: border-color 0.3s ease;
  font-size: 15px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row input[type="password"]:focus {
  border-color: #007cba;
  outline: none;
}

/* Password Section Spacing */
.woocommerce form .woocommerce-form-row--wide:nth-child(n+4) {
  margin-top: 30px;
}

/* Save Changes Button */
.woocommerce form .woocommerce-Button.button {
  background-color: #007cba;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.woocommerce form .woocommerce-Button.button:hover {
  background-color: #005f94;
}

/* Success Message */
.woocommerce-message {
  background-color: #e0f7e9;
  color: #2d6a4f;
  padding: 15px;
  border-left: 5px solid #2d6a4f;
  border-radius: 6px;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3 {
    font-weight: 600;
    color: #222;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 25px;
    font-family: arial;
}''

/* Navigation Panel Styling */
.woocommerce-MyAccount-navigation {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 10px 0;
}

.woocommerce-MyAccount-navigation-link {
    display: block;
    padding: 12px 15px;
    color: #444;
    background: #f0f0f0;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.woocommerce-MyAccount-navigation-link.is-active,
.woocommerce-MyAccount-navigation-link:hover {
    background: #0073aa;
    color: #fff;
}

/* Dashboard Content Panel */
.woocommerce-MyAccount-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

/* Headings */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    font-weight: 600;
    color: #222;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        display: flex;
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation {
        margin-bottom: 20px;
    }
}

/* Add icons to WooCommerce My Account tabs using Dashicons */
.woocommerce-MyAccount-navigation ul li a::before {
    font-family: "Dashicons";
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
    width: 20px;
    text-align: center;
    vertical-align: middle;
}

/* Dashboard */
.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\f226"; /* dashicons-admin-home */
}

/* Orders */
.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f174"; /* dashicons-cart */
}

/* Downloads */
.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\f316"; /* dashicons-download */
}

/* Addresses */
.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f230"; /* dashicons-location */
}

/* Account Details */
.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f110"; /* dashicons-admin-users */
}

/* Logout */
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\f14a"; /* dashicons-migrate (logout icon) */
}
