/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/


/* ========================================
   FOUSEKIS.GR - CUSTOM STYLES
   ======================================== */


/* SOCIAL ICONS */

.fousekis-social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.fousekis-social-icons a img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

.fousekis-social-icons a:hover img {
    transform: scale(1.1);
}


/* TOP BAR */

.top-bar-center .topbar-badges {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


/* CATEGORY DESCRIPTION - READ MORE */

.term-description details.category-read-more summary {
    display: inline-block;
    margin-top: 10px;
    background: #111;
    color: #fff;
    padding: 9px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    list-style: none;
}

.term-description details.category-read-more summary::-webkit-details-marker {
    display: none;
}

.term-description details.category-read-more[open] summary {
    margin-bottom: 12px;
}