	
	
	.mt-icons
	{
		width 				: 20px;
		height 				: 20px;
		line-height 		: 20px;
		display  			: inline-block;
		vertical-align 		: text-top;
		background-position	: 0;
	}

		.mt-icons:before
		{
			content 			: '';
			background-image 	: url( ../img/mt-icons/mt.icons.sm.svg?v=101 );
			background-size 	: 1300%; /** 100 * amount of horizontal icons (icons) **/
	    	width 				: 100%; 
	    	height 				: 100%;
			display  			: inline-block;
		}

	.mt-icons.mt-main:before 		{ background-position-y	: 0; }
	.mt-icons.mt-main-o:before 		{ background-position-y	: -100%; }
	.mt-icons.mt-grey:before 		{ background-position-y	: -200%; }
	.mt-icons.mt-grey-o:before 		{ background-position-y	: -300%; }
	.mt-icons.mt-white:before 		{ background-position-y	: -400%; }
	.mt-icons.mt-white-o:before 	{ background-position-y	: -500%; }

	.mt-icons.mt-bell:before 		{ background-position-x	: 0; }
	.mt-icons.mt-cart:before	 	{ background-position-x	: -100%; }
	.mt-icons.mt-message:before 	{ background-position-x	: -200%; }
	.mt-icons.mt-heart:before 		{ background-position-x	: -300%; }
	.mt-icons.mt-lock:before 		{ background-position-x	: -400%; }
	.mt-icons.mt-catalog:before		{ background-position-x	: -500%; }
	.mt-icons.mt-search:before 		{ background-position-x	: -600%; }
	.mt-icons.mt-user:before 		{ background-position-x	: -700%; }
	.mt-icons.mt-truck:before		{ background-position-x	: -800%; }
	.mt-icons.mt-discount:before 	{ background-position-x	: -900%; }
	.mt-icons.mt-modapago:before 	{ background-position-x	: -1000%; }
	.mt-icons.mt-zoomin:before  	{ background-position-x	: -1100%; }
	.mt-icons.mt-zoomout:before 	{ background-position-x	: -1200%; }




	.mt-clothing
	{
		width 				: 56px;
		height 				: 56px;
		line-height 		: 56px;
		display  			: inline-block;
		vertical-align 		: text-top;
		background-position	: 0;
	}

		.mt-clothing:before
		{
			content 			: '';
			background-image 	: url( ../img/mt-icons/mt.icons.clothing.svg );
			background-size 	: 500%; /** 100 * amount of horizontal icons (icons) **/
	    	width 				: 100%; 
	    	height 				: 100%;
			display  			: inline-block;
		}

	.mt-clothing.mt-all:before 		{ background-position-x	: 0; }
	.mt-clothing.mt-pants:before	{ background-position-x	: -100%; }
	.mt-clothing.mt-jacket:before 	{ background-position-x	: -200%; }
	.mt-clothing.mt-t-shirt:before 	{ background-position-x	: -300%; }
	.mt-clothing.mt-shirt:before 	{ background-position-x	: -400%; }