/*
Theme Name: Astra Child
Theme URI: https://example.com/
Description: Child theme for Astra
Author: Το Όνομά Σου
Author URI: https://example.com/
Template: astra
Version: 1.0
*/

/* Your custom CSS starts here (no @import) */

/* 🔧 Custom toolbar layout */
.custom-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    gap: 20px;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

/* Αριστερά & Δεξιά περιοχές */
.toolbar-left,
.toolbar-right {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
}

/* 🔄 Αγαπημένα */
.compare-btn {
    background: #ee3a62;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
}
.compare-btn:hover {
    background: #d52d53;
    color: black;
}

/* 📱 Mobile κουμπί φίλτρων */
.filter-toggle-mobile {
    display: none;
    background: #ee3a62;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    gap: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
    color: #fff;
    font-weight: 600;
}
.filter-toggle-mobile svg {
    width: 22px;
    height: 22px;
}
.filter-toggle-mobile:hover {
    background: #d52d53;
}

/* 📊 Προβολή & Ταξινόμηση */
.products-per-page-form,
.sort-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    border: 1px solid #228f8b;
    border-radius: 4px;
    padding: 5px 10px;
    height: 36px;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
}

.products-per-page-form select,
.sort-dropdown select {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.products-per-page-form label,
.sort-dropdown label {
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.products-per-page-form::after,
.sort-dropdown::after {
    content: "▼";
    font-size: 12px;
    color: #666;
    margin-left: 6px;
    position: relative;
    z-index: 1;
}

/* 📱 Responsive */
.desktop-only { display: inline-flex; }
.mobile-only { display: none; }

.berocket_ajax_filters_toggle.theme-2 {
    display: none !important;
}

@media (max-width: 768px) {
    .custom-toolbar {
        flex-wrap: nowrap;
        justify-content: space-between;
        position: sticky;
        top: 0;
        z-index: 1;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        padding: 5px 5px;
    }

    .toolbar-left, .toolbar-right {
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
    }

    .desktop-only { display: none !important; }
    .mobile-only { display: inline-flex !important; }

    /* Mobile Προβολή: εμφανίζουμε αριθμό αντί για λέξη */
    .products-per-page-form label {
        font-size: 0;
    }
    .products-per-page-form label::before {
        content: attr(data-ppp);
        font-size: 14px;
        color: #333;
    }

    .sort-dropdown label {
        font-size: 13px;
    }

    .compare-btn {
        display: none !important;
    }

    .products-per-page-form,
    .sort-dropdown {
        font-size: 13px;
        gap: 4px;
    }
}



/* ❤️ Αγαπημένα - Μίνιμαλ Στυλ */
.compare-btn {
    color: #ee3a62;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    transition: color 0.3s ease;
    border: none;
    background: none;
    padding: 0;
}
.compare-btn i {
    font-size: 16px;
    line-height: 1;
}
.compare-btn:hover {
    color: white;
		padding: 2px 5px;
	
}


.qib-container .quantity input.qty:not(#qib_id):not(#qib_id){
	height: 35px !important;
}





.ahfb-svg-iconset svg {
    font-weight: bold !important;
    transform: scale(0.8) !important;
    color: #ee3a62 !important;
}

.woocommerce-js a.remove{
    color: #ee3a62 !important;
    opacity: 1 !important;
}

.woocommerce-js a.remove:before{
        border: 1.4px solid #ee3a62 !important;
}