:root {
    --brand: #3e55cc;
    --text-primary: #141933;
    --text-secondary: #4f5572;
    --non-decorative-border: #868ba7;
    --decorative-border: #d9ddf2;
    --alternate-bg: #f5f6fa;
    --white: #fff;
}
html {
    margin-top: 0px !important;
}
header#masthead > .col-full {
	display: none;
}

footer#colophon {
	display: none;
}
header#masthead {
    display: none !important;
}
ul#site-header-cart {
	display: none !important;
}
div#wpadminbar {
	display: none !important;
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
	float: left !important;
	margin-right: 3.882353% !important;
}

.page-template-template-fullwidth-php .woocommerce-MyAccount-content {
	margin-right: 0px !important;
	float: right !important;
}

nav.woocommerce-breadcrumb {
	display: none !important;
}
.storefront-breadcrumb {
	display: none;
}
header#masthead {
	background-color: #fff;
	margin-bottom: 3%;
}


.entry-content .woocommerce:has(.woocommerce-MyAccount-navigation,.woocommerce-MyAccount-content) {
    display: grid;
    min-height: 45rem
}

/* woocommerce-MyAccount-content */
.woocommerce-MyAccount-content {
	padding: 2.4rem;
	background-color: white;
}
.woocommerce-account.woocommerce-page div#content {
	background: #684fb6;
}
.woocommerce-account.woocommerce-page .col-full {
	background: #fff;
	max-width: 80%;
	padding: 0px;
}
.woocommerce-account.woocommerce-page header.entry-header{
	display: none;
}
/* end of woocommerce-MyAccount-content */

/* My Account Dashboard CSS */


/*
.woocommerce-account.woocommerce-page nav.woocommerce-MyAccount-navigation {
	background: #f9f9fe;
	padding: 10px 20px;
} */

/* Dashboard account info */
.dashboard_account_info {
	margin-block-end: 2.4rem;
}

.dashboard_account_info .my_account {
	margin-block-end: 2.4rem;
}

.dashboard_account_info .my_account,
.dashboard_account_info .billing_address,
.dashboard_account_info .account_user_icon {
	display: flex;
}

.dashboard_account_info .account_user_icon {
	align-items: start;
	gap: 2.4rem;
}

.dashboard_account_info a::before {
	content: none !important;
}

.dashboard_account_info .account_user_icon p {
	color: var(--text-primary);
	font-size: 2rem;
	font-family: "PT Sans", sans-serif;
	margin-block-start: 0;
}

.dashboard_account_info .account_user_icon p span {
	display: block;
	color: var(--text-secondary);
	font-size: 1rem;
	margin-block-start: 1rem;
	font-family: "Cabin", sans-serif;
}

.dashboard_account_info .my_account,
.dashboard_account_info .billing_address {
	background-color: white;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
	padding-inline: 0.8rem;
	padding-block: 1.2rem;
	gap: 1.6rem;

	transition: box-shadow .3s ease-in-out;
}

.dashboard_account_info a:hover .my_account,
.dashboard_account_info a:hover .billing_address {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.dashboard_account_info .my_account_info {
	width: 100%;
	/* background-color: red; */
}

/* my account navigation */
.woocommerce-MyAccount-navigation {
	padding-block: 2.4rem;
	background: linear-gradient(
		0deg,
		rgba(245, 246, 250, 1) 0%,
		rgba(217, 221, 242, 1) 100%
	);
	/* margin: 0px !important; */
}

.page.type-page ul .author-info a.logout-btn {
    border: 1px solid var(--brand);
    display: inline-block;
    color: var(--text-primary);
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0.2rem 1.4rem;
    border-radius: 1rem;
    margin-block-end: 2.5rem;
    margin-block-start: 1.6rem;
    transition: background-color 0.2s ease-in-out;
}

.page.type-page ul .author-info a.logout-btn:hover {
	background-color: var(--brand);
	color: white;
}

.page.type-page ul .author-info span.author-name {
	color: var(--text-primary);
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	display: block;
	text-transform: capitalize;
}

.page.type-page ul .author-info .author-img span {
	height: 2.4rem;
	width: 5.6rem;
	border-radius: 11.5px;
	background: linear-gradient(
		153.05deg,
		var(--brand),
		var(--text-secondary) 100%
	);
	color: white;
	font-size: 1.4rem;
	line-height: 18px;
	text-align: center;
	position: absolute;
	top: 0;
	padding: 2px 0 0;
	margin-left: 110px;
	margin-top: 12px;
}


.woocommerce-MyAccount-navigation ul {
	padding-inline: 2.2rem;
	margin-block-end: 0;
	list-style: none !important;
	border: none !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:not(:last-child) {
	margin-block-end: 1rem;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
	padding: 0px !important;
	width: 100%;
	padding-block: 0.5rem !important;
	padding-inline: 1.6rem !important;
	display: flex !important;
	align-items: center;
	gap: 1rem;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:hover {
	background-color: var(--brand);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:hover a {
	background-color: var(--brand);
	color: white !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a::before {
	content: none !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active {
	background-color: #ecebfc;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
	color: #000 !important;
}
/* end of my account navigation */





@media only screen and (min-width: 36em) {
	.dashboard_account_info .my_account,
	.dashboard_account_info .billing_address {
		padding-inline: 3.2rem;
		padding-block: 2.4rem;
	}

	.dashboard_account_info {
		margin-block-end: 2.4rem;
	}
}
@media only screen and (min-width: 48em) {
	.woocommerce-MyAccount-navigation {
		margin-block-end: 0;
		width: auto !important;
	}

	.woocommerce-MyAccount-content {
		width: auto !important;
	}

	.woocommerce-MyAccount-navigation ul {
		padding-inline: 1.4rem;
	}

	.entry-content
		.woocommerce:has(
			.woocommerce-MyAccount-navigation,
			.woocommerce-MyAccount-content
		) {
		grid-template-columns: 20rem 1fr;
	}
}
@media only screen and (min-width: 62em) {
	.dashboard_info .dashboard_account_info {
		display: flex;
		gap: 2.4rem;
	}

	.dashboard_info .dashboard_account_info > a {
		flex-basis: 50%;
	}

	.dashboard_account_info .my_account,
	.dashboard_account_info .billing_address {
		padding-inline: 0.8rem;
	}
}
@media only screen and (min-width: 75em) {
	/* .entry-content
		.woocommerce:has(
			.woocommerce-MyAccount-navigation,
			.woocommerce-MyAccount-content
		) {
		grid-template-columns: 30rem 1fr;
	} */

	.woocommerce-MyAccount-navigation ul {
		padding-inline: 2.2rem;
	}

	.woocommerce-MyAccount-content {
		padding-inline: 2.2rem;
	}

	.dashboard_account_info .my_account,
	.dashboard_account_info .billing_address {
		padding-inline: 2.4rem;
	}
}
/* End of Dashboard account info */
