.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFFB3;--e-global-color-text:#FFFFFFB3;--e-global-color-accent:#FFFFFF;--e-global-color-2f7e247:#FFFFFF1A;--e-global-color-85d9cf0:#FFFFFF1A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.4;--e-global-typography-74d3d82-font-family:"Roboto";--e-global-typography-74d3d82-font-size:20px;--e-global-typography-74d3d82-line-height:1.4;--e-global-typography-60b1530-font-family:"Open Sans";--e-global-typography-60b1530-font-size:14px;--e-global-typography-60b1530-line-height:1.4;--e-global-typography-4c5bc1c-font-family:"Open Sans";--e-global-typography-4c5bc1c-font-size:12px;--e-global-typography-4c5bc1c-line-height:1.3;--e-global-typography-297448a-font-family:"Roboto";--e-global-typography-297448a-font-size:16px;--e-global-typography-297448a-line-height:1.4;--e-global-typography-147bece-font-family:"Open Sans";--e-global-typography-147bece-font-size:13px;--e-global-typography-147bece-line-height:1.4;background-color:#030619;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );color:#0F172B;border-radius:30px 30px 30px 30px;padding:8px 16px 8px 16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;--container-default-padding-top:60px;--container-default-padding-right:30px;--container-default-padding-bottom:60px;--container-default-padding-left:30px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:50px;--container-default-padding-right:20px;--container-default-padding-bottom:50px;--container-default-padding-left:20px;}}@media(max-width:767px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:50px;--container-default-padding-right:15px;--container-default-padding-bottom:50px;--container-default-padding-left:15px;}}/* Start custom CSS *//* =========================================
   AGI STORE: SAFE DARK MODE FOR WOOCOMMERCE
   ========================================= */

/* 1. Force the Main Section Background to Dark */
.woocommerce-cart, 
.woocommerce-checkout,
.e-cart-section, 
.e-checkout-section {
    background-color: #050508 !important;
}

/* 2. Paint the Inner Cards (The "Box" Look) */
.woocommerce-cart-form, 
.cart-collaterals .cart_totals,
.woocommerce-checkout .col2-set .col-1, 
.woocommerce-checkout .col2-set .col-2, 
.woocommerce-checkout-review-order, 
.woocommerce-order {
    background-color: #101324 !important; /* Card Color */
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    padding: 30px !important;
}

/* 3. Force Text to be White (Visibility) */
.woocommerce, 
.woocommerce h1, 
.woocommerce h2, 
.woocommerce h3, 
.woocommerce label, 
.woocommerce th,
.woocommerce-cart .product-name a {
    color: #ffffff !important;
}

/* 4. Input Fields (Dark background, White text) */
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.select2-selection {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
}

/* 5. Placeholder Text Fix */
::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
}

/* 6. Remove White Table Lines */
.woocommerce table.shop_table td, 
.woocommerce table.shop_table th {
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    background-color: transparent !important;
}

/* =========================================
   AGI STORE: GTRANSLATE (ORIGINAL CODE)
   ========================================= */

/* 1. RESET PARENT CONTAINERS (Fixes the white corners/backgrounds) */
.elementor-widget-shortcode .elementor-shortcode,
.gtranslate_wrapper,
.gt_switcher,
.gt_selected {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible !important; /* Allows button to expand */
    width: auto !important;
}

/* 2. STYLE THE BUTTON (The Pill) */
.gt_switcher .gt_selected a {
    display: inline-flex !important; /* Flexbox for perfect alignment */
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important; /* Space between flag and text */
    
    /* Dark Card Style */
    background-color: #101324 !important; 
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 50px !important; /* Full rounded corners */
    
    /* Sizing */
    padding: 8px 20px !important;
    min-width: 140px !important; /* Ensures it doesn't look squashed */
    width: auto !important;
    height: auto !important;
    
    /* Typography */
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    
    transition: all 0.3s ease !important;
}

/* 3. FIX THE FLAG IMAGE */
.gt_switcher .gt_selected a img {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important; /* Circle Flag */
    object-fit: cover !important;
    margin: 0 !important;
    vertical-align: middle !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* 4. HOVER EFFECT */
.gt_switcher .gt_selected a:hover {
    background-color: #FFFFFF !important; /* White on Hover */
    color: #000000 !important; /* Black Text */
    border-color: #FFFFFF !important;
    transform: translateY(-2px);
}

/* 5. DROPDOWN LIST STYLING (The popup) */
.gt_switcher .gt_option {
    background-color: #101324 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    padding: 15px !important;
    margin-top: 10px !important;
    z-index: 999999 !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.5) !important;
    width: 200px !important; /* Wider dropdown */
    text-align: left !important;
}

.gt_switcher .gt_option a {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px !important;
    padding: 8px 10px !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.gt_switcher .gt_option a:hover {
    background-color: rgba(255,255,255,0.1) !important;
    color: #FFFFFF !important;
}

/* DESKTOP POSITIONING */
.elementor-97 .elementor-element.elementor-element-4d5d1f3 {
    width: var(--container-widget-width, 180px);
    max-width: 180px;
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
    --container-widget-width: 180px;
    --container-widget-flex-grow: 0;
     top: 0; 
}

.elementor-97 .elementor-element.elementor-element-4d5d1f3 {
    top: -19px !important;
}

/* =========================================
   URGENT FIXES: SCROLLBAR & MOBILE
   ========================================= */

/* 1. REMOVE SCROLLBAR (Force auto-height for 3 items) */
.gt_switcher .gt_option {
    height: auto !important;        /* Override GTranslate fixed height */
    max-height: none !important;    /* Allow unlimited expansion */
    overflow-y: hidden !important;  /* Hide the scrollbar */
}

/* 2. MOBILE RESPONSIVENESS */
@media (max-width: 768px) {
    
    /* Reset Desktop Positioning hack */
    .elementor-97 .elementor-element.elementor-element-4d5d1f3 {
        top: 0 !important;
        margin: 0 !important;
        width: auto !important;
        position: relative !important; /* Ensure it flows naturally on mobile */
    }

    /* Adjust Button Size for Mobile */
    .gt_switcher .gt_selected a {
        padding: 6px 15px !important;
        font-size: 13px !important;
        min-width: auto !important;
    }

    /* Fix Dropdown Positioning on Mobile */
    .gt_switcher .gt_option {
        width: 160px !important;
        left: 0 !important; /* Align left edge */
        margin-top: 5px !important;
    }
}

/* Form background Fix*/
#otpl-body {
    background: #101324;
}

form#optl-form {
    border: 1px solid #ffffff1a;
}

#otpl_lightbox #otpl_content form label {
    color: #fff;
    margin-bottom: 10px;
}

#otpl_lightbox #otpl_content form input, #otpl_lightbox #otpl_content form textarea {
    border: 1px solid #ffffff1a;
    border-radius: 30px;
}

#otpl_lightbox #otpl_content form input[type=submit] {
    background: #fff;
    color: #fff !important;
    border: 1px solid #ffffff1a;
    border-radius: 30px;
    background-color: #050508;
}


/* =========================================
   AGI STORE: EMAIL CART BUTTON STYLES
   ========================================= */

/* 1. Base Button Style (Shared) */
.agi-email-btn {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #FFFFFF !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.agi-email-btn:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: #FFFFFF !important;
    transform: translateY(-2px);
}

/* 2. Side Cart Specifics (Full Width) */
.agi-email-side-btn {
    width: 100% !important;
    display: block !important;
    padding: 15px 0 !important;
    margin-top: 10px !important;
}

/* 3. Main Cart Page Specifics (Inline) */
.agi-email-main-btn {
    width: auto !important;
    display: inline-block !important;
    padding: 12px 30px !important; /* Match your other buttons */
    margin-left: 10px !important; /* Space from 'Share Cart' button */
    height: auto !important;
    line-height: normal !important;
}

/* Mobile Fix for Main Cart Button */
@media (max-width: 767px) {
    .agi-email-main-btn {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
    }
}

a.elementor-button.elementor-size-md.agi-email-btn.agi-email-side-btn {
    font-size: 14px;
}

button.button.agi-email-btn.agi-email-main-btn {
    text-transform: capitalize !important;
    padding: 7px 20px 7px 20px !important;
}

/* =========================================
   AGI STORE: CUSTOM QUICK VIEW CSS
   ========================================= */

#agi-qv-modal {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

#agi-qv-modal.agi-qv-open {
    opacity: 1;
    visibility: visible;
}

.agi-qv-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.agi-qv-content-wrap {
    position: relative;
    background-color: #101324; /* Your Glassy Dark Blue */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 50px rgba(0,0,0,0.8);
    padding: 40px;
    z-index: 2;
}

.agi-qv-close {
    position: absolute;
    top: 15px; right: 20px;
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 30px;
    cursor: pointer;
    opacity: 0.7;
}

.agi-qv-close:hover { opacity: 1; }

.agi-qv-loader {
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    display: none;
}

/* Layout Inside the Popup */
.agi-qv-product-layout {
    display: flex;
    gap: 40px;
    color: #FFFFFF;
}

.agi-qv-image { width: 45%; }
.agi-qv-image img { border-radius: 10px; width: 100%; height: auto; }

.agi-qv-details { width: 55%; }
.agi-qv-title { margin-top: 0; color: #FFFFFF; font-size: 28px; }
.agi-qv-price { font-size: 22px; font-weight: bold; margin-bottom: 20px; color: #FFFFFF; }
.agi-qv-description { color: rgba(255,255,255,0.8); margin-bottom: 30px; line-height: 1.6; }

/* Form & Button Overrides inside Popup */
#agi-qv-content form.cart { display: flex; gap: 15px; align-items: center; }
#agi-qv-content .quantity input { 
    background: transparent; 
    border: 1px solid rgba(255,255,255,0.3); 
    color: white; 
    padding: 10px; 
    border-radius: 8px; 
    width: 60px;
}
#agi-qv-content button[type="submit"] {
    background: #FFFFFF;
    color: #000000;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
}
#agi-qv-content button[type="submit"]:hover { background: #e0e0e0; transform: scale(1.02); }

@media (max-width: 768px) {
    .agi-qv-product-layout { flex-direction: column; gap: 20px; }
    .agi-qv-image, .agi-qv-details { width: 100%; }
    .agi-qv-content-wrap { padding: 20px; }
}

/* Styles for Success Actions inside Quick View */
.agi-qv-success-actions {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.agi-qv-success-msg {
    color: #7ad03a; /* Green success color */
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

/* Common Button Style */
.agi-qv-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

/* "View Cart" Button (White background, black text) */
.agi-qv-view-cart {
    background-color: #FFFFFF;
    color: #000000;
}
.agi-qv-view-cart:hover {
    background-color: #e0e0e0;
}

/* "Continue Shopping" Button (Transparent with white border) */
button.agi-qv-continue {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}
button.agi-qv-continue:hover {
    border-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.1);
}/* End custom CSS */