/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.myAccountRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.myAccountNavigation {
    width: 280px;
    background: var(--background, #FFF);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 40px 0;
}

.woocommerce-MyAccount-navigation {
    width: 100%;
    float: unset;
    margin: 0;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul {
    border: 0;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li {
    border: 0;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    padding: 16px 20px;
    color: #727272;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.is-active a,
.hentry .entry-content .woocommerce-MyAccount-navigation ul li:hover a {
    background: rgba(231, 176, 62, 0.10);
    color: #282828;
}

.woocommerce-MyAccount-navigation ul li a::before {
    float: unset;
    margin: 0 10px 0 0;
    width: 24px;
    height: 24px;
    opacity: 1;
    text-align: center;
    background-position: center left;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.is-active a::before,
.hentry .entry-content .woocommerce-MyAccount-navigation ul li:hover a::before {
    background-position: center right;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    font-size: 0;
    background-image: url(/wp-content/uploads/2023/08/Dashboard-1.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--video-series a::before {
    font-size: 0;
    background-image: url(/wp-content/uploads/2023/08/Dashboard-1.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
    font-size: 0;
    background-image: url(/wp-content/uploads/2023/08/My-subscription.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
    font-size: 0;
    background-image: url(/wp-content/uploads/2023/08/Payment-details.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    font-size: 0;
    background-image: url(/wp-content/uploads/2023/08/Logout-1.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    font-size: 0;
    background-image: url(/wp-content/uploads/2023/08/Account-details.svg);
}

.myAccountContent {
    width: calc(100% - 280px);
    padding: 40px 0 40px 40px;
}

.woocommerce-MyAccount-content {
    width: 100%;
    float: unset;
    padding: 25px;
    background-color: #f8f8f8;
    height: 100%;
}

.woocommerce-MyAccount-content p {
    margin: 0;
}

.woocommerce-MyAccount-content p a {
    color: #282828;
}

.myAccountDasboardWrapper h4 {
    margin: 0 0 16px;
    color: #282828;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
}

table.shop_table {
    width: 100%;
    border-collapse: collapse;
}

table.shop_table thead tr th,
table.shop_table thead tr td {
    background-color: #d7d7d7;
    color: #0B271D;
    text-transform: capitalize;
    padding: 17px 16px;
}

table.shop_table tr td.order-number a {
    color: var(--primary-color, #E7B03E);
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

table.shop_table tr th,
table.shop_table tr td {
    color: var(--body-text, #727272);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    padding: 10px 16px;
    background-color: #f8f8f8;
}

table.shop_table tbody tr:first-child th,
table.shop_table tbody tr:first-child td,
table.shop_table tfoot tr:first-child th,
table.shop_table tfoot tr:first-child td {
    padding-top: 20px;
}

table.shop_table tbody tr:last-child th,
table.shop_table tbody tr:last-child td,
table.shop_table tfoot tr:last-child th,
table.shop_table tfoot tr:last-child td {
    padding-bottom: 20px;
}

table.shop_table tr th:first-child,
table.shop_table tr td:first-child {
    padding-left: 35px;
}

table.shop_table tr th:last-child,
table.shop_table tr td:last-child {
    padding-right: 35px;
}

table.shop_table tr td a.button {
    padding: 8px 14px;
    border-radius: 2px;
    background: var(--body-text, #727272);
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 2px 0 2px 4px;
    min-width: 91px;
    text-align: center;
}

body table.shop_table tr td a.button.view::after {
    display: none;
}

body.woocommerce-subscriptions .woocommerce-MyAccount-content,
.woocommerce-view-subscription .woocommerce-MyAccount-content,
.woocommerce-view-order .woocommerce-MyAccount-content,
body.woocommerce-members_area .woocommerce-MyAccount-content,
body.woocommerce-payment-methods .woocommerce-MyAccount-content {
    padding: 0;
    background-color: #fff;
}

table.shop_table tfoot tr:first-child th,
table.shop_table tfoot tr:first-child td {
    border-top: solid 1px #d7d7d7;
}

table.shop_table tr td.product-name a,
table.shop_table tr td.membership-plan a {
    color: #727272;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    pointer-events: none;
}

section.woocommerce-customer-details address {
    background-color: #f8f8f8;
    padding: 35px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    color: #727272;
}

.woocommerce-MyAccount-content p mark {
    background-color: #fff;
    font-weight: 600;
}

.myAccountCol.myAccountContent h2 {
    color: var(--heading, #282828);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    margin: 35px 0 16px;
}

table.shop_table thead tr th.membership-actions {
    width: 170px;
}

/* Account Detail Css */
body .woocommerce .woocommerce-EditAccountForm .form-row {
    padding: 0 8px;
    float: unset;
    margin: 0 0 16px 0;
    position: relative;
}

body input:focus {
    outline: none;
}

form.woocommerce-EditAccountForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
    /*max-width: 646px; */

}

form.woocommerce-EditAccountForm .form-row.form-row-first,
form.woocommerce-EditAccountForm .form-row.form-row-last {
    width: 50%;
}

form.woocommerce-EditAccountForm .form-row.form-row-wide,
.woocommerce-account .woocommerce-MyAccount-content fieldset,
form.woocommerce-EditAccountForm>p {
    width: 100%;
}

body .woocommerce input[type=number] {
    max-width: unset;
}

.createNewPassword,
.password_fields {
    width: 100%;
}

.password_fields,
.order-actions .view {
    display: none;
}

.createNewPassword {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.createNewPassword p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.emailFieldContainer {
    width: 50%;
    margin: 0;
}

a.changePasswordToggle {
    margin-top: 0;
    color: var(--grayColor);
    font-size: 12px;
    font-weight: 500;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: capitalize;
    line-height: 19px;
    text-align: right;
    width: 20%;
    padding-right: 8px;
}

.passwordInner {
    display: flex;
    flex-wrap: wrap;
}

p.form-row.form-row-wide.btnContainer {
    text-align: center;
    margin: 0;
}

body.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button {
    margin: 8px 0 0;
    font-weight: 500;
}

a.passwordShow {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 24px;
    top: 13px;
    background-image: url(/dev/wp-content/uploads/2023/07/eye-open.svg);
}

a.passwordShow.passwordVisible {
    background-image: url(/dev/wp-content/uploads/2023/07/el_eye-close.svg);
}

.actionContainer {
    display: none;
}

section.woocommerce-order-details {
    margin-top: 20px;
}

body.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button {
    font-weight: 500;
    width: 100%;
    max-width: 160px;
    padding: 13px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#E7B03E), color-stop(42.37%, #FFAC00), color-stop(70.53%, #FCC044), to(#FFD681));
    background: -o-linear-gradient(left, #E7B03E 0%, #FFAC00 42.37%, #FCC044 70.53%, #FFD681 100%);
    background: linear-gradient(90deg, #E7B03E 0%, #FFAC00 42.37%, #FCC044 70.53%, #FFD681 100%);
    margin: 0 auto;
    border: 0;
    color: var(--background, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
}

body.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button svg {
    margin-left: 10px;
}

.myAccountCol.myAccountContent .accountDetailContainer h2 {
    margin: 0 0 24px;
    text-align: center;
}

.show-password-input {
    position: absolute;
    right: 24px;
    top: 16px;
    padding: 0;
    line-height: 0;
    cursor: pointer;
    width: 26px;
    height: 26px;
}

.show-password-input.display-password::after {
    color: #e8e8e8;
    background-image: url(/wp-content/uploads/2023/08/el_eye-close-2.svg);
    font-size: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    background-position: top -3px right 2px;
    background-repeat: no-repeat;
}

.show-password-input::after {
    font-size: 20px;
}

/*login css */
.loginRow {
    min-height: 582px;
    max-width: 566px;
    padding: 0px 68px;
    margin: 0 auto;
    border-radius: 30px;
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.27) 0%, rgba(255, 252, 252, 0.13) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.27) 0%, rgba(255, 252, 252, 0.13) 100%);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loginMain {
    background-image: url(/wp-content/uploads/2023/08/Rectangle-2516.png);
    min-height: 700px;
    /* height: 100vh; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loginFormContiner {
    width: 100%;
}

.siteConatiner {

    width: 100%;
}

.loginFormContiner h2 {
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    margin-bottom: 70px;
    line-height: 28px;
    text-transform: capitalize;

}

.loginFormContiner p label {
    display: none;
}

input#password_current {
    text-transform: unset;
}

.loginFormContiner .password-input {

    margin: 20px 0px;
}

.loginFormContiner button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
    width: 100%;
    max-width: 440px;
    padding: 13px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#E7B03E), color-stop(42.37%, #FFAC00), color-stop(70.53%, #FCC044), to(#FFD681));
    background: -o-linear-gradient(left, #E7B03E 0%, #FFAC00 42.37%, #FCC044 70.53%, #FFD681 100%);
    background: linear-gradient(90deg, #E7B03E 0%, #FFAC00 42.37%, #FCC044 70.53%, #FFD681 100%);
    margin: 0 auto;
    border: 0;
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 137.5% */
    text-transform: capitalize;
}

.loginFormContiner button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button svg {
    margin-left: 10px;
}

.forgottenPassword a {
    color: #FFF;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.forgottenPassword {
    margin-bottom: 36px;
}

.loginFormContiner h2 {
    position: relative;
}

.loginFormContiner h2::before {
    content: '';
    background-color: #E7B03E;
    width: 100%;
    height: 4px;
    position: absolute;
    max-width: 88px;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

body .woocommerce-ResetPassword .form-row-first {
    float: unset;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

form.woocommerce-ResetPassword.lost_reset_password {
    text-align: center;
}

.woocommerce-ResetPassword button.woocommerce-Button.button.wp-element-button {
    width: 100%;
    max-width: 440px;
    padding: 13px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#E7B03E), color-stop(42.37%, #FFAC00), color-stop(70.53%, #FCC044), to(#FFD681));
    background: -o-linear-gradient(left, #E7B03E 0%, #FFAC00 42.37%, #FCC044 70.53%, #FFD681 100%);
    background: linear-gradient(90deg, #E7B03E 0%, #FFAC00 42.37%, #FCC044 70.53%, #FFD681 100%);
    margin: 0 auto;
    border: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
}

.woocommerce-ResetPassword svg {
    margin-left: 10px;
}

.woocommerce-ResetPassword label {
    text-align: start;
}

form.woocommerce-ResetPassword.lost_reset_password {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 739px;
    margin: 0 auto;
}

