/**
 * My Account
 */
 #main-content {
     padding: 4rem 0;
     background: #f8f8f8;
 }

.woocommerce-account {
	min-height: 80vh;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	background: var(--ltf-white, #fff);
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(34,72,107,0.06);
	padding: 2rem 1.5rem 2rem 1.5rem;
	width: 260px;
	float: left;
	margin-right: 2.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	margin-bottom: 1.2rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	color: var(--ltf-blue, #22486b);
	font-weight: 500;
	font-size: 1.08rem;
	padding: 0.7rem 1rem;
	border-radius: 6px;
	display: block;
	transition: background 0.2s, color 0.2s;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	background: var(--ltf-gradient, linear-gradient(90deg,#bd25de 0%,#2524ea 100%));
	color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
	background: var(--ltf-white, #fff);
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(34,72,107,0.06);
	padding: 2.5rem 2.5rem 2.5rem 2.5rem;
	min-height: 400px;
	overflow-x: auto;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
	color: var(--ltf-blue, #22486b);
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
	text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2rem;
	background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content th,
.woocommerce-account .woocommerce-MyAccount-content td {
	padding: 0.9rem 1rem;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-content th {
	background: #f3f6fa;
	color: var(--ltf-blue, #22486b);
	font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content tr:last-child td {
	border-bottom: none;
}

.woocommerce-account .button,
.woocommerce-account .woocommerce-button {
	background: var(--ltf-gradient, linear-gradient(90deg,#bd25de 0%,#2524ea 100%));
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 0.7rem 1.5rem;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
	transition: background 0.2s;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.woocommerce-account .button:hover,
.woocommerce-account .woocommerce-button:hover {
	background: var(--ltf-gradient-hover, linear-gradient(90deg,#d336f7 0%,#3a3aff 100%));
}


@media (max-width: 991px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		float: none;
		margin: 0 0 2rem 0;
		padding: 1.5rem 1rem;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 1.5rem 0.5rem;
	}
}

@media (max-width: 700px) {
	.woocommerce-account {
		padding: 0.5rem 0 2rem 0;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		padding: 1rem 0.5rem;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 1rem 0.2rem;
	}
	.woocommerce-account .woocommerce-MyAccount-content h2 {
		font-size: 1.3rem;
	}
}

.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 p.order-again {
	text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
	margin-top: 50px;
	float: right;
}

.woocommerce-info {
    border-top-color: #7125e4;
}

.woocommerce-info::before {
    color: #7125e4;
}

.woocommerce-Address-title {
    display: flex;
    flex-direction: column;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    background: #f5f5f5;
    padding: 1rem;
    margin-top: .5rem;
    border-radius: 6px;
}

.woocommerce-account .addresses .title .edit {
    float: right;
    font-size: .86rem;
    color: #7125e4;
}

.woocommerce-orders-table__cell-order-number a {
    color: #7125e4;
}

.woocommerce-account .addresses .title .edit:before {
	font-family: 'FontAwesome';
	content: "\f044";
}

.woocommerce-MyAccount-navigation-link--dashboard {
    display: none;
}
 
.woocommerce td.product-name .wc-item-meta {
    display: none;
}

.woocommerce td.product-name .training-email-info p {
    margin-bottom: 0;
}

.woocommerce td.product-name .training-email-info h4 {
    font-size: 1.2rem;
    margin-top: 1rem;
}
.wc-item-meta li {
    display: flex;
    align-items: center;
}