#menu-soc .soma-account-menu-item,
#menu-soc .soma-cart-menu-item {
	position: relative;
}

#menu-soc .soma-account-menu-item__link {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	text-decoration: none;
}

#menu-soc .soma-account-menu-item__link:hover,
#menu-soc .soma-account-menu-item__link:focus {
	color: #777777;
}

#menu-soc .soma-account-menu-item__icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

#menu-soc .soma-account-menu-item__icon {
	display: block;
	width: 25px;
	height: 25px;
	min-width: 25px;
	min-height: 25px;
	max-width: 25px;
	max-height: 25px;
}

#menu-soc .soma-cart-menu-item__link {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #000000;
	text-decoration: none;
}

#menu-soc .soma-cart-menu-item__link:hover,
#menu-soc .soma-cart-menu-item__link:focus {
	color: #777777;
}

#menu-soc .soma-cart-menu-item__icon-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

#menu-soc .soma-cart-menu-item__icon {
	display: block;
	width: 20px;
	height: 20px;
}

#menu-soc .soma-cart-menu-item__badge {
	position: absolute;
	top: -6px;
	right: -8px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: #888;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	box-sizing: border-box;
}
