/**
 * My Account
 */

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
	content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
	content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
	content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
	content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
	content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
	content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
	content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

/* Container */
.courses-card {
	display: none;
}
.logged-in .courses-card {
	display: block;
	margin-top: 30px;
}
.woocommerce h2 {
	margin-top: 30px;
}

.woocommerce form.woocommerce-form-login {
	background-color: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    max-width: 500px;
    margin: auto;
    margin-bottom: 2rem;
}

/* Headings */
.woocommerce h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

/* Form labels */
.woocommerce form .form-row label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: #444;
}

/* Input fields */
.woocommerce input.input-text {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #f9f9f9;
    transition: border 0.3s ease;
}

.woocommerce input.input-text:focus {
    border-color: #0073aa;
    background-color: #fff;
    outline: none;
}

/* Password toggle (eye button) */
.woocommerce .show-password-input {
    background: url('data:image/svg+xml;base64,...') no-repeat center;
    background-size: 16px 16px;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}

.password-input {
    position: relative;
}

/* Checkbox (remember me) */
.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #555;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block !important;
}

.woocommerce-form__input-checkbox {
    margin-right: 8px;
}

/* Login button */
.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: #0073aa;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 15px;
}

.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background-color: #005f8d;
	color: white;
}

/* Lost password link */
.woocommerce-LostPassword {
    text-align: center;
    margin-top: 20px;
}

.woocommerce-LostPassword a {
    color: #0073aa;
    text-decoration: none;
    font-size: 15px;
}

.woocommerce-LostPassword a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 600px) {
    .woocommerce form.woocommerce-form-login {
        padding: 30px 20px;
    }
}
