.logged-in {
    color:#222;
}
.customer-welcome .action.switch > span {
	border: 0;
	clip: none; 
	height: 100%;
	width: 100%;
}
.header.links .customer-welcome ul {
	display: block;
}
.social-login-btn {
	display: none
}
.authorization-link .social-login-btn {
    display: block;
}
.header.links .header.links li:last-child {
	display: block;
}
.header.links > .authorization-link {
    display: none;
}
.header.links > .authorization-link.not-logged-in {
    display: block;
}
.header.links .header.links .authorization-link.logged-in {
    display: block;
}
.header > ul.header.links {
	position: absolute;
	right: 140px;
	list-style: none;
	padding: 0;
	top: 50%;
	line-height: 2em;
	height: 2em;
	margin: -1em 0 0 0;
}
.header.links .customer-welcome, .header.links .customer-welcome .customer-name {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.page-header.type2 .header.links .customer-welcome .action.switch {
	color: #000;
	position: absolute;
	padding: 0 10px;
	right: 100%;
	line-height: 2em;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.header.links .customer-welcome .customer-menu > ul {
	display: block;
	margin: 0;
	top: calc(100% + 15px);
}

@media (min-width: 768px) {
	.customer-welcome .header.links:before {
		right: 50% !important;
	}
	.customer-welcome .header.links:after {
		right: 49% !important;
	}
}