.elementor-kit-37{--e-global-color-primary:#212541;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-70e8607:#212541;--e-global-color-05c980c:#F5F5F5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-30f6c5d-font-family:"Tahoma";--e-global-typography-30f6c5d-font-size:1rem;--e-global-typography-30f6c5d-font-weight:400;--e-global-typography-30f6c5d-text-transform:uppercase;--e-global-typography-30f6c5d-text-decoration:none;--e-global-typography-30f6c5d-line-height:36px;--e-global-typography-30f6c5d-letter-spacing:0.7px;}.elementor-kit-37 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==================================================
   🎨 GENERAL STYLES
================================================== */
.elementor-icon-wrapper {
    display: flex;
}
.flex {
    flex: 1;
}
.btn, a {
    cursor: pointer;
}

/* ==================================================
   🏗️ LAYOUT STYLES
================================================== */
#wrapper, .page-content {

    max-width: 100vw;
    display: flex;
    flex-direction: column;
}

#main-content {
    flex: 1;
}

#header-content {
    position: relative;
    z-index: 90;
}

/* ==================================================
   🔽 NAVIGATION & HEADER
================================================== */
/* UI Navbar */
#ui-navbar {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

/* UI Header - Mobile */
#ui-header-m {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

/* UI Navigation */
#ui-nav {
    transition: 0.3s;
}

#ui-nav.elementor-sticky--active:hover,
#ui-header:hover ~ #ui-nav.elementor-sticky--active {
    top: 60px !important;
}

@media (max-width: 1025px) {
    #ui-nav:hover,
    #ui-header:hover ~ #ui-nav {
        top: 44px;
    }
}

/* ==================================================
   🛒 WOOCOMMERCE STYLES
================================================== */
/* Account & My Account Navigation */
.woocommerce-MyAccount-navigation,
.tgwc-woocommerce-MyAccount-navigation,
#my-account-menu,
#my-account-menu-tab {
    display: none !important;
}

.woocommerce-MyAccount-content {
    width: 100% !important;
    padding: 0 !important;
}

.woocommerce-products-header__title,
.term-description {
    display: none !important;
}

/* Checkout */
.checkout-modern-left-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.checkout-modern-wrap #payment .payment_methods .payment_box {
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.checkout-modern-wrap .order-review.order-review-modern {
    background-color: transparent !important;
    border: none !important;
}

.checkout-modern-wrap .checkout-modern-right-wrap:before {
    background-color: white !important;
    border: 1px solid #ececec;
    border-radius: 6px;
}

@media only screen and (max-width: 767px) {
    #main-content .checkout-modern-wrap form.checkout .nasa-checkout-step {
        z-index: 999999;
    }
    #main-content .checkout-modern-wrap form.woocommerce-form-login {
        z-index: 99999999999999;
    }
}

/* Cart & Notices */
.cart_totals {
    background-color: white;
}

.woocommerce-notices-wrapper {
    display: none !important;
}

/* ==================================================
   📩 MESSAGING STYLES
================================================== */
.bp-messages-wrap-main,
.bp-messages-wrap,
.bp-messages-threads-wrapper {
    min-height: calc(100dvh - 94px) !important;
}

@media screen and (max-width: 1024px) {
    .bp-messages-wrap-main,
    .bp-messages-wrap,
    .bp-messages-threads-wrapper {
        min-height: calc(100dvh - 104px) !important;
    }
}

/* ==================================================
   🏡 UI MENU STYLES
================================================== */
.ui-menu-nav div {
    overflow: hidden;
}

.ui-menu-nav ul {
    display: flex;
    flex-direction: column !important;
}

.ui-menu-nav > div > nav > div > ul {
    flex-direction: column;
}

.ui-menu-nav > div > nav > div > ul > li {
    display: flex;
    flex: 1;
    width: 100%;
    height: 40px;
    padding: 0;
}

.ui-menu-nav > div > nav > div > ul > li > div > a {
    height: 100%;
    width: 100%;
    flex: 1;
    justify-content: left;
    padding: 0 12px;
}

.ui-menu-nav .e-n-menu-item {
    flex: 1;
    flex-direction: column;
}

.ui-menu-nav .e-n-menu-item a {
    display: flex;
    flex: 1;
    width: 100%;
    height: 44px;
    padding: 0 12px;
}

.ui-menu-nav .e-n-menu-item:last-child div {
    border-bottom: none !important;
}

.ui-menu-nav * {
    transition: none !important;
}

/* ==================================================
   🖥️ RESPONSIVE STYLES
================================================== */
@media screen and (max-width: 1024px) {
    body > div:first-of-type,
    .page-content {
        min-height: calc(100dvh - 104px);
    }
}

@media only screen and (min-width: 767px) {
    .nasa-bc-modern > .mobile-text-center {
        display: none !important;
    }
}

/* ==================================================
   🖱️ SCROLLBAR STYLES (Desktop)
================================================== */
@media screen and (min-width: 1278px) {
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
    ::-webkit-scrollbar-thumb {
        background: rgba(90, 90, 90);
        border: 1px solid black;
    }
    ::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.2);
    }
}

/* ==================================================
   🔒 HIDDEN ELEMENTS
================================================== */
.eael-recaptcha-no-branding-wrapper,
.grecaptcha-badge{
    display: none !important;
}
.nasa-nav-extra-warp,
.hide,
.nasa-show-less,
.nasa-hide-for-desk,
[class*=block-grid-] > li.nasa-show-less {
    
}

/* Select2 Container */
.select2-container {
    z-index: 99 !important;
}/* End custom CSS */