/* myaccount/dashboard page */

.healy-dashboard .ast-container { max-width: 1440px; }
.woocommerce-account .woocommerce-MyAccount-navigation {
    min-width: 200px;
    width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
    margin-left: 2em;
    float: left;
}

.woocommerce-account .woocommerce-MyAccount-content table.account-devices-table tbody tr td:last-child {
    border-right: none;
}

@media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content table.account-devices-table tbody tr td {
        width: auto;
        display: table-cell;
        text-align: left !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content table.account-devices-table thead {
        display: table-header-group;
    }

    .woocommerce-account .woocommerce-MyAccount-content table.account-devices-table tbody tr td:before {
        content: none;
    }

    .woocommerce table.account-devices-table tr {
        display: table-row;
    }
}

.healy-dashboard .ast-container #zdesk { margin-top: 0; }

.healy-dashboard .woocommerce-address-fields input[readonly="readonly"],
.healy-dashboard .woocommerce-EditAccountForm input[readonly="readonly"]{
    opacity: 0.7;
}
.healy-dashboard .woocommerce-EditAccountForm input#account_user_login {
    background-color: #F8F8F8;
}

/*
.healy-dashboard .ast-masthead-custom-menu-items.woocommerce-custom-menu-item { display: none; }
.healy-dashboard .ast-container #primary { margin: 0; }
.healy-dashboard #content .ast-container { max-width: 100%; padding-left: 0; }
.healy-dashboard .ast-container article header { display: none; }
.healy-dashboard .ast-container .woocommerce-Address-title { display: block; }
.healy-dashboard .footer-adv .widget-title { font-size: 21px; }

.healy-dashboard .ast-container .woocommerce
{
	height: 100%;
    display: flex;
}

.healy-dashboard .woocommerce-MyAccount-navigation {
	min-width: 260px;
	width: 260px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #cacdc7;
}
.healy-dashboard .woocommerce-MyAccount-content {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 60px;
}


.healy-dashboard .woocommerce-MyAccount-navigation ul {
	background-color: #e5e6e3;
    list-style: none;
    margin: 0;
}
.healy-dashboard .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #d4d5d2;
	border-top: 0 !important;
	line-height: 1.5;
}
.healy-dashboard .woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: none;
}
.healy-dashboard .woocommerce-MyAccount-navigation ul li.menu-item-has-children a::after {
	content: "\f054";
    font-family: "fontawesome";
    font-size: 14px;
    line-height: 1;
    left: 230px;
    margin-top: 5px;
    position: absolute;
}
.healy-dashboard .woocommerce-MyAccount-navigation ul li.menu-item-has-children a.arrow-down::after {
	content: "\f078";
}
.healy-dashboard .woocommerce-MyAccount-navigation ul li.menu-item-has-children ul li a::after {
	content: "";
}
.healy-dashboard .woocommerce-MyAccount-navigation ul li a {
		color: #000000;
		font-size: 14px;
		padding: 12px 20px;
		display: inherit;
		letter-spacing: 0.23px;
}
.healy-dashboard .woocommerce-MyAccount-navigation ul li a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.healy-dashboard .woocommerce-MyAccount-navigation ul li.current-menu-item a {
		background-color: #ffffff;
}
.healy-dashboard .woocommerce-MyAccount-navigation ul ul
{
	display: none;
}
.healy-dashboard .woocommerce-MyAccount-navigation ul ul li {
	border: none;
}
.healy-dashboard .woocommerce-MyAccount-navigation ul ul a
{
	padding-left: 50px;
}
.healy-dashboard .woocommerce-MyAccount-navigation .active,
.healy-dashboard .woocommerce-MyAccount-navigation .active:hover  {
	background-color: #ffffff;
}

@media (max-width: 768px) {
	.healy-dashboard .woocommerce-MyAccount-navigation { display: none; }
	.healy-dashboard .woocommerce-MyAccount-content { padding-left: 20px; padding-right: 20px; }
	.healy-dashboard .ast-container .woocommerce { display: inherit; }
}
*/


/* Account Page & Dashboard */

.woocommerce-account form .healy-read-only label {
    padding: 0 !important;
}

.woocommerce-account .healy-read-only .selection .select2-selection { background: none; }

.woocommerce-account form .healy-read-only input {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border: none;
}

.woocommerce-account form .healy-read-only abbr {
    display: none;
}

.woocommerce-account form #billing_country_field .woocommerce-input-wrapper > strong,
.woocommerce-account form #shipping_country_field .woocommerce-input-wrapper > strong {
    font-weight: normal;
    color: #666666;
}

.woocommerce-account form #billing_country,
.woocommerce-account form #shipping_country,
.woocommerce-account form #billing_country_field .select2,
.woocommerce-account form #shipping_country_field .select2 {
    pointer-events: none;
}

.woocommerce-account form #billing_country_field .select2-selection__arrow,
.woocommerce-account form #shipping_country_field .select2-selection__arrow {
    display: none;
}

.woocommerce-account form #billing_country_field .select2-selection.select2-selection--single,
.woocommerce-account form #shipping_country_field .select2-selection.select2-selection--single {
    padding-left: 0;
    padding-top: 5px;
    border: none;
}

.woocommerce-account table.my_account_orders .woocommerce-orders-table__cell-order-actions { display: flex; }
.woocommerce-account table.my_account_orders .button { margin-right: 1em; }
.woocommerce-account table.my_account_orders .button:last-child { margin-right: 0; }

@media (max-width: 912px) {
    .woocommerce-account table.my_account_orders .woocommerce-orders-table__cell-order-actions { display: inherit; }
    .woocommerce-account table.my_account_orders .button { margin-right: 1em; margin-bottom: 0.5em; }
}

.healy-dashboard .ast-small-footer .ast-container {
    max-width: 100%;
}

.cancellation-notice-infos p {
	font-size: 0.85em;
    opacity: 0.75;
	margin-bottom: 0;
}

.cancellation-notice-infos p + p {
	margin-top: 1em;
}

.my_account_subscriptions td.subscription-id a {
    display: block;
    white-space: nowrap;
}

.my_account_subscriptions td.subscription-id a:first-child {
    font-weight: 600;
    margin-bottom: 0.25em;
}

.healy-subscription-devices {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 0.5em;
}

.healy-subscription-device__id {
	background: #e6e6e6;
	border-radius: 999px;
	padding: 0.15em 0.75em 0.25em;
	font-size: 0.75em;
	font-weight: 600;
}

.healy-dashboard .woocommerce a.button.remove.cancel {
	opacity: 1;
}

.healy-dashboard .woocommerce a.button.remove.cancel::before {
	display: none;
}

@media (max-width: 807px) {
    .healy-dashboard .woocommerce-MyAccount-content { margin-top: 2em; width: 100%; margin-left: 0; }
}

.healy-login {
	display: flex;
	background-color: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.healy-login .login-text {
	font-size: 12px;
	color: #AEAEAE;
	margin: 0 .4rem 1.4rem 0.4rem;
}

#customer_login .col-1-3 {
    width: 33.33%;
}

#customer_login .col-1-3  h2{
   padding: 2rem 0 0 2rem;
}

#customer_login .col-2-3 {
    width: 66.66%;
}

@media (max-width: 768px) {
    #customer_login .col-1-3 {
		width: 100%;
	}
	
	#customer_login .col-2-3 {
		width: 0%;
		display: none;
	}
}

#customer_login .col-2-3 .login-page-image {
	background-image: url('../img/image-login.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

body .woocommerce .healy-login .login {
	border: none;
	padding: 0 20px;
}

.woocommerce .healy-login button.button {
	background-color: #d95bb7;
}

.woocommerce .healy-login button.button.woocommerce-form-login__submit {
	padding: 10px 50px;
}

.woocommerce .healy-login label.woocommerce-form-login__rememberme {
	display: inline-flex;
    align-items: center;
}

.woocommerce .healy-login input.woocommerce-form__input-checkbox {
	margin-right: 4px;
	border: 1px solid #ECECEC;
}

.woocommerce .healy-login form .form-row input.input-text {
	border-radius: 4px;
	border-color: #ECECEC;
}

.woocommerce .healy-login form .form-row input.input-text::placeholder {
	color: #939393;
}

.woocommerce .healy-login .healy-sso-box button.button {
	background-color: #fff;
	color: #d95bb7;
	border: #d95bb7 2px solid;
	display: inline-flex;
  	align-items: center;
}

.woocommerce .healy-login .healy-sso-box button.button .sign-in-icon {
	margin-right: 8px;
}

.woocommerce .healy-login .centre-button {
	text-align: center;
}

.woocommerce-account {
	background-color: #f5f5f5;
}

.woocommerce-account.logged-in {
	background-color: #fff;
}

.healy-sso-box {
	padding: 0 20px;
	margin: 2em 0;
	text-align: center;
}

.healy-or-sso-line-box {
	display: flex;
	padding: 0 20px;
	text-align: center;
}

.healy-or-sso-line-box .healy-or-sso-line {
	width:42%;
	padding: 1rem 1rem;
	color: #D9D9D9;

}

.healy-or-sso-line-box .healy-or-sso {
	width:13%;
	text-transform: uppercase;
	padding: 1rem 0;
	font-size: 14px;
	color: #D9D9D9;
}

.healy-login .password-container {
	position: relative;
}
   
.healy-eye {
position: absolute;
top: 50%;
right: 12px;
transform: translateY(-50%);
cursor: pointer;
}

/* search page */
@media (min-width: 769px) {
    .ast-plain-container .ast-grid-2 .ast-article-post, .ast-plain-container .ast-grid-3 .ast-article-post, .ast-plain-container .ast-grid-4 .ast-article-post, .ast-page-builder-template .ast-grid-2 .ast-article-post, .ast-page-builder-template .ast-grid-3 .ast-article-post, .ast-page-builder-template .ast-grid-4 .ast-article-post {
        display: flex;
        width: 33%;
    }
}


