.bee-customer .bee_btn_black:after, .bee_field label {
    top: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
}
.bee-customer .bee_btn_black {
    background-color: var(--bee-dark-color);
    color: var(--bee-light-color);
}
.bee-customer .bee_btn_black:hover {
    background-color: var(--accent-color);
    color: var(--bee-light-color);
}
input.bee_frm_input {
    -webkit-appearance: none;
    display: block;
    padding: 11px 0;
    border: none;
    border-bottom: 2px solid var(--border-color);
    width: 100%;
    line-height: normal;
    resize: none;
    transition: border-color .1s ease-in-out;
    background: none;
    border-radius: 0;
    font-size: 15px;
    line-height: 22px;
    color: var(--secondary-color);
}
.bee-customer select:hover, 
.bee-customer input.bee_frm_input:hover,
.bee-customer .bee-customer select:focus, 
.bee-customer input.bee_frm_input:focus,
.bee-customer input.bee_frm_input:visited {
    border-color: var(--secondary-color);
    outline: 0;
}
.bee-customer select:focus::placeholder, 
.bee-customer input.bee_frm_input:focus::placeholder {
    color: var(--secondary-color);
}
.bee-customer .bee_field label {
    left: 14px;
    transform: scale(1);
    transform-origin: left top;
    transition: transform .2s ease-in-out;
    display: flex;
    align-items: center;
    display: none;
}
.bee-customer .bee_fieldinput::-webkit-search-cancel-button, .bee_field__input::-webkit-search-cancel-button {
    display: none;
}
.bee-customer .bee_field input::-webkit-autofill, .bee-customer .bee_field input:::autofill {
    color: inherit;
}
.bee-customer .bee_field input:-webkit-autofill {
    border-color: var(--border-color);

}
.bee-customer .bee_field input::placeholder, 
.bee_field__input::placeholder {
    fill: var(--text-color);
    color: var(--text-color);
}
.bee_field {
    text-align: left;
}
.bee-customer .bee_btn_submmit {
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.25s;
}
.bee-customer .bee_btn_black {
    min-width: 90px;
    width: 100%;
    transition: .3s;
    position: relative;
    overflow: hidden;
    background-position: 150% 45%;
    line-height: 50px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 15px;
}
.bee-customer .bee_btn_black:after {
    content: "";
    left: 150%;
    width: 200%;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .25), transparent);
}

@keyframes ani_shine {
    to {
    left: -200%}
}
.bee-customer .bee_btn_white, .bee-customer .bee_btn_white:hover {
    background-color: var(--bee-light-color);
    color: var(--bee-dark-color);
}
.bee-customer .bee_btn_black:hover:after {
    animation: .75s cubic-bezier(.01, .56, 1, 1) ani_shine;
}
.bee-customer .bee_btn_white {
    transition: border .3s;
    min-width: 90px;
    border: 1px solid var(--border-color);
}
.bee-customer .bee_btn_white:hover {
    border-color: var(--bee-dark-color);
}
.bee-customer a {
    text-decoration: none;
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.1rem;
    color: var(--secondary-color);
    font-weight: 500;
}
.bee-customer a:hover {
    color: var(--accent-color);
}
.bee-customer h2 {
    font-size: 20px;
    text-transform: uppercase;
}
.bee-customer .form__message {
    align-items: center;
    display: flex;
    font-size: 15px;
    line-height: 1;
    margin-top: 1rem;
    font-weight: 400;
    outline: none;
    text-transform: none;
    color: var(--secondary-color);
}
.bee-customer .form__message:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}
.bee-customer .form__message svg {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 1rem;
}
.bee-customer .form__message svg.svg-account-hello {
    margin-bottom: 7px;
}
.is--addresses ul p, .is--order .bee-account-content h2.is--first {
    margin-bottom: 0;
}
.bee_field + .form__message {
    font-size: 13px;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.1;
    color: var(--secondary-color);
    margin: -20px 0 30px;
}
#RecoverEmail-email-error {
    margin-top: 10px;
}
.bee-customer ul {
    padding-left: 20px;
    text-align: left;
    margin-bottom: 30px;
    list-style: disc;
    margin-top: 15px;
}
.bee-customer-account {
    text-align: left;
    margin-top: 60px;
    margin-bottom: 60px;
}
.bee-account-nav ul {
    padding: 0;
    list-style: none;
    margin-top: 0;
    line-height: 1.4;
    border: 1px solid var(--border-color);
}
.bee-account-nav a {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
}
.bee-account-nav svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.bee-account-nav li:last-child a {
    border-bottom: 0;
}
.bee-account-nav .is--active a, .bee-account-nav a:hover {
    background-color: rgba(var(--border-color-rgb), .35);
    color: initial;
}
.is--order .lis__discount, .is--order tfoot tr:last-of-type td::before, .bee-account-hello strong {
    color: var(--link-color);
}
.bee-account-content h2 {
    font-size: 15px;
    text-transform: none;
    margin-bottom: 15px;
}
.select, .text-area {
    display: flex;
    position: relative;
    width: 100%}
.bee-customer select {
    width: 100%;
    cursor: pointer;
    padding: 2px 14px;height: 40px;
    -webkit-appearance: none;
    appearance: none;
}
.bee-customer select+svg {
    height: .6rem;
    pointer-events: none;
    position: absolute;
    top: calc(50% - .2rem);
    right: 12px;
}
.bee_mb_10 {
    margin-bottom: 10px;
}
.bee_mb_20 {
    margin-bottom: 20px;
}
.bee_mb_25 {
    margin-bottom: 25px;
}
.bee_mb_30 {
    margin-bottom: 30px;
}
.bee_mb_60 {
    margin-bottom: 60px;
}
.bee_mr_10 {
    margin-right: 10px;
}
.bee-last-btn {
    margin-bottom: 10px;
}
.bee-customer .bee_btn_submmit,
form#customer_login a,
form#customer_login button {
    border-radius: var(--item-rounded);
}
.bee-login-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 400;
}
.bee-login-footer.bee-lost-password {
    margin-bottom: 75px;
}
.bee-login-footer a {
    font-weight: 500;
    color: var(--secondary-color);
    margin-bottom: 0;
    margin-inline-start: 5px;
}
.bee-login-footer a:hover {
    color: var(--accent-color);
}
#login .bee-create-account {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    padding: 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--dark-color);
    background-color: rgba(var(--text-color-rgb),.08);
    margin: 0;
    font-size: 13px;
}
#login .bee-create-account:hover {
    background-color: var(--bee-dark-color);
    color: var(--bee-light-color);
}
.bee-customer .bee-next-tab {
    background-color: rgba(var(--text-color-rgb),.08);
    margin-bottom: 0;
}
.bee-customer .bee-recover-note {
    font-size: 15px;
    color: var(--text-color);
    line-height: 24px;
    margin-bottom: 60px;
}
@media (max-width: 1440px) {
    .bee-customer .bee-recover-note {
        margin-bottom: 40px;
    }
    .bee-login-footer.bee-lost-password {
        margin-bottom: 35px;
    }
    .bee-customer .bee-recover-note {
        margin-bottom: 25px;
    }
}
@media (max-width: 1024px) {
    .bee-login-footer.bee-lost-password {
        margin-bottom: 25px;
    }
}
@media screen and (min-width:768px) {
    .bee-account-nav {
    position: sticky;
    top: 20px;
}
}
#recover, #recover:target~#login, .is--addresses [aria-expanded=false]~div[id] {
    display: none;
}
#recover:target {
    display: block;
}
#recover form {
    margin-bottom: 17px;
}
#guest_login, #login, #recover {
    width: 100%;
    -webkit-animation: 1.25s bee-ani-fadeIn;
    animation: 1.25s bee-ani-fadeIn;
}
.bee-customer.is--activate, .bee-customer.is--login, .bee-customer.is--register, .bee-customer.is--reset-password {
    max-width: 510px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    min-height: 55vh;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
}
#guest_login hr {
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
}
.order-history td {
    color: var(--heading-color);
}
@media (min-width:641px) {
    .bee-customer.is--activate, .bee-customer.is--login, .bee-customer.is--register, .bee-customer.is--reset-password {
    margin: 80px auto;
}
#guest_login hr {
    margin: 60px 0 50px;
}
}.is--addresses [aria-expanded]~div[id] {
    margin-top: 20px;
    padding: 0 20px 5px;
    border: 2px solid var(--border-color);
}
.is--addresses [aria-expanded=true]~div[id] {
    display: block;
    -webkit-animation: 1.25s bee-ani-fadeIn;
    animation: 1.25s bee-ani-fadeIn;
}
.is--addresses form {
    display: flex;
    flex-flow: row wrap;
}
.is--addresses form>div {
    width: 100%;
    text-align: left;
}
.is--addresses h2.bee_title_addresses {
    margin: 30px 0 20px;
    font-size: 18px;
}
.is--addresses ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
}
.is--addresses .bee_field {
    margin: 2rem 0 0;
}
.is--addresses form>div:nth-of-type(7), .is--addresses form>div:nth-of-type(7)+div[id] {
    margin-top: 1.5rem;
}
.is--addresses input[type=checkbox] {
    margin-top: 2rem;
    margin-left: 0;
}
.is--addresses button {
    margin: 4rem 0 1.5rem;
}
.is--addresses form button:first-of-type {
    margin-right: 1rem;
}
li[data-address] {
    margin-top: 5rem;
}
li[data-address]>h2 {
    font-size: 16px;
    margin-top: 30px;
}
.is--addresses form button+button, .is--addresses li>button+button {
    margin-top: 0;
}
.is--addresses li>button {
    margin-left: .5rem;
    margin-right: .5rem;
}
.is--order .bee-account-content h2 {
    font-size: 20px;
}
.is--order tfoot tr:last-of-type td, .is--order tfoot tr:last-of-type th {
    font-size: 2.2rem;
    padding-top: 1.5rem;
    padding-bottom: 4rem;
    color: var(--link-color);
    font-weight: 500;
}
.is--order tbody ul {
    list-style: none;
    font-size: 1.2rem;
    text-align: right;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 0;
}
.is--order .bee-account-content svg {
    width: 1.1rem;
    color: var(--sale-badge-background);
    margin-right: .5rem;
}
.is--order .cart-discount {
    display: block;
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 1.2rem;
}
.is--order td:first-of-type {
    align-items: initial;
}
@media screen and (min-width:750px) {
    .is--order td .cart-discount {
    display: none;
}
.is--addresses [aria-expanded]~div[id] {
    padding: 10px 40px 20px;
}
}.rtl_true .bee-customer ul {
    padding-left: 0;
    padding-right: 4.4rem;
}
.rtl_true .bee_field label {
    left: auto;
    right: 14px;
}
.rtl_true .is--addresses form>div, .rtl_true .bee-customer ul, .rtl_true .bee-customer-account, .rtl_true .bee_field, .rtl_true .bee_field+.form__message {
    text-align: right;
}
.rtl_true .bee-account-nav svg {
    margin-right: 0;
    margin-left: 5px;
}
.rtl_true .bee_mr_10 {
    margin-right: 0;
    margin-left: 10px;
}
.rtl_true .is--addresses input[type=checkbox] {
    margin-left: auto;
    margin-right: 0;
}
.rtl_true .is--addresses form button:first-of-type {
    margin-right: 0;
    margin-left: 1rem;
}
.rtl_true .is--order tbody ul {
    text-align: left;
}
.rtl_true .is--order svg {
    margin-right: 0;
    margin-left: .5rem;
}
.bee-login-heading {
    text-align: center;
    border-bottom: 2px solid var(--heading-color);
    padding: 13px 84px;
    margin: 0 auto 40px;
    width: fit-content;
    font-weight: 500;
    text-transform: uppercase;
}
#login, #recover, #register {
    border: none;
    padding: 0;
}
.bee-customer .required {
    color: var(--text-color);
    margin: 0;
}
@media only screen and (min-width:750px) {
    .is--addresses form>div:first-of-type {
    margin-right: 2rem;
}
.is--addresses form>div:first-of-type, .is--addresses form>div:nth-of-type(2) {
    box-sizing: border-box;
    flex-basis: calc(50% - 1rem);
}
.is--addresses li>button:first-of-type {
    margin-top: 3rem;
}
.is--order tfoot tr:last-of-type td, .is--order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
}
.is--order tbody ul {
    text-align: left;
}
.rtl_true .is--order tbody ul {
    text-align: right;
}
}