/* Public CSS for LMS Core */
/* ========================================================================================================= */
/* ======================================My Account Login Popup Page======================================== */
/* ========================================================================================================= */
.woocommerce > .login-popup {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.woocommerce-form-row .button,
.woocommerce-form .button {
    display: block;
    width: 100%;
}
.login-popup .woocommerce-form-login p {
    font-size: inherit;
    line-height: 1;
}
.login-popup .woocommerce-form-login .form-row {
    margin-bottom: 1.5rem;
}
.login-popup .woocommerce-form-login .form-row label {
    display: inline-block;
    margin-bottom: 8px;
}
.login-popup .woocommerce-form-login .form-row .form-control {
    height: 3.7rem;
}
.login-popup .woocommerce-form-login .form-row .input-text {
    background: #fff;
}
.login-popup .woocommerce-form-login .form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    font-size: calc(1.2rem * var(--rio-typo-ratio, 1));
    flex-wrap: wrap;
}
.login-popup .woocommerce-form-login .form-footer label,
.login-popup .woocommerce-form-login .form-footer p {
    margin-top: 3px;
    margin-bottom: 3px;
}
.login-popup .woocommerce-form-login .form-footer p {
    line-height: inherit;
}
.login-popup .woocommerce-form-login .lost-link {
    text-align: right;
    color: var(--rio-secondary-color, #d26e4b);
}
.login-popup .woocommerce-form-login .lost-link:hover {
    text-decoration: underline;
}
.login-popup .woocommerce-form-login .custom-checkbox {
    margin-bottom: 2.5rem;
    line-height: initial;
}
.login-popup .woocommerce-form-login .woocommerce-password-strength {
    margin: 10px 0;
    padding: 8px;
    color: #fff;
    text-align: center;
    background: #27c;
}
.login-popup .woocommerce-form-login .woocommerce-password-strength.short {
    background: var(--rio-alert-color, #b10001);
}
.login-popup .woocommerce-form-login .woocommerce-password-strength.bad {
    background: #d26e4b;
}
.login-popup .woocommerce-form-login .woocommerce-password-strength.good {
    background: var(--rio-success-color, #a8c26e);
}
.login-popup .woocommerce-form-login .woocommerce-password-hint {
    font-size: calc(1.2rem * var(--rio-typo-ratio, 1));
    line-height: 1.86;
}
.login-popup {
    position: relative;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem;
}
.login-popup a {
    color: #999;
}
.login-popup a:focus,
.login-popup a:hover {
    color: var(--rio-primary-color);
}
.login-popup .login {
    display: block;
}
.login-popup .tab-pane {
    padding-bottom: 0;
}
.login-popup .tab .nav-tabs {
    justify-content: center;
    align-items: center;
    font-size: calc(1.8rem * var(--rio-typo-ratio, 1));
    border-bottom: none;
    color: #ccc;
}
.login-popup .tab .nav-tabs .nav-item {
    margin-right: 0;
}
.login-popup .tab .nav-tabs .delimiter {
    margin: 0 8px;
}
.login-popup .tab .nav-link {
    padding: 0;
    font-weight: 700;
    color: #999;
    transition: color 0.4s, font-size 0.1s;
    font-size: calc(18px * var(--rio-typo-ratio, 1));
}
.login-popup .tab .nav-link:hover {
    color: var(--rio-primary-color);
}
.login-popup .tab .nav-link.active {
    font-size: calc(3rem * var(--rio-typo-ratio, 1));
    color: #222;
}
.login-popup .social-login {
    margin-top: 2.5rem;
    color: #999;
}
.login-popup .social-login .title {
    margin-bottom: 1.5rem;
    font-size: calc(1.2rem * var(--rio-typo-ratio, 1));
    font-weight: 400;
    color: #666;
}
.login-popup .social-login .title:after,
.login-popup .social-login .title:before {
    height: 1px;
}
.login-popup .social-login .social-icon {
    font-size: calc(1.4rem * var(--rio-typo-ratio, 1));
    width: calc(3.6rem * var(--rio-typo-ratio, 1));
    height: calc(3.6rem * var(--rio-typo-ratio, 1));
}
.login-popup .submit-status {
    display: none;
    margin-top: 12px;
}
/* ========================================================================================================= */
/* ======================================My Account Page==================================================== */
/* ========================================================================================================= */
.woocommerce-MyAccount-navigation-link--subscriptions,
.woocommerce-MyAccount-navigation-link--customer-logout,
.woocommerce-MyAccount-navigation-link--change-password,
.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--wt-smart-coupon {
    display: none;
}

.lms-core-account-title {
    color: var(--e-global-color-primary);
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: -0.025em;
    text-align: center;
    border-bottom: none !important;
}

.elementor-10 .elementor-element.elementor-element-270fc63 .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
}

.woocommerce-MyAccount-content-wrapper .lms-core-account-layouts-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.woocommerce-MyAccount-content-wrapper .account-layout {
    display: flex;
    border: 1px solid var(--e-global-color-ad7132a) !important;
    padding: 15px;
    height: 100%;
}

.woocommerce-MyAccount-content-wrapper .account-layout a {
    display: flex !important;
    gap: 10px;
    align-items: start !important;
    padding: 0 !important;
}

.woocommerce-MyAccount-content-wrapper .account-layout h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

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

.woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-navigation {
    max-width: 25%;
    flex: 0 0 25%;
}

.woocommerce-MyAccount-content-wrapper .woocommerce-order-search-form {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.woocommerce-MyAccount-content-wrapper .woocommerce-order-search-form input {
    width: min-content;
}

.woocommerce-MyAccount-content-wrapper .woocommerce-order-search-form button {
    padding: 0 16px !important;
    height: auto;
}

.woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-navigation-link.is-active>a:before {
    content: "\f061";
    /* Unicode for fa-home */
    font-family: "Font Awesome 5 Free";
    /* Or 6 Free depending on version */
    font-weight: 900;
    /* Font Awesome Solid */
    margin-right: 8px;
}

.woocommerce-MyAccount-content-wrapper .woocommerce-EditAccountForm>p:nth-child(1),
.woocommerce-MyAccount-content-wrapper .woocommerce-EditAccountForm>p:nth-child(2) {
    width: 50%;
}

/* Third and fourth <p> (full width) */
.woocommerce-MyAccount-content-wrapper .woocommerce-EditAccountForm>p:nth-child(4),
.woocommerce-MyAccount-content-wrapper .woocommerce-EditAccountForm>p:nth-child(6),
.woocommerce-MyAccount-content-wrapper #Change-Password {
    width: 100%;
}

.woocommerce-MyAccount-content-wrapper .show-password-input {
    display: none;
}

.woocommerce-MyAccount-content-wrapper .woocommerce-orders-table.woocommerce-MyAccount-orders {
    border-radius: 4px !important;
}

.woocommerce-MyAccount-content-wrapper .woocommerce-orders-table.woocommerce-MyAccount-orders td {
    border: none;
}

.woocommerce-MyAccount-content-wrapper .status {
    display: inline-block;
    padding: 1px 5px;
    border-radius: 3px;
    background: var(--rio-light-color, #ccc);
    color: #222;
}

.woocommerce-MyAccount-content-wrapper a.woocommerce-button.button.btn.btn-link.btn-underline.btn-icon-before {
    background: transparent;
    color: #27c;
    padding: 0;
    font-size: 11px;
    font-weight: 700;
}
/* ========================================================================================================= */
/* ======================================My Address Book Page====================================================== */
/* ========================================================================================================= */
.lms-my-address-book>p {
    font-size: 14px !important;
}
.lms-my-address-book .title h3,
.lms-my-address-book .title a {
    float: unset !important;
    padding: 0 !important;
    font-weight: 700 !important;
}
.lms-my-address-book .title h3 {
    margin-bottom: 17px;
    font-size: 20px;
}
.lms-my-address-book .title a {
    font-size: 14px;
}
.lms-my-address-book .woocommerce-Address address {
    border: none;
    padding: 0;
    font-style: normal;
}
.lms-my-address-book .thmaf-my-acnt.th-custom {
    margin: 0;
}
.lms-my-address-book .thmaf-my-acnt.th-custom h3 {
    font-size: 30px;
    font-weight: 600;
}
.lms-my-address-book .thmaf-my-acnt.th-custom p {
    font-size: 14px;
}
/* ========================================================================================================= */
/* ======================================Cart Page====================================================== */
/* ========================================================================================================= */
/* .woocommerce .cart-collaterals .cart_totals {
    padding: 30px !important;
}

.woocommerce .cart-collaterals .cart_totals .cart-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}
.woocommerce-checkout-review-order {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.woocommerce-checkout-review-order-table {
    border-collapse: collapse !important;
}
.woocommerce-checkout-review-order-table.shop_table td,
.woocommerce-checkout-review-order-table.shop_table th,
.woocommerce .cart-collaterals .cart_totals .shop_table td,
.woocommerce .cart-collaterals .cart_totals .shop_table th {
    border-top: 1px solid var( --e-global-color-ad7132a ) !important;
    font-size: 16px;
    font-weight: 600 !important;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce-checkout-review-order-table.shop_table td,
.woocommerce .cart-collaterals .cart_totals .shop_table td {
    font-size: 14px;
}
.woocommerce-checkout-review-order-table tbody tr:nth-child(1) td.product-thumbnail,
.woocommerce-checkout-review-order-table tbody tr:nth-child(1) td.product-name {
    border: none !important;
    border-bottom-width: 0 !important;
}
.woocommerce-shipping-totals h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 22px;
}
.cart-combined-price.lms-checkout-combined td {
    border-top: none !important;
}
.woocommerce-shipping-totals .shipping_method {
    padding: 5px 0;
    margin-bottom: 11px;
}
.woocommerce-shipping-totals .woocommerce-shipping-destination {
    font-size: 15px;
    margin-bottom: 20px;
}
.cart-subtotal td,
.order-total td {
    text-align: right !important;
} */
/* ========================================================================================================= */
/* ======================================Checkout Page====================================================== */
/* ========================================================================================================= */
.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-billing-fields__field-wrapper>* {
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper p.form-row-first,
.woocommerce-billing-fields__field-wrapper p.form-row-last {
    width: 50%;
    float: unset;
}

#thmaf_billing_alt_field {
    width: max-content;
}

#billing_country_field>* {
    display: inline;
}

.wc_payment_methods.payment_methods.methods p {
    padding: 0 !important;
}

.woocommerce-checkout-review-order-table td {
    display: table-cell !important;
}

.checkout.woocommerce-checkout #order_review_heading {
    padding-bottom: 25px !important;
    border-color: var( --e-global-color-ad7132a ) !important;;
    color: var(--e-global-color-a9fa691);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box,
.woocommerce.woocommerce-checkout #payment div.payment_box,
.woocommerce-page.woocommerce-checkout #payment div.payment_box,
.woocommerce.woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
}