/* =====================================================
   ART & GOLD
   FOOTER TRUST / CERTIFICATIONS SECTION
   ===================================================== */

.ag-footer-trust {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #111111;
    border-top: 1px solid rgba(190, 155, 85, 0.45);
    border-bottom: 1px solid rgba(190, 155, 85, 0.30);
    padding: 38px 20px;
    margin: 0;
    box-sizing: border-box;
}


/* ΚΑΘΕ ΣΤΗΛΗ */

.ag-trust-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 5px 28px;
    box-sizing: border-box;
}


/* ΚΑΘΕΤΕΣ ΔΙΑΧΩΡΙΣΤΙΚΕΣ ΓΡΑΜΜΕΣ */

.ag-trust-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 8%;
    width: 1px;
    height: 84%;
    background: rgba(190, 155, 85, 0.22);
}


/* ICON */

.ag-trust-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 15px;
}

.ag-trust-icon svg {
    width: 100%;
    height: 100%;
    fill: #b99b5f;
}


/* ΤΙΤΛΟΙ */

.ag-trust-title {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: 1.4;
    margin-bottom: 11px;
    text-transform: uppercase;
}


/* ΚΥΡΙΩΣ ΚΕΙΜΕΝΟ */

.ag-trust-text {
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    line-height: 1.6;
    max-width: 250px;
}


/* ΜΙΚΡΟ ΚΕΙΜΕΝΟ */

.ag-trust-small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 10.5px;
    line-height: 1.5;
    margin-top: 9px;
}


/* =====================================================
   COURIERS
   ===================================================== */

.ag-couriers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 7px;
    margin-top: 11px;
    max-width: 290px;
}

.ag-couriers span {
    color: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(185, 155, 95, 0.28);
    border-radius: 20px;
    padding: 3px 8px;
    font-size: 9.5px;
    line-height: 1.3;
    white-space: nowrap;
}
/* =====================================================
   GIA / HRD / IGI - COMPACT CERTIFICATION LOGOS
   ===================================================== */

.ag-cert-logos {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;

    margin: 18px auto 8px !important;
    padding: 0 !important;
}


/* Κάθε logo container */
.ag-cert-logo {
    width: auto !important;
    height: 48px !important;
    min-width: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;

    overflow: visible !important;
    box-shadow: none !important;
}


/* Όλες οι εικόνες */
.ag-cert-logo img {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-height: 43px !important;
    max-width: 90px !important;

    object-fit: contain !important;

    margin: 0 !important;
    padding: 0 !important;

    box-shadow: none !important;
}


/* GIA */
.ag-cert-logo:nth-child(1) img {
    max-width: 88px !important;
    max-height: 42px !important;
}


/* HRD - είναι πιο οριζόντιο logo */
.ag-cert-logo:nth-child(2) img {
    max-width: 105px !important;
    max-height: 38px !important;
}


/* IGI - είναι πιο τετράγωνο */
.ag-cert-logo:nth-child(3) img {
    max-width: 48px !important;
    max-height: 48px !important;
}


/* Δεν θέλουμε hover να τα μεγαλώνει */
.ag-cert-logo:hover {
    transform: none !important;
    box-shadow: none !important;
}


/* MOBILE */
@media (max-width: 600px) {

    .ag-cert-logos {
        gap: 11px !important;
        margin-top: 15px !important;
    }

    .ag-cert-logo {
        height: 42px !important;
    }

    .ag-cert-logo:nth-child(1) img {
        max-width: 72px !important;
        max-height: 36px !important;
    }

    .ag-cert-logo:nth-child(2) img {
        max-width: 88px !important;
        max-height: 32px !important;
    }

    .ag-cert-logo:nth-child(3) img {
        max-width: 40px !important;
        max-height: 40px !important;
    }
}


/* =====================================================
   GOLD CERTIFICATION
   ===================================================== */

.ag-gold-name {
    color: rgba(255, 255, 255, 0.90);
    font-size: 13px;
    line-height: 1.5;
}

.ag-workshop-code {
    color: #b99b5f;
    font-size: 11px;
    margin-top: 7px;
    letter-spacing: 0.2px;
}

.ag-workshop-code strong {
    display: block;
    color: #d0b271;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 3px;
}


/* =====================================================
   GOOGLE REVIEWS
   ===================================================== */

.ag-google-rating {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 4px;
    color: #ffffff;
    line-height: 1;
}

.ag-google-rating strong {
    font-size: 25px;
    font-weight: 500;
}

.ag-google-rating span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
}

.ag-stars {
    color: #b99b5f;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 9px;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 991px) {

    .ag-footer-trust {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
    }

    .ag-trust-item {
        padding: 28px 22px;
    }

    .ag-trust-item::after {
        display: none;
    }

    .ag-trust-item:nth-child(1),
    .ag-trust-item:nth-child(2) {
        border-bottom: 1px solid rgba(190, 155, 85, 0.22);
    }

    .ag-trust-item:nth-child(odd) {
        border-right: 1px solid rgba(190, 155, 85, 0.22);
    }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 600px) {

    .ag-footer-trust {
        grid-template-columns: 1fr;
        padding: 10px 22px;
    }

    .ag-trust-item {
        padding: 28px 10px;
        border-right: none !important;
        border-bottom: 1px solid rgba(190, 155, 85, 0.20);
    }

    .ag-trust-item:last-child {
        border-bottom: none;
    }

    .ag-trust-icon {
        width: 29px;
        height: 29px;
        margin-bottom: 12px;
    }

    .ag-trust-title {
        font-size: 11.5px;
    }

    .ag-cert-logos {
        max-width: 285px;
        gap: 6px;
    }

    .ag-cert-logo {
        width: 86px;
        height: 54px;
        padding: 5px;
    }

    .ag-couriers {
        max-width: 310px;
    }
}
/* WHITE VERSION - FOOTER TRUST SECTION */

.ag-footer-trust {
    background: #ffffff !important;
}

/* Τίτλοι */
.ag-trust-title {
    color: #333333 !important;
}

/* Βασικά κείμενα */
.ag-trust-text,
.ag-gold-name {
    color: #666666 !important;
}

/* Μικρά κείμενα */
.ag-trust-small {
    color: #999999 !important;
}

/* Google rating */
.ag-google-rating strong {
    color: #444444 !important;
}

.ag-google-rating span {
    color: #888888 !important;
}

/* Courier pills */
.ag-couriers span {
    color: #555555 !important;
    border-color: rgba(185, 155, 95, 0.45) !important;
}

/* Χρυσά στοιχεία */
.ag-trust-icon svg,
.ag-stars,
.ag-workshop-code {
    color: #b99b5f !important;
    fill: #b99b5f !important;
}

.ag-workshop-code strong {
    color: #b99b5f !important;
}

/* Διαχωριστικές γραμμές */
.ag-trust-item:not(:last-child)::after {
    background: rgba(185, 155, 95, 0.28) !important;
}

/* Πάνω / κάτω γραμμή */
.ag-footer-trust {
    border-top: 1px solid rgba(185, 155, 95, 0.30) !important;
    border-bottom: 1px solid rgba(185, 155, 95, 0.30) !important;
}
/* Απόκρυψη FedEx & DHL */
.ag-couriers span:nth-child(6),
.ag-couriers span:nth-child(7) {
    display: none !important;
}
/* =====================================================
   ART & GOLD - ΕΠΩΝΥΜΑ ΩΡΟΛΟΓΙΑ
   14 BRANDS / 7 + 7
   ===================================================== */

.brand-gallery {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;

    width: 100% !important;
    max-width: 1500px !important;

    margin: 0 auto !important;
    padding: 8px 0 30px !important;

    gap: 0 !important;
    row-gap: 12px !important;

    --wp--style--gallery-gap-default: 0px !important;
}


/* Κρύβει τυχόν κενά */
.brand-gallery > p {
    display: none !important;
}


/* =====================================================
   ΚΑΘΕ BRAND - 7 ΑΝΑ ΣΕΙΡΑ
   ===================================================== */

.brand-gallery > figure.wp-block-image {
    flex: 0 0 14.285714% !important;
    width: 14.285714% !important;
    max-width: 14.285714% !important;

    height: 115px !important;

    margin: 0 !important;
    padding: 6px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;
    overflow: visible !important;
}


/* =====================================================
   ΛΕΥΚΟ PREMIUM CARD
   ===================================================== */

.brand-gallery > figure.wp-block-image > a {
    width: 100% !important;
    height: 100% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #ffffff !important;

    border: 1px solid #eeeeee !important;
    border-radius: 9px !important;

    padding: 13px !important;

    box-sizing: border-box !important;

    cursor: pointer;

    transition:
        transform 0.30s ease,
        box-shadow 0.30s ease,
        border-color 0.30s ease !important;
}


/* =====================================================
   LOGOS
   ===================================================== */

.brand-gallery > figure.wp-block-image img {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 78% !important;
    max-height: 60px !important;

    object-fit: contain !important;

    margin: auto !important;
    padding: 0 !important;

    opacity: 1 !important;

    transition:
        transform 0.30s cubic-bezier(0.22, 1, 0.36, 1) !important;
}


/* =====================================================
   PREMIUM HOVER
   ===================================================== */

.brand-gallery > figure.wp-block-image:hover > a {
    transform: translateY(-3px) !important;

    border-color: #dddddd !important;

    box-shadow:
        0 7px 20px rgba(0, 0, 0, 0.055) !important;
}

.brand-gallery > figure.wp-block-image:hover img {
    transform: scale(1.04) !important;
}


/* =====================================================
   ΜΙΚΡΟΡΥΘΜΙΣΕΙΣ ΑΝΑ BRAND
   ===================================================== */

/* ANELL */
.brand-gallery > figure:nth-of-type(1) img {
    max-width: 72% !important;
}

/* BREEZE */
.brand-gallery > figure:nth-of-type(2) img {
    max-width: 72% !important;
}

/* BULOVA */
.brand-gallery > figure:nth-of-type(3) img {
    max-width: 72% !important;
}

/* CASIO */
.brand-gallery > figure:nth-of-type(4) img {
    max-width: 72% !important;
}

/* CITIZEN */
.brand-gallery > figure:nth-of-type(5) img {
    max-width: 76% !important;
}

/* DANIEL WELLINGTON */
.brand-gallery > figure:nth-of-type(6) img {
    max-width: 82% !important;
}

/* ESPRIT */
.brand-gallery > figure:nth-of-type(7) img {
    max-width: 74% !important;
}

/* FESTINA */
.brand-gallery > figure:nth-of-type(8) img {
    max-width: 70% !important;
}

/* GC / GUESS */
.brand-gallery > figure:nth-of-type(9) img {
    max-width: 60% !important;
    max-height: 68px !important;
}

/* ORIENT */
.brand-gallery > figure:nth-of-type(10) img {
    max-width: 70% !important;
}

/* OXETTE */
.brand-gallery > figure:nth-of-type(11) img {
    max-width: 73% !important;
}

/* PIERRE LANNIER */
.brand-gallery > figure:nth-of-type(12) img {
    max-width: 82% !important;
}

/* POLICE */
.brand-gallery > figure:nth-of-type(13) img {
    max-width: 76% !important;
}

/* VOGUE */
.brand-gallery > figure:nth-of-type(14) img {
    max-width: 73% !important;
}


/* =====================================================
   TABLET - 4 ΑΝΑ ΣΕΙΡΑ
   ===================================================== */

@media (max-width: 991px) {

    .brand-gallery > figure.wp-block-image {
        flex: 0 0 25% !important;
        width: 25% !important;
        max-width: 25% !important;

        height: 105px !important;
    }

    .brand-gallery > figure.wp-block-image img {
        max-height: 55px !important;
    }
}


/* =====================================================
   MOBILE - 2 ΑΝΑ ΣΕΙΡΑ
   ===================================================== */

@media (max-width: 600px) {

    .brand-gallery {
        padding: 5px 3px 20px !important;
        row-gap: 5px !important;
    }

    .brand-gallery > figure.wp-block-image {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;

        height: 95px !important;
        padding: 4px !important;
    }

    .brand-gallery > figure.wp-block-image > a {
        padding: 9px !important;
        border-radius: 8px !important;
    }

    .brand-gallery > figure.wp-block-image img {
        max-width: 78% !important;
        max-height: 50px !important;
    }

    .brand-gallery > figure.wp-block-image:hover > a {
        transform: translateY(-2px) !important;
    }

    .brand-gallery > figure.wp-block-image:hover img {
        transform: scale(1.03) !important;
    }
}
}/* =====================================================
   ART & GOLD - ΤΙΤΛΟΣ ΕΠΩΝΥΜΑ ΩΡΟΛΟΓΙΑ
   ===================================================== */

.ag-brand-heading {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    margin: 25px auto 25px !important;

    color: #222222 !important;

    font-size: 17px !important;
    font-weight: 400 !important;

    letter-spacing: 0.6px !important;
    line-height: 1.4 !important;

    text-align: center !important;
    white-space: nowrap;
}


/* ΓΡΑΜΜΗ ΑΡΙΣΤΕΡΑ */
.ag-brand-heading::before {
    content: "" !important;

    height: 1px !important;
    background: #e5e5e5 !important;

    flex: 1 1 auto !important;

    margin-right: 25px !important;
}


/* ΓΡΑΜΜΗ ΔΕΞΙΑ */
.ag-brand-heading::after {
    content: "" !important;

    height: 1px !important;
    background: #e5e5e5 !important;

    flex: 1 1 auto !important;

    margin-left: 25px !important;
}


/* MOBILE */
@media (max-width: 600px) {

    .ag-brand-heading {
        font-size: 15px !important;
        margin: 20px auto !important;
    }

    .ag-brand-heading::before {
        margin-right: 12px !important;
    }

    .ag-brand-heading::after {
        margin-left: 12px !important;
    }
}/* ==========================================
   ΜΕΙΩΣΗ ΚΕΝΟΥ ΚΑΤΩ ΑΠΟ "ΕΠΩΝΥΜΑ ΩΡΟΛΟΓΙΑ"
   ========================================== */

.ag-brand-heading {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.brand-gallery {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Αφαιρεί και το padding της κλάσης pt-4 */
.brand-gallery.pt-4 {
    padding-top: 0 !important;
}

/* Μειώνει τυχόν κενό που δημιουργεί το Porto section */
.ag-brand-heading + p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}/* =====================================================
   ΜΕΙΩΣΗ ΚΕΝΟΥ
   ΔΗΜΟΦΙΛΕΙΣ ΚΑΤΗΓΟΡΙΕΣ -> ΜΟΝΟΠΕΤΡΑ
   ===================================================== */

.ag-popular-categories {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.ag-popular-categories .mb-3 {
    margin-bottom: 0 !important;
}

.ag-monopetra-section {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Φέρνουμε τα ΜΟΝΟΠΕΤΡΑ πιο κοντά */
.ag-monopetra-section .porto-heading {
    margin-top: 20px !important;
}
/* ==========================================
   BRAND LOGO ΣΤΙΣ ΣΕΛΙΔΕΣ ΚΑΤΗΓΟΡΙΩΝ
   ========================================== */

.tax-product_cat .category-image {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 180px !important;
    max-height: 80px !important;

    object-fit: contain !important;

    margin: 15px auto 30px auto !important;
    padding: 0 !important;
}
/* =====================================================
   ART & GOLD - CLEAN PREMIUM MOBILE MENU
   ===================================================== */

@media (max-width: 991px) {

    /* PANEL */
    #side-nav-panel {
        background: #ffffff !important;
        color: #222222 !important;
        box-shadow: 6px 0 22px rgba(0, 0, 0, 0.06) !important;
    }

    #side-nav-panel .mobile-nav-wrap {
        background: #ffffff !important;
    }
/* =====================================================
   ART & GOLD - MOBILE MENU SEARCH FINAL FIX
   ===================================================== */

@media (max-width: 991px) {

    /* ΜΟΝΟ το search μέσα στο mobile menu */
    #side-nav-panel > form.searchform,
    #side-nav-panel .mobile-nav-wrap > form.searchform {
        display: block !important;

        width: calc(100% - 32px) !important;
        height: 44px !important;

        margin: 14px 16px 18px !important;
        padding: 0 !important;

        background: #ffffff !important;

        border: 1px solid #e5e5e5 !important;
        border-radius: 9px !important;

        box-shadow: none !important;
        overflow: hidden !important;
    }


    /* Εσωτερικό wrapper του Porto */
    #side-nav-panel .searchform .searchform-fields {
        display: flex !important;
        align-items: center !important;

        width: 100% !important;
        height: 42px !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #ffffff !important;

        border: 0 !important;
        border-radius: 0 !important;

        box-shadow: none !important;
    }


    /* Όλα τα extra wrappers */
    #side-nav-panel .searchform .text,
    #side-nav-panel .searchform .searchform-wrapper,
    #side-nav-panel .searchform .searchform-input {
        flex: 1 1 auto !important;

        width: auto !important;
        height: 42px !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #ffffff !important;

        border: 0 !important;
        box-shadow: none !important;
    }


    /* INPUT */
    #side-nav-panel .searchform input[type="text"],
    #side-nav-panel .searchform input[type="search"] {
        display: block !important;

        width: 100% !important;
        height: 42px !important;

        margin: 0 !important;
        padding: 0 14px !important;

        background: #ffffff !important;
        color: #222222 !important;

        border: 0 !important;
        border-top: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;

        border-radius: 0 !important;

        outline: 0 !important;
        box-shadow: none !important;

        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 42px !important;
    }


    #side-nav-panel .searchform input::placeholder {
        color: #999999 !important;
        opacity: 1 !important;
    }


    /* SEARCH BUTTON WRAPPER */
    #side-nav-panel .searchform .button-wrap,
    #side-nav-panel .searchform .search-submit-wrap {
        flex: 0 0 44px !important;

        width: 44px !important;
        height: 42px !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #ffffff !important;

        border: 0 !important;
        box-shadow: none !important;
    }


    /* SEARCH BUTTON */
    #side-nav-panel .searchform button,
    #side-nav-panel .searchform .btn,
    #side-nav-panel .searchform .search-submit {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;
        height: 42px !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #ffffff !important;
        color: #333333 !important;

        border: 0 !important;
        border-left: 1px solid #eeeeee !important;

        border-radius: 0 !important;

        box-shadow: none !important;
    }


    /* Εικονίδιο μεγεθυντικού */
    #side-nav-panel .searchform button i,
    #side-nav-panel .searchform button:before,
    #side-nav-panel .searchform .search-submit:before {
        color: #444444 !important;
        font-size: 17px !important;
        opacity: 1 !important;
    }
}
    /* =====================================================
       MAIN MENU
       ===================================================== */

    #side-nav-panel .mobile-menu.accordion-menu {
        background: #ffffff !important;
        border: 0 !important;
        margin: 0 !important;
    }

    #side-nav-panel .mobile-menu.accordion-menu > li {
        position: relative !important;

        background: #ffffff !important;

        border-bottom: 1px solid #eeeeee !important;

        margin: 0 !important;
    }


    /* MAIN LINKS */
    #side-nav-panel .mobile-menu.accordion-menu > li > a {
        min-height: 50px !important;

        display: flex !important;
        align-items: center !important;

        padding: 0 22px !important;

        background: #ffffff !important;
        color: #282828 !important;

        font-size: 15px !important;
        font-weight: 400 !important;

        letter-spacing: 0.15px !important;
        line-height: 1.2 !important;

        text-transform: none !important;

        border: 0 !important;
    }


    /* ACTIVE CATEGORY */
    #side-nav-panel .mobile-menu.accordion-menu > li.current-menu-item > a,
    #side-nav-panel .mobile-menu.accordion-menu > li.current-menu-parent > a,
    #side-nav-panel .mobile-menu.accordion-menu > li.current-menu-ancestor > a,
    #side-nav-panel .mobile-menu.accordion-menu > li.active > a {
        background: #ffffff !important;
        color: #ad8c4d !important;

        font-weight: 500 !important;
    }


    /* HOVER */
    #side-nav-panel .mobile-menu.accordion-menu > li > a:hover {
        background: #fafafa !important;
        color: #ad8c4d !important;
    }


    /* =====================================================
       ARROWS
       ===================================================== */

    #side-nav-panel .mobile-menu.accordion-menu > li > .arrow {
        position: absolute !important;
        right: 5px !important;
        top: 0 !important;

        width: 44px !important;
        height: 50px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        background: transparent !important;
        color: #777777 !important;

        border: 0 !important;
    }

    #side-nav-panel .mobile-menu.accordion-menu > li.current-menu-item > .arrow,
    #side-nav-panel .mobile-menu.accordion-menu > li.current-menu-parent > .arrow,
    #side-nav-panel .mobile-menu.accordion-menu > li.current-menu-ancestor > .arrow {
        color: #ad8c4d !important;
    }


    /* =====================================================
       SUBMENUS
       ===================================================== */

    #side-nav-panel .mobile-menu .sub-menu {
        background: #fafafa !important;

        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #side-nav-panel .mobile-menu .sub-menu li {
        background: #fafafa !important;

        border-top: 1px solid #f0f0f0 !important;
        border-bottom: 0 !important;
    }

    #side-nav-panel .mobile-menu .sub-menu li a {
        min-height: 42px !important;

        display: flex !important;
        align-items: center !important;

        padding: 0 22px 0 34px !important;

        background: #fafafa !important;
        color: #555555 !important;

        font-size: 13px !important;
        font-weight: 400 !important;

        letter-spacing: 0.1px !important;

        text-transform: none !important;
    }

    #side-nav-panel .mobile-menu .sub-menu li.current-menu-item > a {
        background: #fafafa !important;
        color: #ad8c4d !important;

        font-weight: 500 !important;
    }


    /* =====================================================
       ΠΑΡΑΔΟΣΙΑΚΑ
       ===================================================== */

    #side-nav-panel .mobile-menu .traditional-menu > a {
        color: #ad8c4d !important;
        font-weight: 500 !important;
    }


    /* =====================================================
       SOCIAL ICONS - REMOVE COMPLETELY
       ===================================================== */

    #side-nav-panel .share-links {
        display: none !important;
    }


    /* =====================================================
       CLOSE BUTTON
       ===================================================== */

    .side-nav-panel-close {
        color: #333333 !important;
    }
}@media (max-width: 991px) {

    #side-nav-panel,
    #side-nav-panel * {
        transition-duration: 0.18s !important;
    }
}