/* 
Theme Name: mpafarm
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: mpafarm
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



/** Custom Scrollbr **/

/* Custom Scrollbar CSS - Chrome, Safari, Edge */ ::-webkit-scrollbar { width: 14px; } ::-webkit-scrollbar-track { background: rgba(139, 157, 131, 0.3); border-radius: 10px; } ::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #7cb342, #558b2f); border-radius: 10px; border: 2px solid rgba(139, 157, 131, 0.3); transition: all 0.3s ease; } ::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #8bc34a, #689f38); border: 2px solid rgba(139, 157, 131, 0.5); } ::-webkit-scrollbar-thumb:active { background: linear-gradient(180deg, #689f38, #33691e); } /* Custom Scrollbar CSS - Firefox */ * { scrollbar-width: thin; scrollbar-color: #7cb342 rgba(139, 157, 131, 0.3); }


/* ========================================
   HEADER & NAVIGATION
   ======================================== */
.siteheaderbox {
    position: absolute;
    top: 0;
    z-index: 999;
}

.page_item.page-item-9 img {
    width: 130px;
    margin: 0 50px;
    margin-bottom: -80px;
    border-radius: 210px;
    margin-top: -20px;
}
.individualbox .mpafarm-add-to-bag-form {
    padding: 10px;
    border-radius: 11px;
}
.individualbox .mpafarm-add-to-bag-form .mpafarm-form-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.individualbox .mpafarm-add-to-bag-form .mpafarm-form-content .mpafarm-price-section {
    min-width: auto;
}
.individualbox .mpafarm-add-to-bag-form .elementor-button-content-wrapper {
    padding: 3px 15px !important;
}
.individualbox .mpafarm-add-to-bag-form button.mpafarm-add-to-bag-btn {
    min-width: auto;
    padding: 4px !important;
}
/*.individualbox .mpafarm-add-to-bag-form button.mpafarm-add-to-bag-btn.added {
    line-height: 33px !important;
    padding: 6px 20px !important;}*/
.individualbox .mpafarm-add-to-bag-form .elementor-button-content-wrapper .elementor-button-icon {
    min-width: 25px !important;
    padding: 0;
    min-height: 25px !important;
}
.individualbox .mpafarm-add-to-bag-form .elementor-button-content-wrapper .elementor-button-icon svg {
    width: 10px;
}



.centerlogo img {
    transform: scale(1.7);
    display: inline-block;
    background: #fcf7e9;
    border-radius: 100px;
    padding: 3px;
}
.microgreenheader .centerlogo img {
    background: #88aa98;
    padding: 0; 
}


/* ========================================
   ENGINE START BUTTON STYLE - PILL SHAPE
   ======================================== */
/* ===============================
   Glass Button – Black → Green
   Green Border → White
================================ */

.elementor-widget-button .elementor-button.glass-enhanced {
    position: relative;
    padding: 6px !important;
    background: linear-gradient(145deg, #116f4e 0%, #0ffeaa 50%, #16875f 100%);
    border: 2px solid #ffffff;
    border-radius: 60px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.3),
        inset 0 2px 5px rgba(255, 255, 255, 0.25),
        inset 0 -2px 5px rgba(0, 0, 0, 0.4);
    display: inline-block;
}

/* Hover */
.elementor-widget-button .elementor-button.glass-enhanced:hover {
    transform: translateY(-2px);
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.4),
        inset 0 2px 5px rgba(255, 255, 255, 0.3),
        inset 0 -2px 5px rgba(0, 0, 0, 0.5);
}

/* ===============================
   Inner Glass Pill
================================ */

.elementor-widget-button .elementor-button.glass-enhanced
.elementor-button-content-wrapper {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 12px !important;
    padding: 14px 30px 14px 35px;
    font-size: 14px;
    font-weight: 700;
    background: linear-gradient(145deg, #0f3d2e 0%, #0b2f24 50%, #071f18 100%);
    border: 3px solid #ffffff;
    border-radius: 50px;
    z-index: 2;
    box-shadow:
        inset 0 3px 8px rgba(0, 0, 0, 0.6),
        0 0 18px rgba(0, 255, 150, 0.35);
}

/* Hover inner */
.elementor-widget-button .elementor-button.glass-enhanced:hover
.elementor-button-content-wrapper {
    box-shadow:
        inset 0 3px 8px rgba(0, 0, 0, 0.7),
        0 0 28px rgba(0, 255, 150, 0.6);
}

/* ===============================
   Icon Circle
================================ */

.elementor-widget-button .elementor-button.glass-enhanced
.elementor-button-icon {
    background: linear-gradient(145deg, #ffffff 0%, #f0f0f0 100%);
    padding: 11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    color: #000;
    fill: #0f7f5c;
    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.3),
        inset 0 1px 2px rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
}

.elementor-widget-button .elementor-button.glass-enhanced
.elementor-button-icon svg {
    width: 18px;
    height: 18px;
}

.elementor-widget-button .elementor-button.glass-enhanced:hover
.elementor-button-icon {
    transform: scale(1.05);
    fill: #12a376;
}

/* ===============================
   Button Text
================================ */

.elementor-widget-button .elementor-button.glass-enhanced
.elementor-button-text {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

/* ===============================
   Metallic Reflection
================================ */

.glass-refract-btn {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.35) 0%,
        rgba(255, 255, 255, 0.12) 20%,
        transparent 50%,
        transparent 80%,
        rgba(0, 0, 0, 0.25) 100%
    );
    pointer-events: none;
    border-radius: 60px;
    z-index: 1;
}

/* ===============================
   Subtle Pattern
================================ */

.crystal-pattern-btn {
    position: absolute;
    inset: 6px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.06) 1px,
        transparent 1px
    );
    background-size: 15px 15px;
    opacity: 0.2;
    pointer-events: none;
    border-radius: 50px;
    z-index: 3;
}

/* ===============================
   Glow Particles
================================ */

.btn-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #1affb2;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    box-shadow: 0 0 6px rgba(26, 255, 178, 0.9);
}

.elementor-button.glass-enhanced:hover .btn-particle:nth-child(4) {
    animation: particle1 1.5s ease-out forwards;
}

.elementor-button.glass-enhanced:hover .btn-particle:nth-child(5) {
    animation: particle2 1.5s ease-out 0.2s forwards;
}

.elementor-button.glass-enhanced:hover .btn-particle:nth-child(6) {
    animation: particle3 1.5s ease-out 0.4s forwards;
}

@keyframes particle1 {
    from { opacity: 1; top: 50%; left: 30%; }
    to   { opacity: 0; top: 20%; left: 20%; }
}

@keyframes particle2 {
    from { opacity: 1; top: 50%; left: 50%; }
    to   { opacity: 0; top: 15%; left: 55%; }
}

@keyframes particle3 {
    from { opacity: 1; top: 50%; left: 70%; }
    to   { opacity: 0; top: 20%; left: 80%; }
}

/* ===============================
   Metallic Shine Sweep
================================ */

.elementor-button.glass-enhanced::before {
    content: '';
    position: absolute;
    inset: 0;
    left: -100%;
    width: 50%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.45),
        transparent
    );
    transition: left 0.6s ease;
    border-radius: 60px;
    z-index: 2;
}

.elementor-button.glass-enhanced:hover::before {
    left: 150%;
}

/* ===============================
   Outer Metallic Ring
================================ */

.elementor-button.glass-enhanced::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 60px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(0, 0, 0, 0.15) 100%
    );
    pointer-events: none;
    z-index: 0;
    box-shadow:
        0 0 12px rgba(0, 0, 0, 0.25),
        inset 0 2px 3px rgba(255, 255, 255, 0.4),
        inset 0 -1px 2px rgba(0, 0, 0, 0.3);
}

.elementor-button-info.plainbutton a.elementor-button.glass-enhanced {
    background: var(--e-global-color-accent);
    box-shadow: none !important;
    color: #000 !important;
}
.elementor-button-info.plainbutton a span.elementor-button-content-wrapper {
    background: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
}
.wp-block-woocommerce-checkout {
    padding: 30px;
    background: #f2f2f2;
    
    border-radius: 10px;
}
.woocommerce-cart-notice {
    border-color: #1d8e26;
    border-radius: 10px;
    background: #f8f8f8;
}
.default-layout .ywpar_apply_discounts {
    border: 0;
    margin-left: 10px;
}
/* Add to Appearance → Customize → Additional CSS */
.wc-block-components-text-input label[for*="phone"]::after {
    content: '' !important;
}

.wp-block-woocommerce-cart{ margin-top: 170px !important; }
.post-147 {
    margin-top: 170px;
}
.plainbutton .btn-particle, .plainbutton .crystal-pattern-btn, .plainbutton .glass-refract-btn
, .plainbutton .elementor-button.glass-enhanced::after { display:none !important}

.plainbutton span.elementor-button-text {
    padding-left: 10px;
}
.individualbox {
    background: #fff;
}
.whitebutton.elementor-widget-button .elementor-button.elementor-button-link .elementor-button-icon {
    background: #61ce70;
    color: #fff;
    fill: #fff;
}

.elementor-widget-button .elementor-button.elementor-button-link {
    padding: 5px 5px 5px 20px;
}

.button2.elementor-widget-button .elementor-button.elementor-button-link .elementor-button-icon {
    background: #186751;
    fill: #fff;
}
/*.floatcart {
    position: absolute;
    right: 40px;
    top: 40px;
}*/

.floatcart a#elementor-menu-cart__toggle_button {
    padding: 7px !important;
    background: #fcf7e9;
    width: 45px;
    height: 45px;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;gap: 0;
}

.stepNumbers {
    background: #39ad8d;
    width: 70px !important;
    height: 60px;
    border-radius: 130px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
}
/* ========================================
   RADIO BUTTONS - SIMPLE STYLE
   ======================================== */

/* Hide default radio buttons */
#wpforms-372-field_9 input[type="radio"] {
    display: none;
}

/* Style the labels as buttons */
#wpforms-372-field_9 label {
    display: inline-block;
    padding: 12px 25px;
    background: #fff;
    color: #39ad8d;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

/* Hover state */
#wpforms-372-field_9 label:hover {
    background: #39ad8d;
    color: #ffffff;
    border-color: #39ad8d;
    box-shadow: 0 4px 12px rgba(0, 255, 0, 0.3);
    transform: translateY(-1px);
}

/* Selected state - light green bg, white text */
#wpforms-372-field_9 input[type="radio"]:checked + label {
    background: #39ad8d;
    color: #ffffff;
    border-color: #39ad8d;
    box-shadow: 0 4px 12px rgba(0, 255, 0, 0.3);
}

/* List styling */
#wpforms-372-field_9 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

#wpforms-372-field_9 li {
    margin: 0;
    padding: 0;
}

/* Hide the legend */
.wpforms-field-label.wpforms-label-hide {
    display: none;
}

.floatcart a#elementor-menu-cart__toggle_button:hover {
    box-shadow: none;
    color: #fff !important;
    fill: #FFF;
}
.floatcart a#elementor-menu-cart__toggle_button:hover .btn-particle{display: none;}
.elementor-menu-cart__toggle .elementor-button:hover svg {
    fill: #ffffff;
}
.elementor-menu-cart__toggle .elementor-button svg
 {
    width: 24px;
    height: 24px;
}
.elementor-menu-cart__toggle .elementor-button:hover .elementor-button-icon {
    transform: none;
}

/* Universal Button Styling */
.elementor-button-wrapper .elementor-button,
.elementor-button {
    position: relative;
    overflow: hidden;
    border-radius: 50px !important;
    padding: 15px 40px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    opacity: 1;
    transition: all 0.4s ease;
    z-index: 0;
    pointer-events: none;
}

.elementor-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    transition: left 0.6s ease;
    z-index: 1;
    pointer-events: none;
}

.elementor-button .elementor-button-text {
    position: relative;
    z-index: 2;
}

.elementor-button:hover {
    background: rgba(24, 103, 81, 0.95) !important;
    backdrop-filter: blur(20px) saturate(180%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 35px rgba(24, 103, 81, 0.5), inset 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 -2px 0 rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    color: #ffffff !important;
}

.elementor-button:hover::before {
    background: rgba(255, 255, 255, 0.15);
}

.elementor-button:hover::after {
    left: 100%;
}

.elementor-button:active {
    transform: translateY(-1px) scale(1.02);
}

.elementor-button .elementor-button-icon {
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.elementor-button:hover .elementor-button-icon {
    transform: translateX(5px);
}

/* Button Size Variations */
.elementor-size-xs .elementor-button { padding: 10px 25px !important; font-size: 11px !important; }
.elementor-size-sm .elementor-button { padding: 12px 30px !important; font-size: 12px !important; }
.elementor-size-md .elementor-button { padding: 15px 40px !important; font-size: 14px !important; }
.elementor-size-lg .elementor-button { padding: 18px 50px !important; font-size: 16px !important; }
.elementor-size-xl .elementor-button { padding: 22px 60px !important; font-size: 18px !important; }

/* ========================================
   PRODUCT BOXES & CARDS
   ======================================== */
.individualbox {
    border-radius: 20px;
    position: relative;
    transition: 0.6s;
    transform: translateY(0px);
}

.individualbox:hover {
    transition: 0.6s;
    transform: translateY(-5px);
}

.hm_products .elementor-image-box-wrapper {
    padding: 50px 30px;
    border: 2px dashed #036147;
    border-radius: 20px;
}

.shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.seasion_box {
    padding: 50px 40px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 0 17px #c0c0c0;
    border: 2px solid #dddddd;
}

/* ========================================
   TESTIMONIAL BOXES - GLASS EFFECT
   ======================================== */
.testimonialbox {
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.testimonialbox .elementor-widget-spacer {
    display: none !important;
}

.testimonialbox .elementor-spacer {
    height: 10px !important;
}

.testimonialbox .elementor-heading-title {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    line-height: 1.3 !important;
    transition: color 0.4s ease;
    position: relative;
    z-index: 2;
}

.testimonialbox .elementor-icon-wrapper {
    margin-bottom: 10px !important;
    position: relative;
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.testimonialbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    opacity: 1;
    transition: all 0.6s ease;
    z-index: 0;
    pointer-events: none;
}

.testimonialbox::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 55%, transparent 70%);
    transform: rotate(0deg);
    transition: all 0.8s ease;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}

.testimonialbox:hover {
    background: linear-gradient(135deg, rgba(24, 103, 81, 0.9) 0%, rgba(24, 103, 81, 0.95) 100%) !important;
    backdrop-filter: blur(20px) saturate(180%);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(24, 103, 81, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.testimonialbox:hover::before {
    background: rgba(255, 255, 255, 0.1);
}

.testimonialbox:hover::after {
    opacity: 1;
    transform: rotate(180deg);
}

.testimonialbox:hover .elementor-heading-title,
.testimonialbox:hover .elementor-widget-heading h2 {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.testimonialbox:hover .elementor-icon-wrapper {
    transform: scale(1.15) rotate(5deg);
}

.testimonialbox:hover .elementor-icon svg {
    fill: #ffffff !important;
}

.testimonialbox:hover * {
    color: #fff !important;
}

.testimonialbox:hover .elementor-widget-icon .elementor-icon {
    color: #fff !important;
    fill: #fff !important;
    border-color: #fff !important;
}

.testimonialbox .elementor-divider {
    padding: 8px 0 !important;
    margin: 8px 0 !important;
}

.testimonialbox .elementor-divider-separator {
    transition: all 0.4s ease;
    opacity: 0.4;
}

.testimonialbox:hover .elementor-divider-separator {
    opacity: 1;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.8) !important;
}

.testimonialbox > * {
    position: relative;
    z-index: 2;
}

/* ========================================
   COUNTER ANIMATIONS
   ======================================== */
.counter-number {
    animation: pulse-scale 2s ease-in-out infinite;
    display: inline-block;
    transform-origin: center;
}

@keyframes pulse-scale {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

.counticon {
    background: #1cb42252;
    width: 110px;
    height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 170px;
}

.numberbox h3 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000;
}

.numberbox p {
    font-size: 16px;
    color: #6a6a6a;
}

/* ========================================
   WPFORMS STYLING
   ======================================== */
.partnerform {
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.wpforms-container.wpforms-container-full {
    margin: 0 !important;
}

div.wpforms-container .wpforms-form input,
div.wpforms-container .wpforms-form select,
div.wpforms-container .wpforms-form textarea {
    border-radius: 10px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
    padding: 10px 20px !important;
    line-height: 34px;
    height: auto;
}

.wpforms-submit-container {
    text-align: center;
}

.wpforms-submit-container .wpforms-submit {
    background: linear-gradient(180deg, #1f8f3a 0%, #147a2f 100%);
    color: #ffffff;
    border: none;
    padding: 14px 40px !important;
    font-size: 14px !important;
    border-radius: 12px !important;
    height: auto !important;
    letter-spacing: 8px !important;
    line-height: 22px !important;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 100%;
    box-shadow: 0 8px 18px rgba(20, 122, 47, 0.25) !important;
    transition: all 0.3s ease;
}

.wpforms-submit-container .wpforms-submit:hover {
    background: linear-gradient(180deg, #22a045 0%, #178a35 100%) !important;
    box-shadow: 0 12px 26px rgba(20, 122, 47, 0.35) !important;
    transform: translateY(-2px);
}

.wpforms-submit-container .wpforms-submit:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(20, 122, 47, 0.25);
}

.wpforms-submit:disabled,
.wpforms-submit[aria-busy="true"] {
    opacity: 0.7;
    cursor: not-allowed;
    box-shadow: none;
}

/* ========================================
   GREEN VAULT - MAIN PAGE
   ======================================== */
body.home {
    background: radial-gradient(circle at 15% 10%, #f6f8fb 0%, #e9eef4 45%, #e2e8f0 100%);
    font-family: "Manrope", "Trebuchet MS", sans-serif;
    color: #1a2027;
}

body.home .site-header,
body.home .site-footer {
    display: none;
}

.gv-page {
     margin: 0 auto;
    padding: 152px 10px 90px;
    position: relative;
    max-width: 1300px;
}

.gv-page::before,
.gv-page::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(30px);
    opacity: 0.6;
    z-index: -1;
}

.gv-terms input {
    line-height: normal;
    top: -6px;
    position: relative;
}

.gv-terms a {
    color: #61ce70;
}
.gv-page::before {
    width: 240px;
    height: 240px;
    background: #cfe3d7;
    top: -40px;
    right: 10%;
}

.gv-page::after {
    width: 280px;
    height: 280px;
    background: #c9d7ea;
    bottom: 40px;
    left: -40px;
}

.gv-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
}

.gv-header h1 {
    font-family: "Fraunces", "Georgia", serif;
    font-size: 48px;
    margin: 0 0 8px;
    letter-spacing: -0.5px;
}

.gv-subtitle {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 700;
    color: #6f7782;
}

.gv-toggle {
    background: #dfe5ed;
    border-radius: 999px;
    padding: 6px;
    display: flex;
    gap: 6px;
    box-shadow: inset 0 1px 2px rgba(25, 38, 52, 0.12);
}

.gv-toggle-item {
    padding: 12px 24px;
    border: none;
    background: transparent !important;
    font-size: 13px;
    font-weight: 600;
    color: #666 !important;
    cursor: pointer !important;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.gv-toggle-item.is-active {
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: var(--e-global-color-accent) !important;
}

.gv-grid {
    display: grid;
    grid-template-columns: 220px 1fr 260px;
    gap: 28px;
    margin-top: 40px;
}

.gv-section-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    font-weight: 700;
    color: #6f7782;
    margin: 0 0 16px;
}

.gv-chip-stack {
    display: grid;
    gap: 12px;
}

.gv-chip {
    border: 0;
    padding: 14px 18px;
    border-radius: 999px;
    background: #eef2f7;
    font-weight: 700;
    font-size: 14px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    box-shadow: 0 12px 20px rgba(31, 46, 60, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gv-chip.is-active {
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-40a5d70);
}

.gv-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 26px rgba(31, 46, 60, 0.12);
}

.gv-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
}

.gv-card {
    background: #f7f9fc;
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 20px 40px rgba(30, 40, 50, 0.08);
    border: 1px solid #e3e8ef;
}

.gv-vault h3 {
    margin: 0 0 18px;
    font-size: 18px;
}

.gv-vault-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
    color: #4a5564;
    border-bottom: 1px solid #e5eaf1;
}

.gv-vault-row:last-child {
    border-bottom: none;
}

.gv-vault-label {
    font-weight: 700;
    color: #1a2027;
}

.gv-products {
    display: grid;
    gap: 22px;
}

.gv-product {
    display: grid;
    grid-template-columns: 78px 1fr auto;
    gap: 18px;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 16px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
}

.gv-product.is-selected {
    box-shadow: 0 4px 16px rgba(45, 138, 95, 0.2);
    border: 2px solid #2d8a5f;
}

.gv-product.is-hidden {
    display: none !important;
}

.gv-product h3 {
    margin: 0 0 6px;
    font-size: 18px;
}

.gv-product p {
    margin: 0 0 12px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8a93a0;
}

.gv-price {
    font-size: 28px;
    font-weight: 800;
    color: #1a2027;
}

.gv-price span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8a93a0;
    margin-left: 6px;
}

.gv-jar {
    width: 70px;
    height: 88px;
    border-radius: 24px;
    background: linear-gradient(160deg, #e9edf3 0%, #d9e1ea 100%);
    border: 1px solid #cfd6e0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px 8px;
    font-size: 10px;
    text-align: center;
    color: #425064;
    font-weight: 700;
    box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.7);
}

.gv-jar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gv-add {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #d4dbe5;
    background: #eef2f7;
    font-size: 22px;
    font-weight: 600;
    color: #1a2027;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gv-add:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(30, 40, 50, 0.12);
}

.gv-product.is-selected .gv-add {
    background: #2d8a5f;
    color: #fff;
}

.gv-order {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 20px;
}

.gv-order h3 {
    font-size: 20px;
    margin: 0 0 6px;
}

.gv-meter {
    background: #e2e8f0;
    border-radius: 999px;
    height: 10px;
    margin: 14px 0 22px;
    overflow: hidden;
}

.gv-meter-fill {
    width: 35%;
    height: 100%;
    background: linear-gradient(90deg, #a7d8c0 0%, #1d7f5d 100%);
}

.gv-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 18px;
    margin-bottom: 18px;
}

.gv-total strong {
    font-size: 28px;
    color: #1d7f5d;
}

.gv-check {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: #6f7782;
    margin-bottom: 20px;
    line-height: 1.4;
}

.gv-check input {
    accent-color: #1d7f5d;
    margin-top: 2px;
}

.gv-primary {
    border: 0;
    background: #1d7f5d;
    color: #ffffff;
    font-weight: 700;
    padding: 14px 18px;
    border-radius: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 16px 26px rgba(29, 127, 93, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gv-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 30px rgba(29, 127, 93, 0.3);
}

.gv-foot {
    margin: 14px 0 0;
    font-size: 11px;
    color: #8a93a0;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 1024px) {
    .gv-grid {
        grid-template-columns: 1fr;
    }

    .gv-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .elementor-button {
        padding: 12px 30px !important;
        font-size: 13px !important;
    }
    
    .elementor-button:hover {
        transform: translateY(-2px) scale(1.03);
    }

    .testimonialbox:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 640px) {
    .gv-header h1 {
        font-size: 36px;
    }

    .gv-toggle {
        width: 100%;
        flex-direction: column;
    }

    .gv-product {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .gv-add {
        justify-self: end;
    }

    .elementor-button {
        padding: 10px 25px !important;
        font-size: 12px !important;
    }
}






/* Green Vault Shop Styles */

.gv-page-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.gv-header {
    text-align: center;
    margin-bottom: 40px;
}

.gv-header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.gv-subtitle {
    color: #666;
    font-size: 1.1rem;
}

.gv-toggle {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.gv-toggle-item {
    padding: 12px 24px;
    border: 2px solid #ddd;
    background: white;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.gv-toggle-item.is-active {
    background: #4CAF50;
    color: white;
    border-color: #4CAF50;
}

.gv-grid {
    display: grid;
    grid-template-columns: 250px 1fr 300px;
    gap: 30px;
    align-items: start;
}

/* Left Sidebar - Filters */
.gv-filters {
    position: sticky;
    top: 20px;
}

.gv-section-title {
    font-weight: bold;
    margin-bottom: 15px;
}

.gv-chip-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gv-chip {
    padding: 10px 15px;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    border-radius: 6px;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
}

.gv-chip:hover {
    border-color: #4CAF50;
}

.gv-chip.is-active {
    background: #4CAF50;
    color: white;
    border-color: #4CAF50;
}

.gv-dot {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
}

.gv-vault {
    margin-top: 30px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 8px;
}

.gv-vault h3 {
    margin-bottom: 15px;
}

.gv-vault-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

/* Products Grid */
.gv-products-wrapper {
    width: 100%;
}

.products.gv-products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.gv-product {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
    list-style: none;
}

.gv-product-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gv-product.is-hidden {
    display: none !important;
}

.gv-product.is-selected {
    border-color: #4CAF50;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.2);
}

.gv-jar {
    width: 100%;
    aspect-ratio: 1;
    background: #f5f5f5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.gv-jar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gv-product-info h3 {
    font-size: 1rem;
    margin-bottom: 5px;
}

.gv-product-info p {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.gv-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #4CAF50;
}

.price-unit {
    font-size: 0.8rem;
    color: #666;
}

.gv-product-actions {
    margin-top: auto;
    display: flex;
    gap: 10px;
}

.gv-quantity {
    display: none;
    align-items: center;
    gap: 5px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px;
}

.gv-qty-btn {
width: 30px;
    height: 30px;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.gv-qty-value {
    min-width: 30px;
    text-align: center;
}

.gv-add {
    flex: 1;
    padding: 10px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.2rem;
}

/* Right Sidebar - Order */
.gv-order {
    position: sticky;
    top: 20px;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 20px;
}

.gv-order h3 {
    margin-bottom: 10px;
}

.gv-order-subtitle {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.gv-selected-items {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.gv-empty-cart {
    text-align: center;
    color: #999;
    padding: 20px;
}

.gv-selected-item {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.gv-selected-item-remove {
    background: #f44336;
    color: white;
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 0 !important;
}

.gv-total {
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 15px 0;
    border-top: 2px solid #ddd;
    margin-bottom: 20px;
}

.gv-terms {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.gv-checkout-btn {
    width: 100%;
    padding: 15px;
    background: #ccc;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: not-allowed;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.gv-checkout-btn.is-active {
    background: #4CAF50;
    cursor: pointer;
}

.gv-checkout-btn.is-loading {
    background: #666;
}

.gv-footer-note {
    text-align: center;
    color: #999;
    font-size: 0.85rem;
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 1024px) {
    .gv-grid {
        grid-template-columns: 1fr;
    }
    
    .gv-filters,
    .gv-order {
        position: static;
    }
}

@media (max-width: 768px) {
    .gv-products {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}


@media(max-width:991px){
.gv-toggle {
    border-radius: 11px;
    padding: 20px;
}
.centerlogo img{padding: 3px;     transform: scale(1.3);}
.floatcart{right: 2px;}

}




/************** cart page************/
/* ================================
   WooCommerce Cart – Clean UI/UX
   CSS ONLY | Blocks Safe
================================ */

/* Layout */
.wc-block-components-sidebar-layout {
    gap: 32px;
    align-items: flex-start;
}
.wp-child-theme-mpafarm  .wc-block-components-sidebar{width: 33%;}
.wp-child-theme-mpafarm  .wc-block-components-sidebar-layout .wc-block-components-main{ width: 64%;}
/* Main Cart & Sidebar Cards */
.wc-block-cart__main,
.wc-block-cart__sidebar {
    background: #ffffff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.wc-block-cart__submit-container .wc-block-cart__submit-button, .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background: #0a281f;
    border:0;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
}
.wp-block-woocommerce-checkout-order-summary-block {
    background: #ffffff;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    background: none;}
/* ================================
   Cart Table → Card Style Rows
================================ */
.wc-block-cart-items {
    border-collapse: separate;
    border-spacing: 0 16px;
}

.wc-block-cart-items__row {
    background: #f9fafb;
    border-radius: 12px;
}

.wc-block-cart-items__row td {
    padding: 16px;
    border: none;
    vertical-align: top;
}

.wc-block-cart-items__row td:first-child {
    border-radius: 12px 0 0 12px;
}

.wc-block-cart-items__row td:last-child {
    border-radius: 0 12px 12px 0;
}

/* ================================
   Product Image
================================ */
.wc-block-cart-item__image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    background: #fff;
}

/* ================================
   Product Name & Meta
================================ */
.wc-block-components-product-name {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
}

.wc-block-components-product-name:hover {
    color: #16a34a;
}

.wc-block-components-product-details {
    margin-top: 6px;
    font-size: 13px;
    color: #6b7280;
}

/* ================================
   Price & Discount
================================ */
.wc-block-components-product-price {
    display: flex;
    gap: 8px;
    align-items: center;
}

.wc-block-components-product-price del {
    color: #9ca3af;
    font-size: 14px;
}

.wc-block-components-product-price ins {
    color: #16a34a;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

/* ================================
   Sale Badge
================================ */
.wc-block-components-sale-badge {
    background: rgba(22,163,74,0.1);
    color: #16a34a;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    margin-top: 6px;
}

/* ================================
   Quantity Selector
================================ */
.wc-block-components-quantity-selector {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.wc-block-components-quantity-selector__button {
    background: #f3f4f6;
    border: none;
    font-size: 16px;
    width: 36px;
}

.wc-block-components-quantity-selector__input {
    border: none;
    width: 50px;
    font-weight: 600;
    background: #fff;
}

/* ================================
   Remove Item
================================ */
.wc-block-cart-item__remove-link {
    font-size: 13px;
    color: #ef4444;
    margin-top: 8px;
}

.wc-block-cart-item__remove-link:hover {
    text-decoration: underline;
}

/* ================================
   Cart Totals
================================ */
.wc-block-cart__totals-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
 
.wc-block-components-totals-item__label {
    font-size: 14px;
    color: #374151;
}

.wc-block-components-totals-item__value {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

/* ================================
   Recurring / Subscription Totals
================================ */
/* ============================================
   WooCommerce Order Confirmation Page - Enhanced CSS
   ============================================ */

/* Main Container */
.woocommerce-order {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
  
}

/* Success Message */
.woocommerce-notice--success {
    background: linear-gradient(135deg, #1a4d2e 0%, #2d7a4f 100%);
    color: white;
    padding: 30px 40px;
    border-radius: 16px;
    border: none;
    box-shadow: 0 8px 24px rgba(26, 77, 46, 0.2);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.woocommerce-notice--success::before {
    content: "✓";
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    opacity: 0.3;
}

.woocommerce-notice--success::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    transform: translate(30%, -30%);
}

/* Order Overview */
.woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
}
.woocommerce ul.order_details li{margin: 0;}
.woocommerce-order-overview li {
    background: #f8faf9;
    padding: 20px !important;
    border-radius: 12px;
    border: 2px solid #e5ebe8 !important;
    transition: all 0.3s ease;
    text-align: center;
}
.woocommerce ul.order_details::before , .woocommerce-customer-details .woocommerce-columns--addresses::before, .woocommerce .col2-set::after{display: none;}
.woocommerce-order-overview li:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #2d7a4f;
}
.woocommerce-order .woocommerce-column {
    width: 100% !important;
}
.status.active {
    background: #1f5836 !important;
    color: #fff !important;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{    padding: 14px 18px;}

span.status.suspended {
    background: #e74c3c;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
}



td.woocommerce-table__product-total.product-total {
    text-align: right;
}

.woocommerce-order-overview strong {
    font-size: 18px;
    color: #1a4d2e;
    font-weight: 700;
    display: block;
    margin-top: 5px;
}

.woocommerce-order-overview__total strong {
    font-size: 28px;
    color: #2d7a4f;
}

/* Section Titles */
.woocommerce-order-details__title,
.woocommerce-customer-details h2,
.woocommerce-order-details h2 {
    color: #1a4d2e;
    font-size: 26px;
    font-weight: 700;
    margin: 50px 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #2d7a4f;
    position: relative;
}

.woocommerce-order-details__title::after,
.woocommerce-customer-details h2::after,
.woocommerce-order-details h2::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #1a4d2e;
}

/* Order Details Table */
.woocommerce-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 40px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.woocommerce-table thead {
    background: linear-gradient(135deg, #1a4d2e 0%, #2d7a4f 100%);
}

.woocommerce-table thead th {
    color: white;
    padding: 20px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce-table tbody tr {
    transition: background-color 0.2s ease;
}

.woocommerce-table tbody tr:hover {
    background-color: #f8faf9;
}

.woocommerce-table tbody td {
    padding: 20px;
    border-bottom: 1px solid #e5ebe8;
}

.woocommerce-table__product-name a {
    color: #1a4d2e;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.woocommerce-table__product-name a:hover {
    color: #2d7a4f;
}

.product-quantity {
    color: #6b7280;
    font-weight: 500;
    margin-left: 8px;
}

/* Table Footer */
.woocommerce-table tfoot {
    background: #f8faf9;
}

.woocommerce-table tfoot th {
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
    color: #4b5563;
    border-top: 1px solid #e5ebe8;
}

.woocommerce-table tfoot td {
    padding: 15px 20px;
    text-align: right;
    font-weight: 600;
    color: #1a4d2e;
    border-top: 1px solid #e5ebe8;
}

.woocommerce-table tfoot tr:last-child th,
.woocommerce-table tfoot tr:last-child td {
    font-size: 20px;
    color: #2d7a4f;
    background: white;
    padding: 20px;
}

.shipped_via {
    color: #6b7280;
    font-weight: 400;
    font-size: 13px;
}

/* Subscription Table */
.ywsbs_subscription_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 40px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.ywsbs_subscription_table thead {
    background: linear-gradient(135deg, #2d7a4f 0%, #1a4d2e 100%);
}

.ywsbs_subscription_table thead th {
    color: white;
    padding: 18px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ywsbs_subscription_table tbody td {
    padding: 18px 15px;
    border-bottom: 1px solid #e5ebe8;
}

.ywsbs_subscription_table tbody tr:hover {
    background-color: #f8faf9;
}

.ywsbs_subscription_table a {
    color: #1a4d2e;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.ywsbs_subscription_table a:hover {
    color: #2d7a4f;
}

.status {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status.active {
    background: #d1fae5;
    color: #1a4d2e;
}

/* Customer Details */
.woocommerce-columns--addresses {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.woocommerce-column__title {
    color: #1a4d2e;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #2d7a4f;
}

.woocommerce-columns--addresses address {
    background: #f8faf9;
    padding: 25px;
    border-radius: 12px;
    border: 2px solid #e5ebe8;
    line-height: 1.8;
    font-style: normal;
    color: #4b5563;
    transition: all 0.3s ease;
}

.woocommerce-columns--addresses address:hover {
    border-color: #2d7a4f;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.woocommerce-customer-details--email {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5ebe8;
    color: #2d7a4f;
    font-weight: 600;
}

/* Price Styling */
.woocommerce-Price-amount {
    font-weight: 700;
    color: #2d7a4f;
}

.woocommerce-Price-currencySymbol {
    margin-right: 2px;
}

/* Purchase Note */
.woocommerce-table__product-purchase-note td {
    background: #fffbeb;
    border-left: 4px solid #f59e0b;
    padding: 15px 20px;
}

.woocommerce-table__product-purchase-note p {
    margin: 0;
    color: #92400e;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce-order {
        padding: 0 15px;
        margin: 20px auto;
    }

    .woocommerce-notice--success {
        padding: 25px 20px;
        font-size: 20px;
        border-radius: 12px;
    }

    .woocommerce-notice--success::before {
        display: none;
    }

    .woocommerce-order-overview {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 30px;
    }

    .woocommerce-table thead {
        display: none;
    }

    .woocommerce-table tbody tr {
        display: block;
        margin-bottom: 20px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .woocommerce-table tbody td {
        display: block;
        text-align: right;
        padding: 12px 15px;
        position: relative;
        border-bottom: 1px solid #e5ebe8;
    }

    .woocommerce-table tbody td::before {
        content: attr(data-title);
        position: absolute;
        left: 15px;
        font-weight: 600;
        color: #4b5563;
        text-transform: uppercase;
        font-size: 12px;
    }

    .woocommerce-table tfoot th,
    .woocommerce-table tfoot td {
        display: block;
        text-align: left;
        padding: 12px 15px;
    }

    .woocommerce-table tfoot td {
        text-align: right;
        padding-top: 5px;
        padding-bottom: 15px;
    }

    .ywsbs_subscription_table thead {
        display: none;
    }

    .ywsbs_subscription_table tbody tr {
        display: block;
        margin-bottom: 20px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .ywsbs_subscription_table tbody td {
        display: block;
        text-align: right;
        padding: 12px 15px;
        position: relative;
    }

    .ywsbs_subscription_table tbody td::before {
        content: attr(data-title);
        position: absolute;
        left: 15px;
        font-weight: 600;
        color: #4b5563;
        text-transform: uppercase;
        font-size: 11px;
    }

    .woocommerce-columns--addresses {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .woocommerce-order-details__title,
    .woocommerce-customer-details h2,
    .woocommerce-order-details h2 {
        font-size: 22px;
        margin: 30px 0 20px 0;
    }
}

/* Print Styles */
@media print {
    .woocommerce-notice--success::before,
    .woocommerce-notice--success::after {
        display: none;
    }

    .woocommerce-table,
    .woocommerce-columns--addresses address {
        box-shadow: none;
        border: 1px solid #e5ebe8;
    }
}



.woocommerce-cart del,
.woocommerce-cart ins + .onsale,
.woocommerce-cart .onsale {
    display: none !important;
}
.woocommerce-order {
    margin-top: 170px;
}




@media(max-width:1024px){
.mobileheader  .sitelogo_top {margin-left: 0px !important; margin-right: auto !important;}
.mpafarm-form-content .mpafarm-bottom-row{    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
}

}


@media(max-width:767px){
    .wp-child-theme-mpafarm .wc-block-components-sidebar-layout .wc-block-components-main{ width: 100%;}
    .wp-child-theme-mpafarm  .wc-block-components-sidebar{width: 100%;}
    .wp-block-woocommerce-checkout-order-summary-block {padding: 20px;margin-bottom: 20px;}

}





.ywsbs-recurring-totals-items.wc-block-components-totals-wrapper {
    padding: 10px 16px;
}


/* ============================================
   WooCommerce Remember Me Checkbox
   MPA Farm Ltd - Modern Styling (CSS Only)
   No HTML modifications required
   ============================================ */

/* Hide default checkbox */
.woocommerce-form__input-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #c9b89a;
  border-radius: 6px;
  background-color: #faf8f3;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Hover State */
.woocommerce-form__input-checkbox:hover {
  border-color: #2d5016;
  box-shadow: 0 0 0 3px rgba(45, 80, 22, 0.1);
  background-color: #ffffff;
}

/* Focus State - Keyboard Navigation */
.woocommerce-form__input-checkbox:focus {
  outline: none;
  border-color: #2d5016;
  box-shadow: 0 0 0 4px rgba(45, 80, 22, 0.15);
}

/* Checked State - Forest Green Gradient */
.woocommerce-form__input-checkbox:checked {
  background: linear-gradient(135deg, #2d5016 0%, #1a3009 100%);
  border-color: #1a3009;
  box-shadow: 0 4px 12px rgba(45, 80, 22, 0.3);
}

/* Checkmark Icon */
.woocommerce-form__input-checkbox:checked::before {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  animation: checkmark-pop 0.3s ease;
}

/* Checkmark Animation */
@keyframes checkmark-pop {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Active/Click State */
.woocommerce-form__input-checkbox:active {
  transform: scale(0.95);
}

/* Disabled State */
.woocommerce-form__input-checkbox:disabled {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
  opacity: 0.6;
}

.woocommerce-form__input-checkbox:disabled:checked {
  background: linear-gradient(135deg, #b8b8b8 0%, #999999 100%);
  border-color: #999999;
  box-shadow: none;
}

/* Label Styling */
.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
  font-weight: 500;
  color: #2d5016;
  transition: color 0.3s ease;
  margin: 0;
}

.woocommerce-form__label-for-checkbox:hover {
  color: #1a3009;
}

.woocommerce-form__label-for-checkbox span {
  transition: color 0.3s ease;
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .woocommerce-form__input-checkbox,
  .woocommerce-form__label-for-checkbox {
    transition: none;
  }

  .woocommerce-form__input-checkbox:checked::before {
    animation: none;
  }

  .woocommerce-form__input-checkbox:active {
    transform: none;
  }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  .woocommerce-form__input-checkbox {
    background-color: #1a3009;
    border-color: #2d5016;
  }

  .woocommerce-form__input-checkbox:hover {
    border-color: #3d6b1f;
    background-color: #2d5016;
    box-shadow: 0 0 0 3px rgba(61, 107, 31, 0.2);
  }

  .woocommerce-form__input-checkbox:focus {
    border-color: #3d6b1f;
    box-shadow: 0 0 0 4px rgba(61, 107, 31, 0.25);
  }

  .woocommerce-form__input-checkbox:checked {
    background: linear-gradient(135deg, #3d6b1f 0%, #2d5016 100%);
    border-color: #4a8429;
    box-shadow: 0 4px 12px rgba(74, 132, 41, 0.4);
  }

  .woocommerce-form__input-checkbox:checked::before {
    color: #e8dcc8;
  }

  .woocommerce-form__label-for-checkbox {
    color: #d4d4a8;
  }

  .woocommerce-form__label-for-checkbox:hover {
    color: #e8dcc8;
  }

  .woocommerce-form__input-checkbox:disabled {
    background-color: #0f1a07;
    border-color: #2d5016;
  }
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .woocommerce-form__label-for-checkbox {
    font-size: 14px;
    gap: 8px;
  }

  .woocommerce-form__input-checkbox {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 5px;
  }

  .woocommerce-form__input-checkbox:checked::before {
    font-size: 12px;
  }
}

/* Browser Compatibility */
input[type="checkbox"].woocommerce-form__input-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Firefox specific fix */
@-moz-document url-prefix() {
  .woocommerce-form__input-checkbox {
    padding: 0;
  }
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input{
	width:30px !important; height:30px !important}
button.woocommerce-button.button.woocommerce-form-login__submit, button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit, button.woocommerce-Button.button {
    margin-top: 20px;
}


.hadershortcode .elementor-shortcode {
    display: flex;
    gap: 10px;
    margin-right: 40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{    background: #fcf7e9;}

.addresses .woocommerce-Address {
    background: #fcf7e9;
    padding: 20px;
    border-radius: 10px;
}
.woocommerce-MyAccount-content h2 {
    font-size: 22px;
    margin-top: 0;
}
.addresses .woocommerce-Address a.edit {
    font-size: 11px;
    background: #28a745;
    margin: 0;
    line-height: normal;
    text-decoration: none;
    color: #fff;
    padding: 6px 15px;
    border-radius: 30px;
}
.addresses .woocommerce-Address a.edit:hover {
    background: #1f7723;
}
.woocommerce {
    font-family: "GFS Didot";
}
.woocommerce-MyAccount-navigation li a{
	color: #000 !important;
    background: #ffffff !important;
	
}
.woocommerce-MyAccount-navigation li.is-active a {
    background: linear-gradient(135deg, #1b5e20, #2e7d32) !important;
color: #ffffff  !important;
}


a.woocommerce-button.button.view, a.woocommerce-button.button.pay {
    background: #1b5e20;
    font-size: 14px;
    color: #fff;
    border-radius: 40px;
}
span.mpafarm-price-label-note {
    width: 100%;
}


.yith-wcaf-dashboard, .yith-wcaf-registration-form .become-an-affiliate-form {
    margin-top: 170px;
}
/*
.woocommerce-MyAccount-content .yith-wcaf.yith-wcaf-dashboard.woocommerce {
    display: none;
}*/



.woocommerce-MyAccount-content .yith-wcaf.yith-wcaf-dashboard.woocommerce {
    display: flex;
    flex-direction: column;
    margin: 0;
}
.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge
{border-radius: 20px;}

.yith-wcaf-section.yith-wcaf-dashboard-commissions .yith-wcaf-table-top-bar form, .yith-wcaf-section  form {
    min-height: auto !important;
}
.yith-wcaf-dashboard table.yith-wcaf-table{border-spacing:0;}
.yith-wcaf-table thead a {
    line-height: 42px;
    color: #fff;
    text-decoration: none;
}
.yith-wcaf.yith-wcaf-link-generator.woocommerce {
    display: flex;
    flex-direction: column;
}