/**
* Theme Name: Supgor Child
* Description: This is a child theme of Supgor, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: supgor
* Version: 1.0.7
*/
:root{
--action-icon-color-foreground--action-icon-foreground: 255, 255, 255;
}
.site-action-button .site-action-icon{
    color: var(--action-icon-foreground);
}
.site-header.style-03 .site-action-button.action-account {
    --action-icon-background: rgb(var(--colors-primary-background));
    --action-icon-foreground: rgb(var(--action-icon-color-foreground));
    --action-icon-border-color: rgb(var(--colors-secondary-background));
}

.site-header.style-03 .site-action-button{
    --action-icon-background: rgb(var(--colors-primary-background));
    --action-icon-foreground: rgb(var(--action-icon-color-foreground));
    --action-icon-border-color: rgb(var(--colors-secondary-background));

}

.site-action-button .site-action-link{
    color: var(--action-icon-foreground);
}