@import url(../fonts/stylesheet.css);

@charset "utf-8";
/* CSS Document */

#dining {
    display: none;
    color: black;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    width: 1280px;
    height: 720px;
    position: absolute;
    top: 0;
    left: 0;
	background:#fff;
    font-family: 'Montserrat';

}
#shop-information {
width: 700px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0;
 	display: table;
  background: #2C0B3D;
  line-height: 50px;
  border-bottom:1px solid #757F89;
}
#dining-title {
   display: table-cell;
    vertical-align: middle;
	padding-left:20px;
	padding-right:10px;
	font-size:30px;
	line-height:1em;
	width:auto;
    font-family: 'Amasis MT Pro';
	font-weight:normal;
	color:#fff;

}
#dining-description {
  	display: table-cell;
    vertical-align: middle;
	font-size:16px;
	line-height:1em;
	width:auto;
	padding-left:10px;
	padding-right:20px;
	font-family: 'Camphor Std';
	font-weight: normal;
	color:#fff;

}
#dining-categories {
    width: 200px;
    height: 670px;
    position: absolute;
    top: 50px;
    overflow-y: auto;
    background: #2C0B3D url(../images/scroll-arrows.png) center center no-repeat;
}
#dining-categories.selected  #category-list{
	/*border:3px solid #D9D9D6;*/
    background-color:#fff ;
	box-shadow:inset 0 0 5px  #D9D9D6;

}
#dining-items.selected #dining-item-list{
    background-color: #E85D42;
	/*border:3px solid #D9D9D6;*/
	background-color: rgba(255,255,255,1.00);
box-shadow: inset 0 0 5px #D9D9D6;
}
#dining-right-price.selected {
    background-color: #E85D42;
		color:#fff;

}
.addon-item.selected {
    background-color: #E85D42;
	color:#fff;
}
.suggestion-item.selected {
    background-color: #E85D42;
	color:#fff;

}
.checkout-item.selected {
    background-color: #E85D42;
	color:#fff;
	border-radius:10px;

}
#continue-ordering.selected {
    background-color: #E85D42;
	color:#fff;

}
#checkout-button.selected {
    background-color: #E85D42;
	color:#fff;

}
#category-list {
    margin-top: 30px;
    height: 590px;
    overflow-y: auto;
    background-color: #fff;
	width:180px;
	margin-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	border:3px solid #fff;
	border-radius:0px;

}
.category-item {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: table;
	table-layout:fixed;
    border-spacing: 5px 10px;
    color: #fff;
	padding:5px 0;
}
.category-item:last-child{
	display: none;
}
.category-item p{
	font-size:16px;
	font-weight:normal;
    font-family: 'Amasis MT Pro';

	}
.category-item p span{
	display:block;
	width:100%;
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	font-family: 'Camphor Std';
	text-transform: capitalize;
	position:absolute;

	}

.category-item:last-child .category-image{
	    background: #fff url(../images/no-category.png) center center no-repeat;
		background-size:contain;
		width:40px;
}

#dining-categories.selected  .category-item.selected{
    background: #E85D42;
    color: #fff;	
	}
#dining-categories .category-item.selected{
    background: #D9D9D6;
    color: #fff;	
	border-radius:5px;
	}
#dining-categories.selected  .category-item.selected p {
    color: #fff;	
	}
#dining-categories .category-item.selected p{
    color: #2C0B3D;	
	}
.category-item .category-image {
    width: 40px;
    display: table-cell;
    vertical-align: middle;
	background:#fff;
	border-radius:5px;
}
.category-item .category-image img {
    width: 40px;
    height: 40px;
}
.category-item p {
    width: 70%;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    color: #2C0B3D;
}
.category-item.selected p {
    color: #2C0B3D;
}
.category-item .category-quantity {
    display: table-cell;
    text-align: center;
    width: 15%;
    padding: 5px;
    color: #2C0B3D;
    font-family: 'Amasis MT Pro';
	font-weight:normal;
vertical-align: middle;
}
.category-item .category-quantity span {
    text-align: center;
    height: 30px;
    background: #ffffff;
    color: #2C0B3D;
    width: 30px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}
.category-item.selected .category-quantity{
    color: #fff;
}
.category-item .working-hours{
	font-size:10px;
	font-weight:bold;
	display:block;
	width:100%;
	
	}
#dining-items {
    width: 500px;
    height: 670px;
    position: absolute;
    top: 50px;
    left: 200px;
    overflow-y: auto;
    background: #2C0B3D url(../images/scroll-arrows.png) center center no-repeat;
}
#dining-item-list {
    margin-top: 30px;
    height: 590px;
    overflow-y: auto;
    background: #fff;
	width:490px;
	border:3px solid #fff;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:0px;

}

.dining-item {
    width: 92%;
    position: relative;
    margin: 0 auto;
    display: table;
    border-spacing: 5px;
    color: #2C0B3D;
    overflow: hidden;
	padding:5px;
	border-bottom:1px solid #2C0B3D; 
}
#dining-items #dining-item-list .dining-item.selected {
    background: #D9D9D6;
	/*border-left:5px solid #D9D9D6;*/
	color:#2C0B3D;
    border-radius: 5px;
}
#dining-items.selected #dining-item-list .dining-item.selected{
    background: #E85D42;
	/*border-left:5px solid #2C0B3D;*/
	color:#fff;
	/*border-left:5px solid #2C0B3D;*/

	}

.dining-item .dining-item-col1 {
	width: 40px;
  display: table-cell;
  vertical-align: top;
}
.dining-item .dining-item-col1 .dining-item-image {
    width: 50px;
    height: 50px;
	background:#fff;
	border-radius:5px;
}
.dining-item-name{
	font-size:20px;
	font-weight:normal;
    font-family: 'Amasis MT Pro';
	width:100%;
	float:left;
}
.dining-item.selected .dining-item-quantity {
	background:#fff;
	color:#2C0B3D;}
.dining-item-quantity {
    display:none;
	position: absolute;
  left: 15px;
  top:15px;
  width: 40px;
  height: 40px;
  background: #D9D9D6;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  border-radius:5px;
		font-family: 'Conv_CamphorStd-Bold';

  }

.dining-item-col2 {
    display: table-cell;
    vertical-align: middle;
}

.dining-item-price{
	font-weight:normal;
	font-size:14px;
	background:#2C0B3D;
	color:#fff;
	min-width:60px;
	float:left;
	padding:4px;
	border-radius:5px;
	font-family: 'Conv_CamphorStd-Bold';

	}
#dining-details {
    position: absolute;
    top: 10px;
    left: 700px;
    width: 580px;
    height: 670px;
	background:#fff;
}
.dining-right-availability .available-hours{
	font-family: 'Camphor Std';
	font-size:12px;
	margin-right:10px;
	}

.dining-right-availability .available-hours-from-to{
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	margin-right:10px;	
	font-family: 'Camphor Std';
}

.dining-right-availability{
	/*background:#D9D9D6;*/
	padding:0px;
	border-radius:0px;
	/*position:absolute;
	bottom:0;
	left:0;*/
	width:95%;
	font-family: 'Camphor Std';

	}

.dining-right-information {
    display: table;
    border-spacing: 10px 5px;
	height:130px;
}
h2 {
    width: 95%;
    margin: 0px auto 0 auto;
    font-size: 16px;
}
#dining-details .dining-right-information .dining-right-col1 {
    display: table-cell;
    vertical-align: top;
    width: 100px;
	text-align:center;
}
#dining-details .dining-right-col1 img {
    width: auto;
    height: 110px;
    border-radius: 10px;
}
#dining-details .dining-right-col1 .dining-right-quantity {
    position: absolute;
    left: 22px;
    width: 160px;
    height: 110px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 46px;
    line-height: 110px;
    text-align: center;
    border-radius: 10px;
display: none !important;
}
#dining-details .dining-right-information .dining-right-col2 {
    display: table-cell;
    vertical-align: middle;
    width: 440px;
	position:relative;
}
.dining-right-name{
    font-family: 'Amasis MT Pro';
	font-size:16px;}

.dining-right-description{
	font-weight:normal;
	font-size:14px;
	font-family: 'Camphor Std';
}
#dining-right-prices {
    display: none;
    height: 60px;
}
#dining-right-price {
    width: 560px;
	margin: 0px 12px;
    display: table;
    border-spacing: 5px 10px;
    background: #D9D9D6;
    border-radius: 5px;
	font-family: 'Camphor Std';

}
#dining-right-quantity {
    display: table-cell;
    vertical-align: middle;
}
#dining-right-item-price {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
#dining-right-quantity button.minus {
    width: 30px;
    height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    color: #fff;
    border: none;
    line-height: 40px;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background: #2C0B3D url(../images/dining-arrow-leftt.png) no-repeat center center;
	text-indent:-999999px;
	background-size:90%;
}
#dining-right-quantity button.plus {
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 5px;
    width: 30px;
    height: 40px;
    border: none;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    background: #2C0B3D url(../images/dining-arrow-right.png) no-repeat center center;
	text-indent:-999999px;
	background-size:90%;
}
#dining-right-quantity input.qty {
    background: #fff;
    height: 40px;
    font-size: 24px;
    border: none;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
/*border-bottom: 1px solid #2C0B3D;
    border-top: 1px solid #2C0B3D;*/
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
	font-family: 'Camphor Std';

}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#dining-addons{
	    background: url(../images/addons-arrows.png) no-repeat bottom right;
	width:570px;
	height:115px;
}
#addons {
    width: 545px;
    height: 90px;
    overflow-y: auto;
    margin: 0px auto 10px 15px;
   /* background: url(../images/addons-arrows.png) no-repeat top right;*/
   /* background-size: contain !important;*/
	padding-right:5px;
}
.addon-item:first-child {
    margin-top: 0;
}
.addon-item {
    display: table;
    width: 95%;
    background: #D9D9D6;
    margin-top: 7px;
    border-radius: 5px;
	table-layout:fixed;
padding-right: 10px;
}
.addon-quantity {
    display: table-cell;
    vertical-align: middle;
	width:13%;
	
}
.addon-name {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
	width:70%;
	overflow:hidden;
	text-overflow:ellipsis;
white-space: nowrap;
	font-family: 'Camphor Std';
}
.addon-price {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
	font-family: 'Camphor Std';

}
.addon-quantity button.minus {
    width: 20px;
    height: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    color: #fff;
    border: none;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: #2C0B3D url(../images/dining-arrow-leftt.png) no-repeat center center;
	text-indent:-999999px;
	background-size:90%;

}
.addon-quantity button.plus {
    color: #fff;
    /*border-top-left-radius:0px;
	border-top-right-radius:5px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:5px;*/
    width: 20px;
    height: 25px;
    border: none;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    background: #2C0B3D url(../images/dining-arrow-right.png) no-repeat center center;
	text-indent:-999999px;
	background-size:90%;
}
.addon-quantity input.qty {
    background: #fff;
    height: 25px;
    font-size: 14px;
    border: none;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
/*border-bottom: 1px solid #2C0B3D;
    border-top: 1px solid #2C0B3D;*/
	font-family: 'Camphor Std';

}
#dining-suggestions{
	    background: url(../images/pairings-arrows.png) no-repeat bottom right;
	width:570px;
}
#suggestions {
    width: 545px;
    height: 195px;
    margin: 0px auto 10px 15px;
    overflow-y: auto;
	padding-right:5px;

}
.suggestion-item:first-child {
    margin-top: 0;
}

.suggestion-item {
    display: table;
    width: 95%;
    background: #D9D9D6;
    margin-top: 7px;
    border-radius: 5px;
	table-layout:fixed;
padding-right: 10px;
}
.suggestion-quantity {
    width: 69px;
    display: table-cell;
    vertical-align: middle;
	width:12%;
}
.suggestion-name {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
	width:50%;
	font-family: 'Camphor Std';

}
.suggestion-price {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
		font-family: 'Camphor Std';

}
.suggestion-quantity button.minus {
    width: 20px;
    height: 60px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    color: #fff;
    border: none;
    line-height: 20px;
    font-size: 18px;
    margin: 0;
    padding: 0;
    background: #2C0B3D url(../images/dining-arrow-leftt.png) no-repeat center center;
	text-indent:-999999px;
	background-size:90%;

}
.suggestion-quantity button.plus {
    color: #fff;
    /*border-top-left-radius:0px;
	border-top-right-radius:5px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:5px;*/
    width: 20px;
    height: 60px;
    border: none;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    background: #2C0B3D url(../images/dining-arrow-right.png) no-repeat center center;
	text-indent:-999999px;
	background-size:90%;
}
.suggestion-quantity input.qty {
    background: #fff;
    height: 60px;
    font-size: 18px;
    border: none;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
	/*border-bottom: 1px solid #2C0B3D;
    border-top: 1px solid #2C0B3D;*/
	font-family: 'Camphor Std';

}

.suggestion-item-image {
    width: 60px;
    height: 60px;
	text-align:center;
    display: table-cell;
    vertical-align: middle;
}
.suggestion-item-image img {
    width: auto;
    height: 90%;
background: #fff;
  border-radius: 5px;
}

/*
.addon-item-image {
    width: 70px;
    height: 60px;
}
.addon-item-image img {
    width: auto;
    height: 100%;
}
*/

input[type="number"] {
    -moz-appearance: textfield;
}
#dining-right-buttons {
position: absolute;
  margin: 10px auto;
  width: 555px;
  top: 517px;
  left: 13px;
  height: 36px;
  
}
#continue-ordering {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    float: left;
    display: block;
    background: #D9D9D6;
    color: #2C0B3D;
    border: none;
    border-radius: 5px;
    padding: 10px 0;
    font-family: 'Amasis MT Pro';
	text-transform:uppercase;
	font-size:15px;

}
#checkout-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    float: right;
    display: block;
    background: #D9D9D6;
    color: #2C0B3D;
    border: none;
    border-radius: 5px;
    padding: 10px 0;
    font-family: 'Amasis MT Pro';
	text-transform:uppercase;
	font-size:16px;
}

#dining-quick-guide {
    position: absolute;
    left: 721px;
    top: 570px;
    width: 560px;
    height: 140px;
    margin: 5px auto;
}
#dining-quick-guide h1 {
    width: 100%;
    margin: 0;
    font-size: 20px;
	font-weight:bold;
    color: #2C0B3D;
    font-family: 'Amasis MT Pro';

}
#dining-quick-guide p {
    width: 100%;
    margin: 0;
    padding: 0px 0;
    font-size: 12px;
	line-height:1.3em;
    color: #2C0B3D;
    font-family: 'Amasis MT Pro';


}
#dining-quick-guide p img{
	width:12px;
	height:auto;
border: 1px solid #E85D42;
  border-radius: 10px;
  /*background: #D9D9D6;*/
	margin-top:2px;
	
}
#dining-quick-guide p span.arrow-down{
	transform: rotate(90deg);
  display: inline-block;
  font-stretch: 200%;
	font-weight: bold;
	color: #E85D42;
border: 1px solid #E85D42;
  border-radius: 20px;
  padding: 0 4px;
}
#dining-quick-guide p span.arrow-up{
	transform: rotate(-90deg);
  display: inline-block;
  font-stretch: 200%;
	font-weight: bold;
	color: #E85D42;
border: 1px solid #E85D42;
  border-radius: 20px;
  padding: 0 4px;
}
#dining-quick-guide p span.arrow-left{
	transform: rotate(180deg);
  display: inline-block;
  font-stretch: 200%;
	font-weight: bold;
	color: #E85D42;
border: 1px solid #E85D42;
  border-radius: 20px;
  padding: 0 4px;
}
#dining-quick-guide p span.arrow-right{
  display: inline-block;
  font-stretch: 200%;
	font-weight: bold;
	color: #E85D42;
border: 1px solid #E85D42;
  border-radius: 20px;
  padding: 0 4px;}

#no-availability {
    height: 235px;
    padding-top: 150px;
    width: 96%;
    margin: 0 auto;
    background: #D9D9D6;
    border-radius: 0px;
    display: none;
}
#no-availability p {
    text-align: center;
	font-family: 'Camphor Std';

}
#checkout-page {
    display: none;
    height: 500px;
    width: 96%;
    margin: 0px auto 0 auto;
    background: #fff;
    border-radius: 0px;
}
#checkout-title {
    text-align: center;
    font-size: 24px;
    font-family: 'Amasis MT Pro';    

}
#checkout-description { 
    text-align: center;
    font-size: 14px;
	font-family: 'Camphor Std';

}
#checkout-list-items {
    margin: 5px auto;
    height:436px;
    overflow-y: auto;
}
.checkout-item {
    display: table;
    border-spacing: 5px;
    width: 95%;
    margin: 0 auto;
	table-layout:fixed;
	border-bottom:1px solid #D9D9D6;
	font-family: 'Camphor Std';

}
.checkout-quantity {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
}
.checkout-item-name {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
	width:330px;
}
.ckeckout-item-price {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
.checkout-quantity button.minus {
    width: 20px;
    height: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    color: #fff;
    border: none;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: #2C0B3D url(../images/dining-arrow-leftt.png) no-repeat center center;
	text-indent:-999999px;
	background-size:90%;
}
.checkout-quantity button.plus {
    background: #a2a0a0;
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 5px;
    width: 20px;
    height: 25px;
    border: none;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    background: #2C0B3D url(../images/dining-arrow-right.png) no-repeat center center;
	text-indent:-999999px;
	background-size:90%;
}
.checkout-quantity input.qty {
    background: #fff;
    height: 25px;
    font-size: 14px;
    border: none;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
/*border-bottom: 1px solid #2C0B3D;
    border-top: 1px solid #2C0B3D;*/
}

#temp-total {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 177px;
   /* height: 35px;
    line-height: 35px;*/
padding: 10px 0;
font-weight:bold;
color:#2C0B3D;
	font-family: 'Camphor Std';

}
#temp-total div,
#temp-total label {
    display: inline-block;
	font-family: 'Camphor Std';

}

#checkout-total {
position: absolute;
  top: 537px;
    width: 200px;
  height: 36px;
  text-align: center;
    left: 190px;
 font-weight:bold;
color:#2C0B3D;
	font-family: 'Camphor Std';


}
#checkout-total div,
#checkout-total label {
    display: inline;
}
sup{
font-weight: bold;
  margin-bottom: -18px;
  font-size: 10px;
  display: inline-block;}
  
  
 #dining-addons #addons ::-webkit-scrollbar-track,
#dining-addons #addons ::-webkit-scrollbar-thumb,
#dining-suggestions #suggestions ::-webkit-scrollbar-track,
#dining-suggestions #suggestions ::-webkit-scrollbar-thumb,
#dining-addons #addons ::-webkit-scrollbar,
#dining-suggestions #suggestions ::-webkit-scrollbar{
	display:none!important;
	}