/* 
Theme Name: Hello Elementor Child
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: hello-elementor-child
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
*/

body, html{
	overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #6E7E6B;
}
::-webkit-scrollbar-thumb {
  background: #274530;
}

::selection {
    background: #274530;
    color: white;
}

::-moz-selection {
    background: #274530;
    color: white;
}
.btnz a.elementor-button {
    height: 72px;
    padding: 0 24px 0 32px!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 10px;
	align-items: center;
	line-height: 1.2em!important;
}
.btnz .elementor-button-icon svg {
    width: 24px;
}
@media (max-width:1200px) {
	.btnz a.elementor-button {
    	height: 60px;
		padding: 0 20px 0 28px!important;
}
}

ul, ol {
	margin: 20px 0 35px;
}
li {
	margin: 10px 0 20px;
}



/*************************** SINGLE PRODUCT ADD TO CART ****************/

/* --- Wrapper layout --- */
.sp_addcart_ep .e-atc-qty-button-holder {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    background: transparent !important;
	width: 100% !important;
}

/* --- Quantity wrapper --- */
.sp_addcart_ep .quantity {
    display: flex !important;
    align-items: center !important;
    border: 1.5px solid #222 !important;
    border-radius: 50px !important;
    overflow: hidden !important;
    padding: 0 !important;
    min-width: 110px !important;
    height: 52px !important;
    position: relative !important;
}

/* Hide the native number input (we'll use custom buttons) */
.sp_addcart_ep .quantity input.qty {
    display: none !important;
}

/* --- Custom quantity display (injected via JS) --- */
.sp_addcart_ep .qty-display {
    flex: 1 !important;
    text-align: center !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #274530 !important;
    line-height: 1 !important;
    pointer-events: none !important;
    user-select: none !important;
    min-width: 28px !important;
}

/* --- Minus / Plus buttons (injected via JS) --- */
.sp_addcart_ep .qty-btn {
    background: none !important;
	margin: 0 !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    color: #1a1a1a !important;
    line-height: 1 !important;
    padding: 0 14px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: opacity 0.15s ease !important;
    user-select: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.sp_addcart_ep .qty-btn:hover {
    opacity: 0.55 !important;
}

/* --- Add to cart button --- */
.sp_addcart_ep .single_add_to_cart_button.button {
    flex: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 32px !important;
    height: 52px !important;
    letter-spacing: 0.01em !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.1s ease !important;
    white-space: nowrap !important;
    min-width: 180px !important;
    box-shadow: none !important;
    outline: none !important;
	margin: 0!important;
}


.sp_addcart_ep .single_add_to_cart_button.button:active {
    transform: scale(0.98) !important;
}

/* --- Basket icon inside button --- */
.sp_addcart_ep .single_add_to_cart_button.button .atc-icon {
    width: 22px !important;
    height: 22px !important;
    flex-shrink: 0 !important;
    filter: brightness(0) invert(1) !important; /* make SVG white */
}

/* --- Remove Elementor default quantity arrows/styles --- */
.sp_addcart_ep .quantity .qty-plus,
.sp_addcart_ep .quantity .qty-minus {
    display: none !important;
}
.sp_addcart_ep input[type=number]::-webkit-inner-spin-button,
.sp_addcart_ep input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}





/* =====================================================
   FIX: holder layout - το <a> είναι sibling του .quantity
   ===================================================== */

.sp_addcart_ep .e-atc-qty-button-holder {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Quantity pill: σταθερό πλάτος, δεν μεγαλώνει */
.sp_addcart_ep .e-atc-qty-button-holder .quantity {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 110px !important;height: 52px !important;
}

/* Κουμπί: παίρνει ΟΛΟ τον υπόλοιπο χώρο */
.sp_addcart_ep .e-atc-qty-button-holder > a.button,
.sp_addcart_ep .e-atc-qty-button-holder a.add_to_cart_button,
.sp_addcart_ep .e-atc-qty-button-holder a.ajax_add_to_cart {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
	height: 52px !important;
    padding: 14px 32px !important;
	gap: 10px;
	margin: 0 !important;
}
@media (max-width:1100px) {
	.sp_addcart_ep .qty-btn {
        padding: 0 8px !important;
        font-size: 16px !important;
    }
	.sp_addcart_ep .e-atc-qty-button-holder .quantity {
    min-width: 90px !important;
    height: 52px !important;
}
	.sp_addcart_ep .e-atc-qty-button-holder > a.button, .sp_addcart_ep .e-atc-qty-button-holder a.add_to_cart_button, .sp_addcart_ep .e-atc-qty-button-holder a.ajax_add_to_cart {
    padding: 14px 20px !important;
}
}
/* =====================================================
   MOBILE: και τα 2 στοιχεία 100% πλάτος
   ===================================================== */
@media (max-width: 550px) {

    .sp_addcart_ep .e-atc-qty-button-holder {
        flex-wrap: wrap !important;
        gap: 8px !important;
    }

    /* Quantity pill 100% */
    .sp_addcart_ep .e-atc-qty-button-holder .quantity {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: unset !important;
        height: 44px !important;
        justify-content: center !important;
    }

    /* Κουμπί 100% */
    .sp_addcart_ep .e-atc-qty-button-holder > a.button,
    .sp_addcart_ep .e-atc-qty-button-holder a.add_to_cart_button,
    .sp_addcart_ep .e-atc-qty-button-holder a.ajax_add_to_cart,
    .sp_addcart_ep .single_add_to_cart_button.button {
        flex: 0 0 100% !important;
        width: 100% !important;
        height: 44px !important;
        padding: 10px 20px !important;
        font-size: 15px !important;
    }

    .sp_addcart_ep .qty-btn {
        padding: 0 32px !important;
        font-size: 18px !important;
    }

    .sp_addcart_ep .qty-display {
        font-size: 15px !important;
    }
}

@media (max-width: 480px) {
    .sp_addcart_ep .e-atc-qty-button-holder .quantity {
        height: 40px !important;
    }

    .sp_addcart_ep .e-atc-qty-button-holder > a.button,
    .sp_addcart_ep .e-atc-qty-button-holder a.add_to_cart_button,
    .sp_addcart_ep .e-atc-qty-button-holder a.ajax_add_to_cart,
    .sp_addcart_ep .single_add_to_cart_button.button {
        height: 40px !important;
        font-size: 14px !important;
    }
}




/*************************** CART PAGE QUANTITY ****************/

/* --- Quantity wrapper --- */
.woocommerce-cart-form .quantity {
    display: flex !important;
    align-items: center !important;
    border: 1.5px solid #222 !important;
    border-radius: 50px !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 110px !important;
    height: 44px !important;
    position: relative !important;
}

/* Hide the native number input */
.woocommerce-cart-form .quantity input.qty {
    display: none !important;
}

/* --- Custom quantity display --- */
.woocommerce-cart-form .qty-display {
    flex: 1 !important;
    text-align: center !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #274530 !important;
    line-height: 1 !important;
    pointer-events: none !important;
    user-select: none !important;
    min-width: 28px !important;
}

/* --- Minus / Plus buttons --- */
.woocommerce-cart-form .qty-btn {
    background: none !important;
    margin: 0 !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    color: #1a1a1a !important;
    line-height: 1 !important;
    padding: 0 14px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: opacity 0.15s ease !important;
    user-select: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.woocommerce-cart-form .qty-btn:hover {
    opacity: 0.55 !important;
}

/* Remove native arrows */
.woocommerce-cart-form input[type=number]::-webkit-inner-spin-button,
.woocommerce-cart-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* --- Mobile --- */
@media (max-width: 768px) {
    .woocommerce-cart-form .quantity {
        min-width: 90px !important;
        height: 40px !important;
    }

    .woocommerce-cart-form .qty-btn {
        padding: 0 10px !important;
        font-size: 18px !important;
    }

    .woocommerce-cart-form .qty-display {
        font-size: 15px !important;
    }
	.woocommerce-cart-form td.product-quantity {
    display: flex!important;
    flex-direction: row;
    justify-content: space-between;
}
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #E3E6DE;
	color: #274530;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #274530;
    color: #fff!important;
}



.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    background-color: var(--e-global-color-primary);
	color: var(--purchase-button-normal-text-color, #ffffff);
	font-family: var(--e-global-typography-2949006-font-family), Sans-serif;
	font-weight: var(--e-global-typography-2949006-font-weight);
	border-radius: 4px;
	padding: 16px 20px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: var(--e-global-color-a89f3de);
	color: white;
}




/* ============================================
Thank You Page
   ============================================ */

/* Success message */
.woocommerce-order .woocommerce-notice--success {
    font-family: "Libertinus Serif", serif;
    font-size: 22px;
    color: #274530;
    background: #E3E6DE;
    border-left: 4px solid #274530;
    border-radius: 0 8px 8px 0;
    padding: 16px 24px;
    margin-bottom: 32px;
}

/* Order overview (αριθμός, ημερομηνία, σύνολο, μέθοδος) */
.woocommerce-order .woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    background: transparent;
    border: none;
}

.woocommerce-order .woocommerce-order-overview li {
    font-family: "Geologica", sans-serif;
    font-size: 14px;
    color: #274530;
    background: #E3E6DE;
    border-radius: 8px;
    padding: 16px 20px!important;
    border: none;
    margin: 0;
}

.woocommerce-order .woocommerce-order-overview li strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #274530;
    margin-top: 6px;
}

/* Τίτλος "Στοιχεία παραγγελίας" */
.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title {
    font-family: "Libertinus Serif", serif;
    font-size: 26px;
    font-weight: 400;
    color: #274530;
    border-bottom: 1px solid #274530;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Order details table */
.woocommerce-order .woocommerce-table--order-details {
    font-family: "Geologica", sans-serif;
    font-size: 16px;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
	border-radius: 8px!important;
}

.woocommerce-order .woocommerce-table--order-details thead tr {
    background: #274530;

}

.woocommerce-order .woocommerce-table--order-details thead th {
    color: #E3E6DE;
    padding: 14px 20px!important;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.woocommerce-order .woocommerce-table--order-details tbody td {
    padding: 14px 20px!important;
    border-bottom: 1px solid #E3E6DE;
    color: #274530;
    vertical-align: middle;
}

.woocommerce-order .woocommerce-table--order-details tbody td a {
    color: #274530;
    text-decoration: none;
    font-weight: 500;
}

.woocommerce-order .woocommerce-table--order-details tbody td a:hover {
    text-decoration: underline;
}

/* Tfoot rows */
.woocommerce-order .woocommerce-table--order-details tfoot tr th,
.woocommerce-order .woocommerce-table--order-details tfoot tr td {
    padding: 10px 20px!important;
    font-family: "Geologica", sans-serif;
    font-size: 15px!important;
    color: #274530!important;
    border-bottom: 1px solid #E3E6DE;
	font-weight: 400!important;
}

.woocommerce-order .woocommerce-table--order-details tfoot tr th span,
.woocommerce-order .woocommerce-table--order-details tfoot tr td span {
    font-family: "Geologica", sans-serif;
    font-size: 15px;
    color: #274530;
    border-bottom: 1px solid #E3E6DE;
	font-weight: 400!important;
}

.woocommerce-order .woocommerce-table--order-details tfoot tr th {
    font-weight: 500;
    text-align: left;
    color: #274530;
    opacity: 0.7;
}

/* Σύνολο row — bold */
.woocommerce-order .woocommerce-table--order-details tfoot .order-total th,
.woocommerce-order .woocommerce-table--order-details tfoot .order-total td {
    font-size: 18px;
    font-weight: 700;
    border-top: 2px solid #274530;
    border-bottom: none;
    padding-top: 16px;
    opacity: 1;
}

/* Customer details section */
.woocommerce-order .woocommerce-customer-details {
    margin-top: 40px;
}

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

@media (max-width: 640px) {
    .woocommerce-order .woocommerce-columns--addresses {
        grid-template-columns: 1fr;
    }
    .woocommerce-order .woocommerce-order-overview {
        grid-template-columns: 1fr 1fr;
    }
}

.woocommerce-order .woocommerce-column {
    background: #E3E6DE;
    border-radius: 8px!important;
    padding: 24px;
}

.woocommerce-order .woocommerce-column address {
    font-family: "Geologica", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #274530;
    font-style: normal;
    height: auto !important;
}

.woocommerce-order .woocommerce-customer-details--phone,
.woocommerce-order .woocommerce-customer-details--email {
    margin: 4px 0 0;
    font-size: 14px;
    color: #274530;
    opacity: 0.8;
}

/* COD / payment notice */
.woocommerce-order > p {
    font-family: "Geologica", sans-serif;
    font-size: 15px;
    color: #274530;
    background: #E3E6DE;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 32px;
}

.woocommerce-order .col2-set.addresses {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    width: 100% !important;
}

.woocommerce-order .col2-set.addresses .col-1,
.woocommerce-order .col2-set.addresses .col-2 {
    flex: 1 !important;
    width: 50% !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box !important;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after {
    display: none;
}