@font-face {
	font-family: "icomoon";
	src:url("fonts/icomoon.eot?-4su30v");
	src:url("fonts/icomoon.eot?#iefix-4su30v") format("embedded-opentype"),
		url("fonts/icomoon.woff?-4su30v") format("woff"),
		url("fonts/icomoon.ttf?-4su30v") format("truetype"),
		url("fonts/icomoon.svg?-4su30v#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: icomoon;
	margin-right: 5px;
	font-size:110%;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
	speak: none;
	font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
}

.icon-account:before {
	content: "\e926";
}

.icon-cash:before {
	content: "\e93c";

}

.icon-card:before {
	content: "\e93f";
}

.icon-card-in-car:before {
	content: "\e93f";
}

.icon-paypal:before {
	content: "\ead6";
}

@media screen and (max-width: 768px) and (orientation: portrait){
	.switch-5 [class^="icon-"]:before, .switch-5 [class*=" icon-"]:before {
	    display: none;
	}
}