@font-face {
    font-family: 'Quincy Serif';
    src: url('fonts/quincycf-thin.otf');
    font-weight: 300;
}
@font-face {
    font-family: 'Quincy Serif';
    src: url('fonts/quincycf-regular.otf');
    font-weight: 400;
}
@font-face {
    font-family: 'Quincy Serif';
    src: url('fonts/quincycf-medium.otf');
    font-weight: 500;
}
@font-face {
    font-family: 'Quincy Serif';
    src: url('fonts/quincycf-bold.otf');
    font-weight: 600;
}
@font-face {
    font-family: 'Quincy Serif';
    src: url('fonts/quincycf-extrabold.otf');
    font-weight: 700;
}


* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration:none;
}
body .wp-block-post-title, .page-header {
    display: none;
}

/* ===============================
   HEADER ICON
================================ */

.cart-header-icon .elementor-widget-container, .search-header-icon .elementor-widget-container {
    height: auto !important;
}



/* ===============================
   AUTH FORM WRAPPER
================================ */

#pbSignupForm,
#pbLoginForm {
    max-width: 500px;
    margin: 0px auto 60px;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    font-family: 'Segoe UI', sans-serif;
}

.pb-signup-Title {
    font-size: 40px;
    color: #111;
    margin-top: 40px;
    margin-bottom: 20px;
}

.pb-signup-subTitle {
    font-size: 20px;
    color: #666;
    margin-bottom: 30px;
}

.pb-signup-Title, .pb-signup-subTitle {
    width: 100%;
    text-align: center;
    font-family: 'Quincy Serif';
}

/* ===============================
   INPUT FIELDS
================================ */

#pbSignupForm input,
#pbLoginForm input {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 18px;
    border-radius: 8px;
    border: 1px solid #DCDCDC;
    font-size: 15px;
    transition: all 0.3s ease;
    outline: none;
    background: #fafafa;
}

#pbSignupForm input:focus,
#pbLoginForm input:focus {
    border-color: #4CAF50;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}

/* ===============================
   BUTTONS
================================ */

#pbSignupForm button,
#pbSignupForm input[type="submit"],
#pbLoginForm input[type="submit"],
#pbLoginForm button {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #4CAF50, #43A047);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

#pbSignupForm button:hover,
#pbSignupForm input[type="submit"]:hover,
#pbLoginForm input[type="submit"]:hover,
#pbLoginForm button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(67, 160, 71, 0.25);
}

/* ===============================
   OTP SECTION
================================ */

#otp_section {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.pb-password-wrapper {
    position: relative;
}

.pb-password-wrapper .pb-toggle-password {
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.pb-toggle-password .pb-password-icon {
    height: 20px;
    width: 20px;
}

.pb-toggle-password .pb-password-icon.pb-password-hide, .pb-toggle-password.show-password .pb-password-icon.pb-password-show {
   display: none;
}

.pb-toggle-password.show-password .pb-password-icon.pb-password-hide {
   display: block;
}

/* ===============================
   ERROR & SUCCESS MESSAGES
================================ */

/* Toast Container */
#pb-toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    transition: all 0.4s ease;
}

/* Base Toast */
.pb-toast {
    min-width: 280px;
    max-width: 500px;
    padding: 14px 18px;
    margin-bottom: 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Show Animation */
.pb-toast.show {
    opacity: 1;
    transform: translateX(0);
}

/* Success */
.pb-toast-success {
    background: linear-gradient(135deg, #4CAF50, #2e7d32);
}

/* Error */
.pb-toast-error {
    background: linear-gradient(135deg, #e53935, #b71c1c);
}

/* Optional Info */
.pb-toast-info {
    background: linear-gradient(135deg, #2196F3, #1565C0);
}

/* ===============================
   LINKS (Login / Signup switch)
================================ */

.pb-auth-link {
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
}

.pb-auth-link a {
    color: #4CAF50;
    text-decoration: none;
    font-weight: 600;
}

.pb-auth-link a:hover {
    text-decoration: underline;
}

/* Terms Checkbox */
.pb-terms {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.pb-terms label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

#pbSignupForm .pb-terms input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.1);
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-bottom: 0;
}

.pb-terms a {
    color: #4CAF50;
    text-decoration: none;
    font-weight: 600;
}

.pb-terms a:hover {
    text-decoration: underline;
}


/* ===============================
    DASHBOARD ACCOUNT CSS
================================ */
.custom-account-wrapper{
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
}
.woocommerce-MyAccount-content .account-section-title {
    font-size: 30px;
    font-family: 'Quincy Serif';
    margin-top: 0px;
    margin-bottom: 50px;
}
.account-sidebar, .woocommerce-MyAccount-navigation {
    max-width: 300px;
    width: 100%;
    border-right: 1px solid #DDD;
    padding-right: 50px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}
.woocommerce-MyAccount-content {
    margin-bottom: 100px;
}
.account-sidebar ul, .woocommerce-MyAccount-navigation ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.account-sidebar li, .woocommerce-MyAccount-navigation li {
    display: flex;
    align-items: center;
    border-radius: 4px;
    height: 45px;
    padding: 0px 10px;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.account-sidebar a, .woocommerce-MyAccount-navigation li a {
    color: #555;
    font-weight: 500;
    text-decoration: none;
}
.account-sidebar li.active-link, .account-sidebar li:hover, .woocommerce-MyAccount-navigation li:hover, .woocommerce-MyAccount-navigation li.is-active {
    background: #DEFEFF;
}
.account-sidebar li.active-link a, .woocommerce-MyAccount-navigation li.is-active a {
    color: #000;
}
.account-content, .woocommerce-MyAccount-content {
    flex: 1;
}
.account-orders{
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.account-orders th, .account-orders td{
    border: 1px solid #DDD;
    padding: 10px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button, .woocommerce-MyAccount-content .woocommerce-address-fields button, .woocommerce-Address-title.title .edit {
    display: inline-block;
    margin-top: 25px;
    font-family: 'Quincy Serif';
    font-size: 15px;
    padding: 12px 30px;
    border: 1px solid #C36;
    background: #FFF;
    color: #C36;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    text-decoration: none;
    border-radius: 4px;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button:hover, .woocommerce-MyAccount-content .woocommerce-address-fields button:hover, .woocommerce-Address-title.title .edit:hover {
    background: #C36;
    color: #FFF;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm label, .woocommerce-address-fields__field-wrapper .form-row label {
    font-size: 13px;
    color: #111;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input, .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input, .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection {
    width: 100%;
    padding: 10px 16px;
    margin-bottom: 5px;
    border-radius: 8px;
    border: 1px solid #DCDCDC;
    font-size: 15px;
    transition: all 0.3s ease;
    outline: none;
    background: #FFF;
}
.woocommerce-EditAccountForm input:focus, .woocommerce-address-fields__field-wrapper .form-row input:focus, .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection:focus {
    border-color: #4CAF50;
    background: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}
.form-row .woocommerce-input-wrapper .select2-selection .select2-selection__rendered {
    padding: 0px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row:before {
    display: none;
}
.woocommerce .woocommerce-EditAccountForm .form-row {
    display: block;
    margin-bottom: 10px;
}
.woocommerce .woocommerce-EditAccountForm fieldset {
    border-radius: 10px;
    border: 1px solid #DCDCDC;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 10px;
}
.woocommerce-Address-title.title h2 {
    font-size: 20px;
    font-family: 'Quincy Serif';
    margin-top: 0px;
    margin-bottom: 10px;
}
.woocommerce-Address-title.title .edit {
    margin-top: 0px;
    font-size: 10px;
    font-weight: 500;
    padding: 8px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body:not([class*=elementor-page-]) .site-main {
    max-width: 1500px;
    padding: 0 20px;
    margin-top: 50px;
    margin-bottom: 100px;
}


/* ===============================
   FOOTER LINKS
================================ */
.footer-container .footer-quick-links .hfe-nav-menu {
    flex-direction: column;
}

/* ===============================
    PRODUCT PAGE
================================= */
.single-product .product_meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.single-product .product_meta .sku_wrapper, .single-product .product_meta .posted_in {
    font-weight: 600;
}
.single-product .product_meta .sku_wrapper .sku, .single-product .product_meta .posted_in a, .single-product .product_meta .posted_in .subscrip {
    font-weight: 400;
}
.single-product.woocommerce .product .woocommerce-Price-amount.amount, .woocommerce-shop .product .woocommerce-Price-amount.amount {
    font-size: 1.25em;
    font-weight: 600;
    color: #000;
}
.single-product.woocommerce .product .woocommerce-product-details__short-description {
    margin-bottom: 1.8rem;
}
.single-product.woocommerce .product .woocommerce-product-details__short-description p {
    color: #86898C;
    font-size: 16px;
}
.single-product.woocommerce .product .cart {
    display: flex;
}
.single-product.woocommerce .product .cart .button {
    text-transform: uppercase;
    padding: .618em 2em;
}
.single-product.woocommerce .product .woocommerce-tabs .tabs::before, .single-product.woocommerce .product .woocommerce-tabs .tabs::after, .single-product.woocommerce .product .woocommerce-tabs .tabs li::before {
    display: none;
}
.single-product.woocommerce .product .woocommerce-tabs .tabs {
    gap: 30px;
    display: flex;
    padding: 50px 0 0;
}
.single-product.woocommerce .product .woocommerce-tabs .tabs li {
    border: none;
    padding: 0px;
    background: transparent;
    margin: 0px;
}
.single-product.woocommerce .product .woocommerce-tabs .tabs li.active {
    border-bottom: 2px solid #000;
}
.single-product.woocommerce .product .woocommerce-tabs .tabs li a {
    font-size: 18px;
    font-weight: 600;
    color: #86898C;
    padding: 0px 0px 10px;
}
.single-product.woocommerce .product .woocommerce-tabs .tabs li.active a {
    color: #000;
}
.single-product.woocommerce .product .related {
    margin-top: 4.5rem;
}
.single-product.woocommerce .product .related .button, .woocommerce-shop .products .product .add_to_cart_button.button {
    display: none;
}
.woocommerce .related .products .product .price del, .woocommerce-shop .products .product .price del {
    text-decoration: line-through;
}
.woocommerce .related .products .product .woocommerce-loop-product__title, .woocommerce-shop .products .product .woocommerce-loop-product__title {
    color: #000;
}
.woocommerce ul.products li.product .onsale {
    display: none;
}
.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 2.5rem;
}
.woocommerce .woocommerce-breadcrumb .breadcrumb-separator {
    margin: 0px 0.25rem;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #000;
}
.product .wps_sfw_subscription_box_info {
    margin-bottom: 0px;
    display: none;
}
.single-product .product .wps_sfw_subs_box-button {
    text-transform: uppercase;
    padding: 1em 3em;
    background-color: #7F54B3;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
}

/* ==============================
    TABS CSS
=============================== */
.membership-plan-tabs .e-n-tabs-heading {
    gap: 0px;
}
.membership-plan-tabs #monthly-tab-button {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1px solid #1A2547;
    border-right: none;
}
.membership-plan-tabs #anually-tab-button {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 1px solid #1A2547;
    border-left: none;
}
.membership-plan-tabs .e-n-tabs-heading [aria-selected="false"] {
    background: transparent;
    color: #1A2547;
}

/* ===============================
   MY REMEDIES PURCHASE
================================ */
.rhc-prescription-row {
    margin-bottom: 30px;
    border: 1px solid #DDD;
    padding: 15px;
    float: left;
    width: 100%;
}
.rhc-prescription .proceed-purchsed-btn, .rhc-prescription .already-purchsed-btn {
    border: 1px solid #C36;
    color: #C36;
    background: #FFF;
    padding: 10px 25px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.04em;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Quincy Serif';
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    float: right;
}
.rhc-prescription .proceed-purchsed-btn:hover, .rhc-prescription .already-purchsed-btn {
    background: #C36;
    color: #FFF;
}
.rhc-prescription .already-purchsed-btn svg, .rhc-prescription .proceed-purchsed-btn svg {
    height: 16px;
    width: 16px;
    fill: currentColor;
}
.rhc-prescription-row-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.remedy-badge {
    background: red;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    margin-left: 6px;
    border-radius: 10px;
    vertical-align: middle;
}

/* ===============================
   IPAD RESPONSIVE
================================ */
@media (max-width: 850px) {
    .right-nav-icons .search-header-icon, .right-nav-icons .cart-header-icon {
        display: none;
    }
    .top-header-nav-icons .site-menu-icon {
        flex-shrink: 1;
    }
    .top-header-nav-icons .site-menu-icon .hfe-nav-menu__toggle {
        margin: 0px !important;
    }
    .top-header-nav-icons .site-menu-icon .hfe-nav-menu__toggle+.hfe-nav-menu__layout-horizontal {
        position: absolute;
        box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.10);
    } 
    .top-header-nav-icons .nav-site-logo-box {
        flex-grow: 1;
        align-items: center;
    }
    .top-header-nav-icons .right-nav-icons {
        width: auto;
    }
    .footer-container .e-con-inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .footer-site-info {
        grid-area: span 1 / span 3;
    }
}

/* ===============================
   MOBILE RESPONSIVE
================================ */

@media (max-width: 568px) {
    #pbSignupForm, #pbLoginForm {
        padding: 25px;
        margin: 30px 15px;
    }
    .footer-container .e-con-inner {
        display: flex;
        flex-direction: column;
    }
}