
.myacc-bg{background: #E8F0ED; padding: 2em 0;}
.myacc-cont {display: flex; flex-direction: column;}
.myacc-cont-header {background-color: #fff; color: white; padding: 0.5em; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 1px 3px rgba(0,0,0,0.1); border-radius: 8px;}
.myacc-cont-header-title {font-size: 1.25rem; color: #055941;}
.myacc-cont-header-logout {background-color: #055941; color: #fff; border: none; padding: 0.5rem 1rem; border-radius: 4px; cursor: pointer; display: flex; align-items: center; gap: 0.5rem; font-size: 1em; transition: 0.3s ease;}
.myacc-cont-header-logout img {filter: invert(1);}
.myacc-cont-header-logout:hover {background-color: #047857;}
.myacc-cont-main {display: flex; flex-flow: column nowrap; gap: 1em;}
.myacc-cont-sidebar {background-color: white; border-right: 1px solid #e0e0e0; width: 180px;}

.myacc-cont-sidebar-nav {list-style: none;}
.myacc-cont-sidebar-nav-item {border-bottom: 1px solid #e0e0e0;}
.myacc-cont-sidebar-nav-link {display: flex; align-items: center; gap: 0.75rem; padding: 0.7em 1em; color: #333; text-decoration: none; transition: 0.3s;}
.myacc-cont-sidebar-nav-link img{opacity: 0.7;}
.myacc-cont-sidebar-nav-link:hover img{opacity: 1;}
.myacc-cont-sidebar-nav-link:hover {color: #000;}
.myacc-cont-content {flex: 1; display: flex; flex-direction: column; gap: 1em;}
.myacc-cont-content-welcome {font-size: 1.5rem; color: #333; margin-bottom: 1.5rem;}
.myacc-cont-section {background-color: white; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.1); border-radius: 0 0 8px 8px;}
.myacc-cont-section-header {background-color: #055941; color: white; padding: 0.5em 1em; font-size: 1.1rem; font-weight: bold; border-radius: 8px 8px 0 0;}
.myacc-cont-section-body {padding: 1em;}
.myacc-cont-info-grid {display: flex; gap: 1.5rem; flex-flow: row wrap; justify-content: space-evenly; align-items: start;}
.myacc-cont-info-card {display: flex; flex-direction: column; gap: 0.75rem;}
.myacc-cont-info-card-header {display: flex; align-items: center; gap: 0.5rem; color: #055941; font-weight: bold; font-size: 1.1rem;}
.myacc-cont-info-card-icon {color: #ff8c00; font-size: 1.5rem;}
.myacc-cont-info-card-email {color: #333; margin-bottom: 0.5rem;}
.myacc-cont-info-card-text {color: #333; margin-bottom: 0.25rem;}
.myacc-cont-info-card-btn {background-color: white; border: 1px solid #055941; color: #055941; padding: 0.5rem 1rem; border-radius: 4px; cursor: pointer; font-size: 1em; transition: all 0.3s; align-self: flex-start;}
.myacc-cont-info-card-btn:hover {background-color: #055941; color: white;}

.myacc-cont-address-card {display: flex; flex-direction: column; gap: 0.75rem;}
.myacc-cont-address-card-header {display: flex; align-items: center; gap: 0.5rem; color: #055941; font-weight: bold; font-size: 1.1rem;}
.myacc-cont-address-card-line {color: #333; margin: 0;}
/* login page */
.login-bg {background: var(--sm-cream); padding: 3em 0; min-height: 580px; display: flex; justify-content: center; align-items: center;}
.login-signup-container {display: grid; grid-template-columns: 1fr; gap: 1.5em;}
.login-section, .signup-section{background: #fff; border: 1px solid var(--sm-border); border-radius: var(--sm-radius-lg); padding: 2em; box-shadow: var(--sm-shadow-sm);}
.signup-section {display: flex; flex-direction: column; justify-content: center;}
.login-signup-title {font-size: 22px; font-weight: 600; color: var(--sm-green); margin-bottom: 0.75em;}
.login-signup-form {display: flex; flex-direction: column; gap: 20px; align-items: start; width: 100%;}
.password-wrapper {position: relative; width: 100%;}
.password-toggle {position: absolute; right: 12px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; padding: 4px; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px;}
.password-toggle::before {content: ''; width: 20px; height: 20px; background-color: var(--sm-text-muted); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78l3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z'/%3E%3C/svg%3E"); mask-repeat: no-repeat; mask-position: center; mask-size: contain;}
.password-toggle.active::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z'/%3E%3C/svg%3E");}
.google-button, .create-account-button {width: 100%; max-width: 350px; padding: 1em; border-radius: var(--sm-radius-pill); font-size: 16px; cursor: pointer; transition: all 0.2s; text-align: center;}
.register-form {display: flex; flex-direction: column; gap: 1.5em; align-items: center; margin-top: auto; margin-bottom: auto; text-align: center;}
.register-benefits {list-style: none; display: flex; flex-direction: column; gap: 0.85em; text-align: left; width: 100%; max-width: 350px;}
.register-benefits li {display: flex; align-items: center; gap: 0.7em; color: var(--sm-text); font-size: 0.95em;}
.register-benefits svg {flex-shrink: 0; width: 20px; height: 20px; color: var(--sm-green);}
.login-register-title {display: flex; justify-content: center; align-items: center; margin-bottom: 1.25em;}
.login-register-title h1{font-size: 1.7em; margin: 0; color: var(--sm-green);}
.login-signup-form .add-to-basket-dark {width: 100%;}
.forgot-button {color: var(--sm-text-muted); font-size: 0.95em;}
.forgot-button:hover {text-decoration: underline; color: var(--sm-green); text-underline-position: under; cursor: pointer;}
.google-button {background: white; border: 1px solid var(--sm-border); color: var(--sm-text); display: flex; align-items: center; justify-content: center; gap: 8px;}
.google-button:hover {background: var(--sm-cream);}
.google-icon {width: 18px; height: 18px;}
.create-account-button {background: #fff; border: 1px solid var(--sm-green); color: var(--sm-green);}
.create-account-button:hover {background: var(--sm-green); color: #fff;}
/* create-account form */
.rev-form__title {margin: 0; text-align: center; font-size: 20px; color: #0e6b4b; font-weight: 600;}
.rev-form__card {max-width: 700px; margin: 0 auto; background: #fff; padding: 30px; border-radius: 8px;}
.chk-form-wrap {display: flex; flex-direction: column; gap: 1em;}
.form-flex.two {display: flex; flex-flow: row wrap;	flex: 1 0 100%;	gap: 1em;}
.form-flex.three {display: flex; flex-flow: row wrap; gap: 1em;}
.field-wrapper {flex: 1;}
#create-user .add-to-basket-dark{margin-top: 0.5em;}
.modal-tit-span {display: flex;	flex-direction: column;	align-items: center; margin-bottom: 1em;}
.modal-tit-span .rev-form__title{margin-bottom: 0;}
.modal-tit-span span {padding: 0.2em 1em; border-radius: var(--sm-radius-pill); color: var(--sm-green); text-align: center; border: 1px solid var(--sm-green); font-size: 0.85em;}
#change-billing, #change-shipping, #change-password{background: none; box-shadow: none; padding: 0;}




@media screen and (max-width: 420px) {

}

@media screen and (max-width: 39.9375em){
.myacc-cont-sidebar {width: 100%;}
.field-wrapper {flex: 1 0 100%;}
}  

@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}	

@media (min-width: 64em) {
.myacc-cont-sidebar {width: 320px;}
.login-signup-container {display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;}
.rev-form__title {font-size: 22px; margin-bottom: 0.5em;}

}

@media screen and (max-width: 63.9375em) {

}


@media screen and (min-width: 40em) {
.myacc-cont-main {flex-flow: row nowrap;}

}

@media screen and (min-width:64em) and (max-width: 1160px) {

}
