#adminmenu #toplevel_page_ecwid div.wp-menu-image:before {
	font-family: 'ecwid-icons' !important;
	content: "\e603";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#adminmenu #toplevel_page_ecwid div.wp-menu-image {
	margin: 0px;
	width: 34px;
	height: 30px;
}

#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon.ecwid-top-menu-item {
	font: 400 20px/1 'ecwid-icons' !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: none;
	color: white;
	width: auto;
	margin-right: 0px;
	margin-top: 2px;
}

#wpadminbar #wp-admin-bar-ecwid-main .ab-icon.ecwid-top-menu-item:before {
	content: "\e603";
	width: auto;
	margin-right: 0px;
}

@media screen and (max-width: 782px) {
	#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon.ecwid-top-menu-item {
		font: 400 32px/46px 'ecwid-icons' !important;
		width: 46px;
		padding: 0px 2px;
		text-align: center;
		margin-top: 0px;
	}
}
