/*
Theme Name: Tech Storefront Child
Theme URI: https://www.gradientthemes.com/
Description: Child theme for the Tech Storefront theme (based on Best Shop).
Author: gradientthemes
Template: best-shop
Version: 1.0.0
*/

/* Voeg hier je eigen CSS aan toe */
body {
    --gbl-primary-color: #4646ff;
    --gbl-secondary-color: #2100c5;
    --woo-bar-color: #ffffff;
    --topbar-text-color: #ffffff;
}

.woocommerce-bar, .site-header .top-bar-menu, button.header-search-button, .backtotop {
 background-color: #4646ff;   
}

/************** * Categorie menu * ************/
.elketra-cats,
.elketra-subcats {
    list-style: none;
    margin: 0;
    padding: 0;
}

.elketra-cats > li {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.elketra-cats > li > a {
    display: inline-block;
    margin-bottom: 0; /* voorkomt witruimte */
}

.elketra-subcats {
    padding-left: 15px;
    margin: 2px 0 0 0;
}

.elketra-subcats li {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.elketra-cats a.active-cat {
    font-weight: bold;
}

/************** * Footer * ************/
.footer-copyright {
    color: #FFFFFF;
}

.footer-copyright a {
    color: #FFFFFF;
    text-decoration: underline;
}

/************** * Product categorie en tags verwijderen * ************/
.product_meta {
    display: none !important;
}