/* ----------

Tesco Real Food
- Tesco Icons

---------- */

/* ---------- Font */

@font-face {
	font-family: 'TescoIcon';
	src: url('fonts/tesco-icons.eot');
    src: url('fonts/tesco-icons.eot?#iefix') format('embedded-opentype'), 
         url('fonts/tesco-icons.woff') format('woff'), 
         url('fonts/tesco-icons.ttf') format('truetype'),
         url('fonts/tesco-icons.svg#TescoMobileIcons-Normal') format('svg');
	font-weight: normal;
	font-style: normal;
	}
	
/* ---------- // ---------- */

/* ---------- Base */
	
.tesco-icon {
	display: inline-block;
	font-family: 'TescoIcon';
	font-style: normal;
	font-weight: normal;
    text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    padding-right: 4px;
	}
	
.tesco-icon-sm {
	font-size: 0.7em;
	position: relative;
	bottom: 0.15em;
	}
	
.tesco-icon-centered {
	padding: 0;
	}	

.tesco-icon-lg {
    font-size: 1.33em;
    line-height: 0.75em;
    vertical-align: -15%;
    }

.tesco-icon-2x {
    font-size: 2em;
    }

.tesco-icon-3x {
    font-size: 3em;
    }

.tesco-icon-4x {
    font-size: 4em;
    }
	
/* ---------- // ---------- */

/* ---------- Icons */

.tesco-icon-envelope:before {
    content: "\0058";
	}

.tesco-icon-phone:before {
    content: "\0059";
	}

.tesco-icon-hamburger:before {
    content: "\0061";
    }

.tesco-icon-basket {
    position: relative;
    top: -0.05em;
    }

.tesco-icon-basket:before {
    content: "\0062";
	}

.tesco-icon-magnify:before {
    content: "\0068";
	}

.tesco-icon-chevron-down:before {
	content: "\006d";
	}
	
.tesco-icon-chevron-up:before {
	content: "\006e";
	}
	
.tesco-icon-chevron-right:before {
	content: "\006f";
	}

.tesco-icon-chevron-left:before {
	content: "\0070";
	}

.tesco-icon-heart:before {
    content: "\0071";
    }

.tesco-icon-plus:before {
    content: "\006A";
    }
	
.tesco-icon-cross:before {
	content: "\0078";
	}

.tesco-icon-share:before {
    content: "\007A";
    }