
/**
 * Order Online Styles
 * @version 1.3
 */

.mincart_wrapper{
	float: right;
}
.menu_prdouct_wrapper{
	float: left;
}

.menuItem  input[type="button"], select{
  -webkit-appearance: none;
  border-radius: 0
}


/* 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;
	}


.div_loading.loading::before {
    background: rgba(0, 0, 0, 0) url("images/fp-loader.gif") no-repeat scroll center center;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.div_loading.loading {
    opacity: 0.5;
    position: relative;
}

.food_items_container .fp_box .foodItemInfo {
    display: inline-block;
    max-width: 230px;
    vertical-align: top;
}
.fp_box .fp_price, 
.fp_popup_img_price {
    background: transparent none repeat scroll 0 0 !important;
    color: #333333;
    float: right;
    margin-top: 4px;
    padding-top: 5px;
    text-align: right;
}
.fp_box .variations-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.fp_box .variation-item {
    display: table;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: right;
    width: 100%;
}
.fp_box .fp_price .addButton {
    background: #333333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: right;
    font-size: 25px;
    line-height: 20px;
    margin-left: 5px;
    margin-top: -4px;
    padding: 0;
}


.product_list_widget .mini_cart_item{
    clear: both;
    padding-bottom: 10px;
    padding-top: 10px;
    display: table;
    width: 100%;
}

.product_list_widget .mini_cart_item .item-description {
    display: inline-block;
    width: 50%;
    word-wrap: break-word;
    float: left;
}

.product_list_widget .mini_cart_item .item-qty {
    float: left;
    padding-right: 0;
    width: 25%;    
    text-align: center;
}
.product_list_widget .mini_cart_item .item-qty .incDec,
.product_list_widget .mini_cart_item .item-qty .quantity  {
    display: inline-block;
    padding: 0 1px;
    vertical-align: middle;
    color: #797876;
}
.product_list_widget .mini_cart_item .item-price{
    display: inline-block;
    width: 25%;    
    text-align: right;
    float: left;
}
.product_list_widget li dt, 
.product_list_widget li dd {
    display: inline-block;
    margin: 0;
}

.product_list_widget li dd p {
    margin-bottom: 0;
    margin-top: 0;
}

.fp_inner_box {
    cursor: default;
}
.fp_box .fp_inner_box .foodItemInfo, 
.fp_box .fp_inner_box .variation-item, 
.fp_box .fp_inner_box .addButton, 
.fp_box .fp_inner_box .item-price-container{
	cursor: pointer;
}
.fusion-content-widget-area .widget {
    margin-bottom: 0;
}

.fp_lb_close {
    background-color: #000;
    border-radius: 50%;
    box-sizing: content-box;
    color: #666666;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    font-size: 28px;
    font-weight: 300;
    height: 28px;
    line-height: 90%;
    margin: -14px -14px 0 0;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 28px;
    z-index: 90001;
}
.fp_lb_close {
    color: #fff !important;
}

.fp_pop_inner {
    border-radius: 0;
    box-shadow: none;
}
.fp_lightbox_content {
    background-color: #fff;
    border: 1px solid #797876;
    opacity: 1;
    padding: 20px;
}
.fp_lightbox_content .fp_lb_close{
    color: #26bf22;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}
.fp_lightbox_content{
    line-height: normal;
    margin-bottom: 10px;
}
.fp_lightbox_content .alert-message,
.fp_lightbox_content .confirm-message{
    color: #797876;
    font-size: 17px;
    line-height: 24.2px;
    padding: 10px 0;
}

.fp_lightbox_content .fp_lightbox_body{
    color: #797876;
    font-size: 17px;
    line-height: 24.2px;
}

.fp_lightbox_content .footer-button{
    margin-bottom: 10px;
}


.min-cart-checkout{
	background: #33ccff;
    border: none;
    border-radius: 0 !important;
    color: #fff;
    margin: 0;
    padding: 5px 10px;
    margin-right: 10px;
    display: inline-block;
    font-weight: bold;    
    cursor: pointer;    
    text-align: center;
	width: 100% !important;
    height: auto !important;
}
.min-cart-checkout:hover {
    /* background: #d13511; */
    color: #fff;
}
.widget_shopping_cart_content .buttons a.checkout::before {
  color: #fff;
  content: "";
  display: none;
}

.fp_lightbox_content .footer-button button {
    background: #ff5832;
    border: medium none;
    border-radius: 0 !important;
    color: #fff;
    margin: 0;
    padding: 5px 10px;
    margin-right: 10px;
    display: inline-block;
    font-weight: bold;    
    cursor: pointer;
}
.fp_lightbox_content .footer-button button:hover {
    background: #d13511;
}


.fp_lightbox_body .title {
    border-bottom: 1px solid #ebebeb;
    color: #797876;
    font-size: 22px;
    line-height: 24.2px;
    margin-bottom: 10px;
    padding: 10px 0;
}

.fp_lightbox_body .orderDateTimeBlock {
    display: table;
    width: 100%;
}
.fp_lightbox_body .input-field {
    display: table-cell;
    padding-right: 5px;
}
.btn{
    background: #ff5832 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 !important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    min-height: 35px;
}

.fp_lightbox_body .order_date.datepicker{
    height: 35px;
}

.fp_lightbox_content.loading{
position: relative;
opacity: 0.5;
}
.fp_lightbox_content.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;
}

.fp_lightbox .fp_lightbox_content.loading{
	opacity: 0.5
}

.alert.alert-danger {
    border-radius: 0;
    padding: 5px 10px !important;
}
/* 
.fp_lightbox_body .btn.btn-default {
} */
.coupons-list ul{
	display: table;
	width: 100%;
	margin-bottom:20;
	padding: 0;
}
.coupons-list li {
    float: left;
    list-style: outside none none;
    margin-right: 5px;
}
.coupons-list ul li span {
    background-color: #fff;
    border: 1px solid #ff5832;
    margin-right: 5px;
    padding: 0 8px;
    color: #ff5832;
    display: block;
    float: none;
    font-size: 13px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.coupons-list ul li span .glossaryLink {
    border-bottom: medium none !important;
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}

#ttcont {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #333333 !important;
    border-radius: 0 !important;
    color: #333333 !important;
    display: block;
    margin-left: 5px;
    padding: 10px !important;
}
#ttcont br{
	display: none;
}
#ttcont > h3 {
    margin: 0;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
}

.order_types ul li input[type="radio"] {
	display: none;
}
.order_types ul {
    display: table;
    width: 100%;
    margin-bottom: 15px !important;
        padding: 0;
}
.order_types li{
    float: left;
    width: 50%;
    list-style: none;
}

.order_types li label{ 
	width: 100%;
    background-color: #EBEBEB;
    color: #333333;    
    display: table;
    font-weight: bold;
    padding: 5px 15px;
}
.order_types li.active label{
    background-color: #ff5832;
    color: #fff;
}

.order_types .suburb-field{
    margin-bottom: 15px !important;
}

.order_types .suburb-field select {
    background: #ebebeb;
    font-weight: bold;
    margin-bottom: 15px;
}

/* .woocommerce .woocommerce-error{
	display: none;
}
 */

 .woocommerce-error {
    background-color: #ffe9e9;
    border: 1px solid #e7a9a9;
    color: #d04544;
    margin-bottom: 15px;
    padding: 8px;
    position: relative;
}

.checkout .payment_methods label, .checkout .shop_table tfoot th{
    color: #333333 !important;
}


 .woocommerce-error li {
    background-color: #ffe9e9;
    border: none;
    color: #d04544;
    margin-bottom: 10px;
    padding: 0 8px;
    position: relative;
        text-align: left;
}

.custom-checkout-form .col-1 {
   /*  border: medium none !important; */
   /*  padding: 15px !important;
   width: 50% !important;
   box-sizing:border-box;
   margin : 0 !important;
   float: left; */
}

.custom-checkout-form .col-2 {
    /* box-sizing: border-box;
        padding: 15px !important;
        width: 50% !important;
         */    /* background: #fbfbfb none repeat scroll 0 0; */
  /*   float: left; */
}

form.checkout #billing_first_name_field, form.checkout #shipping_first_name_field {
    float: left;
    width: 100%;
}
.custom-checkout-form .woocommerce-billing-fields{
    max-width: 560px;
}

.custom-checkout-form .shop_table tbody tr {
    height: auto;
}
.custom-checkout-form .shop_table td {
    padding: 10px 0;
}
.custom-checkout-form .product-name .product-info {
    margin: 0 !important;
}

.custom-checkout-form  .shop_table tfoot tr th, .custom-checkout-form  .shop_table tfoot tr td {
    padding: 2px 10px !important;
}

.wc_payment_methods.methods {
    margin-top: 50px;
    padding: 0;
}

.wc_payment_method {
    list-style: outside none none;
}

.wc_payment_methods li > label {
    border-bottom: 1px solid #e0dede;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 30px;
    font-size: 23px;
        display: block;
}

.woocommerce-content-box {
    border: medium none;
    box-sizing: border-box;
    padding: 15px;

}
.checkout .payment_methods label {
    color: #333333 !important;
    font-family: inherit!important;
}


.delivery_date_time_conainer .input-radio,
.pickup_date_time_conainer .input-radio {
	display: none;
}
.delivery_date_time_conainer label.radio,
.pickup_date_time_conainer label.radio {
    background-color: #ebebeb;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 21px;
    margin-right: 5px;
    width: 21px;
}


.delivery_date_time_conainer p.form-row,
.pickup_date_time_conainer p.form-row {
    display: table;
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
}
.delivery_date_time_conainer #delivery_type_field label,
.pickup_date_time_conainer #pickup_type_field label {
    width: 100%;
}
.delivery_date_time_conainer label.radio,
.pickup_date_time_conainer label.radio {
    border: 1px solid #c2c0c0;
    content: " ";
    display: inline-block;
    float: left;
    margin: 1%;
    padding: 5px 25px;
    text-align: center;
    width: 48% !important;
    border-radius: 0px;
    height: auto;

    font-size: 17px;
    font-weight: bold;
}
.delivery_date_time_conainer label.radio.active,
.pickup_date_time_conainer label.radio.active{
	background: #FF5832;
    color: #fff;
}

form.checkout #billing_last_name_field, form.checkout #shipping_last_name_field {
    float: right;
    width: 100%;
}
.checkout .shop_table tfoot tr.shipping{
	display: none;
}

.checkout-login-container li{
	list-style: none;
}

.checkout-login-container ul{
	display: table;
	width: 100%;
}
.checkout-login-container li{
	list-style: none;
	padding: 0 10px;
	float: left;
	width: 50%;
	box-sizing : border-box;
}

.checkout-logout-container .logout-button,
.checkout-login-container .ajax_login_btn,
.checkout-login-container .ajax_register_btn,
.fp_lightbox_body .zm_alr_form_container input[type="submit"] {
     background: #33CCFF;
    border: 1px solid #33CCFF;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 20px;
    text-shadow: unset;
    text-transform: uppercase;
    width: 100%;
}
.checkout-login-container .ajax_login_btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #747474;
    color: #747474;
}
.checkout-logout-container{
	display: table;
	width: 100%;
}
.checkout-logout-container .logout-button {
	width: auto;
	display: block;
}
.fp_lightbox_body .zm_alr_form_container input[type="submit"]:hover{
    color: #fff;
}
.fp_lightbox_body .zm_alr_label {
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
}
.ajax-login-default-form-container .error-container{
	width: 100%;
}
.zm_alr_email_field, .zm_alr_password_field, .zm_alr_text_field {
    font-size: 14px;
    letter-spacing: normal;
    padding: 9px 15px;
}


.checkout-login-container {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}

dl.customer_details > dl{
	display: none;
}

.avada-customer-details  .title h3 {
    color: #333333 !important;
    border-bottom: 1px solid #e0dede;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 24px;
}

.ui-datepicker .ui-state-default, 
.ui-datepicker .ui-widget-content 
.ui-datepicker .ui-state-default, 
.ui-datepicker .ui-widget-header .ui-state-default {
    background: #ff6541 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover, 
.ui-datepicker .ui-widget-header .ui-state-hover, 
.ui-datepicker .ui-state-focus, 
.ui-datepicker .ui-widget-content .ui-state-focus, 
.ui-datepicker .ui-widget-header .ui-state-focus{
    background: #D13511;
    color: #fff;
}
.ui-datepicker-div{
	border-color: #c2c0c0;
}

.minicart_inner .total > span {
    float: right;
}
.minicart_inner .net-total > span {
    font-weight: bold;
}

.mobile-dropdown-cart-button{
	display: none;
}

.fp_pop_inner .take_extra_popup{
    text-align: center;   
}
.fp_pop_inner .take_extra_popup h1 {
    line-height: normal; 
    font-size: 28px;
}
.fp_pop_inner .take_extra_popup small {
    display: block;
    font-size: 0.75em;
    text-align: center;
}
.fp_pop_inner .take_extra_popup .button-container{
	display: table;
	width: 100%;
  	border: 1px solid #26bf22;
}
.fp_pop_inner .take_extra_popup .button-container > a {
  border-right: 1px solid #26bf22;
  color: inherit;
  display: table-cell;
  font-size: 0.9em;
  line-height: 30px;
  padding: 10px 0;
  text-decoration: underline;
  width: 50%;
}
.fp_pop_inner .take_extra_popup .button-container .take_extra_btn {
	border-right: none;
	position: relative;
}
.fp_pop_inner .take_extra_popup small{
    display: block;
    font-size: 0.75em;
    text-align: center;
}
.take_extra_btn::before {
  background: #26bf22 none repeat scroll 0 0;
  border-radius: 100%;
  bottom: 0;
  color: #fff;
  content: "OR";
  height: 35px;
  left: 0;
  line-height: 35px;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  width: 35px;
}

.delivery_time.loading::before,
.pickup_time.loading::before {
    background: rgba(0, 0, 0, 0) url("images/fp-loader.gif") no-repeat scroll center center;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.delivery_time.loading,
.pickup_time.loading {
    opacity: 0.5;
    position: relative;
}

label.error {
    color: red;
    font-size: 0.8em;
}

.wc_payment_method .input-radio {
    display: none;
}


















.visible-mobile{
	display: none;
}
.fp_lightbox_body .input-field {
    display: block;
    float: left;
    width: 40%;
}
.fp_lightbox_body .input-field.buttons{
    width: 20%;
    padding: 0;
}

.fp_lightbox_body .input-field.buttons .btn{
    width: 100%;
}
@media (max-width: 1100px){
	.fp_content_inin {
	    vertical-align: top;
	}
}
@media (max-width: 800px){
	/* .mobile-dropdown-cart-button{
		display: block;
	}	
	.dropdown-mini-cart-mobile{
		display: none;
	}	 */

	.foodpress_menu .foodpress_scroll_section_body{
		padding-left: 0px;
	}

	.foodpress_menu .foodpress_scroll_sections{
		display: none;
	}

	.foodpress_menu .foodpress_scroll_section_body {
	    margin-top: 30px;
	    padding-left: 0 !important;
	}
	.foodpress_section_content h4{
		cursor: pointer;
	}



	.visible-mobile{
		display: block;
	}
	.woocommerce-checkout #main,
	.page-id-724 #main {
	    padding: 0;
	}

	.woocommerce-checkout .woocommerce{
		padding-left: 10px;
		padding-right: 10px;
	}

	.woocommerce .checkout #customer_details .col-1, .woocommerce .checkout #customer_details .col-2{
		padding: 15px !important;
	}

	.delivery_date_time_conainer label.radio, .pickup_date_time_conainer label.radio {
	    margin: 0.5%;
	    padding: 5px;
	    width: 49% !important;
	    font-size: 14px;
	}
	.woocommerce-checkout #content,
	.page-id-724 #content {
	    float: none !important;
	    margin-bottom: 0;
	    margin-left: 0 !important;
	    width: 100% !important;
	}

	.page-id-724 .fusion-column-wrapper, .page-id-724 .mincart_wrapper .fusion-column-wrapper .minicart_inner {
	    border-bottom: 1px solid #e0dede;
	    box-shadow: none;
	    padding: 0;
	}
	.foodpress_section_content h4, #woocommerce_widget_cart-2 h4.widget-title {
	    padding:15px;
	}
	.foodpress_menu .foodpress_scroll_section_body {
   		margin-top: 0;
	    padding-left: 0 !important;
    	padding-top: 15px;
	}

	.foodpress_section_content h4 {
	    font-size: 17px !important;
	    font-weight: bold;
	    padding-bottom: 5px !important;
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-top: 5px;
	}

	.coupons-list ul {
	    padding: 0 10px;
	}


	

	.fp_inner_box .foodItemInfo .product_title {
	    float: left;
	    width: 70%;
	}
	.fp_inner_box .foodItemInfo .visible-mobile {
	    float: right;
	    width: 30%;
	}

	.fp_box .fp_price .addButton{
	   display: none;
	}

	.fp_inner_box.simple > .fp_price{
		display: none;
	}

	.fp_inner_box.simple .visible-mobile .item-price-container .addButton {
		display: none !important;
	}

	.fp_inner_box .foodItemInfo .visible-mobile .fp_price .addButton {
	    margin-top: 0;
	   	margin-left: 10px;
	   	display: block;
	   	cursor: default;
	   	padding-left: 3px;
	   	padding-right: 3px;
	}
	
	.fp_box .fp_price, 
	.fp_popup_img_price {
	    padding: 0;
	}
	.fp_inner_box .foodItemInfo .visible-mobile .fp_price, 
	.fp_inner_box .foodItemInfo .visible-mobile .fp_popup_img_price {
	    margin-top: 0;
	    padding-bottom: 10px;
	    padding-top: 0;
	    font-style: normal;
    	font-weight: normal;
	}



	.fp_box .variation-item {
	    background: #ececec none repeat scroll 0 0;
	    border-radius: 5px;
	    padding: 10px;
	    text-align: left;
	}
	
	.widget_shopping_cart_content {
	    padding: 0 10px;
	}

	.foodpress_scroll_section_body .foodpress_section_content {
	    border-bottom: 1px solid #e1e1e1;
	    margin: 0;
	    padding-bottom: 10px;
	    padding-top: 10px;
	}

	.foodpress_scroll_section_body .foodpress_section_content  h4 {
	    font-weight: bold !important;
	    font-size: 18px !important;
	}

	.food_items_container .menuItem:last-child {
	    border: medium none !important;
	}



	.foodpress_section_content > h4{
		position: relative;
	}

	.minicart_inner h4.widget-title::after,
	.foodpress_section_content > h4::after,
	.toggleImg {
	    border-bottom: 2px solid #26bf22;
	    border-left: 2px solid #26bf22;
	    border-top: 0 none;
	    clear: both;
	    content: "";
	    float: right;
	    height: 8px;
	    margin-right: 12px;
	    margin-top: 6px;
	    position: absolute;
	    right: 0;
	    transform: rotate(-45deg);
	    width: 8px;
	}


	.mincart_wrapper.open h4.widget-title::after,
	.foodpress_section_content.open > h4::after,
	.selected.toggleImg {
	    border-bottom: 0 none;
	    border-left: 2px solid #26bf22;
	    border-top: 2px solid #26bf22;
	    margin-top: 8px;
	    transform: rotate(45deg);
	}

	.foodpress_section_content h4{
	    font-size: 17px !important;
	    padding-bottom: 5px !important;
	}
	.foodpress_scroll_section_body .foodpress_section_content {
	    /* margin-bottom: 20px; */
	}
	.food_items_container .fp_box .foodItemInfo {
	    max-width: 100%;
	    width: 100%;
	}
	.fp_box .fp_price, .fp_popup_img_price {	    
		width: 100%;
	}

	.fp_box .menu_description {
	    clear: both;
	}


	.page-id-724 .fusion-column-wrapper, .page-id-724 .mincart_wrapper .fusion-column-wrapper .minicart_inner {
	    /* border-bottom: medium none; */
	}

	.foodpress_scroll_section_body .foodpress_section_content {
	    margin-bottom: 5px;
	}

}
@media (max-width: 640px){
	.fp_lightbox_body .input-field {
	    display: block;
	    margin-bottom: 10px;
	    padding-right: 5px;
	    text-align: center;
	    width: 100%;
	}

	.checkout-login-container ul {
	    padding: 0;
	}
	.checkout-login-container li {
	    width: 100%;
	    margin-top:10px; 
	}
	.checkout-logout-container .logout-button {
	    display: block;
	    text-align: center;
	    width: 100%;
	}
}
@media (max-width: 480px){
	.foodpress_section_content h4{
	    font-size: 17px !important;
	}
	.foodpress_scroll_section_body .foodpress_section_content {
	    margin-bottom: 20px;
	}
	.food_items_container .fp_box .foodItemInfo {
	    max-width: 100%;
	    width: 100%;
	}
	.fp_box .fp_price, .fp_popup_img_price {	    
		width: 100%;
	}



	.fp_inner_box .foodItemInfo .product_title {
	    width: 60%;
	}
	.fp_inner_box .foodItemInfo .visible-mobile {
	    width: 40%;
	}

	.fp_pop_inner .take_extra_popup .button-container > a {
	    border-bottom: 1px solid #26bf22;
	    border-right: none;
	    display: block;
	    width: 100%;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}	
	.fp_pop_inner .take_extra_popup .button-container .take_extra_btn {
		border-bottom: none;
	}
	.take_extra_btn::before {
	    background: #26bf22 none repeat scroll 0 0;
	    border-radius: 100%;
	    bottom: auto;
	    color: #fff;
	    content: "OR";
	    height: 35px;
	    left: 0;
	    line-height: 35px;
	    margin: auto;
	    position: absolute;
	    right: 0;
	    text-align: center;
	    top: 0;
	    transform: translateY(-50%);
	    width: 35px;
	}

}
