.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

/* =======================================================================================
Example showing how to change the color/size of the icons:
.icon-name {
	font-size: 32px; // works because "width" & "height" were set using em units
	color: red; // works for single-colored icons, because "fill" was set to "currentColor"
}
======================================================================================== */

.icon-shop-checked {
	width: 0.7763671875em;
}

.icon-pro_next {
	width: 0.9736328125em;
}

.icon-pro_prev {
	width: 0.9736328125em;
}

.icon-box {
	width: 1.3154296875em;
}

.icon-phone {
	width: 0.751953125em;
}

.icon-cart2 {
	width: 1.150390625em;
}

.icon-drinks {
	width: 0.3134765625em;
}

.icon-logo {
	width: 2.03125em;
}

.icon-logo2 {
	width: 5.2607421875em;
}

.icon-logo3 {
	width: 7.2197265625em;
}
