
/* CART */
.cart-icon-wrapper {
  position: relative;
  display: inline-block;
}

.cart-count {
  position: absolute;
  top: -1em;
  right: -0.8em;
  background-color: #B00149;
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 50%;
  padding: 0.45em 0.6em;
  min-width: 1.6em;
  text-align: center;
  line-height: 1;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 480px) {
  .cart-count {
    top: -0.8em;
    right: -0.6em;
    font-size: 0.5rem;
    padding: 0.35em 0.5em;
    min-width: 1.4em;
  }
}

/* Responsive */
@media (min-width: 768px) {
  .cart-count {
    font-size: 0.85rem;
    padding: 0.5em 0.7em;
    top: -1.1em;
    right: -0.9em;
  }
}


/* ΑΛΛΑΓΗ ΔΙΕΥΥΝΗΣΗ cart*/
.woocommerce-shipping-calculator {
 margin: 0 auto; 
  text-align: center; /* κεντράρει το κείμενο */
}

.woocommerce-shipping-calculator p.form-row {
  display: flex;
  flex-direction: column; /* βάζει label πάνω από input */
  align-items: center;    /* κεντράρει κάθε στοιχείο οριζόντια */
  margin-bottom: 15px;    /* απόσταση μεταξύ πεδίων */
}

.woocommerce-shipping-calculator p.form-row label {
  margin-bottom: 6px; /* απόσταση κάτω από το label */
  font-weight: bold;
}

.woocommerce-shipping-calculator p.form-row input[type="text"],
.woocommerce-shipping-calculator p.form-row select {
  width: 100%;  /* να γεμίζει όλο το container του πεδίου */
  max-width: 300px; /* περιορισμός πλάτους για πιο όμορφο layout */
  box-sizing: border-box;
  padding: 8px;
  font-size: 1rem;
  text-align: center; /* προαιρετικά, για να κεντράρεις το κείμενο μέσα στο input */
}

.woocommerce-shipping-calculator button.button {
  margin-top: 10px;
  padding: 10px 30px;
  font-size: 1.1rem;
  cursor: pointer;
}

/*Ενημερωση κουμπί */
.woocommerce-shipping-calculator button.button {
    color: #ffffff;
    background-color: #B00149;
    transition: background-color 0.3s ease; /* ομαλή μετάβαση */
}

.woocommerce-shipping-calculator button.button:hover {
    background-color: #800035; 
    color: rgb(255, 255, 255);
}





/* ============================================
   YITH WISHLIST STYLING - LIONTHEME
   ============================================ */

/* Wishlist wrapper positioning */
.archive-product-wishlist-wrapper,
.deals-wishlist-wrapper {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 15;
}

/* Main wishlist button container */
.archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist,
.deals-wishlist-wrapper .yith-wcwl-add-to-wishlist {
    background: rgba(255, 255, 255, 0.95) !important;
    border: none !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Hover effect */
.archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist:hover,
.deals-wishlist-wrapper .yith-wcwl-add-to-wishlist:hover {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
    transform: scale(1.02);
}

/* Link styling */
.archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist a,
.deals-wishlist-wrapper .yith-wcwl-add-to-wishlist a {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    position: relative !important;
    border-radius: 50% !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Hide all default plugin elements */
.archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist img,
.archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button-text,
.archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist .feedback,
.deals-wishlist-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.deals-wishlist-wrapper .yith-wcwl-add-to-wishlist img,
.deals-wishlist-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button-text,
.deals-wishlist-wrapper .yith-wcwl-add-to-wishlist .feedback {
    display: none !important;
    visibility: hidden !important;
}

/* Custom heart icon - default state (heart.png) */
.archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist a::before,
.deals-wishlist-wrapper .yith-wcwl-add-to-wishlist a::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/wp-content/themes/liontheme/assets/images/heart.png') center center / contain no-repeat;
    transition: all 0.3s ease;
}

/* Custom heart icon - selected state (heart-2.png) */
.archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist.exists a::before,
.archive-product-wishlist-wrapper .yith-wcwl-wishlistaddedbrowse a::before,
.archive-product-wishlist-wrapper .yith-wcwl-wishlistexistsbrowse a::before,
.deals-wishlist-wrapper .yith-wcwl-add-to-wishlist.exists a::before,
.deals-wishlist-wrapper .yith-wcwl-wishlistaddedbrowse a::before,
.deals-wishlist-wrapper .yith-wcwl-wishlistexistsbrowse a::before {
    background: url('/wp-content/themes/liontheme/assets/images/heart-2.png') center center / contain no-repeat;
}

/* Hide loading states */
.archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist .ajax-loading,
.deals-wishlist-wrapper .yith-wcwl-add-to-wishlist .ajax-loading {
    display: none !important;
}

/* Additional states styling */
.archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.deals-wishlist-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.deals-wishlist-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    background: rgba(255, 255, 255, 0.95) !important;
    border: none !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Tablet */
@media (max-width: 991px) {
    .archive-product-wishlist-wrapper,
    .deals-wishlist-wrapper {
        top: 6px;
        right: 6px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .archive-product-wishlist-wrapper,
    .deals-wishlist-wrapper {
        top: 4px;
        right: 4px;
    }
    
    .archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist,
    .deals-wishlist-wrapper .yith-wcwl-add-to-wishlist,
    .archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
    .archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
    .deals-wishlist-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
    .deals-wishlist-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
        width: 36px !important;
        height: 36px !important;
    }
    
    .archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist a::before,
    .deals-wishlist-wrapper .yith-wcwl-add-to-wishlist a::before {
        width: 18px;
        height: 16px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .archive-product-wishlist-wrapper,
    .deals-wishlist-wrapper {
        top: 3px;
        right: 3px;
    }
    
    .archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist,
    .deals-wishlist-wrapper .yith-wcwl-add-to-wishlist,
    .archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
    .archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
    .deals-wishlist-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
    .deals-wishlist-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
        width: 32px !important;
        height: 32px !important;
    }
    
    .archive-product-wishlist-wrapper .yith-wcwl-add-to-wishlist a::before,
    .deals-wishlist-wrapper .yith-wcwl-add-to-wishlist a::before {
        width: 16px;
        height: 14px;
    }
}


.woocommerce ins,
.woocommerce ins .woocommerce-Price-amount.amount {
  text-decoration: none !important;
}



.woocommerce-message {
    display: none !important;
}


.page-content-wrapper {
    padding: 0; 
}

.wishlist_table.mobile li .item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;     
    text-align: center;
    margin-bottom: 7px;
    padding-bottom: 15px;
    border-bottom: 2px solid #EDBC43;; 
    width: 100%; 
    box-sizing: border-box; 
}

.wishlist_table.mobile li:last-child .item-wrapper {
    border-bottom: none; 
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail{
    max-width: 70% !important;

}


.page-content a {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.page-content h3::before {
    display: none !important;
}

td.product-price {
    font-size: 19px;
    font-weight: 700;
    color: #B00149;
    
}


.wishlist_table.mobile li .item-details table.item-details-table td.label {
    font-size: 18px !important;
}

.wishlist_table.mobile li .item-details table.item-details-table td.value {
    font-size: 14px !important;
    font-weight: 700;
    color: #B00149;
}

.page-content table {
    text-align: center;
}

.page-content table th,
.page-content table td {
    text-align: center;
}

.fa.fa-trash {
    font-size: 26px !important;
}





/* =====  CHECKOUT PAGE CSS ===== */


.wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
  max-width: 170px !important;
  height: auto;
}


/* Γενικό styling για checkout page */
body.woocommerce-checkout .simple-page {
    background: #ffffff;
    min-height: 100vh;
}

/* Hero Section - Simple */
body.woocommerce-checkout .page-hero {
    background: #B00149;
    margin-top: 20px;
    padding: 40px 0;
    border-radius: 10px;
}

body.woocommerce-checkout .page-header h1 {
    font-size: 2.2rem;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    margin: 0;
}

/* Main Container - Clean */
body.woocommerce-checkout .simple-page-article {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
    margin-top: 30px;
}

body.woocommerce-checkout .simple-page-article::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #EDBC43;
}


/*---------------------------------------- Checkout -----------------------------------------------*/

form.checkout h3 {
    text-transform: uppercase;
    line-height: 1.5em;
    font-size: 1rem;
    border-bottom: 0;
    background: var(--bgcol);
    padding: 15px;
    border-radius: 15px;
}

.woocommerce form .form-row {
    display: block !important;
}

.woocommerce form .form-row label {
    line-height: 2;
    transition: all .3s;
    font-size: 0.9rem;
    white-space: nowrap;
}

#order_review span.woocommerce-terms-and-conditions-checkbox-text {
    white-space: normal !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, input#gift_digital_email, textarea#gift_message {
    box-sizing: border-box;
    border: 0;
    padding: 0 0.75em;
    height: 2.5rem;
    font-size: 0.9em;
    border-radius: 15px;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #e7e7e7;
    color: var(--primcol2) !important;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    text-transform: uppercase;
}

textarea#gift_message {
    height: 10em;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    text-transform: uppercase;
}

.validate-email input#billing_email, textarea#order_comments {
    text-transform: unset !important;
}

.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
    box-shadow: 0 0 10px #d5c0a6c9;
    transition: all 0.2s ease-in-out;
}

.woocommerce-billing-fields span.selection span.select2-selection{
    box-sizing: border-box;
    border: 0;
    padding: 0 !important;
    font-size: 0.9rem;
    border-radius: 15px;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #e7e7e7;
    color: var(--primcol2) !important;
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

.coupon .flex-row.medium-flex-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

p#billing_company_field {
    display: none !important;
}

.checkout-sidebar th.product-total, .checkout-sidebar td.product-total, .checkout-sidebar tr.cart-subtotal td, .checkout-sidebar tr.order-total td{
    text-align: right;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    height: 10em;
    padding: 15px;
}

.checkout-sidebar td, .checkout-sidebar th, .checkout-sidebar tr {
    border: 0 !important;
}

.checkout-sidebar tr.order-total td {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

ul#shipping_method li::before{
    content: " ";
}

p.woocommerce-shipping-destination, tr.cart-subtotal td, tr.order-total td {
    text-align: right;
}

p.woocommerce-shipping-destination {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    margin-top: 25px;
}

p.woocommerce-shipping-destination strong {
    font-weight: normal !important;
}

.empty-cart {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
}

.woocommerce ul.order_details {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 0.0125em solid var(--primcol);
    padding: 25px 0px;
}




.woocommerce ul.order_details li::before {
    content: "" !important;
    margin: 0;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 0.9rem;
    padding: 15px 0;
    border-bottom: 0.0125em solid var(--primcol);
}

h2.woocommerce-order-details__title, h2.woocommerce-column__title {
    font-weight: 700;
    padding: 10px 0;
    line-height: 1.5em;
    font-size: 1.5rem;
    border-bottom: 1px solid var(--primcol);
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0.0125rem solid var(--seccol);
}

select#b2bking_registration_roles_dropdown, .b2bking_custom_registration_field {
    display: inline-block;
    box-sizing: border-box;
    border: 0;
    padding: 0 0.75em;
    font-size: 0.9rem;
    border-radius: 15px;
    height: 30px;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: var(--bgcol);
    color: var(--primcol2) !important;
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

select#b2bking_registration_roles_dropdown:focus, .b2bking_custom_registration_field:focus {
    box-shadow: 0 0 10px #d5c0a6c9;
    transition: all 0.2s ease-in-out;
}



.cart-input input#coupon_code {
    width: 100%;
    max-width: unset !important;
}

p.form-row.form-row-first.col-10.cart-input {
    width: 100%;
}

.chk-btn, .cart-input {
    width: 100% !important;
}

@media (max-width: 991px) {
    form.checkout_coupon.woocommerce-form-coupon p{
        text-align: center;
    }

    .chk-btn, .cart-input {
        float: none !important;
        text-align-last: center;
    }
}

tr.cart_item td.product-thumbnail {
    max-height: 115px;
    height: auto;
    aspect-ratio: 1 / 1;
}

.woocommerce table.shop_table td {
    vertical-align: middle !important;
}



#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    border: 0 !important;
    background: var(--bgcol);
    padding: 15px;
    border-radius: 15px;
}

li.wc_payment_method img, li.wc_payment_method label img {
    width: auto;
    height: 40px;
}

a.woocommerce-privacy-policy-link, a.woocommerce-terms-and-conditions-link, a.shipping-calculator-button {
    color: var(--seccol);
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: var(--thirdcol);
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid var(--thirdcol);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}


section.woocommerce-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.woocommerce .woocommerce-customer-details address {
    margin-bottom: 0;
    font-size: 0.9rem;
    background-color: var(--bgcol);
    color: var(--primcol);
    display: flex;
    border: 0;
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    row-gap: 10px;
}

.woocommerce .woocommerce-order-details th {
    width: 50%;
}



.select2-container--default .select2-selection--single {
    display: block;
    box-sizing: border-box;
    border: 0;
    padding: 0 0.75em;
    font-size: 0.9em;
    border-radius: 15px;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: var(--bgcol);
    color: var(--primcol2) !important;
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 15px 15px 0 0;
    box-shadow: 0 0 15px var(--thirdcol);
    top: -4px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar
{
    width: 10px;
    background-color: transparent !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: var(--primcol);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0;
    border-bottom: 0.0125rem solid var(--thirdcol);
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: var(--thirdcol) !important;
    color: var(--bgcol);
}

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--primcol);
    box-sizing: border-box;
    border: 0;
    padding: 0 !important;
    height: 2.5rem;
    line-height: 40px;
    font-size: 0.9em;
    border-radius: 15px;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #e7e7e7;
    color: var(--primcol2) !important;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    text-transform: uppercase;
}

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
    cursor: pointer;
    font-size: 0.9rem;
}

li.wc_payment_method.payment_method_yith-paypal-ec label {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    column-gap: 15px;
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 100;
    font-size: 1rem;
    border-bottom: 0.0125rem solid var(--primcol);
    padding-bottom: 10px;
}



.woocommerce table.shop_table, .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields, .woocommerce-additional-fields {
    background: var(--bgcol);
    padding: 15px;
    border-radius: 15px;
}

.woocommerce-shipping-fields, .woocommerce-additional-fields  {
    margin-top: 20px;
}


form#yith-wcwl-form ul.shop_table li {
    list-style: none !important;
    background: var(--bgcol);
    padding: 15px;
    border-radius: 15px;
    position: relative;
}

form#yith-wcwl-form ul.shop_table li h3 {
    font-size: 15px;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 15px;
}

form#yith-wcwl-form ul.shop_table li a {
    width: 100% !important;
}

.woocommerce table.shop_table tbody tr.cart_item:nth-child(even){

}

.woocommerce table.shop_table tbody tr.cart_item:nth-child(odd){
    
}


/* ===== LAYOUT - 50/50 CLEAN ===== */

body.woocommerce-checkout .wc-block-components-sidebar-layout {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    align-items: start !important;
    margin: 0 !important;
}

body.woocommerce-checkout .wc-block-components-main {
    width: 100% !important;
    min-width: 0 !important;
}

body.woocommerce-checkout .wc-block-components-sidebar {
    width: 100% !important;
    min-width: 0 !important;
    background: #f8f9fa !important;
    padding: 25px !important;
    border-radius: 10px !important;
    border: 1px solid #e9ecef !important;
    position: sticky !important;
    top: 30px !important;
    height: fit-content !important;
}

/* ===== FORM SECTIONS - MINIMAL ===== */

body.woocommerce-checkout .wc-block-checkout__contact-fields,
body.woocommerce-checkout .wc-block-checkout__billing-fields,
body.woocommerce-checkout .wc-block-checkout__order-notes,
body.woocommerce-checkout .wc-block-checkout__terms,
body.woocommerce-checkout .wc-block-checkout__actions {
    margin-bottom: 25px;
    padding: 25px;
     background: #fbfbfb;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

/* Section Headers - Clean */
body.woocommerce-checkout .wc-block-components-checkout-step__title {
    color: #333 !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #EDBC43 !important;
    text-transform: none;
    letter-spacing: normal;
}

/* Section Descriptions */
body.woocommerce-checkout .wc-block-components-checkout-step__description {
    color: #666 !important;
    font-size: 0.9rem !important;
    margin-bottom: 15px !important;
    line-height: 1.4;
    font-style: normal;
}

/* ===== FORM FIELDS - BETTER INPUTS ===== */

body.woocommerce-checkout .wc-block-components-text-input,
body.woocommerce-checkout .wc-blocks-components-select {
    margin-bottom: 20px;
}

body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-blocks-components-select__label {
    display: block !important;
    margin-bottom: 6px !important;
    font-weight: 500 !important;
    color: #333 !important;
    font-size: 0.9rem !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-blocks-components-select__select {
    width: 100% !important;
    padding: px 16px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    background: #ffffff !important;
    color: #333 !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    transition: border-color 0.2s ease !important;
    line-height: 1.4 !important;
    min-height: 48px !important;
}

body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-blocks-components-select__select:focus {
    border-color: #EDBC43 !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(237, 188, 67, 0.2) !important;
}

body.woocommerce-checkout .wc-block-components-text-input input:hover,
body.woocommerce-checkout .wc-blocks-components-select__select:hover {
    border-color: #bbb !important;
}

/* Textarea specific */
body.woocommerce-checkout .wc-block-components-textarea textarea {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    background: #ffffff !important;
    color: #333 !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    transition: border-color 0.2s ease !important;
    line-height: 1.5 !important;
    min-height: 100px !important;
    resize: vertical !important;
}

body.woocommerce-checkout .wc-block-components-textarea textarea:focus {
    border-color: #EDBC43 !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(237, 188, 67, 0.2) !important;
}

/* Select Icons */
body.woocommerce-checkout .wc-blocks-components-select__expand {
    color: #666 !important;
}

/* Address Toggle */
body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
    color: #B00149 !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    cursor: pointer !important;
    padding: 10px 0 !important;
    border: none !important;
    background: none !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle:hover {
    color: #8a0136 !important;
}

/* ===== ORDER SUMMARY - CLEAN & MINIMAL ===== */

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e9ecef;
    margin-bottom: 20px;
}

/* Order Summary Title */
body.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #e9ecef !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
    color: #333 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin: 0 !important;
    text-transform: none !important;
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-price {
    color: #B00149 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

/* Cart Items - DESKTOP HORIZONTAL LAYOUT */
body.woocommerce-checkout .wc-block-components-order-summary-item {
    padding: 15px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
}

/* Image Container - Better Layout */
body.woocommerce-checkout .wc-block-components-order-summary-item__image {
    position: relative;
    flex-shrink: 0;
    order: 1;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 90px !important;
    height: 90px !important;
    border-radius: 8px !important;
    object-fit: cover !important;
    flex-shrink: 0 !important;
}

/* Quantity Badge - NEXT TO IMAGE (not overlapping) */
body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
    background-color: #B00149 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    width: 28px !important;
    height: 28px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: static !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 2px 6px rgba(176, 1, 73, 0.3) !important;
    flex-shrink: 0 !important;
}

/* Product Info - Desktop Layout */
body.woocommerce-checkout .wc-block-components-order-summary-item__description {
    order: 2;
    flex: 1;
    min-width: 0;
}
.wc-block-components-order-summary {
    padding: 0 !important;
}

body.woocommerce-checkout .wc-block-components-product-name {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #333 !important;
    line-height: 1.3 !important;
    margin: 0 0 4px 0 !important;
    word-wrap: break-word !important;
}

/* Individual Prices - Under Title */
body.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices {
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    color: #666 !important;
    margin: 0 !important;
    display: block !important;
}

/* Total Price - Right Side Desktop */
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #B00149 !important;
    order: 3;
    flex-shrink: 0;
    margin-left: 10px;
}

/* HIDE PRODUCT DESCRIPTION */
body.woocommerce-checkout .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-product-metadata__description {
    display: none !important;
}

/* Hide Empty Blocks */
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-fee-block:empty,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-shipping-block:empty,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-taxes-block:empty,
body.woocommerce-checkout .wc-block-components-totals-wrapper:empty {
    display: none !important;
}

/* ===== TOTALS SECTION - CLEAN ===== */

body.woocommerce-checkout .wc-block-components-totals-wrapper {
    background: #ffffff;
    border-radius: 5px;
    margin: 15px 0;
   
}

body.woocommerce-checkout .wc-block-components-totals-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid #e9ecef !important;
    font-size: 0.9rem !important;
}

body.woocommerce-checkout .wc-block-components-totals-item:last-child {
    border-bottom: none !important;
}

body.woocommerce-checkout .wc-block-components-totals-item__label {
    font-weight: 800 !important;
    color: #000000 !important;
}

body.woocommerce-checkout .wc-block-components-totals-item__value,
body.woocommerce-checkout .wc-block-components-formatted-money-amount {
    font-weight: 600 !important;
    color: #B00149 !important;
}

/* Final Total */
body.woocommerce-checkout .wc-block-components-totals-footer-item {
    background: #ffffff !important;
    padding: 15px !important;
    border-radius: 0 0 5px 5px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border-top: 2px solid #EDBC43 !important;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
    font-size: 1rem !important;
    font-weight: 700 !important;
}

/* Coupon Section */
body.woocommerce-checkout .wc-block-components-totals-coupon {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #e9ecef;
    margin: 10px 0;
}

body.woocommerce-checkout .wc-block-components-panel__button {
    color: #B00149 !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
}

/* Discount Chips */
body.woocommerce-checkout .wc-block-components-chip {
    background: #B00149 !important;
    color: #ffffff !important;
    border-radius: 15px !important;
    padding: 4px 10px !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    border: none !important;
}

/* ===== BUTTONS - SIMPLE & CLEAN ===== */

body.woocommerce-checkout .wc-block-components-checkout-place-order-button .wc-block-components-button {
    background: #B00149 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 15px 30px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: none !important;
    cursor: pointer !important;
    width: 100% !important;
    transition: background-color 0.2s ease !important;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button .wc-block-components-button:hover {
    background: #8a0136 !important;
}

/* Return to Cart Button */
body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
    color: #B00149 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 1.1rem !important;
    padding: 10px 0 !important;
}

body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover {
    color: #8a0136 !important;
}

body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg {
    fill: currentColor !important;
}

/* ===== PAYMENT METHODS - SIMPLE ===== */

body.woocommerce-checkout .wc-block-components-radio-control {
    background: #ffffff;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #e9ecef;
    margin: 15px 0;
}

body.woocommerce-checkout .wc-block-components-radio-control-option {
    padding: 12px !important;
    border-radius: 5px !important;
    border: 1px solid #f0f0f0 !important;
    margin-bottom: 8px !important;
    background: #ffffff !important;
}

body.woocommerce-checkout .wc-block-components-radio-control-option input[type="radio"] {
    accent-color: #B00149 !important;
    margin-right: 10px !important;
}

body.woocommerce-checkout .wc-block-components-radio-control-option label {
    font-weight: 500 !important;
    color: #333 !important;
    font-size: 0.95rem !important;
}

/* ===== CHECKBOXES & TERMS ===== */

body.woocommerce-checkout .wc-block-components-checkbox input[type="checkbox"] {
    accent-color: #B00149 !important;
    margin-right: 8px !important;
}

body.woocommerce-checkout .wc-block-components-checkbox__label {
    font-size: 0.9rem !important;
    color: #333 !important;
    line-height: 1.4 !important;
}

body.woocommerce-checkout .wc-block-checkout__terms {
    background: #f8f9fa !important;
    border-left: 3px solid #EDBC43 !important;
}

body.woocommerce-checkout .wc-block-checkout__terms a {
    color: #B00149 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

body.woocommerce-checkout .wc-block-checkout__terms a:hover {
    text-decoration: underline !important;
}

/* ===== RESPONSIVE DESIGN - MOBILE CLEAN ===== */

/* Desktop & Tablet */
@media (min-width: 769px) {
    body.woocommerce-checkout .wc-block-components-sidebar-layout {
        grid-template-columns: 1fr 1fr !important;
    }
}

/* Desktop 1201px+ - Horizontal Layout - SAME LINE */
@media (min-width: 1201px) {
    body.woocommerce-checkout .wc-block-components-sidebar-layout {
        grid-template-columns: 1fr 1fr !important;
        gap: 50px !important;
    }
    
    /* Horizontal layout - all in same line */
    body.woocommerce-checkout .wc-block-components-order-summary-item {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 15px !important;
    }
    
    /* Image + Quantity - Left */
    body.woocommerce-checkout .wc-block-components-order-summary-item__image {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        flex-shrink: 0 !important;
        order: 1;
    }
    
    body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
        width: 80px !important;
        height: 80px !important;
    }
    
    body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
        width: 26px !important;
        height: 26px !important;
        font-size: 0.75rem !important;
        position: static !important;
        flex-shrink: 0 !important;
    }
    
    /* Product Info - Center - SAME LINE */
    body.woocommerce-checkout .wc-block-components-order-summary-item__description {
        flex: 1 !important;
        min-width: 0 !important;
        order: 2;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
    
    body.woocommerce-checkout .wc-block-components-product-name {
        font-size: 0.95rem !important;
        margin: 0 0 4px 0 !important;
        text-align: center !important;
    }
    
    body.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices {
        font-size: 0.85rem !important;
        margin: 0 !important;
        text-align: center !important;
    }
    
    /* Total Price - Right - SAME LINE */
    body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
        flex-shrink: 0 !important;
        order: 3;
        text-align: right !important;
        font-size: 1rem !important;
        font-weight: 700 !important;
        color: #B00149 !important;
        align-self: center !important;
        margin-left: 15px !important;
    }
}

/* Tablets and smaller (1300px and below) - Vertical Layout */
@media (max-width: 1300px) {
    body.woocommerce-checkout .wc-block-components-sidebar-layout {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    /* Order Summary Items - VERTICAL LAYOUT για όλες τις οθόνες ≤1300px */
    body.woocommerce-checkout .wc-block-components-order-summary-item {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 18px 0 !important;
        gap: 12px !important;
    }
    
    body.woocommerce-checkout .wc-block-components-order-summary-item__image {
        order: 1 !important;
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        justify-content: center;
    }
    
    body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
        width: 100px !important;
        height: 100px !important;
    }
    
    /* Quantity badge διπλα στην εικόνα - WITHOUT overlapping */
    body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
        position: static !important;
        background-color: #B00149 !important;
        color: #ffffff !important;
        border-radius: 50% !important;
        width: 30px !important;
        height: 30px !important;
        font-size: 0.85rem !important;
        font-weight: 700 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 2px solid #ffffff !important;
        box-shadow: 0 2px 6px rgba(176, 1, 73, 0.3) !important;
        flex-shrink: 0 !important;
    }
    
    body.woocommerce-checkout .wc-block-components-order-summary-item__description {
        order: 2 !important;
        width: 100% !important;
        text-align: center !important;
        flex: none !important;
    }
    
    body.woocommerce-checkout .wc-block-components-product-name {
        font-size: 1rem !important;
        margin-bottom: 6px !important;
    }
    
    body.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices {
        font-size: 0.9rem !important;
        margin-bottom: 4px !important;
    }
    
    body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
        order: 3 !important;
        font-size: 1.1rem !important;
        font-weight: 700 !important;
        margin: 0 !important;
        text-align: center !important;
        flex-shrink: 0 !important;
    }
}

/* Mobile specific adjustments */
@media (max-width: 768px) {
    body.woocommerce-checkout .simple-page-article {
        padding: 25px 15px;
    }
    
    body.woocommerce-checkout .page-header h1 {
        font-size: 1.8rem;
    }
    
    body.woocommerce-checkout .wc-block-components-sidebar {
        position: relative !important;
        top: auto !important;
        padding: 20px !important;
    }
    
    /* Hide duplicate sidebar on mobile */
    body.woocommerce-checkout .wc-block-components-sidebar.is-sticky {
        display: none !important;
    }
    
    /* Make sure main sidebar is visible */
    body.woocommerce-checkout .wc-block-components-sidebar:not(.is-sticky) {
        display: block !important;
    }
    
    body.woocommerce-checkout .wc-block-checkout__contact-fields,
    body.woocommerce-checkout .wc-block-checkout__billing-fields {
        padding: 20px 15px;
    }
    
    body.woocommerce-checkout .wc-block-components-checkout-step__title {
        font-size: 1.1rem !important;
    }
    
    /* Larger images on mobile */
    body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
        width: 110px !important;
        height: 110px !important;
    }



    
    /* Larger quantity badge on mobile - WITHOUT overlapping */
    body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
        width: 32px !important;
        height: 32px !important;
        font-size: 0.9rem !important;
        position: static !important;
        flex-shrink: 0 !important;
    }
}

/* Very small screens */
@media (max-width: 576px) {
    body.woocommerce-checkout .simple-page-article {
        padding: 20px 10px;
    }
    
    body.woocommerce-checkout .page-header h1 {
        font-size: 1.6rem;
    }
    
    body.woocommerce-checkout .wc-block-components-sidebar {
        padding: 15px !important;
    }
    
    body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
        padding: 15px;
    }
    
    body.woocommerce-checkout .wc-block-checkout__contact-fields,
    body.woocommerce-checkout .wc-block-checkout__billing-fields {
        padding: 15px;
    }
}

/* ===== FOCUS STATES - SIMPLE ===== */

body.woocommerce-checkout input:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-checkout button:focus {
    outline: 2px solid #EDBC43 !important;
    outline-offset: 1px !important;
}

.wp-block-woocommerce-checkout-actions-block 
.wc-block-checkout__actions_row 
.wc-block-components-checkout-place-order-button {
    background-color: #B00149 !important;
    color: #fff !important;
    border: solid 1px #fff !important;
    border-radius: 25px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease;
}


body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg {
    display: none !important;
}


.page-content p:first-of-type {
    font-size: 16px !important;
    color: #8a8a8a;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background-color: #B00149 !important;
    color: #fff !important;
    border: solid 1px #fff !important;
    border-radius: 8px;
    font-size: 12px;
    
}




/* === MY ACCOUNT PAGE ONLY - SPECIFIC SELECTORS === */

hr {
    margin: 1rem 0 !important;
    border: none !important;
    border-top: 3px solid #f4b105 !important; /* πιο χοντρό και χρωματιστό */
}


/* Wrapper για My Account */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce {
    margin: 60px auto !important;
    padding: 0 20px !important;
}

/* Page title στη My Account */
body.page-template-default.page.woocommerce-account .container-xxl .entry-header .entry-title {
    font-size: 2.5rem !important;
    color: #B00149 !important;
    text-align: center !important;
    margin-bottom: 3rem !important;
    font-weight: 300 !important;
    letter-spacing: -0.5px !important;
}

/* Login/Register forms container */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .u-columns.col2-set {
    display: grid !important;
    gap: 3rem !important;
    margin: 0 !important;
    align-items: start !important;
}

/* Αφαίρεση grid από form-row */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .form-row {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
}

/* Individual login/register forms */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .u-column1.col-1,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .u-column2.col-2 {
    background: #ffffff !important;
    padding: 2.5rem !important;
    border-radius: 12px !important;
    border: 1px solid #e8e8e8 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .u-column1.col-1:hover,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .u-column2.col-2:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-2px) !important;
}

/* Form titles (Σύνδεση, Εγγραφή) */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .u-column1 h2,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .u-column2 h2 {
    font-size: 1.5rem !important;
    color: #2c2c2c !important;
    margin-bottom: 2rem !important;
    text-align: center !important;
    font-weight: 400 !important;
}

/* Form rows */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-form-row {
    margin-bottom: 1.5rem !important;
}

/* Labels */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-form-row label {
    display: block !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #555 !important;
    margin-bottom: 0.5rem !important;
    letter-spacing: 0.3px !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-form-row label .required {
    color: #B00149 !important;
}

/* Input fields - ΜΟΝΟ στη My Account */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-Input.input-text,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce input[type="text"],
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce input[type="email"],
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce input[type="password"] {
    width: 100% !important;
    padding: 1rem 1.2rem !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    background: #fafafa !important;
    transition: all 0.3s ease !important;
    font-family: inherit !important;
    box-sizing: border-box !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-Input.input-text:focus,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce input[type="text"]:focus,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce input[type="email"]:focus,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce input[type="password"]:focus {
    border-color: #B00149 !important;
    background: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(176, 1, 73, 0.1) !important;
}

/* Checkbox Remember me */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-form__input-checkbox {
    margin-right: 0.8rem !important;
    transform: scale(1.1) !important;
    accent-color: #B00149 !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-form__label-for-checkbox {
    display: inline-block !important;
    font-size: 0.9rem !important;
    color: #666 !important;
    cursor: pointer !important;
    margin-bottom: 0 !important;
    font-weight: normal !important;
}

/* Submit buttons - ΜΟΝΟ My Account */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-Button.button {
    width: 100% !important;
    background: #B00149 !important;
    color: white !important;
    border: none !important;
    padding: 1rem 2rem !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-top: 1rem !important;
    letter-spacing: 0.5px !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-Button.button:hover {
    background: #8b0038 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 15px rgba(176, 1, 73, 0.3) !important;
    color: white !important;
    text-decoration: none !important;
}

/* Lost password link */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-LostPassword {
    text-align: center !important;
    margin-top: 1.5rem !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-LostPassword a {
    color: #B00149 !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    transition: color 0.3s ease !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-LostPassword a:hover {
    color: #8b0038 !important;
    text-decoration: underline !important;
}

/* Error messages - ΜΟΝΟ My Account */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-error,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-message,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-info {
    padding: 1rem 1.5rem !important;
    margin-bottom: 2rem !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 0.95rem !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-error {
    background: #ffeaea !important;
    color: #B00149 !important;
    border-left: 4px solid #B00149 !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-message {
    background: #eaf4ea !important;
    color: #2e7d2e !important;
    border-left: 4px solid #2e7d2e !important;
}

/* LOGGED IN USER - Account Navigation */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-navigation {
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 0 !important;
    margin-bottom: 2rem !important;
    border: 1px solid #e8e8e8 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    overflow: hidden !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #f5f5f5 !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-navigation a {
    display: block !important;
    padding: 1.2rem 2rem !important;
    color: #555 !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    font-size: 0.95rem !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-navigation a:hover,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-navigation .is-active a {
    background: #B00149 !important;
    color: white !important;
}

/* Account Content Area */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content {
    background: #ffffff !important;
    padding: 2.5rem !important;
    border-radius: 12px !important;
    border: 1px solid #e8e8e8 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}

/* ΣΤΟΙΧΙΣΗ FIELDS ΣΤΑ LOGGED-IN FORMS */

/* Edit Account, Edit Address, Lost Password Forms */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row {
    margin-bottom: 1.5rem !important;
    width: 100% !important;
}

/* Αφαίρεση grid από form-row */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content .form-row {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    margin-bottom: 1.5rem !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content label {
    display: block !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #555 !important;
    margin-bottom: 0.5rem !important;
    letter-spacing: 0.3px !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content label .required {
    color: #B00149 !important;
}

/* Input fields στις logged-in σελίδες */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content input[type="text"],
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content input[type="email"],
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content input[type="password"],
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content select,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content textarea {
    width: 100% !important;
    padding: 1rem 1.2rem !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    background: #fafafa !important;
    transition: all 0.3s ease !important;
    font-family: inherit !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content input[type="text"]:focus,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content input[type="email"]:focus,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content input[type="password"]:focus,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content select:focus,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content textarea:focus {
    border-color: #B00149 !important;
    background: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(176, 1, 73, 0.1) !important;
}




/* Buttons στις logged-in σελίδες */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content .woocommerce-Button.button,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content button[type="submit"] {
    background: #B00149 !important;
    color: white !important;
    border: none !important;
    padding: 1rem 2rem !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-top: 1.5rem !important;
    letter-spacing: 0.5px !important;
    min-width: 200px !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content .woocommerce-Button.button:hover,
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content button[type="submit"]:hover {
    background: #8b0038 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 15px rgba(176, 1, 73, 0.3) !important;
    color: white !important;
    text-decoration: none !important;
}

/* Fieldsets styling */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content fieldset {
    border: 1px solid #e8e8e8 !important;
    border-radius: 8px !important;
    padding: 1.5rem !important;
    margin-bottom: 2rem !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content fieldset legend {
    font-weight: 600 !important;
    color: #B00149 !important;
    padding: 0 1rem !important;
    font-size: 1.1rem !important;
}

/* Form titles στις logged-in σελίδες */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content h3 {
    color: #B00149 !important;
    font-size: 1.3rem !important;
    margin-bottom: 1.5rem !important;
    font-weight: 500 !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content input[type="text"] {
    background-color: #ededed !important;
}

/* Responsive - ΜΟΝΟ My Account */
@media (max-width: 991px) {
    body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .u-columns.col2-set {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
    
    body.page-template-default.page.woocommerce-account .container-xxl .woocommerce {
        margin: 40px auto !important;
    }
}

@media (max-width: 768px) {
    body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .u-column1.col-1,
    body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .u-column2.col-2 {
        padding: 2rem 1.5rem !important;
    }
    
    body.page-template-default.page.woocommerce-account .container-xxl .entry-header .entry-title {
        font-size: 2rem !important;
        margin-bottom: 2rem !important;
    }
    
    body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content {
        padding: 1rem 1rem !important;
    }

    body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-content input[type="text"] {
        font-size : 14px !important;
        
    }  
    
}

@media (max-width: 576px) {
    body.page-template-default.page.woocommerce-account .container-xxl .woocommerce {
        padding: 0 15px !important;
        margin: 30px auto !important;
    }
    
    body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .u-column1.col-1,
    body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .u-column2.col-2 {
        padding: 1.5rem 1.2rem !important;
    }
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    background-color: #B00149 !important;
    color: #fff !important;
    border: solid 1px #fff !important;
    border-radius: 8px;
}


/* Custom styling για το Logout button */
body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-navigation li:last-child {
    margin-top: 20px !important;
    border-top: 2px solid #f0f0f0 !important;
    border-bottom: none !important;
}

body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-navigation li:last-child a {
    background: #babab8 !important;
    color: white !important;
    font-weight: 600 !important;
    text-align: center !important;
    border-radius: 8px !important;
    margin: 15px !important;
    padding: 15px 20px !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}


body.page-template-default.page.woocommerce-account .container-xxl .woocommerce .woocommerce-MyAccount-navigation li:last-child a:hover {
    background: #B00149  !important;
    color: white !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3) !important;
}


/* Override για simple-page-article ΜΟΝΟ στη My Account */
body.page-template-default.page.woocommerce-account .simple-page-article {
    padding: 0 !important;
}



.select2-container .select2-dropdown, .select2-container .select2-selection {
    background-color: white !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #000000 !important;
}
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #B00149  !important;
    color: white !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    height: 85% !important;
}



@media (max-width: 1200px) {
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    display: block !important;
  }
}


.woocommerce-MyAccount-downloads-file.button.alt {
    border-radius: 80px;
}

 
.woocommerce-orders-table__cell-order-number a {
    color: #ffffff !important;
}

/* Αριθμός παραγγελίας (#556) σε λευκό */
.woocommerce-orders-table__cell-order-number a {
    color: #ffffff !important;
}

/* Κουμπί «Εμφάνιση» - λευκό κείμενο, φόντο προσαρμοσμένο */
.woocommerce-orders-table__cell-order-actions a.woocommerce-button {
    color: #B00149 !important;
    background-color: #f6f6f6 !important;  /* μπλε bootstrap χρώμα */
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.woocommerce table.shop_table tfoot th {
    background: white !important;
    color: black !important;
}


.woocommerce-orders-table th,
.woocommerce-orders-table td {
    padding: 20px 20px !important; /* πάνω/κάτω 20px, δεξιά/αριστερά 40px */
}

.order-again a{
    color: #B00149 !important;
    background-color: #f6f6f6 !important;  /* μπλε bootstrap χρώμα */
}


.woocommerce-error::before {
    display: none !important;
}

/*ΜΕΤΑΦΟΡΤΩΣΕΙΣ my account */
.woocommerce-MyAccount-downloads-file.button.alt {
  background-color: #b00149 !important;
}


.download-remaining {
    display: none !important;
}


a.button.wc-forward {
  background-color: #b00149!important;
  color: #fff !important;
  border-color: rgb(196, 196, 196) !important;
}



/*ΑΡΙΘΜΟΣ ΠΑΡΑΓΓΕΛΙΑΣ ΣΕ ΚΙΝΗΤΑ */
@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: table-cell !important;
  }
}


/*THANK YOU PAGE */

.woocommerce .woocommerce-order-details :last-child {
    background-color: white !important;
}