
/**
 * Order Online Styles
 * @version 1.3
 */

/* on menu add to cart button */
	.fp_inner_box .fpoo_addcart_msg{
		margin-left: 10px;
		position: relative;
		padding-left: 12px;
	}
	.fp_inner_box .fpoo_addcart_msg:before{
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 0%;
		margin: -5px 0 0 -6px;
		height: 4px;
		width: 8px;
		border: solid #A3A3A3;
		border-width: 0 0 4px 4px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
	}

	.fp_inner_box .onpage_fpAddToCart.added, .fp_inner_box .onpage_fpAddToCart.added:hover{opacity: 0.3}
	.fp_inner_box .onpage_fpAddToCart{
		color: #fff;
		margin-top: 5px;
		padding: 8px 10px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
	.fp_inner_box .onpage_fpAddToCart:hover{opacity: 0.8;color: #fff;}

	.fp_box.menuItem.loading{
		position: relative;
		opacity: 0.5;
	}
	.fp_box.menuItem.loading:before{
		content:"";
		background: url(images/fp-loader.gif) center center no-repeat;
		position: absolute;
		top: 0; left: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
	}

/* products addon */
	.fpOO_wc .product-addon {
	    border-bottom: none;
	    margin-bottom: 0px;
	    margin-top: 10px;
	    padding-bottom: 10px;
	    border-top: solid 1px #e1e1e1;
	    padding-top: 10px;
	}
	.fpOO_wc .product-addon .addon-description{
		padding-bottom: 10px; opacity: 0.7
	}
	.fpOO_wc .product-addon .form-row {
	    padding-bottom: 5px;
	    display: inline-block;
	    padding-right: 10px;
	    width: 48%;
	}
	.fpOO_wc .product-addon h3.addon-name{
		color: #767676;
		font-size: 18px;
		font-family: 'open sans';
		text-transform: uppercase;
		padding-bottom: 5px;
		margin: 0;
	}
	.fpOO_wc dl.product-addon-totals dt{
		font-weight: normal;
		text-transform: uppercase;
		font-family: 'open sans'
	}
	.fpOO_wc dl.product-addon-totals dd:last-child .amount{
		font-size: 22px;
	}
	.fpOO_wc #product-addons-total dl{margin: 0;}

/* cart notification */
	.fpOO_wc .fp_orderonline_add_cart #product-addons-total .product-addon-totals,.fpOO_wc .fp_orderonline_add_cart .variations_button, .fpOO_wc .fp_orderonline_add_cart .single_variation, .fpOO_wc .fp_oo_single .fp_orderonline_add_cart, .fp_oo_single #product-addons-total .product-addon-totals{
		margin:0 -20px 0 -70px;
		padding: 15px 0 15px 70px;
	}
	.fpOO_wc .fp_orderonline_add_cart .single_variation,.fp_oo_single #product-addons-total .product-addon-totals{
		background-color: #FFEED0;
	}
	.fp_oo_single #product-addons-total .product-addon-totals{padding-bottom: 1px;}
	.fpOO_wc .fp_orderonline_add_cart #product-addons-total .product-addon-totals{
		background-color: #F7DDAF;
		padding-bottom: 1px;
	}
	.fpOO_wc .fp_oo_single .fp_orderonline_add_cart, .fpOO_wc .fp_orderonline_add_cart .variations_button{
		background-color: #F2D095;
		margin-bottom: -25px;
	}

	.fpOO_wc .fp_orderonline_trigger{padding-bottom: 20px;}

	.fpOO_wc_Outter.loading{
		position: relative;
		opacity: 0.5;
	}
	.fpOO_wc_Outter.loading:before{
		content:"";
		background: url(images/fp-loader.gif) center center no-repeat;
		position: absolute;
		top: 0; left: 0;
		width: 100%;
		height: 100%;
	}
	.fp_menucard_content .fp_oo_notic{
		padding: 15px 20px;
		min-height: 22px;
		background-color: #a6be5c
	}
	.fp_menucard_content .fp_oo_notic p{
		font-size: 16px;
		padding: 0px 0px 5px;
		min-height: 36px;
	}
	.fp_menucard_content .fp_oo_notic p .fpsec{
		margin-top: 3px;
		font-weight: bold;
	}
	.fp_menucard_content .fp_oo_notic p span{
		float: left;padding-top: 8px;
		font-size: 16px;
	}
	.fp_menucard_content .fp_oo_notic p em{clear: both;}
	.fp_menucard_content .fp_oo_notic p b{
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-right: 12px;
		width: 33px;
		height: 33px;
		border: 2px solid #fff;
		border-radius: 50%;
		float: left;
	}
	.fp_menucard_content .fp_oo_notic p b:before{
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -5px 0 0 -6px;
		height: 4px;
		width: 8px;
		border: solid #fff;
		border-width: 0 0 4px 4px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
	}

	.fpOO_wc_Outter .fp_popup_option_title {padding-bottom: 5px;}
	.fpOO_wc_Outter .fp_subtitle_text{padding-bottom: 5px;opacity: 0.7}

	.fpOO_wc_Outter .variations .value select{
		border-radius: 5px;
		padding: 4px;
	}
	.fpOO_wc_Outter .variations td.label{vertical-align: top;}
	.variations .value .reset_variations{
		display: block;
		text-decoration: none;
	}

.fp_inner_box .fp_price_line {font-size: 18px;}
.fp_inner_box .fp_price_line span.amount{
	font-size: 22px;font-weight: bold;
	font-style: normal;

}
.fp_inner_box .fp_price_line{margin-bottom: 10px;}
.fp_orderonline_add_cart .quantity{
	float: left;
	width: 80px;
	margin-right: 10px;
}
.fp_orderonline_add_cart .quantity input{
	border: 2px solid #b7b7b7;
	font-family: inherit;
	padding: 5px;
	font-size: 100%;
	margin: 0;
	width: 100%;
	vertical-align: baseline;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fp_orderonline_add_cart .fp_bnt{
	float: left;
	border-bottom: none;
	padding: 10px;
	line-height: 100%;
}
.fpOO_wc .fp_bnt{
	color: #fff;
	padding: 8px 15px;
}
.fpOO_wc .fp_bnt:hover{color: #fff;}

/*- variation table */
	.fp_orderonline_variable .single_variation .price .amount{
		font-size: 22px;
		font-weight: bold;
	}
	.variations {
		border-bottom: none;
		border-collapse: collapse;
		border-spacing: 0;
		font-size: 14px;
		line-height: 2;
		margin: 0 0 10px;
		width: 100%;
		display: table;
		border-collapse: separate;
		border-spacing: 0px;
	}
	.variations tr{
		display: table-row;
		vertical-align: inherit;
		border-color: inherit;
	}
	.variations td{
		border-top: none;
		padding: 6px 10px 6px 6px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	form.fp_orderonline_variable table.variations {
	    border: none;
	}

	form.fp_orderonline_variable td.label {
		border:none;
	    width: 100px !important;
	    text-align: left;
	}

	form.fp_orderonline_variable td.value {
	    border: none;
	}

	.fp_price span.amount {
	    padding: 0px 2px;
	}
	span.fp_popup_img_price span.amount {
	    padding: 0px 4px;
	}

.fp_box .fp_price del, .fp_popup_img_price del{color: #fff;}
.fp_box .fp_price ins, .fp_popup_img_price ins{background-color: transparent;}

/* smaller screens */
	@media (max-width: 600px){
		.fp_popup_option .fp_oo_notic p b{
			float: none;
		}
		.fp_popup_option .fp_oo_notic p span{
			display: block;	float: none;
			font-size: 14px;
		}
		.fp_popup_option .fp_oo_notic p a{float: none;
			margin-left: 0px; margin-right: 3px;
		}
		.fp_popup_option .fp_oo_notic{
			padding: 20px;
			text-align: center;
		}
	}

	/* 320 */
	@media only screen and (max-width: 768px) {
		.fp_menucard_content .fp_oo_notic p span{
			display: block;
			padding-bottom: 10px;
			float: none;
		}
		.fp_menucard_content .fp_oo_notic p a{
			float: none;
			margin-left: 0;
			margin-right: 5px;
		}
		.fp_menudata_icon {
			display:none;
		}
		.fp_menucard_content .iconrow .fp_inner_box {
		    padding-left: 20px;
		}
	}

/* Added styles for 1.2.1 update */
	.fp_oo_sim_cart { padding: 10px 12px; text-align: left;}

	.fpoo_add_cart {
	    text-align: left;
	    padding-left: 12px;
	}

	.fp_oo_sim_cart .quantity input {
	    min-width: 40px;
	    float: left;
	    max-width: 60px;
		text-align:left;
	}

	.new_ft2_layout.fp_box.menuItem.c_100.ft_item.style_ft2 a.onpage_fpAddToCart.fp_bnt.single_add_to_cart_button.button.alt {
	    margin-left: 5px;
	    margin-top: 3px;
	}

	.fp_box.menuItem.c_33.normal_item.style_2  a.onpage_fpAddToCart.single_add_to_cart_button{
	    margin-left: 5px;
	    margin-top: 3px;
	}
	.fp_oo_sim_cart .quantity input{margin-right: 5px;}
	.var_add_to_cart_button.onpage_fpAddToCart{margin-left: 0;
		font-size: 11px;
		padding: 5px;
	}
	.foodpress_menu .var_add_to_cart_button {margin-bottom: 11px;}

	.fp_menucard_content .fp_bnt, button.fp_bnt, .fpOO_wc .fp_bnt, .fp_box .onpage_fpAddToCart:visited {
	    color: #ffffff;
	}

/* v 1.3  */
	div.fp_oo_sim_cart .quantity {
	    display: inline-block;
	    height: 45px;
	    overflow: hidden;
	    vertical-align: top;
	}
	.fp_oo_sim_cart .quantity input {
	    min-width: 40px;
	    float: none;
	    max-width: 60px;
	    text-align: left;
	    display: inline-block;
	    height: auto;
	}
	.foodpress_menu a.onpage_fpAddToCart.fp_bnt.single_add_to_cart_button.button.alt {
	    display: inline-block;
	    height: auto;
	    margin-top: 0px;
	    padding: 10px;
	}
	.foodpress_menu .var_add_to_cart_button {
	    margin-bottom: 10px;
	    height: auto;
	    padding: 10px;
	}
