/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography 	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #f2eceb;
		font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		font: 14px/21px;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #3b3b3b;
		font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 28px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 24px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 18px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

	iframe{
		width: 100%;
		height: 550px;
	}
	.fl_l{
		float: left;
	}
	.overflow{
		overflow: hidden;
	}
	.overflow.name{
		text-align: center;
	}
	.tel{
		color: white;
		font-size: 14px;
		margin-top: 14px;
		background: url(../images/phone.png) no-repeat;
		text-indent: 16px;
	}
	.tel:hover{
		color: white;
		text-decoration: none;
	}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

.center{
	max-width: 950px;
	margin: 0 auto;
}
/* global
================================================== */
.inline-block{
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
}
.in50{
	width:50%;
}
.in25{
	width: 25%;	
}
.wrapper{
	margin: 0 auto;
}

/* header
================================================== */
.header{
	height:44px;
	background: #2752A6;
}
.header .name span{
	margin-right: 40px;
}
.h-right{
	float: right;	
}
.h-right .link_info{
	display: inline-block;
	width: 32px;
	height: 32px; 
	margin-top: 5px;
	background: url(../images/info_icon.png) no-repeat;
}
.name{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 0 20px;
	margin-right: 1px;
	height: 44px;
	line-height: 42px;
}
.basket{
	background: #cc5642 url('../images/basket.png') no-repeat center center;
	height: 44px;
	width: 52px;
	border-left: 1px solid #dc6955;
	border-right: 1px solid #dc6955;
}
.basket-active, .basket-active:hover{
	background-color: #dc6955;
}
.place{
	font-size: 14px;
	color: #fff;
	background: #cc5642 url('../images/arrow-select.png') no-repeat center right;
	height: 44px;
	padding-left: 14px;
	line-height: 43px;
	margin-right: 1px;
	padding-right: 30px;
	width: 170px;
}
.lang{
	font-size: 14px;
	color: #fff;
	background: #cc5642 url('../images/arrow-select.png') no-repeat center right;
	padding-right: 30px;
	height: 44px;
	padding-left: 14px;
	line-height: 43px;
}
.basket:hover, .place:hover, .lang:hover{
	background-color: #c2503c;
	cursor: pointer;
}


/* menu
================================================== */
.menu{
	background: #dc6955;
	padding-top: 40px;
	
}
.page-name{
	font-size: 32px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin-bottom: 32px;
	text-shadow: 0 1px 0 #c4503d;
	margin-top: -5px;
}
.choose{
	padding: 0 24px 0 30px;
}
.big-button{
	width: 48%;
	background: #f88976;
	cursor: pointer;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 2px solid #cc5642;
}
.big-button:last-child{
	margin-left: 3.9%;
}
.big-button>div{
	padding: 23px 22px 22px 22px;
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	text-shadow: 0 1px 2px #d1553f;
	text-align: center;
}
.big-button>div>div{
	margin-bottom: -17px;
}
.bc{
	margin: 0 2%;	
}
.big2{
	width: 32%;
	padding: 20px 0;
}
.big2:first-child{
	margin-right: -4px;
}
.big2:last-child{
	margin-left: -4px;
}
.cap{
	wight:143px;
	height: 109px;
	background: url(../images/cap.png) no-repeat center center;
}
.list{
	wight:143px;
	height: 109px;
	background: url(../images/list.png) no-repeat center center;
}

.big-button:hover{
	background: #f69180;
}
.big-button:active{
	background: #f0826f;
}
.menu-text{
	color: #fff;
	font-size: 14px;
	text-shadow: 0 1px 2px #c4503d;
	padding: 0 23px;
	padding-bottom: 35px;
	text-align: center;
	line-height: 18px;
}
.menu-text span{
	padding: 0 20px;
	display: inline-block;
}

.tabs{
	border-bottom: 5px solid #f68370;
	color: #fff;
}
.tabs>.center{
	padding: 0 23px 0 26px;
}
.tab-i{
	text-align: center;
	padding-bottom: 13px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-shadow: 0 1px 0 #c4503d;
	cursor: pointer;
	text-decoration: none;
}
.tab-i:visited{
	color: #fff;
}
.tab-i:hover{
	border-bottom: 5px solid #f9aa46;
	margin-bottom: -5px;
	color: #fff;
}
.tab-i-active, .tab-i-active:hover{
	border-bottom: 5px solid #fcd01d;
	margin-bottom: -5px;
	color: #ffcd00;
	text-shadow: none;
}


/* ingredient
================================================== */
.choose-ingr{
	text-align: center;
}
.ingredient{
	max-width: 170px;
	max-height: 170px;
	background: #fff;
	text-align: center;
	padding: 6px;
	border-bottom: 2px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3%;
	position: relative;
	width: 20.2222222%;
}
.ingredient:nth-child(4n+3){
	margin-right: 3%;
}
.ingredient:nth-child(4n+2){
	margin-right: 3%;
	
}
.ingredient:nth-child(4n+1){
	margin-right: 3%;
	margin-left: 4px;
}
.img-ingr{
	margin-bottom: -4px;
}
.img-ingr>img{
	width: 100%;
	height: 100%;
	max-width: 170px;
	max-height: 170px;
}
.added-check{
	width: 42px;
	height: 42px;
	background: url(../images/added_check.png);
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.ingredient:hover .add-ing, .ingredient:active .add-ing{
	display: block;
}
.ingredient:hover .img-ingr, .ingredient:active .img-ingr{
	-moz-opacity: 0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=15);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
	filter:alpha(opacity=15);
}
.add-ing{
	width: 100%;
	height: 100%;
	position: absolute;
	padding-top: 20px;
	top: 0;
	left: 0;
	text-align: center;
	display: none;
}
.add-ing>select{
	width: 75%;
	margin: 0px auto;
	margin-bottom: 15px;
}
.name-ingr{
	color: #3c3c3c;
	font-size: 24px;
	margin-bottom: 30px;
}
.button-add{
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	background: #2ecc71;
	border-bottom: 2px solid #27ae5f;
	padding: 7px 0px;
	font-weight: 600;
	width: 75%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	margin: 0 auto;
	display: inline-block;
}
.button-add:hover{
	background: #2bc26b;
	border-color: #26a25a;
}
.button-add:active{
	border: none;
	margin-top: 2px;
}
.added-ingr:hover  .add-ing{
	display: none;
}
.added-ingr:hover .img-ingr{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
}
.added-ingr .added-check{
	display: block;
	cursor: pointer;
}
.added-check:hover{
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter:alpha(opacity=80);
}
.added-check:active{
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	filter:alpha(opacity=90);
}
/* content
================================================== */
.content{
	background: #f2eceb;
	padding: 26px 22px;
}
.item-pizza{
	max-width: 281px;
	max-height: 274px;
	background: #fff;
	border-bottom: 2px solid #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 27px;
	position: relative;
	width: 30%;
	text-align: left;
}
.item-pizza:nth-child(3n-1){
	margin-right: 4%;
	margin-left: 4px;
}
.item-pizza:nth-child(3n-3){
	margin-right: 4%;
}
.img-pizza{
	max-height: 175;
	max-width: 281px;
}
	.img-pizza>img{
		width: 100%;
	}
.price{
	position: absolute;
	color: #fff;
	background: #2ecc71;
	width: 55px;
	height: 36px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	right: 0;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	filter:alpha(opacity=90);
}
.info-pizza{
	padding: 10px 20px 15px;
	position: relative;
}
.name-pizza{
	color: #2a2a2a;
	font-size: 22px;
	margin-bottom: 10px;
}
.ingredient-info{
	font-size: 13px;
	color: #d6614d;
	line-height: 18px;
}
.ingredient-info>span{
	color: #a3a3a3;
	display: inline-block;
	padding: 0 4px;
}
.add-basket, .added-basket{
	position: absolute;
	width: 53px;
	height: 53px;
	background: #feb748 url('../images/basket.png') no-repeat center  center;
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=95);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	filter:alpha(opacity=95);
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px; 
	right: 0;
	top: -30px;
	cursor: pointer;
}
.add-basket:hover{
	background-color: #f3ad41;
}
.added-basket{
	background: #2ecc71 url('../images/check.png') no-repeat center center;
}
.added-basket:hover{
	background-color: #26c067;
}

.reg{
	text-align: center;
}
.reg>input[type='text']{
	padding: 10px 10px;
	width: 70%;
	font-size: 14px;
	max-width: 350px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.green-button{
	color: #fff;
	background: #2ecc71;
	border-bottom: 3px solid #27ae5f;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 10px;
	max-width: 350px;
	width: 70%;
	margin: 40px auto;
	margin-bottom:30px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.green-button:hover{
	background: #2bc26b;
	border-color: #26a25a;
}
.forget{
	color: #8d8d8d;
	font-size: 12px;
}

/* content
================================================== */
.item-basket{
	background: #fff;
	border-bottom: 2px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.photo-b-i{
	max-width: 125px;
	max-height: 78px;
	margin:4px;
	margin-right:17px;
	vertical-align: middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.photo-b-i>img{
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.item-basket p{
	margin: 0;
}
.name-b-i{
	color: #2a2a2a;
	font-size: 24px;
	padding-top: 11px;
}
.info-b-i>.ingredient-info{
	padding-top: 5px;
	max-height: 36px;
	overflow: hidden;
}
.size-b-i{
	vertical-align: middle;
}
.select-b-i{
	border: 1px solid #c3cad1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #534d4d;
	font-size: 12px;
	padding:6px 15px 6px 8px;
	max-width:200px;
	background: #fff url(../images/select-order.png) no-repeat center right;
	cursor:pointer;
	min-width: 50px;
}
.price-b-i{
	vertical-align: middle;
}
.price-b-i>span:first-child{
	color: #ffba00;
	font-size: 14px;
	font-weight: bold;
}
.price-b-i>span:last-child{
	color: #ffba00;
	font-size: 18px;
	font-weight: bold;
}
.delete-b-i{
	height: 86px;
	width: 44px;
	border-left: 1px solid #f2eceb;
	background: url(../images/delete.png) no-repeat center center;
	cursor: pointer;
	margin-left:10px;
}
.pizza-ingredient .delete-b-i{
	height:70px;
}
.item-basket>table{
	width:100%;
}
.item-basket>table td, .pizza-ingredient div table td{
	vertical-align:top;
}
.item-basket>table .w-price{
	vertical-align: middle;
}
.w-photo{
	width: 146px;
}
.w-info{
	width:80%;
	height: 86px;
	vertical-align: middle;
}
.w-sel{
	width:20%;
}
.w-price{
	width:15%;
	padding-left: 30px;
}
.pizza-ingredient{
	margin-left:17px;
	padding-left: 38px;
	height:82px;
	padding-top: 10px;
	background: url(../images/bg-left-ord.png) no-repeat center left;
}
.pizza-ingredient>div{
	background: #fff;
	border-bottom: 2px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 71px;
}
.added-item-b .pizza-ingredient:last-child{
	background: url(../images/bg-left-lates.png) no-repeat top left;
}
.name-p-i{
	color: #2a2a2a;
	font-size: 20px;
	vertical-align:top;
}
.photo-p-i{
	width:60px;
	height:60px;
	padding:5px;
	text-align: center;
}
#v-m{
	vertical-align: middle;
}
.w-p-name{
	width: 79%;
	margin:0;
	margin-left:-4px;
}
.w-p-price{
	padding-left:30px;
	width:15.5%;
}
.photo-p-i>img{
	width:60px;
}
.w-i-photo{
	width: 92px;
}
.button-add-ingr{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background: #f1c40f url(../images/add_ingr.png) no-repeat center left;
	padding: 7px 11px 7px 32px;
	display: inline-block;
	border-bottom: 2px solid #f9a41d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-left: 55px;
	margin-top: 5px;
	cursor: pointer;
}
.button-add-ingr:hover{
	background-color: #eabe0d;
	border-color: #f19f1c;
}
.button-add-ingr:active{
	border:none;
	margin-top: 7px;
}
.added-item-b{
	margin-bottom: 55px;
}
.added-item-b:last-child{
	margin-bottom:100px;
}
.total{
	width:100%;
	position: fixed;
	bottom:0;
	height:75px;
	background: #fff;
	left:0;
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	filter:alpha(opacity=90);
}
.total:hover{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
}
.total p{
	margin:0;
}
.total>.center{
	padding: 17px 22px;
	text-align:right;
}
.total>.center>div{
	vertical-align: middle;
}
.button-continue{
	color: #fff;
	background: #2ecc71;
	border-bottom: 3px solid #27ae5f;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 23px;
	max-width: 350px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 35px;
}
.button-continue:hover{
	background: #2bc26b;
	border-color: #26a25a;
}
.button-continue:active{
	border:none;
	margin-top: 3px;
}
.total-cost{
	color:#6d6c6c;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
}
.total-sum{
	color:#ffba00;
	font-size: 26px;
	font-weight: bold;
}
.check-address{
	margin: 10px 0;
}
.check-address>label{
	color: #727272;
	font-size: 16px;
	font-weight: normal;
	vertical-align: middle;
}
.delete-address{
	width: 14px;
	height: 14px;
	vertical-align: middle;
	background: url(../images/delete.png);
	margin-left:20px;
	cursor: pointer;
	margin-top:2px;
}
.button-address{
	background: #3498db;
	border-bottom: 2px solid #2980b9;
	color: #fff;
	font-size: 13px;
	margin-right:20px;
	margin-bottom: 30px;
	margin-top: 20px;
	cursor: pointer;
	padding: 7px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: 600;
}
.button-address:hover{
	background: #3293d3;
	border-color: #2678ae;
}
.button-address:active{
	border:none;
	margin-top: 22px;
}
.button-address-green{
	background: #2ecc71;
	border-bottom: 2px solid #27ae5f;
	color: #fff;
	font-size: 13px;
	margin-right:20px;
	margin-bottom: 15px;
	margin-top: 5px;
	cursor: pointer;
	padding: 7px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display:inline-block;
	font-weight: 600;
}
.button-address-green:active{
	border:none;
	margin-top: 7px;
}
.button-address-green:hover{
	background: #2bc26b;
	border-color: #26a25a;
}
.delivery textarea, .delivery input[type="text"], hr{
	width:70%;
}
.delivery textarea{
	min-height:100px;
}

.button-continue2{
	color: #fff;
	background: #2ecc71;
	border-bottom: 3px solid #27ae5f;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 23px;
	max-width: 350px;
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button-continue2:hover{
	background: #2bc26b;
	border-color: #26a25a;
}
.button-continue2:active{
	border:none;
	margin-top: 3px;
}