/**
 * Theme Name: Shopeo Child
 * Description: Shopeo Child theme
 * Author: Shopeo
 * Author URI: https://shopeo.cn
 * Template: blocksy
 * Text Domain: blocksy
 */
#header div[data-row="top"] .ct-widget{
	display:flex;
	align-items: center;
    flex-direction: row;
}
a.glink{
	color:var(--theme-palette-color-4) !important;
}

a.glink:hover{
	color:var(--theme-link-hover-color) !important;
}