@CHARSET "ISO-8859-1";
/*========================= Fonts Integration ====================== */

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('fonts/PTN57F-webfont.eot');
    src: url('fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/PTN57F-webfont.woff') format('woff'),
        url('fonts/PTN57F-webfont.ttf') format('truetype'),
        url('fonts/PTN57F-webfont.svg#pt_sans_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('fonts/PTN77F-webfont.eot');
    src: url('fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/PTN77F-webfont.woff') format('woff'),
        url('fonts/PTN77F-webfont.ttf') format('truetype'),
        url('fonts/PTN77F-webfont.svg#pt_sans_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansItalic';
    src: url('fonts/PTS56F-webfont.eot');
    src: url('fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS56F-webfont.woff') format('woff'),
         url('fonts/PTS56F-webfont.ttf') format('truetype'),
         url('fonts/PTS56F-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/PTS75F-webfont.eot');
    src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS75F-webfont.woff') format('woff'),
         url('fonts/PTS75F-webfont.ttf') format('truetype'),
         url('fonts/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*END FONT INTEGRATION*/

:root {
  --regular-font-family 		: 'PTSansRegular', sans-serif;
  --narrow-regular-font-family 	: 'PTSansNarrowRegular', sans-serif;
  --bold-font-family 			: 'PTSansBold', sans-serif;
  --narrow-bold-font-family 	: 'PTSansNarrowBold', sans-serif;
  --italic-font-family 			: 'PTSansItalic', sans-serif;
}



/* Scroll Bar Custom Styles */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background:#EDEDED;
    border: 0;
    box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.75) inset;
}
::-webkit-scrollbar-thumb {
    background:#C1272D;
    border: 0;
}
/* End Scroll Bar Custom Styles*/


::-moz-selection, ::selection {
    color: #FFFFFF;
    background: #C1272D;
}


/* Borders */
.bt {border-top: 1px solid #EEEEEE;}
.br {border-right: 1px solid #EEEEEE;}
.bb {border-bottom: 1px solid #EEEEEE;}
.bl {border-left: 1px solid #EEEEEE;}


/* Common CSS */
.vAlignMiddle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
}

.hide, .Hide, .hidden, .Hidden { display:none; }
.center { text-align: center; }
.right { text-align:right;}
a { color:#C1272D; }
a:hover { color:#000000;  text-decoration:none; }
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}
.font0 {font-size: 0px;}
.fontReset { font-size: 10px; }
a, button, input[submit] {
	-webkit-transition: all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mandatory { color:#C1272D; }
.height100 { height:100%; }
/* ================ Custom ================== */

form {
	width:100%;
	height:100%;
}
html, body {
	width:100%;
    height: 100%;
	overflow:hidden;
	font-size:10px;
	line-height:1.2;
	font-family: var(--regular-font-family);
	color: #353535;
    background: #FFFFFF;
}
#wrapper {
	width:100%;
	height:100%;
	overflow:hidden;
    position: relative;
}
h1, h3, .h3, h2 {
	font-family: var(--regular-font-family);
}

h1,.h1 { font-size:3.6em }
h2,.h2 { font-size:3em }
h3,.h3 { font-size:2.5em }
h4,.h4 { font-size:2em }
h5,.h5 { font-size:1.8em }
h6,.h6 { font-size:1.6em }
.small, small {
    font-size: 80%;
}

.pageContent {
	height:100%;
	height:calc(100% - 60px);
	overflow:auto;
	position: relative;
}
.pageContent.withFooter {
	height:calc(100% - 90px);
}
#mainWrapper {
	height:100%;
	background:#FFFFFF;
}
#header {
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
    margin: 0;
    z-index: 100;
    background: #FFFFFF;
    height:60px;
}
.gngLogo {
	color:#C1272D;
    /* font: 3.6em/1 'robotolight', serif; */
    font-size:3.6em;
	line-height:1;
	font-family: var(--narrow-regular-font-family);
    margin: 0;
    padding: 0;
    padding-top: 10px;
    /* padding-bottom: 10px; */
    line-height: 40px;
    height: 50px;
    overflow: hidden;
    cursor:pointer;
}

#content {
	margin:0 5px;
	margin-top:8px;
}
.rBox {
	background-color: #EDEDED;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #444;
	/* font: 1.6em  'robotomedium', serif; */
	font-size:1.6em;
	font-family: var(--bold-font-family);
	text-align: center;
	height:100%; 
	width:100%;
}

.rBox.selected {
	color: #FFFFFF;
    background: #C1272D;
}
.rBox.selected:hover {
    background: #444444;
}

.categoryBox {
	height: 100px;
    margin-bottom: 10px;
    padding: 6px;
}
.categoryBox button, .menuItem button, .timeBox button {
	border:0;
	background:transparent;
	width:100%;
	height:100%;
	padding:0px;
	margin:0;
}
.categoryBox button {
	word-wrap: break-word;
    word-break: break-word;
}
.error, .red { color: #C1272D !important;}
.primaryTxt {
    color: #C1272D;
}
.redBg {
	color: #FFFFFF !important;
    background: #C1272D !important;
}
.redBg:hover {
    background: #444444 !important;
}

.contentEmptyMessage {
	font-size:2em;
	text-align:center;
}
.form-control {
	background-color: #fff;
	border: 1px solid #ccc;
	height:40px;
	font-size:1.3em;
	color:#000;
}
.timeBox {
	height: 100px;
    margin-bottom: 10px;
    padding: 6px;
}

.timeBox:hover .rBox, .categoryBox:hover .rBox {
	background-color: #C1272D;
	color: #FFFFFF;
}
.welcomeTitleRow {
	
}
.welcomeMsg {
	/* font: 2.2em  'robotoregular', serif; */
	font-size:2.2em;
}
.pageMainMsg {
	/* font-family: 'robotolight', serif; */	
	font-family: var(--regular-font-family);
}
.voidedMsg {
	color : #C1272D;
	line-height: 1.3;
}
.pickupMsg {
	font-size:1.5em;
	color:#666666;
}
.seeYouMsg {
	/* font: 2.8em  'robotolight', serif; */
	font-size:2.8em;
	font-family: var(--regular-font-family);
    color: #666666;
    text-transform: uppercase;
}
.companyName {
    color: #C1272D;
    text-transform: uppercase;
    /* font: 3.2em  'robotolight', serif; */
    font-size:3.2em;
    margin-top: 10px;
}
.welcomeSubTitle {
	/* font: 1.8em  'robotoregular', serif; */
	font-size:1.8em;
	font-family: var(--regular-font-family);
    text-transform: uppercase;
    color: #666666;
}
.topTitle, .recentLinkRow {
	margin-bottom:6px;
	/* padding:0; */
}
.topTitle h3{
	
}
.bottomMsg {
	color:#666666;
	font-size:1.4em;
}
.recentLinkRow {
	text-align:right;
	padding-top:8px;
}
.clubLogo {
	height: 50px;
    margin-top: 5px;
    overflow: hidden;
}
.clubLogo a{
	height: 100%;
    display: block;
    cursor: pointer;
}
.clubLogo #logo {
	width:100%;
	height:100%;
}
.clubLogo img {
	max-height: 100%;
	width:auto;
	height:100%;
}
#header .leftCol, #header .rightCol {
	float:left;
	width: 200px;
	height:60px;
}
#header .centerCol {
	float:left;
	height:60px;
	width: calc( 100% - 400px);
}
.headerIcon {
    position: relative;
    float: left;
    text-align: center;
    line-height: 1;
    width: 50px;
    height: 100%;
    border-left: 1px solid;
    border-right: 0px solid;
    border-color: #eee;
}
#header .rightCol .headerIcon {
	float: right;
}
#header .centerCol .headerIcon {
	border-left-width: 0;
}
#header .leftCol .headerIcon:last-child, #header .rightCol .headerIcon:first-child {
	border-right-width: 1px;
}
.homeIcon {
	float:none;
	width:100%;
}
.headerIcon button, .headerIcon a {
	position: relative;
    font-size: 2.6em;
    color: #C1272D;
    padding:0;
    width: 100%;
    height: 100%;
    background:transparent;
    border:0;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    
}
.cartIcon button {
	font-size: 32px;
}
.menuIcon ul {
	width: auto;
    min-width: 100px;
    padding: 0;
    margin: 0;
    font-size: 1.4em;
}
.menuIcon ul a {
	font-size: 1em;
    width: 100%;
    padding: 8px;
    color:#FFFFFF;
}
.menuIcon ul a:hover {
	background: #EDEDED;
    color:#444444;
}
.dropdownMenu {
	right: 0;
    left: inherit;
    border-radius: 0;
    background: #C1272D;
    border:0;
}
#cartQuantity {
    font-weight: 600;
    position: absolute;
    bottom: 17px;
    right: 0;
    color: #FFFFFF;
    width: 100%;
    min-width: 26px;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    font-size: 12.5px;
    line-height: 1;
    font-family: Tahoma, Arial, verdana;
    left: 0;
    width: 26px;
    margin: 0 auto;
    background: #C1272D;
}

.headerIcon a:hover  {
	color: #444;
}
.cartIcon a:hover #cartQuantity {
	background:#444;
}



.btn-red {
	border: 1px solid #C1272D;
	background: #C1272D;
	color:#FFFFFF;
	padding:18px 25px;
	font-size:1.8em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
a.btn-red:hover {
	background:#333;
	color:#FFFFFF;
}

.thumbnail {
    line-height: 1.42857;
    background-color: #f9f9f9;
    border: 1px solid #ffffff;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius:4px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 0px !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/* Menu Items List  */
.menuItem {
	height:auto;
    margin-bottom: 10px;
    font-size: 1.4em;
 	cursor: pointer;
}
.menuItem .miBox {
	background-color: #EDEDED;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #444;
	/* font-family: 'robotomedium', sans-serif; */
	font-family: var(--bold-font-family);
	/* height:100%; */
	width:100%;
	padding-top: 6px;
    padding-bottom: 6px;
    margin: 0 auto;
}
.menuItem  .miTitle, .menuItem .miPrice {
	/* font-family: 'robotomedium', sans-serif; */
	font-family: var(--bold-font-family);
	color:#111;
	min-height:16px;
	font-size: 1.2em;
}
.menuItem  .miPrice {
	text-align:right;
}
.menuItem .miPrice.discountedtrue .original {
	text-decoration: line-through;
	font-size: small;
	opacity: 0.9;
}
.menuItem:hover .miPrice,
.menuItem:hover .miTitle { 
	color: #C1272D;
}
.menuItem  .miDesc {
    font-weight: normal;
    color: #555;
    margin-top: 5px;
    /* font-family: 'robotoregular', sans-serif; */
	font-family: var(--regular-font-family);
}
.menuItem  .miExpand {
    margin-top: 10px;
	padding: 0 5px;
}
.menuItem .miExpandLink {
	color:#AAAAAA;
	padding-right:5px;
}
.menuItem button {
	text-align:left;
}

/* Single Menu Item  */
.singleMenuItem {
	min-height: 0;	
}
.singleMenuItem  .miTitle, .singleMenuItem .miPrice {
	font-size: 1.6em;
}
.singleMenuItem  .miPrice {
	text-align:right;
}
.singleMenuItem  .miDesc {
    
}
.menuItemImage {
	width: 100%;
    border: 4px solid #EDEDED;
}

/* Default (Grid) View */
.menuItemsList.gridView .menuItem .miContainer {
    background-color: #EDEDED;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #444;
    /* font-family: 'robotomedium', sans-serif; */
	font-family: var(--bold-font-family);
    height: 100%; 
    width: 100%;
    margin: 0 auto;
    padding: 6px 10px;
}
.menuItemsList .menuItem .miImgContainer {
	width: 125px;
    height: 80px;
    margin-left: 0;
}
.menuItemsList .menuItem.withImg-true .miLeftCol {
	width: 130px;
}
.menuItemsList .menuItem.withImg-true .miRightCol {
	width: calc(100% - 130px);
}
.menuItemsList .menuItem.withImg-false .miRightCol {
	width: 100%;
}
.menuItemsList .menuItem.withImg-true .miImgContainer img {
	min-width: 100%;
    border: 0;
    height: auto;
}
.menuItem.withImg-true .miRightCol, .menuItem.withImg-true .miLeftCol {
	float:left
}
.menuItemsList.gridView .menuItem .miTitle, .menuItemsList.gridView .menuItem .miPrice  {
	text-align: left;
	padding-bottom: 3px;
}
.menuItemsList.gridView .menuItem.withDesc-true .miDescContainer.all {
	display :none;
}
.menuItemsList.gridView .menuItem .miTitlePrice {
	padding-left: 5px;
}

/* List View */

.menuItemsList.listView {
	
}
.menuItemsList.listView .menuItem {
	
}
.menuItemsList.listView .menuItem .miContainer {
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}
.menuItemsList.listView .menuItem .miImgContainer {
	width: 140px;
    height: 90px;
    margin-left: 0;
}
.menuItemsList.listView .menuItem.withImg-true .miLeftCol {
	width: 150px;
}
.menuItemsList.listView .menuItem.withImg-true .miRightCol {
	width: calc(100% - 150px);
}
.menuItemsList.listView .menuItem .miTitlePrice
, .menuItemsList.gridView .menuItem.withImg-false .miTitlePrice   {
	display: table;
	width:100%;
}
.menuItemsList.listView .menuItem .miTitle
, .menuItemsList.listView .menuItem .miPrice
, .menuItemsList.gridView .menuItem.withImg-false .miTitle 
, .menuItemsList.gridView .menuItem.withImg-false .miPrice  {
	display: table-cell;
}

.menuItemsList.listView .menuItem .miPrice
, .menuItemsList.gridView .menuItem.withImg-false .miPrice  {
	text-align: right;
}

.menuItemsList.listView .menuItem.withDesc-true .miDescContainer.all {
	display :block;
}
.menuItemsList.listView .menuItem.withDesc-true .miDescContainer.trimmed {
	display :none;
}
.menuItemsList.listView .menuItem.withDesc-false .miDescContainer {
	
}
.menuItemsList.gridView .menuItem.withDesc-true.withImg-true .miContainer {
	min-height:120px;
}
.menuItemsList.gridView .menuItem.withImg-false .miContainer {
	padding: 15px 10px;
	margin-bottom: 10px;
}
.menuItemsList.gridView .menuItem.withImg-false {
	margin-bottom: 15px;
}
.menuItemsList.gridView .menuItem.withImg-false.withDesc-true {
	min-height: 90px;
}


/* Modifiers List Styles  */
.modifiers {
	/* padding:0; */
}
.modifierGroupItem {
    margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	width:100%;
	height:auto;
	border: 1px solid  #EDEDED;
}
.modifierGroupHeader {
	height:35px;
}
.modifierGroupBtn {
	height: 35px;
    padding: 6px;
    background-color: #EDEDED;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.4em;
	color: #444;
	/* font-family: 'robotomedium', sans-serif; */
	font-family: var(--bold-font-family);
	text-align: center;
	width:100%;
	border:0;
}
.modifierGroupBtn.required {
	background:#C1272D;
}
.modifierGroupBtn .left { float:left; }
.modifierGroupBtn .right { float:right; }
.modifierGroupBtn:active {
	background-color: #C1272D;
	color:#FFFFFF;
}
.miImgContainer { 
	padding-top:0px;
	padding-bottom: 8px;
}
.miDetailsContainer { 
	padding-top:0px;
}
.modifierItemsList {
	padding:10px;
	max-height: 250px;
    overflow: auto;
    margin-right: 0px;
    padding-right: 0px;
}
.singleModifier {
	margin-top: 5px;
    margin-bottom: 5px;
}
.modGroupLimit { 
	font-size: 0.9em;
    color: #666666;
    /* font-family: 'robotoregular', sans-serif; */
	font-family: var(--regular-font-family);
}
.modifierGroupBtn:active .modGroupLimit, .modifierGroupBtn.required .modGroupLimit, .modifierGroupBtn.required .modifierName {
	color:#FFFFFF;
}

.modifierGroupItem .rBox {
	text-align:left;
	padding: 0 8px;
}
.gngBtnContainer { 
	/* padding:0 3px; */ 
}

.gngBtn {
	min-height: 40px;
	text-decoration: none;
	height: 100%;
	width:100%;
	text-align:center;
    padding: 5px 8px;
    color: #FFFFFF;
    background: #C1272D;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.6em;
	font-weight:normal;
	border:0;
	/* font-family: 'robotoregular', serif; */
	font-family: var(--regular-font-family);
	line-height:1;
}
.gngLinkBtn {
	width: 100%;
    display: block;
}
.gngBtn .left { float:left; }
.gngBtn .right { float:right; }
.gngBtn:hover { background:#444; }
.gngLinkBtn:hover { color:#FFF; }

.gngBtn.success { 
	background:#8CC63F;
}
.gngBtn.success:hover { background:#7EB13B }

label {
	color: #989898;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    margin-top: 2px;
}
.gngLoginInput, .gngLoginBtn {
	height:50px;
	min-height: 50px;
	text-decoration: none;
    padding: 5px 8px;
	font-size: 18px;
	line-height: 18px;
	font-weight:normal;
	/* font-family: 'robotolight', serif; */
	font-family: var(--regular-font-family);
	line-height:1;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.transparentBtn {
	width: auto;
    background: transparent;
    border: 0;
    font-size: 1.6em;
    font-weight: normal;
    font-family: var(--bold-font-family);
    color: #353535;
}
.saveBtnContainer .transparentBtn {
	font-size: 1.2em;
}
.transparentBtn.selected {
	color: #C1272D;
}

.orContainer {
	font-size: 10px;
    text-align: center;
}

.fieldContainer {
	width:100%;
	margin-bottom:16px;
}
.fieldContainer .gngLoginInput, .fieldContainer .gngLoginBtn {
	width:100%;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.tipContainer {
	 font-size: 1.4em;
}
.tipLabel {height:35px;}
.tipInputGroup {
	width: 120px;
    float: right;
}
.tipInput {
	width: 80px;
    height: 35px;
    background: #FFFFFF;
	border:1px solid #AAAAAA;
    border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    padding: 2px;
    text-align: center;
    font-size: 1em;
    line-height: 35px;
    display:inline-block;
    color: #444;
    z-index: inherit !important;
}
.gngLoginInput {
	width:80%;
	text-align:left;
	float:left;
    background: #FFFFFF;
	border:1px solid #AAAAAA;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.gngLoginBtn {
	width:20%;
	text-decoration: none;
	text-align:center;
    color: #FFFFFF;
    background: #8CC63F;
	border:1px solid #8CC63F;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.gngLoginBtn:hover {
	 background: #666666;
	 border:1px solid #666666;
}
.gngCommentInput {
	width:100%;
    height: 100px;
    background: #F9F9F9;
    border: 1px solid #CCC;
    box-shadow: none;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    line-height: 1;
    font-size: 1.4em;
    padding:10px;
    color:#444;
}
.gngCommentInput:focus {
	border-color:#AAAAAA;
}
.gngBackBtn { background:#AAAAAA; }
.gngBackBtn:hover { background:#000000; }
.shippingBtnsContainer { margin-top:100px;}
.gngShippingBtn {
	font-size: 2.4em;
    height: 100px;
    line-height: 1;
    text-transform : capitalize;
}
.gngConfirmBtn {
	font-size: 2em;
    height: 60px;
}
.gngShippingBtn span.icon {
	font-size: 1.2em;
	padding-right: 8px;
}
.gngCheckoutBtn { 
	background:#8CC63F;
	font-size: 2.0em;
	height:45px;
	line-height:1;
}
.gngCheckoutBtn span.icon {
	font-size: 1.2em;
	padding-right: 8px;
}

.gngCheckoutBtn:hover { background:#7EB13B; }

.gngGreenBtn { 
	background:#8CC63F;
	font-size:1.8em;
}
.gngGreenBtn:hover { background:#7EB13B }
.gngBtnLg {
	font-size: 2.4em;
	min-height:50px;
	/* font-family:'robotolight', serif; */
	font-family: var(--regular-font-family);
    padding: 10px 12px;
}
.modifierBtn {
    min-height: 30px;
    background: #9E9E9E;
    color: #FFFFFF;
    font-size:1.4em;
    border: 1px solid #9E9E9E;
}
.modifierBtn:hover {
	background: #888888;
	border-color: #888888;
}
.modifierBtn:active, .modifierBtn.active {
	background: #E3F5CB;
    color: #416315;
    border-color: #BFD0A9;
}
.modIcon {
	width:25px;
}

.ui-dialog {
	padding:0;
	border:0px solid #ccc;
	-webkit-box-shadow: 0px 4px 10px 4px #444;;
    -moz-box-shadow: 0px 4px 10px 4px #444;;
    box-shadow: 0px 4px 10px 4px #444;;
    font-size:1.3em;
}
.ui-widget-overlay {
    /* background: #D6D6D6;
    opacity: .15;
    filter: Alpha(Opacity=15); */
}
.ui-dialog .ui-dialog-titlebar {
    background: #C1272D;
    /* font-family: 'robotomedium', serif; */
	font-family: var(--bold-font-family);
    color: #FFFFFF;
	border: 0;
    font-size: 1.2em;
    font-weight: normal;
}
.ui-dialog .ui-dialog-titlebar-close {
        float: right;
    background: transparent;
    position: relative;
    right: -15px;
    top: -4px;
    margin: 0;
    font-size: 1.2em !important;
    padding: 0 !important;
    border: 0;
    text-indent: initial;
    color: #FFF;
    width: 30px;
    height: 20px;
}
.ui-dialog .ui-button span.ui-icon-closethick {
    background: transparent;
    display:none;
}
.ui-dialog .ui-dialog-titlebar-close:after {
    position: absolute;
    top: 3px;
    right: 8px;
    font-family: "FontAwesome";
    content: "\f00d";
}
.ui-dialog .ui-dialog-title {
	width: calc(100% - 35px);
}
.ui-dialog .ui-dialog-titlebar button {
	width: 30px;
    height: 25px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #c1272d;
    background: #c1272d;
    color: #FFFFFF;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #c1272d;
    background: #c1272d;
    color:#FFFFFF;
}
.ui-keyboard-preview {
	width:100%;
	height:40px;
	border-radius:5px;
	float: none;
}
.ui-keyboard-preview.decimalKeyboard , .ui-keyboard-preview.numberKeyboard  {
	width:15%;
}
.gngCancelBtn {
	border: 1px solid #555 !important;
    background: #555 !important;
    color:#FFFFFF !important;
   	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.gngYesBtn {
   	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    text-align: center;
}
#toast-container>div {
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    font-size: 1.6em;
    opacity:0.9;
}
#toast-container>div:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.toast-error {
    background-color: #c1272d;
}
.errorDetailDiv {
	margin-top: 8px;
    font-size: 0.8em;
    border: 1px dotted rgba(255,255,255,0.5);
    padding: 2px 5px;
    font-style: italic;
    opacity: 0.8;
    display: block;
    cursor: pointer;
}
.errorDetailDiv .text {
	padding-left: 5px;
}
.errorDetailDiv:hover {
	text-decoration: underline;
    opacity: 1;
}
.toast-close-button {
    right: -.3em;
    top: -0.4em;
    font-size: 24px;
    font-family: Times New Roman;
}
.datepicker {
    background: #fff !important;
    border: 1px solid #dbdbdb !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.15) !important;
    font-family: var(--regular-font-family);
    font-size: 16px !important;
    color: #000 !important;
}
.datepicker--day-name {
    color: #c1272d !important;
}
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff !important;
    background: #c1272d !important;
}
.datepicker-inline .datepicker {
	font-size: 16px !important;
	box-shadow: 0 4px 10px rgba(0,0,0,.05) !important;
	width:100%;
	border-radius:0;
}
.datepicker--nav-action path {
    stroke: #c1272d !important;
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: inherit !important;
    opacity: 0.5 !important;
}
.datepicker--cell.-disabled- {
    color: inherit !important;
    opacity: 0.2 !important;
}

.popup {
	display:none;
	background:#FFFFFF;
	border:1px solid #EEEEEE;
	height:160px;
	width:280px;
	margin:0 auto;
}
.popupContent {
	font-size:1.4em;
	color:#444;
    font-weight: normal;
    /* font-family: 'robotoregular', serif; */
    font-family: var(--regular-font-family);
}
.popupIcon {
	padding-right:5px;
}
.WarningIcon {
	color: #c1272d;
}
.quantityTitle {
	font-size: 1.8em;
    border-bottom: 1px solid;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.pageTitleRow {
    margin-bottom: 10px;
    text-align: left;
    /* padding: 0; */
    color: #C1272D;
}
.pageTitle {
	padding: 0;
    margin: 0;
    text-align: left;
    font-size: 2.0em;
}

.pageCaption, .welcomeMessage {
	margin-bottom: 10px;
    text-align: left;
    /* padding: 0; */
    color: #666666;
}
.welcomeMessage {
	color: #C1272D;
    font-size: 1.3em;
}
.pageCaption h3, .welcomeMessage h3 {
	padding: 0;
    margin: 0;
    font-size: 2.2em;
}
.pageCaption h3 {
    text-align: right;
}
/* Order Menu Item  */
.orderMenuItem {
	min-height: 125px;
	height:50px;
    margin-bottom: 10px;
}
.orderMenuItem .miBox {
    padding: 6px;
}
.orderMenuItem  .miTitle, .orderMenuItem .miPrice {
	padding: 0 5px;
}
.orderMenuItem  .miPrice {
	text-align:right;
	height: 25px;
    line-height: 25px;
}
.orderMenuItem  .miDesc {
   
}
.miDescModifers {
	margin: 0;
    list-style-type: circle;
    margin-left: 15px;
}

.qtyInputContainer {
	
}
.qtyInput {
	background:#FFF;
	border-color:#CCC;
	color:#000;
    height: 35px;
    width:100%;
    font-size:1em;
    text-align: center;
    padding: 0 2px;
    z-index: 0 !important;
}
.qtyInput[disabled], .qtyInput[readonly] {
    background-color: #FFF;
    opacity: 1;
}
.qtyInputContainer .qtyBtnCol {
	padding: 0;
    border: 0;
    background-color: transparent !important;
}
.qtyInputContainer .labelCol {
	margin: 0;
    padding: 0 5px;
    font-size: 1em;
    background: #FFF;
    border-color: #CCC;
    color: #000;
    text-align: center;
    line-height: 1.42857143;
	border-right: 0;
}
.qtyInputContainer .qtyBtn {
	width: 30px;
    height: 35px;
    text-align: center;
    background: #C1272D;
    color: #FFF;
}
.qtyInputContainer .qtyBtn.subtract {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.qtyInputContainer .qtyBtn.add {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #8CC63F;
}
.qtyInputContainer button.qtyBtn[disabled] {
	cursor: not-allowed;
    opacity: 0.5;
}
.qtyLimits {
	font-size: 0.9em;
    opacity: 0.8;
	font-family: var(--regular-font-family);
	text-align: center;
}
.qtyInputContainer.labelOnly {
	/* border-radius:4px; */
}

.orderMenuItem .qtyInput {
	
}
.singleMenuItem .qtyInput {
	
}
.singleMenuItem .qtyRow {
	margin-top:10px;
}
.singleMenuItem .qtyLabelCol {
	float:left;
	width: calc( 100% - 150px );
	font-family: var(--bold-font-family);
	padding-top: 5px;
}
.singleMenuItem .qtyInputCol {
	width:150px;
	float:left;
}
.qtyInput .qtyBtnContainer {
	float:left;
	width:27px;
	height: 100%;
}
.qtyInput .qtyTitle {
	float:left;
	width: calc(100% - 54px);
	/* padding-top:2px; */
	font-size: 1.1em;
    /* height: 100%; */
    line-height: 1;
    text-align: center;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: inherit;
    font-family: var(--regular-font-family);
}
.singleMenuItem .qtyTitle {
	/* padding-top:5px; */
}
.qtyInput.labelOnly .qtyTitle {
	width:100%;
	border-left: 0;
    border-right: 0;
}
.qtyInput .qtyTitle .title {
	padding-right:5px;
}
.singleMenuItem .qtyInput.labelOnly .qtyTitle {
	text-align: right;
}
.singleMenuItem .qtyInput.labelOnly {
	border: 0;
}

.qtyInput .qtyBtn {
	background:transparent;
	color:#666666;
    height: 100%;
    width:auto;
    font-size:1.2em;
    text-align: center;
    padding:0 4px;
}
.qtyInput button.qtyBtn:enabled:active {
	color:#C1272D;
}
.qtyInput button.qtyBtn:disabled {
	opacity:0.5;
}

.miRemove {
	text-align: right;
    padding: 0;
    padding-left:5px;
}

.orderTotal {
	background-color: #EDEDED;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:10px 15px;
	font-size: 1.8em;
	color: #444444;
	/* font-family: 'robotomedium', sans-serif; */
	font-family: var(--bold-font-family);
	/* height:100%; */
}
.orderTotal .right {float:right;}

.subTotal {
	border-top: 1px solid #EDEDED;
	padding-top:6px;
	border-bottom: 1px solid #EDEDED;
	padding-bottom:6px;
	font-size: 1.4em;
	color: #444444;
	/* font-family: 'robotomedium', sans-serif; */
	font-family: var(--bold-font-family);
	/* height:100%; */
}
.subTotal .right {float:right;}

.paymentDiscount {
	font-size: 1.4em;
	/* font-family: 'robotomedium', sans-serif; */
	font-family: var(--bold-font-family);
	color: #444444;
}
.paymentDiscount .right {float:right;}

.otherCharges {
	padding-top:4px;
	font-size: 1.4em;
	color: #444;
	/* font-family: 'robotoregular', sans-serif; */
	font-family: var(--regular-font-family);
	/* height:100%; */
}
.otherCharges .right {float:right;}
.expandLink { 
	color:#444; 
	padding-left: 8px; 
}
.expandLink:active { color:#C1272D; }
.addonChargesDetails {
    padding-top: 6px;
    font-size: 0.85em;
    color: #666666;
    padding-left: 25px;
    list-style-type: circle;
}
.addonChargesDetails li {
	padding-bottom:2px;
}
a.miBtn { display:block; }

/* Confirm Order Menu Item  */
.confirmMenuItem {
    min-height: 0;
    height: auto;
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
    font-size: 1.4em;
}

.confirmMenuItem .miTitle, .confirmMenuItem .miPrice {
	font-size:1.0em;
	font-family: var(--bold-font-family);
}
.confirmMenuItem .miTitle .title {
	
}
.confirmMenuItem .miTitle .qty {
	font-family: Arial;
    font-size: 0.8em;
    display: inline-block;
    padding-left: 5px;
    opacity: 0.85;
}
.confirmMenuItem .miTitle .qty i {
    font-size: 0.8em;
    opacity: 0.8;
}
.confirmMenuItem  .miPrice {
	text-align:right;
	height: 25px;
    line-height: 25px;
}
.confirmMenuItem  .miDesc {
   margin-top:0;
}
.confirmMenuItem  .miBtn {
	background:transparent;
	border:1px solid #999999;
	color:#666666;
    height: 22px;
    width:auto;
    font-size:1.2em;
    text-align: center;
}
.confirmMenuItem button.miBtn:active, a.miBtn:hover {
	background:#C1272D;
	border:1px solid #C1272D;
	color:#FFFFFF;
}
.confirmMenuItem  .qtyTitle {
	font-size: 1.0em;
    height: 22px;
    line-height: 1.3;
    text-align: center;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}


/* Recent Order Menu Item  */
.recentOrder .Button {
    /* font: 500 1em/1 robotolight; */
    font-size:1em;
	line-height:1;
	font-family: var(--regular-font-family);
    text-align: center;
    background: #8CC63F;
    padding: 0;
    margin-top: -1px;
    height: 36px;
    margin-right: -1px;
    -webkit-border-radius: 4px;
	-moz-border-radiust: 4px;
	border-radius: 4px;
	
}
.recentOrder .Button .roBtn { 
	background: transparent !important;
    font-size: 1.6em;
    border: 0;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding:0;
}
.recentOrder .Button:hover { background:#7EB13B }

.orderItem {
	margin-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 5px;
}
.orderItem  .oiTitle, .orderItem .oiPrice {
    padding: 0 10px;
    /* font: normal 1.7em/1 'robotomedium', serif; */
    font-size:1.7em;
	line-height:1;
	font-family: var(--bold-font-family);
    height: 30px;
    line-height:30px;
    vertical-align: top;
}
.orderItem  .oiTitle{ cursor:pointer; }
.orderItem  .oiPrice {
	text-align:right;
}
.orderItem  .oiPrice.discountedtrue .original {
	text-decoration: line-through;
	font-size: small;
	opacity: 0.9;
}
.orderItem .oiDesc {
	font-size: 1.4em;
    color: #666;
}
.oiDescModifers {
	list-style-type: circle;
    padding-left: 40px;
}

.orderItem .oiComment {
    font-size: 1.4em;
    color: #666;
    padding-left: 40px;
}

.orderItem .Button {
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.orderItem .Button .oiBtn { 
	background: transparent !important;
    font-size: 2em;
    border: 0;
    color: #444;
    width: auto;
    height: 100%;
    padding:0;
    height: 30px;
    line-height: 30px;
}
.orderItem .Button:hover { color: #000; }
.orderItem .Button .oiBtn.active, .oiTitle.active, .oiPrice.active { 
    color: #7EB13B;
}

.miRemoveLink, .miEditLink {
    color: #666666;
    padding: 0 !important;
    width: auto !important;
}

.errorsRow {
    border: 1px solid #cc6d71;
    background: #f9ebeb;
    padding: 10px;
    font-size: 1.5em;
    color: #a50006;
    text-align:center;
    font-weight:bold;
}
.errorsRow p {
	margin:0;
}
.errorRowDiv{
	margin-bottom:10px;
}

.trim {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.errorMessageDialog {
	font-size: 1.2em;
    padding: 5px;
    color: #353535;
    /* font-family: 'robotoregular', serif; */
	font-family: var(--regular-font-family);
}
.blockUIMessageDiv, #blockuiMsg {
	background: #FFF;
    padding: 20px 10px;
    border-radius: 5px;
    color: #555;
    font-size: 2em;
}
#disclaimerText p, .estimateText p {
  	font-size: 1.3em;
    line-height: 1.5;
    color: #555;
}
.signBtnContainer {
	height: auto;
	padding-top: 3px;
}
.signBtn {
	background: transparent;
    border: 0px;
    color: #666666;
    height: 100%;
    width: auto;
    font-size: 1.8em;
    text-align: center;
    padding: 0 5px;
}
.signContent { height:315px;}
.signOkBtn {
	display:none;
}
.signBtn.ok { 
    background: #8CC63F;
    color: #FFFFFF;
    width: 100%;
    border: 1px solid #8CC63F;
    -moz-box-shadow: inset 0 4px 15px #7ea54c;
    -webkit-box-shadow: inset 0 4px 15px #7ea54c;
    box-shadow: inset 0 4px 15px #7ea54c;
	border-radius: 4px;
}
.signBtn.clear { display:none; color: #C1272D;  border-left: 1px solid #EDEDED; }
.signBtn:active { color: #333; }
.signBtn.ok:active { color: #7EB13B; }
.signBtn.clear:active { color: #cc6d71; }
#signature {
	max-width: 665px;
    margin: 0 auto;
}
.signHeading {
	height:30px;
}
.signPadMsg {
	font-size: 2em;
    height: 100%;
    line-height: 1.1;
    /* font-family: 'robotolight', serif; */
	font-family: var(--regular-font-family);
    padding-top: 2px;
}
#signPad {
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 310px;
	border: 1px dotted #B3B3B3;
	margin:0 auto;
	background: #FFFFFF;
}
.sigWrapper, .sigPad {
	height:100%;
}
canvas {
	cursor:crosshair;
}
#multipleAddonDialog {
	margin:0;
	padding:0;
}
.multiItem {
   border-bottom: 1px solid #EDEDED;
}
.cmiAddonBtn {
	background:transparent;
	width:100%;
	height:auto;
	border:0;
	text-align:left;
	padding: 12px 15px;
}
.cmiAddonBtn:hover {
	background:#f9f9f9;
}
.cmiAddonBtn:active  {
	background:#C1272D;
	color:#FFFFFF;
}
.cmiAddonBtn:active .multiBullet {
	color:#FFFFFF;
}
.cmiAddonBtn .multiBullet {
	display: inline-block;
    vertical-align: top;
    font-size: 1.6em;
    color: #a5a5a5;
}
.cmiAddonBtn .miDescModifers {
	display:inline-block;
	font-size:1em;
	line-height:1.4;
}
.modBullet {
	font-size: 0.8em;
    color: #aaa;
}

.ui-keyboard .ui-state-default,
.ui-keyboard .ui-widget-content .ui-state-default,
.ui-keyboard .ui-widget-header .ui-state-default {
	border-color:#ccc;
    background: #ededed;
    /* font-family:'robotomedium', serif; */
	font-family: var(--bold-font-family);
    color: #333;
    font-size:1.2em;
    height: auto;
}
.ui-keyboard .ui-state-default.ui-keyboard-cancel {
	border-color: #c1272d;
	background: #c1272d;
    color: #fff;
}
.ui-keyboard .ui-state-default.ui-keyboard-accept {
	border-color: #8CC63F;
	background: #8CC63F;
    color: #fff;
}
#autoLogoutTimer {
	font-size: 0.7em;
    padding-top: 5px;
    position: absolute;
    right: 25px;
}
.addressContent .heading{
	font-size:1.8em;
	font-family: var(--bold-font-family);
}
.addressContent .addressBox {
    margin-bottom: 10px;
}
.addressContent .addressBox .rBox {
	text-align: left;
    /* font: 1.0em 'robotoregular', serif; */
    font-size:1em;
	font-family: var(--regular-font-family);
}
 .addressContent  .addressBtn {
	padding: 8px;
    cursor: pointer;
	font-size: 1.4em;
}
.addressContent .addressBtn::before {
	position: absolute;
    left: 22px;
    top: 8px;
    font-size: 1.3em;
    color: #C1272D;
    font-family: "FontAwesome";
    content: "\f10c";
}
.addressContent  .addressBtn.selected::before {
    content: "\f192";
}
.addressContent .addressBtn.disabled {
	opacity:0.75;
	cursor: not-allowed;
}
.addressContent .addressBtn.disabled::after {
	position: absolute;
    right: 25px;
    top: 8px;
    font-size: 2em;
    color: #C1272D;
    font-family: "FontAwesome";
    content: "\f05e";
}

 

.addressContent .addressBtn .heading {
	font-size: 1.2em;
	padding-left:22px;
}
.addressContent .addressBox .address-label {
	display:block;
    opacity: 0.8;
}
.addressContent .addressBox .address-value {
}
.addressContent .form-group {
	margin-bottom:8px;
}
.gngYesBtn.address, .gngCancelBtn.address {
    padding: 0.5em 1em;
    font-size: 1.5em !important;
    float: right;
}
.checkComments {
	font-size:1.4em;
	border: 1px dashed #EDEDED;
    padding: 15px;
}
.checkComments .lbl {
	opacity: 0.9;
}
.checkComments .value {
    padding-left:10px;
	font-family: var(--bold-font-family);
}
.gngAddressBtn {max-width:220px;}

#keyBoardContainer{
    float: left;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 10000;
}
.custom-time {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    text-align: center;
     letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    word-spacing: normal;
    white-space: normal;
    cursor :pointer;
    
}


#sessionTimeout-dialog {
	font-size:1.5em;
}

.loadingItemsDiv {
	padding-bottom: 15px;
}
.loadingItemsDiv .loadingItemsText {
	width: 250px;
    font-size: 1.3em;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    text-align: center;
    margin-bottom: 45px;
    margin: 0 auto;
    padding: 5px;
    font-style: italic;
    border-radius: 5px;
    cursor: pointer;
}
.loadingItemsDiv .loadingItemsText span {
	display:block;
}
.loadingItemsDiv .loadingItemsText small {
	 color : #C1272D;
}
.loadingItemsDiv .loadingItemsText.button {
	font-style: normal;
    background: #c1272d;
    border-color: #c1272d;
    color: #fff;
    font-size: 1.6em;
    padding: 8px;
    box-shadow: inset 0 4px 8px #5d4f4f;
}
.loadingItemsDiv .loadingItemsText.button:hover {
	background: #ccc;
    border: 1px solid #ccc;
    color: #444;
}


#footer {
    bottom: 0;
    height: 30px;
    position: relative;
    border-top: 1px solid #EEEEEE;
    width: 100%;
    margin: 0;
    z-index: 100;
    background: #FFFFFF;
}
#footer .poweredBy {
	font-size: 13px;
	font-family: verdana;
	margin-top: 5px;
	opacity:0.8;
}
#footer .poweredBy img {
	height: 20px;
	padding-left: 6px;
}
.ap-component-label, .ap-content, .ap-theme-default .ap-button, .ap-content-switch-time {
    color: #666 !important;
}
.ap-content-switch-selected {
    background: #666 !important;
    color: #FFFFFF !important;
}
.ap-component-selector {
    border-top: 1px solid #666 !important;
    border-bottom: 1px solid #666 !important;
}
.ap-theme-default .ap-header { text-align:center;}
.ap-content-switch-tab {
    border-color: #666 !important;
    color: #666 !important;
}

.ap-content-switch-selected {
    background: #666 !important;
    color: #FFFFFF !important;
}
#terminalNameInfoConatiner {
    font-size: 14px;
    position: fixed;
    bottom: 0px;
    border: 1px solid #e0e0e0;
    border-left: 0;
    border-bottom: 0;
    padding: 5px;
    left: 0px;
    cursor: pointer;
    color: #666;
    z-index: 200;
    background: #FFF;
}
#terminalName {
    display: none;
    padding-left: 8px;
}
.ap-theme-default .ap-header { display:none; }
.ap-content { padding-top : 15px; }
.gngInput {
	width:100%;
    height: 40px;
    background: #F9F9F9;
    border: 1px solid #CCC;
    box-shadow: none;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    line-height: 1;
    font-size: 1.4em;
    padding:10px;
    color:#444;
}

.customDateInput {
    width: 100%;
    background: #f9f9f9 !important;
	border-color: #CCC !important;
	color: #444;
    text-align: center;
    font-size: 1.6em;
    font-family: var(--bold-font-family);
}
.customDateInputAddon {
	color: #444;
    text-align: center;
    background-color: #f5f5f5 !important;
    border-color: #CCC !important;
}
.customDateOnlyInputContainer {
	position : relative;
	height : 300px;
}
.customDateOnlyInput {
	background: transparent !important;
    border: none;
    height: 50px;
    border-radius: 0;
    border: 1px solid #eee;
    border-bottom: 0px solid #eee;
    box-shadow: none;
    font-size: 2em;
}

.miImageThumbContainer {
	cursor: pointer;
			transition: 0.3s;
}
.miImageThumbContainer:hover {
	opacity: 0.6;
}
.miImageThumbContainer:hover::before {
    position: absolute;
    left: 0;
    top: 28%;
    width: 100%;
    height: 100%;
    font-size: 30px;
    font-family: "FontAwesome";
    content: "\f00e";
    text-align: center;
    color: #fff;
    transition: 0.3s;
}
.miImageModal {
	display: none; 
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.9); 
	z-index:999;
}

/* Modal Content (Image) */
.miImageModalContent {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	margin-top:80px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.miImageCaption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
	font-size: 24px;
}

/* Add Animation - Zoom in the Modal */
.miImageModalContent, .miImageCaption {
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
}

/* The Close Button */
.miImageModal .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
	opacity: 1;
	cursor: pointer;
}

.miImageModal .close:hover,
.miImageModal .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

.payTypes {
	background: #ededed;
    border: 2px solid;
    border-radius: 4px;
    border-color: #c1272d;
    overflow: hidden;
    padding: 5px 10px;
    width: 100%;
}
.ptHeading {
	margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.8em;
}
.pTypeCol {
	margin-top: 5px;
    position: relative;
    border-top: 1px solid #ddd;
}
.pTypeBtn {
	width: 100%;
    background: transparent;
    border: 0;
    text-align: left;
    font-size: 1.4em;
    padding: 10px;
    color: #111;
}
.pTypeCol.selected .pTypeBtn.paymentType {
	color: #c1272d;
}
.onFileBtn {
	
}
.manualCardDetails.selected .manualCardBtn.ccBtn.pTypeBtn {
	color: #c1272d;
}
.manualCardBtn {
    padding: 5px 0px;
    font-size: 1.4em;
}
.pTypeBtn .radioIcon {
	width: 30px;
    display: inline-block;
    font-size: 1.1em;
    vertical-align: middle;
}
.pTypeBtn .ptArrowIcon{
	text-align: right;
    float: right;
}
.onFileBtn .ptLabel {
	vertical-align: -webkit-baseline-middle;
}
.onFileBtn .cardNumber {
	font-style: italic;
    font-size: 0.8em;
}
.pTypeBtn .ptLabel {
    display: inline-block;
    font-family: var(--bold-font-family);
	vertical-align: middle;
}
.pTypeBtn .bptLabel {
    font-family: var(--bold-font-family);
	font-size: 0.85em;
	vertical-align: middle;
	padding-left: 8px; 
}
.manualCardDetails {
	border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 8px;
    margin-bottom: 5px;
}
.manualCardDetails .form-group {
    margin-bottom: 10px;
}
.ccInput {
	font-size:1.4em;
}
.cardIcon.entered {
	height: 40px;
    padding: 2px 12px;
}
.cardIcon img { 
	height: 28px; 
}
.ccIframeContainer {
    width: 100%;
    margin: 0 auto;
    height: 270px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}
.ccIframeContainer iframe {
    height: calc(100% - 1px);
    width: 100%;
    border: 0px solid #CCC;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.waitingBody {
	background: #ededed;
}
.waitingContainer {
	text-align:center;
	margin-top: 20%;
}
.waitingContainer .waitingImage img {
	width: 100px;
}
.waitingContainer .waitingText {
	font-size: 2.4em;
}
.categoriesNav.fixedTop {
 	position:sticky;
	top: 0;
	left:0;
   	width: 100%;
   	z-index: 100 !important;
}

.categorySection {
	position:relative;
}
.categoriesNav.fixedTop + .menuItemsList .categorySection {
	margin-top: -40px; 
  	padding-top: 40px; 
  	display: inline-block;
}

.categoriesNav {
	background:#FFF;
	height: 40px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
	border-radius: 0;
    border-bottom: 1px solid #eee;
}
.catNavbar {
	width:100%;
	height:100%;
}
.categoriesNav ul {
	height: 100%;
    width: 100%;
}
.categoriesNav ul li {
	display: inline-block;
    float: none;
	font-size: 1.5em;
    font-family: var(--bold-font-family);
    height: 39px;
}
.categoriesNav ul li#categoryfavourite {
	padding: 0 15px;
}

.categoriesNav ul li a {
    color: #000;
    border-radius: 0;
}
.categoriesNav ul li.active {
	border-bottom: 2px solid #C1272D;
	background-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.categoriesNav ul li.active a,
.categoriesNav ul li a:active,
.categoriesNav ul li a:hover,
.categoriesNav ul li a:focus,
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #C1272D;
	background: transparent;
}

.categoryHeading {
	padding-top: 20px;
	color: #C1272D;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-family: var(--bold-font-family);
}
.categoryHeading .categoryTitle {
	border-bottom: 1.5px solid;
    padding-bottom: 8px;
    display: inline-block;
}


 
/* Horizontal Scroll  */
.sliding-element-container {
	/* border-left: 1px solid rgba(255,255,255,0.1); */
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
/*     height:50px; */
}
.sliding-element-container.expand {
	height: auto !important;
}
.sliding-element-container .selected.tab {
	border-bottom:2px solid #d71b22;
}
.sliding-element-container .sliding-element {
	height: calc( 100% + 10px );
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: calc(100% - 30px);
}
.sliding-element-container.expand .sliding-element{
	white-space: normal;
	width: 100%;
}
.sliding-element-container .sliding-element .item {
	text-align: center;
    display: inline-block;
    /* width: calc( 25% - 0px ); */
   /*  height: 50px; */
}
.sliding-element-container.expand .item{
	float: left;
}
.sliding-element-container .slide-btn {
  	position: absolute;
	top: 0;
	bottom: 0;
 	color: #FFF;
    background-color: rgba(237, 28, 36, 0.6);
	border: 0;
	font-size: 1.5em;
}
.sliding-element-container .more-btn {
  	position: absolute;
	bottom: 0;
	right: 0;
 	color: #FFF;
    background-color: rgba(190, 39, 44, 0.8);
	border: 0;
	font-size: 1.5em;
    z-index: 5;
    padding: 3px 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.sliding-element-container .slide-btn:hover {
	background-color: #ed1c24;
}
.sliding-element-container .slide-btn-left {
	left: 14px;
}
.sliding-element-container .slide-btn-right {
	right: 14px;
}

.sliding-element-container .categories-slide-btn-left,
.sliding-element-container .categories-slide-btn-right {
	position: absolute;
    top: 42%;
    display: block;
    border: 0px;
    border-radius: 0;
    background: rgba(40, 40, 40, 0.8);
    border: 1px solid #666;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 30px;
    height: 80px;
    padding: 0;
    margin: 0;
    width: 30px;
}
.sliding-element-container .categories-slide-btn-right {  right: 0; border-right: 0; }
.sliding-element-container .categories-slide-btn-left{ left: 0; border-left: 0; }
.sliding-element-container .categories-slide-btn-left:hover,
.sliding-element-container .categories-slide-btn-right:hover{
    background: #ed1c24;
    border-color: #ed1c24;
    color: #fff;
}

/* end horizontal scroll  */

.topDisclaimer {
	height: 30px;
	border: 1px solid;
	border-top: 0;
	padding: 5px;
	text-align: center;
	font-size: 1.4em;
	font-family: var(--bold-font-family);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-color:#d8d8c0;
	color: #444;
	background: #FBFBDA; /*#ffc;*/
	box-shadow: 0px 2px 5px rgb(177 177 177 / 0.5);
}

.miContent { position:relative; }
.soldOutLabel {
	position: absolute;
    left: -10px;
    top: 0;
    padding: 2px 4px;
    opacity: 0.8;
    background: #C1272D;
    color: #FFF;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.menuItemsList .menuItem.withImg-false .soldOutLabel {
	padding: 0px 3px;
    opacity: 1;
    height: 16px;
    top: 2px;
}
.menuItemsList .menuItem.withImg-false .soldOutLabel span {
	display:none;
}
.asapTimeDiv {
	font-size: 0.8em;
    position: absolute;
    bottom: 0;
    left: 2px;
    background: #c1272d;
    width: calc( 100% - 4px );
    text-align: center;
    height: 18px;
}

.asapBtn{
	position: relative;
}
.selectedTimeCol {
	display:none;
}
/* .topSelectedTimeRow {
	display:block;
} */
	
.selectedTimeRow.bottom {
	border: 1px solid #C1272D;
    box-shadow: rgb(99 99 99 / 40%) 0px 2px 8px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 -15px;
    margin-bottom: 15px;
	padding-left: 10px;
	border-radius: 4px;
}
.selectedTimeRow.bottom .stIconCol {
    padding-top: 4px;
    width: 80px;
    float: left;
    padding-left: 10px;
}
.selectedTimeRow.bottom .stDetailsCol {
    width: calc(100% - 100px);
    float: left;
}
.selectedTimeRow.bottom .stIcon {
	background-color: #C1272D;
    text-align: center;
    color: #FFF;
    padding: 5px;
    width: 60px;
    height: 60px;
    font-size: 2.6em;
    border-radius: 50%;
    vertical-align: middle;
    display: table-cell;
}
.selectedTimeRow.bottom .stLabel {
	font-size: 1.3em;
    color: #666;
	height: 23px;
}
.selectedTimeRow.bottom .stVal {
	font-size: 2.4em;
    color: #C1272D;
    height: 40px;
    display:inline-block;
    font-family: var(--bold-font-family);
}
.selectedTimeRow.bottom .stBtnDiv {
	display: inline-block;
    padding-left: 8px;
}
.selectedTimeRow.bottom .changeTimeBtn {
	padding: 5px 8px;
    width: auto;
    min-height: auto;
    height: auto;
    font-size: 1.4em;
    color: #C1272D;
    background: transparent;
    border: 1px solid #C1272D;
    border-radius: 4px;
    font-family: var(--regular-font-family);
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.headerIcon.selectedTimeIcon {
	width:150px;
}
.selectedTimeRow.top {
	border: 1px solid #C1272D;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    height: 100%;
}
.selectedTimeRow.top .stLabelRow {
	/* padding-top: 5px;
    padding-bottom: 8px; */
    height: 28px;
    overflow: hidden;
    line-height: 28px;
}
.selectedTimeRow.top .stIcon {
   color: #C1272D;
   font-size: 1.4em;
}
.selectedTimeRow.top .stLabel {
	font-size: 1.4em;
    color: #666;
    padding-left: 5px;
}
.selectedTimeRow.top .stVal {
	font-size: 1.8em;
    color: #C1272D;
    display: inline-block;
    padding-right: 5px;
    font-family: var(--bold-font-family);
}
.selectedTimeRow.top.withoutBtn .stVal {
	font-size: 2.2em;
	padding-right: 0;
}
.selectedTimeRow.top .stBtnDiv {
	display: inline-block;
}
.selectedTimeRow.top .changeTimeBtn {
	padding: 5px 5px;
    width: auto;
    min-height: auto;
    height: auto;
    font-size: 1.4em;
    color: #C1272D;
    background: transparent;
    border: 1px solid #C1272D;
    border-radius: 4px;
    font-family: var(--regular-font-family);
    line-height: 1;
    text-align: center;
    text-decoration: none;
}
  
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.miImageModalContent {
		width: 100%;
	}
}

@media (min-device-width: 280px) and (max-device-width: 720px) {
   .gngLoginInput {
      font-size: 12px;
   }
}

