/* Fonts */
@font-face {
  font-family: 'DontRemoveThis';
  src: url('../fonts/Oswald-Regular.eot');
  src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Oswald-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/Segoe UI.ttf') format('truetype');
}

@font-face {
  font-family: 'Segoe UI SemiBold';
  src: url('../fonts/Segoe UI SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Segoe UI Bold';
  src: url('../fonts/Segoe UI Bold.ttf') format('truetype');
}



/* OVERRIDES FOR MOBILE DEVICES*/
body {
  background: #fff url('../images/');
  background-position: center center;
  color: #313B42;
}

#wrap {
  background: url('../images/egg-shell.png') repeat center
    center;
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  left: 0 !important;
}

@media (orientation: landscape) {
  #wrap {
    min-height: 100%;
    top: 0 !important;
  }
}

body[data-language='kvi'] #BGV {
  display: none;
}

.box {
  display: block;
  position: relative;
  overflow: hidden;
  background: #313B42;
  border: 1px solid white;
  border-radius: 10px;
  font-family: 'Segoe UI Bold';
  font-size: 22px;
  text-transform: none;
  color: white;
}

@media only screen and (width: 1024px) and (height: 768px){

  .box{
  font-size: 20px;
  }
}

@media only screen and (width: 1080px) and (height: 1920px){

  .box{
  font-size: 24px;
  }
}

.box:hover {
  display: block;
  position: relative;
  overflow: hidden;
  background: #313B42;
  border: 1px solid white;
  border-radius: 10px;
  font-family: 'Segoe UI Bold';
  font-size: 22px;
  text-transform: none;
  color: white;
}

@media only screen and (width: 1024px) and (height: 768px){

  .box:hover{
  font-size: 20px;
  }
}

@media only screen and (width: 1080px) and (height: 1920px){

  .box:hover{
  font-size: 24px;
  }
}

.box:focus {
  display: block;
  position: relative;
  overflow: hidden;
  background: #313B42;

  border: 1px solid white;
  border-radius: 10px;
  font-family: 'Segoe UI Bold';
  font-size: 22px;
  text-transform: none;
  color: white;
}

@media only screen and (width: 1024px) and (height: 768px){

  .box:focus{
  font-size: 20px;
  }
}

@media only screen and (width: 1080px) and (height: 1920px){

  .box:focus{
  font-size: 24px;
  }
}

.image-button .box {
  background: transparent;
  border: none;
}

.Main-Menu-buttons .box {
  overflow: visible;
}

.Select-One-Modifier-buttons .box,
.Select-One-Modifier-buttons .box:hover,
.Select-One-Modifier-buttons .box:focus,
.Select-Many-Modifiers-buttons .box,
.Select-Many-Modifiers-buttons .box:hover,
.Select-Many-Modifiers-buttons .box:focus,
.Select-One-Modifier---Upsell-buttons .box,
.Select-One-Modifier---Upsell-buttons .box:hover,
.Select-One-Modifier---Upsell-buttons .box:focus,
.Select-Many-Modifiers---Quantity-buttons .box,
.Select-Many-Modifiers---Quantity-buttons .box:hover,
.Select-Many-Modifiers---Quantity-buttons .box:focus,
.Select-Many-Modifiers---LNM-buttons  .box,
.Select-Many-Modifiers---LNM-buttons  .box:hover,
.Select-Many-Modifiers---LNM-buttons  .box:focus,
.Select-Many-Modifiers---Limited-buttons  .box,
.Select-Many-Modifiers---Limited-buttons  .box:hover,
.Select-Many-Modifiers---Limited-buttons  .box:focus {
  background: transparent;
  border: 1px solid #313B42;
  color: #313B42;
}

.Select-One-Modifier-buttons .image-button .overlaycontainer, 
.Select-One-Modifier-buttons .image-button #price, 
.Select-One-Modifier-buttons .image-button #nutritionInfo,
.Select-Many-Modifiers-buttons .image-button .overlaycontainer, 
.Select-Many-Modifiers-buttons .image-button #price, 
.Select-Many-Modifiers-buttons .image-button #nutritionInfo,
.Select-One-Modifier---Upsell-buttons .image-button .overlaycontainer, 
.Select-One-Modifier---Upsell-buttons .image-button #price, 
.Select-One-Modifier---Upsell-buttons .image-button #nutritionInfo,
.Select-Many-Modifiers---Quantity-buttons .image-button .overlaycontainer, 
.Select-Many-Modifiers---Quantity-buttons .image-button #price, 
.Select-Many-Modifiers---Quantity-buttons .image-button #nutritionInfo,
.Select-Many-Modifiers---LNM-buttons .image-button .overlaycontainer, 
.Select-Many-Modifiers---LNM-buttons .image-button #price, 
.Select-Many-Modifiers---LNM-buttons .image-button #nutritionInfo,
.Select-Many-Modifiers---Limited-buttons .image-button .overlaycontainer, 
.Select-Many-Modifiers---Limited-buttons .image-button #price, 
.Select-Many-Modifiers---Limited-buttons .image-button #nutritionInfo {
  border-top: 1px solid #313B42;
}

.Select-One-Item-buttons #subButtons,
.Select-One-Modifier-buttons #subButtons,
.Select-One-Modifier---Upsell-buttons #subButtons {
  display: none;
}

*,
*:focus,
*:active,
*:hover,
*:before,
*:after {
  outline: none !important;
  text-decoration: none !important;
}

@font-face {
  font-family: 'FA';
  src: url('../fonts/fa-solid-900.eot');
  src: url('../fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fa-solid-900.ttf') format('truetype');
}

@font-face {
  font-family: 'FAR';
  src: url('../fonts/fa-regular-400.eot');
  src: url('../fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fa-regular-400.ttf') format('truetype');
}

@font-face {
  font-family: 'FAB';
  src: url('../fonts/fa-brands-400.eot');
  src: url('../fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fa-brands-400.ttf') format('truetype');
}

.nex-button {
  /* height: 40px; */
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background: #313B42;
  color: white;
  border: 1px solid white;
  text-decoration: none;
}

.nex-button:focus {
  /* height: 40px; */
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background: #313B42;
  color: white;
  border: 1px solid white;
  text-decoration: none;
}

.nex-button:hover {
  /* height: 40px; */
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background: #313B42;
  color: white;
  border: 1px solid white;
  text-decoration: none;
}

.nex-button:active {
  /* height: 40px; */
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background: #313B42;
  color: white;
  border: 1px solid white;
  text-decoration: none;
}

#languageSwitcher {
  /* height: 40px; */
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background: #313B42;
  color: white;
  border: 1px solid white;
  text-decoration: none;
}

form .btn {
  /* height: 40px; */
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background: #313B42;
  color: white;
  border: 1px solid white;
  text-decoration: none;
}

#check.nex-button,
.carousel-buttons .nex-button {
  height: 40px;
  line-height: 40px;
}

.nex-button:before,
#languageSwitcher:before,
.fa:before,
#bicon:before {
  font-family: 'FA';
  display: block;
}

.previewer-only {
  display: none;
}

#previewer .previewer-only {
  display: block;
}

.displayNone {
  display: none;
}

/* KIOSK */

body,
#wrap,
.kiosk-content,
.kiosk-content #content,
.kiosk-content #targets,
.kiosk-content #targets > div:not(#popups) {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.kiosk-content #clip-template {
  position: relative;
  height: calc(100% - 100px - 140px);
}

@media only screen and (width: 1080px) and (height: 1920px){

  .kiosk-content #clip-template{
  height: calc(100% - 300px - 140px);
  }
}

@media only screen and (max-width: 768px){

  .kiosk-content #clip-template{
  height: calc(100% - 100px - 140px);
  }
}

.paymentclip {
  position: relative;
  height: calc(100% - 100px - 140px);
}

@media only screen and (width: 1080px) and (height: 1920px){

  .paymentclip{
  height: calc(100% - 300px - 140px);
  }
}

@media only screen and (max-width: 768px){

  .paymentclip{
  height: calc(100% - 100px - 140px);
  }
}

.kiosk-content #clip-repeatorders {
  position: relative;
  height: calc(100% - 100px - 140px);
}

@media only screen and (width: 1080px) and (height: 1920px){

  .kiosk-content #clip-repeatorders{
  height: calc(100% - 300px - 140px);
  }
}

@media only screen and (max-width: 768px){

  .kiosk-content #clip-repeatorders{
  height: calc(100% - 100px - 140px);
  }
}

.kiosk-content #clip-orders {
  position: relative;
  height: calc(100% - 100px - 140px);
}

@media only screen and (width: 1080px) and (height: 1920px){

  .kiosk-content #clip-orders{
  height: calc(100% - 300px - 140px);
  }
}

@media only screen and (max-width: 768px){

  .kiosk-content #clip-orders{
  height: calc(100% - 100px - 140px);
  }
}

.kiosk-content #template,
.carousel,
.carousel-inner,
.slide,
.item {
  width: 100%;
  height: 100%;
}

#ordering {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.item.active,
.item.next,
.item.prev {
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.25s;
}

.kiosk-content .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  margin: 0;
}

.Select-One-Item-buttons .row,
.Select-Many-Items---Quantity-buttons .row,											  
.Select-Many-Items-Side---Quantity-buttons .row {
  flex-flow: row;
}

.Select-Many-Items---Quantity-buttons .image-button #btext {
    position: relative;
    top: 60px;
    height: 80px;
    border-top: solid 1px;
}

.Select-Many-Items---Quantity-buttons .image-button #textDesc {
    top: 60px;
}

/* Fix for only PG */
.TESTLAB1 .Select-Many-Items---Quantity-buttons .image-button #btext,
.PGGOTOWR .Select-Many-Items---Quantity-buttons .image-button #btext {
    top: 0;
    height: 9em;
    border-top: none;
}


/* HEADER */

#clip-header {
  display: flex;
  height: 100px;
  width: 100%;
  padding: 0 20px;
  background: white;
  /* border-bottom: 1px solid #707070; */
  text-transform: uppercase;
  z-index: 5;
}

#clip-footer {
  display: flex;
  height: 100px;
  width: 100%;
  padding: 0 20px;
  background: white;
  /* border-bottom: 1px solid #707070; */
  text-transform: uppercase;
  z-index: 1050;
}

#clip-nutritionSummary {
   font-family: 'Segoe UI Bold';
}

#nutritionSummary {
  width: 100%;
  overflow-x: hidden;
}

#nutritionLabelCalories,
#nutritionLabelTotalFat {
  width: 50%;
  float: left;
  background: #313B42;
}

#nutritionTextCalories,
#nutritionLabelProtein,
#nutritionTextTotalFat {
  width: 50%;
  float: left;
  background: #313B42;
}

#nutritionTextProtein,
#nutritionTextTotalCarbs {
  width: 50%;
  float: right;
  background: #313B42;
}

#nutritionLabelTotalCarbs {
  width: 50%;
  float: left;
  background: #313B42;
}



#clip-header {
  height: 140px;
  font-family: 'Segoe UI SemiBold';
  color: white;
  background: url('../images/Select_A_Station_Header.png');
  background-size: contain;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.logo {
  background-image: url('../images/bedrock-mark.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

#logoOff {
  background-image: url('../images/bedrock-mark.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.logo {
  height: 100%;
  width: 0px;
  margin-right: 0px;
  background-size: cover;
}

@media only screen and (max-width: 768px){

  .logo{
  margin-right: 10px;
  }
}

@media only screen and (max-width: 768px){

  .logo{
  width: 30px;
  }
	
}


#logoOff {
  height: 200px;
  width: 200px;
  /* background-color: var(--Top_Toolbar_Background); */
  background-size: 100%;
  border-radius: 50%;
  margin: 20px auto;
  display: block;
}

.offlinemessage {
  color: white;
}

.header-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100px;
  width: 100%;
  justify-content: center;
  position: absolute;
  left: 0;
  padding: 0 20px;
  background: url('../images/Select_A_Station_Header.png');
  background-size: cover;
  background-position: center;
  z-index: 0;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  border-bottom: solid 2px #000000;
}

.menu-tag-addside .header-wrapper,
.order-review .header-wrapper,
.menu-tag-anythingelse .header-wrapper {
  background-image: none!important;
}

.iorderfast-content .header-wrapper {
  max-width: calc(100vw - 0px - 0px - 425px);
}

@media only screen and (max-width: 768px){

  .iorderfast-content .header-wrapper{
  max-width: calc(100vw - 30px - 10px - 425px);
  }
}

@media only screen and (max-width: 768px){

  .iorderfast-content .header-wrapper{
  max-width: calc(100vw - 30px - 10px - 425px);
  }
}

@media only screen and (max-width: 768px){

  .iorderfast-content .header-wrapper{
  max-width: calc(100vw - 30px - 10px - 425px);
  }
}

@media only screen and (max-width: 768px){

  .iorderfast-content .header-wrapper{
  max-width: calc(100vw - 30px - 10px - 425px);
  }
}

#header-text {
  font-family: 'Segoe UI SemiBold';
  font-size: 45px;
  text-transform: none;
  font-weight: normal;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px){

  #header-text{
  font-size: 18px;
  }
}


#menuDescription {
  font-family: 'Segoe UI';
  font-size: 18px;
  line-height: 18px;
  margin-top: -8px;

}

@media only screen and (max-width: 768px){

  #menuDescription{
  font-size: 12px;
  }
}

/* FOOTER */

#clip-footer {
  background: #313B42;
  border-bottom: 0;
  border-top: 1px solid #707070;
  position: fixed;
  bottom: 0;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3);
}

.footer-left {
  line-height: 24px;
  width: 25%;
  color: white;
  font-size: 24px;								   
}



@media only screen and (width: 1024px) and (height: 768px){

  .footer-left{
  font-size: 20px;
  }
}

@media only screen and (width: 1080px) and (height: 1920px){

  .footer-left{
  font-size: 20px;						
  }
    
}

.footer-right {
  line-height: 100px;
  width: 25%;
  color: white;
  font-size: 24px;
}

@media only screen and (width: 1024px) and (height: 768px){

  .footer-right{
  font-size: 20px;
  }
}

@media only screen and (width: 1080px) and (height: 1920px){

  .footer-right{
  font-size: 20px;
  }
}

#controlbuttons {
  display: flex;
  align-items: center;
  width: 50%;
  /* border-left: 1px solid #707070;
  border-right: 1px solid #707070; */
  padding: 0 10px;
  /* box-shadow: inset 10px 0 10px -5px rgba(0, 0, 0, 0.25),
    inset -10px 0 10px -5px rgba(0, 0, 0, 0.25); */
  overflow: hidden;
  font-family: 'Segoe UI SemiBold';
  font-size: 24px;
}

@media only screen and (width: 1024px) and (height: 768px){

  #controlbuttons{
  font-size: 20px;
  }
}

#controlbuttons > div {
  width: 33.33%;
  text-align: center;
  padding: 0 5px;
}

.control-button {
  width: 100%;
  height: 60px;
  padding: 0;
  line-height: 24px;
  border: 3px solid white;
  color: white;
  background: transparent;
  border-radius: 0px;
  font-family: 'Segoe UI SemiBold';
}


#receipt {
  height: 100px;
  float: right;
  width: 100%;
  text-align: right;
  line-height: 100px;
				
}

/* IMAGE BUTTONS */

.image-button {
  position: relative;
  width: 33%;
  padding: 15px;
}

[data-button-count='1'] .image-button,
[data-button-count='2'] .image-button,
[data-button-count='3'] .image-button,
[data-button-count='4'] .image-button,
[data-button-count='5'] .image-button,
[data-button-count='6'] .image-button,
[data-button-count='7'] .image-button,
[data-button-count='8'] .image-button,
[data-button-count='9'] .image-button {
  width: 33.33%;
}

[data-button-count='7'] .image-button {
  width: 25%;
}

[data-button-count='4'] .image-button {
  margin: 0 1px;
}

.image-button #bimage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
  width: 175px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0px auto 0px auto;
  border: 1px solid #686868;
  border-radius: 50%;
  background-color: #777;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

.Select-One-Item-buttons .image-button #bimage,
												  
.Select-One-Item-Slide-buttons .image-button #bimage,
.Select-Many-Items---Quantity-buttons .image-button #bimage,
															
															   
.Select-Many-Items-Side---Quantity-buttons .image-button #bimage {
  position: relative;
  top: 50px;
}

.Select-One-Item-Special-buttons .image-button #bimage,
.Select-One-Item-Special-Text-buttons .image-button #bimage {
  position: relative;
  top: 30px;
}

[data-button-count='1'] #bimage,
[data-button-count='2'] #bimage,
[data-button-count='3'] #bimage,
[data-button-count='4'] #bimage,
[data-button-count='5'] #bimage,
[data-button-count='6'] #bimage,
[data-button-count='7'] #bimage,
[data-button-count='8'] #bimage {
  height: 175px;
}

#buttons:not(.Main-Menu-buttons) .image-button .caption {
  text-align: center;
  background: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #313B42;
  border-bottom: none;
  height: 350px;
}

.image-button #btext {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9em;
  line-height: 1em;
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #686868;
  text-transform: uppercase;
  /* top: 60px;
  position: relative;
  border-top: solid 1px; */
}

@media only screen and (width: 1024px) and (height: 768px){

  .image-button #btext{
  font-size: 20px;
  }
}

@media only screen and (width: 1080px) and (height: 1920px){

  .image-button #btext{
  font-size: 24px;
			  
  }
}

.details {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 100%;
  font-size: 18px;
  background: #313B42;
  height: 90px;
}

@media only screen and (width: 1080px) and (height: 1920px){

  .details{
  font-size: 20px;
  }
}

#buttons:not(.Main-Menu-buttons) .image-button .details {
  padding-left: 10px;
  padding-right: 10px;
  background: white;
  color: #686868;
  border-bottom: 1px solid #686868;
  border-left: 1px solid #686868;
  border-right: 1px solid #686868;
  border-bottom-left-radius:  10px;
  border-bottom-right-radius:  10px;
  margin-bottom: 50px;
  justify-content: center;
}

.image-button .overlaycontainer,
.image-button #price,
.image-button #nutritionInfo {
  /* height: 100%; */
  line-height: 10px;
  padding: 0 4px;
  flex-grow: 1;
  /* border-top: var(--Item_Border); */
}

.overlaycontainer .overlay {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 20px;
  margin-right: 4px;
}

#textDesc {
  color: #686868;
  font-family: 'Segoe UI';
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  position: relative;
  bottom: 50px;
  padding: 25px;
}

.overlaycontainer:empty,
#price:empty,
.details:empty,
#calories:empty,
.text-button #textDesc:empty,
.modal-content #descriptionText:empty,
:empty + .dot-leader,
#menuDescription:empty {
  display: none;
}

#price:before {
  content: '$';
}

#calories {
    font-size: 14px;
    padding-right: 30px;
}

#calories:after {
  content: ' Cal';
}

#check {
  width: 40px;
  border-radius: 20px;
  visibility: hidden;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 1;
}

#check:before {
  content: '\f00c';
}

[class*='Quantity'] .lnm,
[class*='Qty'] .lnm,
[class*='LNM'] .qty {
  display: none;
}

#subButtons,
.order-review-quantity {
  display: flex;
  border-radius: 0px;
  overflow: hidden;
  /* width: 300px; */
}

.order-review-quantity {
  width: 200px;
}



#subButtons {
  margin-left: auto;
  margin-right: auto;
}

.menubutton-text #subButtons {
  padding: 0 5px;
}

.image-button #subButtons {
  width: 100%;
  position: absolute;
  top: 195px;
  border-radius: 0 !important;
  padding-top: 1px;
}

#subButtons .nex-button {
  border: none;
}

.image-button #subButtons #txtQuantity{
  border-left: 1px solid white;
  border-right: 1px solid white;
  box-sizing: content-box;
}

.qty,
.order-review-quantity > div {
  width: 33.33%;
}

#quantMinus,
#minusButton {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.image-button #minusButton {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#quantPlus,
#plusButton {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.image-button #plusButton {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#minusButton:before,
#quantMinus:before {
  content: '\f068';
}

#plusButton:before,
#quantPlus:before {
  content: '\f067';
}

.button-down-state #plusButton,
#quantPlus {
  visibility: visible !important;
}

#plusButton[style='visibility: hidden;']:before,
#quantPlus[style='visibility: hidden;']:before {
  opacity: 0.5;
}

#txtQuantity {
  border-left: 1px solid white;
  border-right: 1px solid white;
  box-sizing: content-box;
}

#quantity {
  border-left: 1px solid white;
  border-right: 1px solid white;
  box-sizing: content-box;
}

[class*='LNM'] .image-button #subButtons {
  width: 66.66%;
	flex-direction: column;
	/* border: 4px solid var(--Controls_Background);
	background: var(--Controls_Background); */
}

.lnm.sub-button-down-state {
	border-radius: 10px;
}

.lnm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  font-size: 18px;
  font-weight: normal;
  border-radius: 10px;
  background: transparent;
  color: #313B42;
}

@media only screen and (width: 1024px) and (height: 768px){

  .lnm{
  font-size: 20px;
  }
}

@media only screen and (width: 1080px) and (height: 1920px){

  .lnm{
  font-size: 24px;
  }
}

.lnm:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  font-size: 18px;
  font-weight: normal;
  border-radius: 10px;
  background: transparent;
  color: #313B42;
}

@media only screen and (width: 1024px) and (height: 768px){

  .lnm:hover{
  font-size: 20px;
  }

	
}

@media only screen and (width: 1080px) and (height: 1920px){

  .lnm:hover{
  font-size: 24px;
  }
}

.button-down-state #check,
.button-down-state #subButtons {
  visibility: visible;
 /* animation: zoomIn -0.25s 0.5s;*/
  z-index: 360;
}

/* .sub-button-down-state #btextless:after,
.sub-button-down-state #btextnormal:after,
.sub-button-down-state #btextmore:after {
  content: '\f00c';
  font-family: 'FA';
  position: absolute;
  right: 25%;
} */

.gray-out {
  pointer-events: none;
  opacity: 0.5;
}

/* =========================================================
            ***     TEMPLATE: DRAGALONGS     ***
============================================================ */
.dragalong {
  padding-top: calc(56.25% / 2);
  height: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  float: left;
  margin: 5% auto 0 auto;
  z-index: 6;
  border: none;
}

#dragalongtext {
  padding: 20px 40px 5px 40px;
  font-family: 'Segoe UI Bold';
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: auto;
  margin-right: 50%;
}

#dragalongdesc {
  padding: 5px 40px;
  font-family: 'Segoe UI';
  font-weight: normal;
}

#dragalong-calsnprice {
    padding: 5px 40px;
    font-family: 'Segoe UI';
    font-weight: normal;
    display: flex;
    justify-content: space-between;
}

#dragalong + #buttonscarousel .row {
  justify-content: flex-start;
  flex-flow: wrap;
  margin-left: 41%;
  padding: 0 60px 0 0px;
}

#dragalong + #buttonscarousel #buttons .text-button {
  width: 50%;
}


@media only screen and (width: 1080px) and (height: 1920px) {
  .dragalong {
    position: relative;
    margin: 0px auto 0 auto;
    width: 100%;
    padding-top: 56.25%;
    height: 46%;
  }
  .dragalong + #buttonscarousel #buttons .item.active,
  .dragalong + #buttonscarousel #buttons .item.next,
  .dragalong + #buttonscarousel #buttons .item.prev {
    align-items: flex-start;
  }
  #dragalong + #buttonscarousel .row {
    justify-content: center;
    flex-flow: wrap;
    margin: 25px auto;
    padding: 0 60px;
  }
  #dragalong + #buttonscarousel #buttons .text-button {
    width: 45%
  }
  #dragalongtext {
    padding: 20px 0px 5px 120px;
    font-size: 30px;
  }
  #dragalongdesc {
    padding: 5px 0 0px 120px;
    font-size: 20px;
  }
}

/* Online Ordering Dragalong */

.iorderfast-content #dragalong + #buttons .row {
  justify-content: flex-start;
  flex-flow: wrap;
  margin-left: 30%;
}

.iorderfast-content #dragalong + #buttons .text-button {
  width: 50%;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .iorderfast-content .dragalong {
    position: relative !important;
    margin: 5% auto 0 auto;
    width: 100%;
    padding-top: 63.25%;
  }
  .iorderfast-content #dragalong + #buttonscarousel .row {
    padding: 0 30px;
  }
  .iorderfast-content #dragalong + #buttons .text-button {
    width: 100%;
    margin-top: 115px !important;
  }
  .iorderfast-content #dragalong + #buttons .row {
    margin-left: 0;
  }  
  .iorderfast-content #dragalongtext {
    padding-top: 40px;
    margin-right: 0;
  }
  .iorderfast-content #dragalongdesc {
    padding: 5px 0 25px 20px;
  }
}

.Select-One-Item---Dragalong-buttons,
.Select-One-Modifier---Dragalong-buttons {
  margin-top: 10%;
}

.Select-One-Item---Dragalong-buttons .text-button .box {
  background-color: #313B42;
  padding: 0;
}

.Select-One-Item---Dragalong-buttons .text-button .box,
.Select-One-Modifier---Dragalong-buttons .text-button .box {
  padding: 0px 15px;
}

/* .Select-One-Item---Dragalong-buttons .text-button .caption,
.Select-One-Modifier---Dragalong-buttons .text-button .caption {
  padding: 0 10px;
} */

.Select-One-Item---Dragalong-buttons .text-button .caption {
  color: white;
}

.Select-One-Item---Dragalong-buttons .text-button .details {
  color: white;
}

.Select-One-Item---Dragalong-buttons .text-button #btext,
.Select-One-Modifier---Dragalong-buttons .text-button #btext {
  text-align: left;
  text-transform: uppercase;
}

.Select-One-Item---Dragalong-buttons .text-button #btext {
  color: white;
}

.Select-One-Item---Dragalong-buttons .text-button,
.Select-One-Modifier---Dragalong-buttons .text-button {
  width: 50% !important;
  max-width: 50% !important;
}

.Select-Many-Modifiers---Text-buttons .details {
    justify-content: left;
}

/* TEXT BUTTONS */

.text-button {
  position: relative;
  width: 33%;
  padding: 10px;
}

[data-button-count='1'] .text-button,
[data-button-count='2'] .text-button,
[data-button-count='3'] .text-button,
[data-button-count='4'] .text-button,
[data-button-count='5'] .text-button,
[data-button-count='6'] .text-button,
[data-button-count='7'] .text-button,
[data-button-count='8'] .text-button {
  width: 33%;
  max-width: 33%;
  
}

[data-button-count='1'] .text-button,
[data-button-count='2'] .text-button,
[data-button-count='3'] .text-button,
[data-button-count='4'] .text-button,
[data-button-count='5'] .text-button {
  margin: 3px;
}

/* [data-button-count='5'] .text-button {
  margin: 0 2px;
} */

.text-button .box {
  padding: 24px 15px 30px 15px;
  font-size: 20px;
  background: #ffffff;
  border: 1px solid #686868;
  border-top: 10px solid #313B42;
  color: #686868;
}

@media only screen and (width: 1024px) and (height: 768px){

  .text-button .box{
  font-size: 20px;
  }
}

@media only screen and (width: 1024px) and (height: 768px){

  .text-button .box{
  padding: 20px 15px 30px 15px;
  }
}


.text-button .caption {
  display: flex;
	align-items: center;
	justify-content: space-between !important;
  height: calc(2 * 24px);
}

@media only screen and (width: 1024px) and (height: 768px){

  .text-button .caption{
  height: calc(2 * 20px);
  }
}

.text-button #btext {
  flex-grow: 1;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
  color: #686868;
}

@media only screen and (width: 1024px) and (height: 768px){

  .text-button #btext{
  line-height: 20px;
  }
}

.text-button {
  top: calc(50% - 20px);
}

.text-button #check {
  position: absolute;
  right: 10px;
  top: calc(80% - 20px);
  background: transparent;
  color: #313B42;
  border: 2px solid #313B42;
}

/* .checkbutton-text.button-down-state .caption {
  margin-right: 40px;
  transition: 0.15s;
} */

.text-button .details {
  align-items: flex-start;
  justify-content: space-between;
  height: 24px;
  font-size: 18px;
  background: transparent;
  border-top: 1px solid #313B42;
}

@media only screen and (width: 1080px) and (height: 1920px){

  .text-button .details{
  font-size: 20px;
  }
}

@media only screen and (width: 1024px) and (height: 768px){

  .text-button .details{
  height: 20px;
  }
}

.text-button #nutritionInfo {
  flex-grow: 0;
  padding-right: 0px;
  border-top: 0;
  max-width: 120px;
}

.text-button #nutritionButton,
.text-button #addButton {
  scale: 0.8;
  bottom: -20px;
}

.text-button #subButtons {
	position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  border-radius: 0px;
}

.text-button #textDesc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 60px);
}

.text-button .overlaycontainer {
  flex-shrink: 0;
  margin-left: 10px;
  height: 1em;
}

.text-button .overlaycontainer .overlay {
  height: 1em;
}

/* POPOVERS */

.ibutton {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 20px;
  width: 40px;
  z-index: 2;
 /* animation: zoomIn 0.5s;*/
}

.ibutton:before {
  content: '\f129';
}

.ibutton-showing,
.sub-button-down-state {
  background: #313B42 !important;
  color: white !important;
}

/* .sub-button-down-state {
  text-decoration: underline !important
} */

.ibutton-showing:before {
  content: '\f00d';
}

.text-button .ibutton {
  height: 32px;
  line-height: 30px;
  width: 32px;
  font-size: 14px;
}

.text-button .ibutton:after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 45px;
  height: 45px;
}

.popover.top {
  position: absolute;
  top: 10px !important;
  left: initial !important;
  right: 10px;
  margin: 0;
  padding: 10px;
  min-width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #313B42;
  color: white;
  font-size: 18px;
  line-height: calc(18px + 2px);
  font-family: 'Segoe UI Bold';
  border-radius: 10px;
  transition: none;
  z-index: 1;
  /*animation: popover 0.25s ease;*/
}

@media only screen and (width: 1080px) and (height: 1920px){

  .popover.top{
  line-height: calc(20px + 2px);
  }
}

@media only screen and (width: 1080px) and (height: 1920px){

  .popover.top{
  font-size: 20px;
  }
}

.popover.top div {
  padding: 0;
  margin: 0;
}

.popover.top .popover-content {
  padding-right: 30px;
}

.popover .arrow {
  display: none;
}

.popover.top .nex-button {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 20px);
  color: #313B42;
  background: white;
  padding: 0 10px;
  border-radius: 10px;
}

/* SCAN */

#scanItems {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#scan-current-item-prompt {
  display: none;
}

.scan-total {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-top: 1px solid #707070;
}

.scan-items-wrapper {
  height: 350px;
  width: 45vw;
  padding: 20px;
  overflow-y: scroll;
}

#scan-items {
  min-height: 100%;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

#scan-items:empty {
  align-items: center;
  justify-content: center;
}

#scan-items:empty:before {
  content: '\f02a';
  font-family: FA;
  font-size: 150px;
}

.scan-item-wrapper {
  display: flex;
  margin-bottom: 0.25em;
  font-size: var(--Text_Button_Size);
}

#scan-item-description {
  flex-grow: 1;
}

.running-total {
  border-radius: 10px;
  width: 50%;
  position: relative;
}

#fakeScan {
  position: relative;
  top: -100%;
  width: 20vw;
  opacity: 0;
}

#scan-to-pay-message {
  display: none;
}
  
#scan-to-pay-message.showing-scan-to-pay-message {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 100px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Segoe UI SemiBold';
  font-size: 45px;
}



/* MOBILE SCANNING */

.mobileScan .iorderfast-content #template,
.mobileScan .form.container,
.mobileScan .iorderfast-content #orderreview:last-of-type {
  margin-bottom: 0px !important;
}

.iorderfast-content #scanItemsForm {
  padding: 20px;
  color: #313B42;
  font-family: 'Segoe UI Bold';
}

.mobileScan .scannerForm {
  font-family: 'Segoe UI SemiBold';
  height: 100%;
}

.mobileScan .iorderfast-content #clip-template {
  display: none;
}

.iorderfast-content #scanItemsForm .control-button {
  background: #313B42;
  color: #FFFFFF;
  height: 60px;
  font-family: 'Segoe UI Bold';
  text-transform: uppercase;
  border: 0;
  border-radius: 10px;
}

.iorderfast-content #scanItemsForm .control-button:last-child {
  margin-top: 20px;
}

.mobileScan #orderinstore ,
.mobileScan #orderinstore a { /* keep to override main-bs.css */
  color: #FFF;
}

.mobileScan #orderinstore .form.box {
  max-width: 100%;
}

.mobileScan #orderinstore .scanTop {
  height: 40%;
}

.mobileScan #orderinstore #scanner-container {
    height: 180px !important;
    width: 100% !important;
}

.mobileScan #orderinstore .scanItemsHeader {
  text-transform: uppercase;
  font-family: 'Segoe UI Bold';
  top: 41px;
  width: 85%;
  text-align: left;
  padding-left: 25px;
  position: fixed;
  z-index: 2050;
  color: #313B42;
}

.mobileScan #orderinstore .yourOrderHeader {
  text-transform: uppercase;
  font-family: 'Segoe UI Bold';
  margin-bottom: 5px;
}

.mobileScan #scanningHeader {
  font-size: 20px;
  text-align: center;
  margin: 10px 0;
  padding: 0 20px;
  color: forestgreen;
}

.mobileScan #orderinstore #scanningError {
  font-size: 14px;
  text-align: center;
  margin: 10px 0;
  padding: 0px 30px;
  color: red;
}

.mobileScan #orderinstore .scanOrder.form.box {
  box-shadow: 1px -1px 5px 3px rgb(0 0 0 / 25%);
  overflow: scroll;
  height: 100vh;
  border: none;
  padding: 15px 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.mobileScan #orderinstore .scanOrder .scannedItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
  padding: 10px 20px;
  border-bottom: 1px solid #70707040;
  background: rgba(225,225,225, .45);
}

.mobileScan #orderinstore #scannedItemDesc {
  width: 60%;
  text-align: left;
  font-size: 14px;
  font-family: 'Segoe UI Bold';
}

.mobileScan #orderinstore #scannedItemPrice {
  width: 20%;
  font-size: 16px;
  font-family: 'Segoe UI SemiBold';
}

.mobileScan #orderinstore .scanLessMore {
  display: flex;
  width: 25%;
  font-size: 16px;
  font-family: 'Segoe UI SemiBold';
}

.mobileScan #orderinstore .quantMinus, 
.mobileScan #orderinstore .quantPlus {
  height: 25px;
  width: 25px;
  line-height: 5px;
  font-size: 22px;
  border: 2px solid #FFF;
  margin: 0 10px;
}

.mobileScan #orderinstore .quantMinus {
  padding: 6px 5px 5px 5px;	
}

.mobileScan #orderinstore .quantPlus {
  padding: 6px 5px 5px 3px;	
}
  
.mobileScan #orderinstore .scan-total .total-label {
  padding-right: 5px;
  text-transform: uppercase;
  font-family: 'Segoe UI Bold';
}

.mobileScan #orderinstore .running-total {
  width: 100%;
}

.mobileScan #orderinstore .scan-total {
  height: 50px;
  border-top: 0;
  text-align: right;
  font-size: 16px;
  padding: 0 20px;
  font-family: 'Segoe UI SemiBold';
}

.mobileScan .control-button {
  text-transform: uppercase;
}

.mobileScan #controlbuttons > div {
  width: 100%;
}

/* animations for mobile scan. pls keep */
.scale-up-center {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}






/* WEIGH */

#weighItem {
  height: 100%;
  width: 100%;
  background: url('../images/scale.png') center center no-repeat;
  filter: drop-shadow(0 0 10px #313B42);
}

.WeighItems #buttons {
  height: 100%;
}

/* ORDER REVIEW */

.kiosk-content #buttons.order-review-buttons {
  display: block;
  margin: 0 calc(15% - 80px) 0 15%;
  padding: 30px 0px;
  height: 100%;
  overflow-y: scroll !important;
  background: transparent;
}

.kiosk-content #buttons.order-review-buttons::-webkit-scrollbar {
  width: 70px;
}

.kiosk-content #buttons.order-review-buttons::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.33);
  border: solid 30px transparent;
  border-radius: 5px;
  border-radius: 10px;
}

.kiosk-content #buttons.order-review-buttons::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.75);
  border: solid 30px transparent;
}

#orderreview {
  width: 100%;
  padding: 10px;
}

#orderreview:not(:last-of-type) {
  margin-bottom: 20px;
}

.order-review-row {
  display: flex;
  height: 40px;
  align-items: center;
  font-size: 20px;
}

@media only screen and (width: 1024px) and (height: 768px){

  .order-review-row{
  font-size: 20px;
  }
}

#receipttext {
  flex-grow: 1;
  font-weight: normal;
  font-family: 'Segoe UI Bold';
}

#receipt:after {
  font-family: FA;
  content: '\f13a';
  margin-left: 5px;
  display: none;
}

.order-review #receipt:after {
  display: none;
}

#amountdue,
.order-review-quantity {
  margin-left: 10px;
}

#modtext {
  font-family: 'Segoe UI';
  font-size: 18px;
  padding-top: 5px;
}

@media only screen and (width: 1080px) and (height: 1920px){

  #modtext{
  font-size: 20px;
  }
}

.order-review-modtext:empty {
  display: none;
}

.order-review-special-instructions #comment {
  width: 100%;
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid white;
  font-size: 18px;
  display: none;
}

@media only screen and (width: 1080px) and (height: 1920px){

  .order-review-special-instructions #comment{
  font-size: 20px;
  }
}

/* PAGINATION */

.kiosk-content .row {
  padding: 0 60px;
}
		 
 

.carousel-control-prev,
.carousel-control-next {
  position: fixed;
  top: calc(30% - 20px);
  right: 15px;
  width: 40px;
  border-radius: 20px;
}   
 

.carousel-control-prev {
  left: 15px;
}

.carousel-control-prev:before {
  content: '\f060';
}

.carousel-control-next:before {
  content: '\f061';
}

#template[data-button-count='1'] .row,
#template[data-button-count='2'] .row,
#template[data-button-count='3'] .row,
#template[data-button-count='4'] .row,
#template[data-button-count='5'] .row,
#template[data-button-count='6'] .row,
#template[data-button-count='7'] .row,
#template[data-button-count='8'] .row
/* #template[data-button-count='9'] #buttons:not(.Select-One-Item-buttons) .row,
#template[data-button-count='10'] .row,
#template[data-button-count='11'] .row,
#template[data-button-count='12'] .row  */
{
  padding: 0 15px;
}

#template[data-button-count='1'] + .carousel-buttons > a,
#template[data-button-count='2'] + .carousel-buttons > a,
#template[data-button-count='3'] + .carousel-buttons > a,
#template[data-button-count='4'] + .carousel-buttons > a,
#template[data-button-count='5'] + .carousel-buttons > a,
#template[data-button-count='6'] + .carousel-buttons > a,
#template[data-button-count='7'] + .carousel-buttons > a,
#template[data-button-count='8'] + .carousel-buttons > a,
/* #template[data-button-count='10'] + .carousel-buttons > a,
#template[data-button-count='11'] #buttons:not(.Select-One-Item-buttons) + .carousel-buttons > a,
#template[data-button-count='11'] + .carousel-buttons > a, 
#template[data-button-count='11'].menu-236 + .carousel-buttons > a,
#template[data-button-count='12'] + .carousel-buttons > a, */
.order-review .carousel-buttons,
.scanitems + .carousel-buttons,
[class*='weigh'] + .carousel-buttons {
  display: none !important;
}

#template[data-button-count='6'] #buttons.Select-One-Item-buttons + .carousel-buttons > a,
#template[data-button-count='7'] #buttons.Select-One-Item-buttons + .carousel-buttons > a,
#template[data-button-count='8'] #buttons.Select-One-Item-buttons + .carousel-buttons > a,
#template[data-button-count='9'] #buttons.Select-One-Item-buttons + .carousel-buttons > a {
  display: block !important;
}

.menu-tag-mainmenu #template[data-button-count='1'] + .carousel-buttons > a,
.menu-tag-mainmenu #template[data-button-count='2'] + .carousel-buttons > a,
.menu-tag-mainmenu #template[data-button-count='3'] + .carousel-buttons > a,
.menu-tag-mainmenu #template[data-button-count='4'] + .carousel-buttons > a,
.menu-tag-mainmenu #template[data-button-count='5'] + .carousel-buttons > a,
.menu-tag-mainmenu #template[data-button-count='6'] + .carousel-buttons > a,
.menu-tag-mainmenu #template[data-button-count='7'] + .carousel-buttons > a,
.menu-tag-mainmenu #template[data-button-count='8'] + .carousel-buttons > a,
.menu-tag-mainmenu #template[data-button-count='9'] + .carousel-buttons > a {
  display: none;
}


/* UTILITY SCREENS */

.paymentclip,
#repeatOrderPhase,
#previousorders-form,
#orders,
#greenreceipt,
#complete-hitarea,
#clip-offline-kiosk {
  display: flex;
  justify-content: center;
  align-items: center;
}

#clip-choices,
#previousorders-form,
#clip-offline-kiosk {
  width: 100%;
  height: 100%;
}

#previousorders-form {
  background: rgba(49, 59, 66, .75);
}

#previousorders .item-header {
  /* box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3); */
  margin-bottom: 15px;
}

#paymentclip-select .row {
  height: auto;
  display: flex !important;
 /* animation: fadeInRight 0.25s;*/
}

#repeatOrderPrompt,
#repeatOrderOptions {
  display: flex;
  /*animation: fadeInRight 0.25s;*/
}

#repeatOrderPhase {
  height: 100%;
}

										   
				   
 

.payment-button {
  display: inline-block;
  border: 1px solid white;
  margin: 10px;
  overflow: hidden;
  width: 200px;
}

.payment-button:hover {
  display: inline-block;
  border: 1px solid white;
  margin: 10px;
  overflow: hidden;
  width: 200px;
}

.repeatOrderPromptButton {
  display: inline-block;
  border: 1px solid white;
  margin: 10px;
  overflow: hidden;
  width: 200px;
}

.repeatOrderPromptButton:hover {
  display: inline-block;
  border: 1px solid white;
  margin: 10px;
  overflow: hidden;
  width: 200px;
}

.repeatOrderButton {
  display: inline-block;
  border: 1px solid white;
  margin: 10px;
  overflow: hidden;
  width: 200px;
}

.repeatOrderButton:hover {
  display: inline-block;
  border: 1px solid white;
  margin: 10px;
  overflow: hidden;
  width: 200px;
}

.payment-button #btext {
  border-top: 1px solid white;
  height: 2em;
  line-height: 2em;
  font-size: 18px;
  text-align: center;
  font-family: 'Segoe UI SemiBold';
}

.repeatOrderPromptButton #btext {
  border-top: 1px solid white;
  height: 2em;
  line-height: 2em;
  font-size: 18px;
  text-align: center;
  font-family: 'Segoe UI SemiBold';
}

.repeatOrderButton #btext {
  border-top: 1px solid white;
  height: 2em;
  line-height: 2em;
  font-size: 18px;
  text-align: center;
  font-family: 'Segoe UI SemiBold';
}

.payment-media-wrapper {
  position: relative;
  z-index: 1;
}

.payment-media-wrapper #bicon {
  z-index: -1;
  font-family: 'fa';
}

.payment-button #bimage,
#bicon {
  display: flex;
  height: 126px;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 75px;
}

.payment-button #bimage {
  position: absolute;
  top: 0;
}

.generic-icon:before,
#btnTenderCredit #bicon:before,
#btnTenderLoyalty #bicon:before {
  content: '\f09d';
}

#btnTenderCounter #bicon:before {
  content: '\f3d1';
}

#btnTenderEmployee #bicon:before {
  content: '\f2bb';
}

#btnTenderCoupon #bicon:before {
  content: '\f3ff';
}

[id*='newOrder'] #bicon:before {
  content: '\f067';
}

[id*='repeatButton'] #bicon:before {
  content: '\f2f9';
}

[id*='orderPinButton'] #bicon:before {
  content: '\f0a6';
}

[id*='pin'] #bicon:before {
  content: '\f00a';
}

[id*='cancel'] #bicon:before,
.cancel #bicon:before {
  content: '\f00d';
}



.phone #bicon:before {
  content: '\f10b';
}

.face #bicon:before {
  content: '\f4fc';
}


.payment-container,
.payment-container:hover,
#ordercomplete,
#ordercomplete:hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 450px;
  width: 600px;
/*  animation: fadeInRight 0.25s;*/
}

.payment-message {
  font-size: 24px;
}

@media only screen and (width: 1024px) and (height: 768px){

  .payment-message{
  font-size: 20px;
  }
}

.payment-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 200px;
  border: 4px solid white;
  border-radius: 50%;
  margin-bottom: 30px;
}

#swipeImage {
  background: url('../images/tenders/-IG_Swipe.gif');
  background-position: center center;
  background-size: cover;
}

#credit-form .payment-message {
  margin-bottom: 30px;
}

.card-image {
  display: inline;
  font-family: FAB;
  font-size: 40px;
  margin: 0 5px;
}

.visa:before {
  content: '\f1f0';
}

.mastercard:before {
  content: '\f1f1';
}

.amex:before {
  content: '\f1f3';
}

.discover:before {
  content: '\f1f2';
}

.diners:before {
  content: '\f24c';
}

.jcb:before {
  content: '\f24b';
}

#testpayment {
  display: none;
}

.previous-order {
  margin: 10px;
  width: 300px;
  height: 450px;
  overflow: scroll;
  border: 1px solid white;
  padding: 0;
  font-family: 'Segoe UI';
  color: #313B42;
  padding: 10px;
}

.previous-order:hover {
  margin: 10px;
  width: 300px;
  height: 450px;
  overflow: scroll;
  border: 1px solid white;
  padding: 0;
  font-family: 'Segoe UI';
  color: #313B42;
  padding: 10px;
}


.selectonequantity .details {justify-content: left;}

.previous-orders .box {
  border-radius: 0;
  background: white;
  /* border: 2px solid #313B42; */
}

.previous-order-item {
 background: #313B42;
 padding: 8px;
 border-radius: 10px;
 position: relative;
}

/* .previous-order #modtext,
.previous-order #pricetext,
.previous-order #receipttext {
  color: white;
} */

.previous-order #pricetext,
.previous-order #receipttext {
  font-size: 18px;
}

.previous-order #modtext {
  font-size: 12px;
  line-height: 12px;
 }

.previous-order #pricetext,
.previous-order #receipttext {
  display: inline-block;
}

.thumbnail {
  background: transparent;
  border: 0;
}

#loadOrder > div {
  color: white;
  width: 100%;
  text-align: center;
}

.previous-order #modtext {
  padding-top: 0;
}

#orderdate {
  font-family: 'Segoe UI SemiBold';
  color: #313B42;
  /* margin: 20px; */
				  
				   
}

.previous-order:nth-child(n + 6) {
  display: none;
}

.previous-orders {
  perspective: 2000px;
 /* animation: fadeInUp 3s; */
}

#clip-complete,
#complete-hitarea {
  height: 100%;
}

#ordercomplete > div:not(:empty) {
  font-size: 30px;
  text-align: center;
  margin: 10px 0;
  font-family: 'Segoe UI';
}

#ordercomplete > #ordernumber:not(:empty) {
  font-size: 5em;
  line-height: 1em;
  font-family: 'Segoe UI Bold';
}

#splash {
  background: none;
}

#dynamicsplashvideo {
  display: block;
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
}

#splashGuestVideoTarget {
  position: fixed;
  top: calc(100% - 30px - 240px);
  left: calc(100% - 15px - 340px);
  border-radius: 30px;
  overflow: hidden;
  border: 3px solid #313B42;
  background: #686868;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.66);
}

#splashGuestVideoTarget > img {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  border: none;
  background-color: transparent;
}

#splashInstructionsContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
}

#splashLogo {
  display: none;
  height: 200px;
  width: 200px;
  background: url('../images/bedrock-mark.svg') no-repeat center center;
  background-size: contain;
  margin-bottom: 20px;
}

#splashInstructionHeader {
  display: none;
}

#splashInstructions {
  width: 100%;
  height: calc(2 * 80px);
}

.splashInstruction {
  width: 100%;
  opacity: 0;
  position: absolute;
  line-height: 1em;
  padding: 0 15%;
  text-align: center;
  color: white;
  font-size: 80px;
  font-weight: normal;
}

.splashMessage {
  display: inline-block;
}

.splashSequence {
  display: none;
}

.splashSequence:after {
  content: '.';
}

.splash-in {
  /*animation: bounceInRight 1s;*/
  opacity: 1;
}

.splash-out {
 /* animation: bounceOutLeft 1s;*/
  opacity: 0;
}

#languageSwitcher {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  font-size: 30px;
}

.splash-language-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.alternateLanguageToStart {
  position: initial;
  bottom: initial;
  left: initial;
  width: initial;
  padding: 0 20px;
  margin-left: initial;
  height: 60px;
  line-height: 60px;
  background: #313B42;
  font-size: 24px;
  font-weight: bold;
  border: initial;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.alternateLanguageToStart:before {
  content: none;
}

.lang-icon:before {
  font-family: 'FA';
  content: '\f06e';
  font-weight: 400;
  margin-right: 15px;
}

#splashvideo {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

#languageSwitcher:before {
  content: '\f0ac';
}

#statusMessageContainer {
  position: relative;
  color: #313B42;
}

#statusMessageContainer > div {
  line-height: 2em;
  padding: 0 1em;
  text-align: center;
}

#splashGuestVideoTarget {
  position: fixed;
  top: 33%;
  left: 5%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

#splashGuestVideoTarget > img {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  border: none;
  background-color: transparent;
}

/* MODALS */

.modal-backdrop {
  display: none;
}

.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 80px) !important;
  width: 100% !important;
  zoom: initial !important;
  margin: 0;
  background: rgba(0, 0, 0, 0.75);
}

.modal-content {
  background: #313B42;
  border: 1px solid white;
  border-radius: 0px;
  font-family: 'Segoe UI Bold';
  color: white;
  min-width: 50%;
  /*animation: zoomIn -0.25s 0.5s;*/
}

#popup-phonepad .modal-content {
  width: 50%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal-content {
    animation: none;
  }
}

.modal-content > *:nth-child(1) {
  border-top: 0;
}

#messageText {
  margin: 0;
  text-align: center;
  font-size: 24px;
}

@media only screen and (width: 1024px) and (height: 768px){

  #messageText{
  font-size: 20px;
  }
}

#receiptText {
  margin: 0;
  text-align: center;
  font-size: 24px;
}

@media only screen and (width: 1024px) and (height: 768px){

  #receiptText{
  font-size: 20px;
  }
}

#messageText {
  font-family: 'Segoe UI Bold';
}

.modal-content #descriptionText {
  max-width: 350px;
  margin: 0 auto 30px auto;
  padding: 0;
  text-align: center;
}

.popup-button {
  background: transparent;
  color: white;
  margin: 0 0;
  font-size: 24px;
  font-family: 'Segoe UI SemiBold';
  border: 2px solid white;
  border-radius: 0;
}


.popup-button.btn-action {
  background: white !important;
  color: #313B42 !important;
}

@media only screen and (width: 1024px) and (height: 768px){

  .popup-button{
  font-size: 20px;
  }
}

.popup-button:hover {
  background: transparent;
  color: white;
  margin: 0 0;
  font-size: 24px;
  font-family: 'Segoe UI SemiBold';
  border: 2px solid white;
  border-radius: 0;
}

@media only screen and (width: 1024px) and (height: 768px){

  .popup-button:hover{
  font-size: 20px;
  }
}

.popup-button:active {
  background: transparent;
  color: white;
  margin: 0 0;
  font-size: 24px;
  font-family: 'Segoe UI SemiBold';
  border: 2px solid white;
  border-radius: 0;
}

@media only screen and (width: 1024px) and (height: 768px){

  .popup-button:active{
  font-size: 20px;
  }
}

.popup-button:focus {
  background: transparent;
  color: white;
  margin: 0 0;
  font-size: 24px;
  font-family: 'Segoe UI SemiBold';
  border: 2px solid white;
  border-radius: 0;
}

@media only screen and (width: 1024px) and (height: 768px){

  .popup-button:focus{
  font-size: 20px;
  }
}

.btn-default[disabled] {
  background: transparent;
  color: white;
  margin: 0 0;
  font-size: 24px;
  font-family: 'Segoe UI SemiBold';
  border: 2px solid white;
  border-radius: 0;
}

@media only screen and (width: 1024px) and (height: 768px){

  .btn-default[disabled]{
  font-size: 20px;
  }
}

.popup-button[disabled] {
  background: white !important;
}

.modal-footer .btn + .btn {
  margin: 15px 0 0 0;
}

.modal-footer {
  display: flex;
  flex-direction: column;
  margin: 0;
  border-top: 1px solid white;
}

#sms + #popup-phonepad .modal-content {
  width: 33%!important;
}

div.numpadOutput,
div.phonepadOutput {
  overflow: hidden;
  width: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.phonepadOutput > * {
  text-align: center;
}

div.phonepadOutput > span {
  font-family: arial;
  position: relative;
  top: -1px;
  margin: 0 -4px;
}

.numpadTextOut {
  width: 100%;
  text-align: center;
  height: calc(2 * 24px);
  border: 0;
  margin: 0;
}

@media only screen and (width: 1024px) and (height: 768px){

  .numpadTextOut{
  height: calc(2 * 20px);
  }
}

.phonepadTextOut {
  width: 100%;
  text-align: center;
  height: calc(2 * 24px);
  border: 0;
  margin: 0;
}

@media only screen and (width: 1024px) and (height: 768px){

  .phonepadTextOut{
  height: calc(2 * 20px);
  }
}

.pagerpadTextOut {
  width: 100%;
  text-align: center;
  height: calc(2 * 24px);
  border: 0;
  margin: 0;
}

@media only screen and (width: 1024px) and (height: 768px){

  .pagerpadTextOut{
  height: calc(2 * 20px);
  }
}

ul.numpadInput,
ul.phonepadInput {
  width: 216px !important;
  padding: 0;
  margin-bottom: 20px;
}

ul.numpadInput li,
ul.phonepadInput li {
  margin: 6px !important;
  height: 60px !important;
  width: 60px !important;
  line-height: 60px !important;
  text-align: center;
  border-radius: 30px !important;
  border: 0 !important;
  font-size: 30px;
}

.delete:before {
  content: '\f060';
  font-family: FA;
  font-size: 30px;
}

.tip-wrapper {
  display: flex;
  padding: 10px;
}

.tip-wrapper .btn {
  margin: 10px;
  width: 25%;
}

#popup-tip-other .numpadOutput {
  position: relative;
}

#popup-tip-other .numpadOutput:before {
  content: '$';
  position: absolute;
  left: 10px;
}

.offer {
  width: calc(100% - 40px);
  margin: 0 20px 20px 20px;
  padding: 0px 10px 0px 45px;
  height: 50px;
  line-height: 50px;
  background: white;
  color: #313B42;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
}

.offer .check {
  position: relative;
  left: -100px;
}

.offer label {
  margin: 0;
}

.offer .check:before {
  content: '\f00c';
  font-family: FA;
  display: block;
  position: absolute;
  overflow: hidden;
  padding-top: 40px;
  height: 40px;
  width: 40px;
  left: 60px;
  top: -15px;
  text-align: center;
  line-height: 40px;
  background: #313B42;
  color: white;
  border-radius: 20px;
  transition: 0.25s;
}

.offer .check:checked:before {
  padding-top: 0;
}

.offer label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
}
						
 

#popup-lookupvideo .modal-content {
  min-width: unset;
}

#popup-keyboard .modal-content,
#popup-email .modal-content,
#popup-name .modal-content {
  width: 800px;
}

div#keyboardContainer {
  padding: 0 20px 20px 20px;
  margin: 0;
  width: 100%;
  height: auto;
}

#keyboardContainer .write {
  padding: 0;
  margin: 0;
  width: 100%;
  height: calc(2 * 24px);
  line-height: calc(2 * 24px);
  border-radius: 24px;
  text-align: center;
  font-family: 'Segoe UI Bold';
}

@media only screen and (width: 1024px) and (height: 768px){

  #keyboardContainer .write{
  border-radius: 20px;
  }
}

@media only screen and (width: 1024px) and (height: 768px){

  #keyboardContainer .write{
  line-height: calc(2 * 20px);
  }
}

@media only screen and (width: 1024px) and (height: 768px){

  #keyboardContainer .write{
  height: calc(2 * 20px);
  }
}

#keyboard {
  margin-top: 20px !important;
  width: 100%;
}

#keyboard > div {
  display: flex;
  width: 100%;
}

#keyboard li {
  flex-grow: 1;
  padding: 0;
  margin: 3px 3px !important;
  border-radius: 0 !important;
  font-family: 'Segoe UI Bold';
  font-size: 16px;
  height: 45px;
  line-height: 45px;
}

#keyboard .delete:before {
  content: '\f55a';
  font-size: 18px;
}

#keyboardContainer + .modal-footer {
  flex-direction: row;
}

#keyboardContainer + .modal-footer .btn {
  flex-grow: 1;
}

#keyboardContainer + .modal-footer .btn + .btn {
  margin: 0 0 0 20px;
  flex-grow: 1;
}

#popup-nutrition .modal-content {
  width: 300px;
  min-width: 300px;
  background: white;
  color: #313B42;
  border-radius: 0;
  border: 3px solid #313B42;
  font-family: DontRemoveThis;
  text-transform: initial;
}

.nutrition-header {
  font-weight: bold;
  border-bottom: 1px solid #707070;
  padding: 20px;
  text-align: center;
  font-size: 40px;
}

#popup-nutrition .popup-button {
  background: #313B42;
  color: white;
}

.nutrition-info:not(:last-of-type) {
  border-bottom: 2px solid #313B42;
}

.nutrition-info:nth-child(2) {
  font-size: 24px;
}

.nutrition-divider {
  height: 4px;
  background: #313B42;
  margin-bottom: 10px;
}

.nutrition-amount {
  display: flex;
  font-weight: bold;
}

.nutrition-amount span:first-of-type {
  flex-grow: 1;
}

.nutrition-info:nth-child(1n + 3) .nutrition-amount span:last-of-type:after {
  content: 'g';
}

#cholesterol:after,
#sodium:after {
  content: 'mg';
}

#serving:empty:after {
  content: 'Unspecified';
}

.nutrition-info span.indent {
  margin-left: 15px;
  font-weight: normal;
}

#receipt + .popover,
#receipt + .popover .popover-content {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  height: 100%;
  width: 100% !important;
  max-width: 100vw !important;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
				
}

#receiptContent {
  position: absolute;
  overflow: hidden;
  top: 20%;
  left: 25%;
  height: 60%;
  width: 50%;
  overflow-y: scroll;
  padding: 15px 25px;
  border-radius: 0px;
  background: white;
  color: #313B42;
  font-family: DontRemoveThis;
 /*animation: none;
  animation: zoomIn -0.25s 0.5s; */
				
}

.receipt-item,
.receipt-mod {
  display: flex;
  line-height: 1em;
  padding-top: 20px;
}

.dot-leader {
  flex-grow: 1;
  border-bottom: 2px dotted #aaa;
  margin: 0 3px;
}

.receipt-mod {
  padding: 10px 0 0 15px;
  font-size: 15px;
}

[class*='receipt'][class*='amount'] {
  order: 1;
}

#receiptMurderizer {
  display: none;
  justify-content: center;
  position: fixed;
  top: calc(20% - 25px);
  right: calc(25% - 25px);
  height: 60px;
  width: 60px;
  z-index: 1024;
  border-radius: 50%;
  background: #313B42;
  color: white;
  font-size: 30px;
  /*animation: zoomIn 0.5s;*/
}

#receiptMurderizer:before {
  content: '\f00d';
}

.popover + #receiptMurderizer {
  display: flex;
}

/* ANIMATIONS */

@keyframes popover {
  0% {
    transform: scale(0);
    transform-origin: top right;
  }

  100% {
    transform-origin: top right;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 100;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes stack3d {
  0% {
    transform: rotate3d(0, 1, 0, 60deg);
    margin: 0 -100px;
    opacity: 0;
  }

  33% {
    opacity: 0;
  }

  70% {
    transform: rotate3d(0, 1, 0, 60deg);
    margin: 0 -100px;
  }
}

#popup-need-more-time svg {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  transform: rotate(-90deg);
  left: calc(50% - 125px);
  position: relative;
  margin-top: 30px;
}

#popup-need-more-time circle {
  fill: transparent;
  stroke: yellow;
  stroke-width: 5;
  stroke-dasharray: 0 100;
  animation: border-timer 4s linear;
}

#popup-need-more-time .modal-content {
  display: block;
}

.paused circle {
  animation-play-state: paused;
}

@keyframes border-timer {
  to {
    stroke-dasharray: 101 100;
    stroke: red;
    stroke-width: 1;
  }
}

#popup-need-more-time #messageText:after {
  content: '3';
  display: block;
  position: absolute;
  top: -170px;
  left: calc(50% - 50px);
  width: 100px;
  font-size: 60px;
  text-align: center;
  animation: countdown linear 4s;
}

@keyframes countdown {
  0% {
    content: '3';
  }

  33% {
    content: '2';
  }

  66% {
    content: '1';
  }

  100% {
    content: '0';
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}


/* DT5 */

@media only screen and (width: 768px) and (height: 1366px) {
  #wrap {
    height: 50% !important;
  }

  #moveUp {
    position: relative;
    top: -60px;
    height: 60px;
    background: #313B42;
    color: white;
    text-align: center;
    line-height: 60px;
    font-size: 45px;
  }

  @media only screen and (max-width: 768px){

    #moveUp{
    font-size: 18px;
    }
  }

  #moveDown {
    position: relative;
    top: -60px;
    height: 60px;
    background: #313B42;
    color: white;
    text-align: center;
    line-height: 60px;
    font-size: 45px;
  }

  @media only screen and (max-width: 768px){

    #moveDown{
    font-size: 18px;
    }
  }

  #moveDown {
    top: calc(100% - 60px);
  }

  #moveUp:before,
  #moveDown:before {
    content: 'MOVE ';
  }

  #moveUp:after,
  #moveDown:after {
    font-family: FA;
    content: '\f0aa';
  }

  #moveDown:after {
    content: '\f0ab';
  }
}

/*------------
	MOBILE
------------*/

.iorderfast-content .carousel-buttons,
.iorderfast-content #clip-header {
  display: none;
}

.iorderfast-content {
  /* margin: var(--Top_Toolbar_Height) 0 0 0; */
  position: absolute;
  left: 0;
  top: 100px;
  bottom: 0px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /* -webkit-overflow-scrolling: touch; */
}

@media only screen and (width: 1080px) and (height: 1920px){

  .iorderfast-content{
  top: 300px;
  }
}

@media only screen and (max-width: 768px){

  .iorderfast-content{
  top: 100px;
  }
    
    #scanner-container {
        height: 300px !important;
        width: 90% !important;
    }   
    
    /* #dtoScannedItems .col-md-6 {float:left; width:70%;} */
    
    /* #dtoScannedItems .col-md-1 {float:left;} */
    
    /* #dtoScannedItems .col-md-5 {float:left; margin-left:25%; padding-top:10px;} */

    #dtoScannedItems .col-md-6 {
      display: flex;
      align-items: center;
      float: left;
      width: 45%;
      padding: 0;
    }

    #dtoScannedItems .col-md-1 {
      /* float: left; */
      display: flex;
      align-items: center;
      overflow: none;
      white-space: nowrap;
      padding: 0;
    }

    #dtoScannedItems .col-md-5 {
      display: flex;
      align-items: center;
      /* float: right; */
      padding: 0;
    }
    
}

@media only screen and (max-width: 768px){
    
  .dragalong:after {display:none !important;}
    
  #ordering {height: 100% !important;width: 100% !important;}

  .iorderfast-content{
  top: 100px;
  }
    
    #btnChange {width: 40% !important;}
    
    .iorderfast-content #buttons .row, .iorderfast-content .order-review-buttons {width: 100% !important;}
    
    .Select-One-Item-Special-buttons #row0 .image-button .caption, .Select-One-Item-Special-Text-buttons #row0 .image-button .caption {
        width: 280px !important;
    }
    
    #nutritionSummary { font-size: 12px !important; line-height: 13px; }
    .footer-left { padding-bottom: 5px; }

}

 #nutritionSummary {font-size: 14px}

.iorderfast-content #template {
  margin: auto;
  /* max-width: 1200px; */
}

.iorderfast-content #buttons:not(.order-review-buttons) {
  text-align: center;
  /* overflow: hidden; */
  width: 90%;
  margin: 0 auto;
}

.iorderfast-content #buttons .row,
.iorderfast-content .order-review-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 15px;
  margin: 0 auto;
  width: 80%;
}

/* .iorderfast-content #buttons.Select-One-Item-Special-Text-buttons .row {
  flex-flow: row!important;
} */

/*
.iorderfast-content #buttons .row {
  width: 100%;
  height: 100%;
}
*/

.iorderfast-content #buttons.Select-One-Item---Dragalong-buttons .row,
.iorderfast-content #buttons.Select-One-Modifier---Dragalong-buttons .row {
  justify-content: flex-end;
  display: block;
  padding-top: 120px;
}

.iorderfast-content .image-button {
  width: 30%;
  display: inline-flex;
}

.iorderfast-content .text-button {
  /* width: 100%; */
  display: inline-flex;
  /*padding-left: 30px;
  margin-left: 50%; */
}

/* .Select-One-Item---Dragalong-buttons .selectonequantity,
.Select-One-Modifier---Dragalong-buttons .selectonequantity {
    margin-left: 60%;
} */

.iorderfast-content .image-button .box,
.iorderfast-content .text-button .box {
  width: 100%;
}

.iorderfast-content .details {
  justify-content: center;
}

.iorderfast-content .image-button .details {
  padding-bottom: 0px;
}

.iorderfast-content .details > div {
  padding: 0 0 !important;
  flex-grow: 0 !important;
  border-top: none !important;
}

.iorderfast-content #calories:after {
  margin-right: 12px;
}

.iorderfast-content .overlaycontainer {
  margin-right: 8px;
}

.Select-One-Modifier---Text-buttons .iorderfast-content .details {
    justify-content: left;
}

/* NAV */

.navbar {
  display: flex;
  height: 100px;
  background: white;
  padding: 0 20px;
  border-bottom: 1px solid #707070;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (width: 1080px) and (height: 1920px){

  .navbar{
  height: 300px;
  }
}

@media only screen and (max-width: 768px){

  .navbar{
  height: 100px;
  }
}

.navbar-fixed-top {
  position: absolute !important;
  -webkit-backface-visibility: 0;
  backface-visibility: 0;
}

.navbar-fixed-top {
  position: absolute;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 200px;
  position: absolute;
  right: 20px;
  height: 100px;
  flex-shrink: 0;
}

@media only screen and (width: 1080px) and (height: 1920px){

  .site-header{
  height: 300px;
  }
}

@media only screen and (max-width: 768px){

  .site-header{
  height: 100px;
  }
}

.navbar-toggle {
  margin: 0;
  background: transparent !important;
  border: 0;
  padding: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #313B42;
  height: 3px;
}

.navbar-collapse {
  padding: 0;
}

#navDesktop .navbar-nav {
  display: flex;
}

#navMobile .navbar-nav + .menu-tag-mainmenu,
#navDesktop .navbar-nav + .menu-tag-mainmenu {
  color: #313B42;
}

.navbar-default .navbar-nav > li > a {										 
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 20px;
  text-decoration: none !important;
  color: #313B42 !important;
  background-color: transparent !important;
}

.dropdown:nth-child(1) {
  color: #313B42;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 20px;
}

.dropdown .fa:before {
  font-size: 24px;
  display: inline-block !important;
  width: 30px !important;
}

#navChangeAccount .fa:before {
  content: '\f2bd';
}

#navChangePassword:before {
  content: '\f084';
  font-size: 22px;
}

#navLogout:before {
  content: '\f2f5';
  font-size: 28px;
}

#header-text,
#menuDescription {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  color: #313B42;
}

.nav-label {
  display: none;
}

.iorderfast-content #clip-receipt {
  pointer-events: none;
}

/* FORMS */

.form.container {
  margin-top: 60px;
}

.form.box {
  width: 550px;
  max-width: calc(100vw - 60px);
  margin: 0 auto 30px auto;
  padding: 20px;
  text-align: center;
}

.form-header {
  width: 100%;
  text-align: center;
  font-size: 35px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px){

  .form-header{
  font-size: 18px;
  }
}

form a {
  /* color: white; */
  font-size: 16px;
}

.form .btn:not(.popup-button):not(.control-button) {
  border-radius: 0px;
  padding: 0 20px;
  border: 2px solid white;
  line-height: 40px;
  text-align: center;
  background: #313B42 !important;
  width: 100%;
  margin-bottom: 0px;
}

#btnChange {
    width: 30%;
    float: right;
}

#navBackToSplash {
    width: 30%;
    float: left;
}

#privacy-policy {
    margin-top: 60px;
    height: 50px;
}

.iorderfast-content .privacy-policy {
  font-size: 14px;
  line-height: 14px;
  padding: 35px 0 0 0;
  margin-top: 0 !important;
  height: auto !important;
}


#btnLogin {
  float: left;
  height: 50px;
}

#guestLogin {
  display: none;
}

#guestLogin #continuesso {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 20px 0;
  color: var(--TertiaryColor) !important;
  font-family: var(--PrimaryBoldFontFamily);
  font-weight: normal;
  font-size: var(--ControlButtonSize);
}

input,
select,
textarea {
  margin-bottom: 10px;
}

.submit-form {
  line-height: 40px;
}

.remember-wrapper {
  font-size: 16px;
}

.forgot-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 0.75em;
  display: block;
}

#customerCreate {
    width: 100%;
    display: inline-block;
    border: solid 2px #ffffff;
    height: 50px;
    line-height: 45px;
    margin-bottom: 20px;
    color: #ffffff !important;
    background: #313B42 !important;
}

#resetPassword {
    width: 100%;
    display: inline-block;
    border: solid 2px #ffffff;
    height: 50px;
    line-height: 45px;
    color: #ffffff !important;
    background: #313B42 !important;
}

#privacy-policy-link {
    color: #313B41 !important;
    font-family: 'Segoe UI';
    padding-right: 5px;
}

label {
  font-weight: normal;
}

.file-preview-frame {
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  margin: 0 0 20px 0;
}

.avatar-container {
  width: auto !important;
  display: flex;
  justify-content: center;
}

.file-input {
  margin: 0 auto;
}

#preferredDate:after {
  content: 'Order Date';
}

#copyright {
  display: none;
}

hr {
  border-top: 1px solid #707070;
}

.amount-due {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.payment-totals-label {
  float: left;
}

.payment-totals {
  float: right;
}

.iorderfast-content #ordercomplete {
  height: auto;
  margin: 60px 20px 0 20px;
  padding: 0 10px;
}

.glyphicon:before {
  font-family: FA;
  position: relative;
  top: -2px;
}





/* ============================================================================================
            ***         ACCOUNT MANAGEMENT          ***
============================================================================================= */
/* ACCOUNT MANAGEMENT SPLASH BUTTON */
#accountManContainer {
  position: absolute;
  z-index: 1050;
  top: 30px;
  right: 10px;
  border-radius: 50px;
  background: #727272;
  color: #FFF;
  height: 60px;
  width: 175px;
  padding: 8px;
  }

#accountManContainer #accountManText {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 45px;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
}

#accountManContainer #accountManText:before {
	content: '\f4fe';
  font-family: 'FA';
  font-size: 25px;
  line-height: 25px;
  color: #727272;
  background: #FFF;
  padding: 10px 6px 10px 10px;
  border-radius: 50%;
  margin-right: 8px;
}


/* ACCOUNT MANAGEMENT PAGES */
#account-info,
#account-credit-form,
#account-management-complete {
  height: calc(100vh - var(--Bottom_Toolbar_Height) - var(--Top_Toolbar_Height));
  display: flex;
  align-items: center;
  justify-content: center;
}

.accountgeneric {
  height: calc(100vh - var(--Bottom_Toolbar_Height) - var(--Top_Toolbar_Height));
  display: flex;
  align-items: center;
  justify-content: center;
}

.accountManBtn {
    display: flex;
    justify-content: center;
}

.accountManageInner {
  flex-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

#modalCreateAccount .modal-content,
#modalDeactivateAccount .modal-content,
#modalTransferFunds .modal-content {
    width: 50%;
}

#modalCreateAccount .modal-body,
#modalDeactivateAccount .modal-body,
#modalTransferFunds .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#modalCreateAccount .modal-body,
#modalTransferFunds .modal-body {
  align-items: flex-start;
  margin-left:  20px
}

.activity-wrapper,
.account-wrapper {
  background: rgba(255,255,255, 0.25);
  border-radius: 5px;
  box-shadow: var(--Item_Box_Shadow);
  padding: 25px;
  margin-bottom: 25px;
}

.greyOutAccount {
  background: rgba(0, 0, 0, 0.4);
}

#menu-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#accountmanagement #header-text {
  color: white;
  font-size: 30px;
  font-family: var(--Top_Toolbar_Font_Family);
  text-align: center;
}
#accountmanagement #controlbuttons {
  justify-content: center;
  width: 100%;
}
#accountmanagement #controlbuttons > button {
  width: 20%;
}
#accountmanagement #swipeImageCredit,
#accountmanagement #swipeImage {
  margin-top: 25px;
}

.swipeCardCreditContainer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: var(--Item_Font_Color);
  padding: 50px 25px 25px 25px;
}

#swipeCardCreditAmount {
  font-weight: bold;
  font-size: 28px;
}

#accountmanagement .btnTenderGeneric #bicon:before {
  background: url('../images/tenders/declining-balance.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  content: '';
}

#accountManagementCompleteMessage {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: bold;
}
#previousBalanceAmount,
#fundedAmount,
#newBalanceAmount {
  padding: 5px;
}


/* ACCOUNT MANAGEMENT POPUP */
.popup-button.fundbutton,
.popup-button.fundbutton:hover,
.popup-button.fundbutton:active,
.popup-button.fundbutton:focus {
  margin: 5px 0;
  min-width: 125px;
  width: 100%;
}


/* AUTO FUNDING PORTAL */
.account-row,
.account-footer {
  max-width: 450px;
  display: flex;
  justify-content: space-between;
  margin: 5px auto;
  
}

.account-information .account-footer {
  flex-flow: column;
}

.account-row span:first-of-type {
  font-weight: bold;
}

.account-footer,
.add-credit-card {
  margin-top: 20px;
}

.account-limit span:nth-child(2):before,
.account-balance span:nth-child(2):before {
  content: '$';
}

.auto-funding-form .toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding-right: 10px;
}

#removeCard, #addCard {
  color: #313B42;
}

#auto-funding-form .toggle-component {
  display: flex;
  justify-content: center;
  padding: 10px 25px;
}

.local-account-activity, 
.local-account-funding,
.local-account-autofund {
  margin: 5px 0;
  width: 100%;
}

.local-account-management {
  margin: 5px 0;
  width: 100%;
  max-width: 450px;
}

span.fa.fa-minus:before {
  content: "\f068";
  font-family: 'FA';
}

span.fa.fa-plus:before {
  content: "\f067";
  font-family: 'FA';
}

/* enable auto funding toggle switch */
.toggle-component {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 30px;
	margin: 30px 0;
	position: relative;
}

.toggle-component [type="checkbox"]:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
}

.toggle-wrapper {
	position: relative;
	height: 30px;
	width: 50px;
	margin-right: 15px;
}

.toggle {
	height: 20px;
	width: 50px;
	background: #888;
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	position: absolute;
	top: 5px;
	left: -5px;
	pointer-events: none;
}

.toggle-slider {
	position: absolute;
	left: 0;
	top: -5px;
	height: 30px;
	width: 30px;
	background: white;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	pointer-events: none;
}

.toggle-component [type="checkbox"]:checked+.toggle .toggle-slider  {
	right: -5px;
	left: auto;
	background: white;
}

.toggle-component label {
	margin: 0;
}

.toggle-component label:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#enabled[type='checkbox'] {
  margin-right: 5px;
}

.rewards-links {
  display: flex;
  display: none;
  background: #313B42;
  width: 360px;
  position: absolute;
  left: calc(50% - 180px);
  padding: 10px;
  margin-top: -30px;
  justify-content: space-evenly;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rewards-links a {
  color: white;
  font-size: 12px;
}

form #myModal .btn {
  background: white;
  color: #313B42;
  line-height: initial;
}

.help-block {
  position: relative;
  top: -8px;
}

.save-payment-div,
.save-payment-state {
  text-align: left;
}

.save-payment-state {
  border-bottom: 2px solid;
}

.glyphicon-remove:before {
  content: '\f00d';
  color: #bb0000;
}




/* SCROLL MARGIN */

.iorderfast-content #template,
.form.container,
.iorderfast-content #orderreview:last-of-type {
  margin-bottom: 150px !important;
}

@media only screen and (max-width: 1366px) {
  .iorderfast-content .text-button {
    width: 50%;
    max-width: 50%;
  }
  .Main-Menu-buttons .image-button {
    width: 70% !important;
  }
}


@media only screen and (max-width: 1023px) {
  .iorderfast-content .image-button {
    width: 33.33%;
  }

  .iorderfast-content .text-button {
    width: 70%;
    max-width: 70%;
  }

  .control-button {
    height: 50px;
    line-height: 30px;
    font-size: 15px;
    line-height: 15px;
  }

  .Main-Menu-buttons .image-button {
    width: 70% !important;
  }

  .modal-content {
    min-width: 66%;
  }
}

@media only screen and (max-width: 768px) {

.iorderfast-content .image-button,
  .iorderfast-content .text-button {
    float: left;
    padding: 0;
    width: 80%;
    border-bottom: none;
    max-width: none;
  }

  .iorderfast-content .text-button {
    width: 100%;
    margin-top: 30px !important;
  }

  .mainmenu .image-button .box {
    overflow: visible;
    border: none;
  }
    
  .Main-Menu-buttons .image-button {
    width: 100%!important;
    padding: 30px 0px 30px 40px !important;
  }
    
  .Select-One-Item-buttons .image-button #bimage,
    .Select-One-Item-Slide-buttons .image-button #bimage,
    .Select-Many-Items---Quantity-buttons .image-button #bimage,
    .Select-Many-Items-Side---Quantity-buttons .image-button #bimage {
    position: relative;
    top: 10px;
    }

    .Select-One-Item-Special-buttons .image-button #bimage,
    .Select-One-Item-Special-Text-buttons .image-button #bimage {
    position: relative;
    top: 10px;
    }
    
    #buttons:not(.Main-Menu-buttons) .image-button .caption {
        height: 190px;
    }
    
    /* .iorderfast-content #buttons:not(.order-review-buttons) {
        margin-left: 20px;
    } */
    
    .iorderfast-content #ordercomplete {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

}


@media only screen and (max-width: 767px) {
  .iorderfast-content {
    top: 100px;
    bottom: 0;
  }

  #header-text,
  #menuDescription {
    width: 100vw;
  }
    
  #navDesktop .navbar-nav {
  display: flex;
  }

  .overlaycontainer {
    display: block;
  }

  .site-nav-collapse {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100vw;
    height: 244px !important;
    overflow: hidden;
  }

  @media only screen and (width: 1080px) and (height: 1920px){

    .site-nav-collapse{
    top: 300px;
    }
  }

  @media only screen and (max-width: 768px){

    .site-nav-collapse{
    top: 100px;
    }
  }

  .order-review-row {
    flex-direction: column;
    height: auto;
  }

  .order-review-modtext {
    text-align: center;
  }

  #amountdue {
    margin: 10px 0;
  }

  .ibutton:not(.ibutton-showing) {
    top: 0px;
    right: 0px;
    background: transparent;
    color: #313B42;
    border:none;
  }

  .ibutton:not(.ibutton-showing):focus {
    top: 0px;
    right: 0px;
    background: transparent;
    color: #313B42;
    border:none;
  }

  .ibutton:not(.ibutton-showing):active {
    top: 0px;
    right: 0px;
    background: transparent;
    color: #313B42;
    border:none;
  }

  .ibutton:not(.ibutton-showing):hover {
    top: 0px;
    right: 0px;
    background: transparent;
    color: #313B42;
    border:none;
    line-height: 60px;
  }

  .ibutton:not(.ibutton-showing):before {
    content: '\f05a';
    border:none;
  }

  .ibutton-showing {
    position: fixed;
    top: calc(25% - 10px);
    right: 5px;
    z-index: 4;
    border:none;
  }

  /* FOOTER */
  #clip-footer {
    flex-direction: column-reverse;
    height: auto;
    padding: 0;
  }

  #controlbuttons {
    width: 100%;
    border: 0;
    box-shadow: none;
    height: 80px;
  }

  .control-button {
    height: 50px;
    line-height: 30px;
    font-size: 15px;
    line-height: 15px;
  }

  [class*='footer-'] {
    width: 100%;
    text-align: center;
    line-height: 40px;
  }

  #receipt,
  #nutritionSummary {
    text-align: center;
    pointer-events: none;
    height: 25px !important;
  }

  #receipt[style*='hidden'] {
    display: none;
  }

  #receipt {
    line-height: 25px;
  }

  .popover.top {
    position: fixed;
    z-index: 3;
    height: 50%;
    top: 25% !important;
    box-shadow: 0 0 0 75vh rgba(0, 0, 0, 0.5);
    transition: 0.5s;
  }

  /* NAV */
  .navbar-nav {
    flex-direction: column;
    background: white;
    margin: 0 0;
  }

  .dropdown {
    border-bottom: 1px solid #707070;
  }

  .nav-label {
    display: inline;
    margin-left: 15px;
    line-height: 60px;
  }

  .navbar-default .navbar-nav > li > a {
    color: #313B42 !important;
    text-decoration: none !important;
  }

  .dropdown:nth-child(1) {
    color: #313B42 !important;
    font-size: 45px;
  }

  @media only screen and (max-width: 768px){

    .dropdown:nth-child(1){
    font-size: 18px;
    }
  }

  .Main-Menu-buttons .image-button {
    width: 100%!important;
    padding: 30px 0px 30px 40px !important;
  }

  .Select-One-Item-buttons .image-button #bimage,
  .Select-One-Item-Slide-buttons .image-button #bimage,
  .Select-Many-Items---Quantity-buttons .image-button #bimage,
  .Select-Many-Items-Side---Quantity-buttons .image-button #bimage {
    position: relative;
    top: 20px;
  }

  .Main-Menu-buttons #bgimage {
    border: 1px solid #313B42;
  }

  #textDesc {
    bottom: 75px;
    padding: 15px;
  }

  #buttons:not(.Main-Menu-buttons) .image-button .caption {
    height: 200px;
  }

  .image-button #btext {
      height: 9em;
  }

  #buttons:not(.Main-Menu-buttons) .image-button #btext:before {
    top: 53%;
  }

  #receipt {
    text-align: center;
    line-height: 40px;
  }

  .text-button {
    margin: 0!important;
  }

  .Select-One-Item-Special-buttons .image-button,
  .Select-One-Item-Special-Text-buttons .image-button {
    width: 100%!important;
    margin-bottom: 35px;
  }

  .Select-One-Item-Special-buttons #row0 .image-button,
  .Select-One-Item-Special-Text-buttons #row0 .image-button {
    padding-left: 15%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .iorderfast-content .image-button .details {
    padding-bottom: 0px;
  }

  .Select-One-Item---Dragalong-buttons .text-button,
  .Select-One-Modifier---Dragalong-buttons .text-button {
    width: 100% !important;
    max-width: 100% !important;
  }

  #dragalongtext {
    font-size: 26px;
    line-height: 26px;
  }

  #dragalongdesc {
    top: 50%;
    font-size: 14px;
  }

  #buttons:not(.Main-Menu-buttons) .image-button .details {
    position: relative;
    top: -1px;
  }

  .Select-One-Item-Special-buttons #fixedbuttonscontainer .image-button .details:before,
  .Select-One-Item-Special-Text-buttons #fixedbuttonscontainer .image-button .details:before {
    top: -73%;
  }

  #fixedbuttonscontainer {
    top: 15px!important;
  }

  .No-Specials [id^=row] {
    top: 0!important;
  }

  #fixedrow0 {
    margin-left: 15px;
    margin-right: 15px;
  }
    
  .Select-One-Item-Special-buttons #row0 .image-button #btext, .Select-One-Item-Special-Text-buttons #row0 .image-button #btext {
      padding-left: 40px !important;
    }
    
  .button-down-state #plusButton, #quantPlus {visibility: visible !important;}
    
  #receipttext {font-size:16px !important;}
    
  .iorderfast-content #buttons.Select-One-Item---Dragalong-buttons .row,
  .iorderfast-content #buttons.Select-One-Modifier---Dragalong-buttons .row {padding-top: 40px !important;}
    
  .footer-right {font-size: 18px !important;}
    
    .ibutton:not(.ibutton-showing):before {
        font-size: 30px !important;
        /*-- color: #ffffff !important; --*/
    }
    
    .text-button .ibutton {
        margin-right: 3px !important;
        /*--- line-height: 60px !important; ---*/
    }

    /* #dragalongtext {height: 150px !important;} */
    
    .iorderfast-content #buttons.Select-One-Item---Dragalong-buttons .row,
    .iorderfast-content #buttons.Select-One-Modifier---Dragalong-buttons .row {padding-top: 110px !important;}
    
    .paymentclip, #repeatOrderPhase, #previousorders-form, #orders, #greenreceipt, #complete-hitarea, #clip-offline-kiosk {
        display: inline-block !important;
        width: 100% !important;
        margin-top: 20px !important;
    }
    
    .previous-orders .box {
        height: 100% !important;
        margin-left: 20px !important;
        margin-bottom: 30px !important;
        width: 90% !important;
    }
    
    .previous-orders .box:last-child {
        margin-bottom: 100px !important;
    }
    
    #welcome, .page-header {
        width: 90% !important;
        padding-left: 20px !important;
        padding-bottom: 20px !important;
    }
}


.Main-Menu-buttons .box{
  background: transparent;
  border: 1px solid #313B42;
}

.Main-Menu-buttons #bimage {
  position: absolute;
  top: -20px;
  left: -40px;
  background-color: #313B42;
  border: none;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  z-index: 1;
  margin: 0;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.75);
}

.Main-Menu-buttons .image-button {
  width: 45%; 
  padding: 40px;
}

.Main-Menu-buttons #bgimage {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #777;
  background-size: cover;
  background-position: 50px;
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 10px;
}

.Main-Menu-buttons .image-button .caption,
.Main-Menu-buttons .image-button .details {
  background: transparent;
  border: none;
}

.Main-Menu-buttons .image-button .details {
  height: 0;
}

.Main-Menu-buttons #textDesc {
  padding: 0;
  color: #fff;
  left: 30%;
  width: 70%;
  height: 0px;
  text-align: left;
  bottom: 28px;
  font-size: 12px;
  line-height: 12px;
}

.Main-Menu-buttons .image-button #btext {
  color: white;
  justify-content: flex-start;
  width: 60%;
  position: relative;
  left: 30%;
  text-align: left;
  padding: 0;
  font-family: 'Segoe UI';
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
  height: 4em;
  border-top: none;
  top: -2px;
}

.Main-Menu-buttons #subButtons {
  display: none;
}

.kiosk-content .Main-Menu-buttons .row {
  padding: 0 60px;
}

.menu-id-2 #clip-header,
.menu-tag-anythingelse #clip-header,
.order-review #clip-header,
.menu-tag-addside #clip-header,
#previousorders #clip-header {
  color: #313B42;
}

/* #previousorders #clip-header {
  background-image: none;
  background-color: transparent;
  background: transparent;
} */

#previousorders #header-text {
  font-size: 45px;
  font-family: 'Segoe UI SemiBold';
}

.Select-One-Item---Dragalong-buttons #btext,
.Select-One-Modifier---Dragalong-buttons #btext {
  font-family: 'Segoe UI Bold';
}

#previousItems {
  /* display: inline !important; */
  position: absolute;
  top: 45px;
  right: 3%;
}

.previousItemsButton {
  background: #313B42;
  color: white;
  height: 50px;
  border-radius: 0;
}

.previousItemsButton:before {
  content: '\f004';
  font-family: 'FAR';
  margin-right: 10px;
}

/* .menu-3 .box,
.menu-3 .box:hover,
.menu-3 .box:focus {
  background: white;
} */


@media only screen and (width: 1366px) and (height: 768px) {
  .Select-One-Modifier-buttons .image-button #bimage,
  .Select-Many-Modifiers-buttons .image-button #bimage,
  .Select-One-Modifier---Upsell-buttons .image-button #bimage,
  .Select-Many-Modifiers---Quantity-buttons .image-button #bimage,
  .Select-Many-Modifiers---LNM-buttons  .image-button #bimage,
  .Select-Many-Modifiers---Limited-buttons  .image-button #bimage {
    position: absolute;
    width: 150px;
    top: 0px;
    left: 0;
    z-index: 1;
    border-radius: 150px;
    margin: 0;
    background-size: cover;
  }

  .Select-One-Modifier-buttons .image-button,
  .Select-Many-Modifiers-buttons .image-button,
  .Select-One-Modifier---Upsell-buttons .image-button,
  .Select-Many-Modifiers---Quantity-buttons .image-button,
  .Select-Many-Modifiers---LNM-buttons  .image-button,
  .Select-Many-Modifiers---Limited-buttons  .image-button {
    padding: 40px 10px;
  }

  .Select-Many-Items---Quantity-buttons .image-button,
  .Select-Many-Items-Side---Quantity-buttons .image-button {
    width: 25%;
    margin: 0;
  }

  div.numpadOutput,
  div.phonepadOutput {
    width: 40% !important;
  }

  /* .Select-One-Item-buttons .image-button #bimage,
  .Select-Many-Items---Quantity-buttons .image-button #bimage {
    margin: 0;
  } */
}

/* OVERRIDES FOR X22 & DT5*/
@media only screen and (width: 1080px) and (height: 1920px) {

  .kiosk-content #clip-template {
    position: relative;
    height: calc(100% - 300px - 130px) !important;
}

  @media only screen and (width: 1080px) and (height: 1920px){

    .kiosk-content #clip-template{
    height: calc(100% - 300px - 130px) !important;
    }
  }

  @media only screen and (max-width: 768px){

    .kiosk-content #clip-template{
    height: calc(100% - 300px - 130px) !important;
    }
  }

  .paymentclip {
    position: relative;
    height: calc(100% - 300px - 130px) !important;
}

  @media only screen and (width: 1080px) and (height: 1920px){

    .paymentclip{
    height: calc(100% - 300px - 130px) !important;
    }
  }

  @media only screen and (max-width: 768px){

    .paymentclip{
    height: calc(100% - 300px - 130px) !important;
    }
  }

  .kiosk-content #clip-repeatorders {
    position: relative;
    height: calc(100% - 300px - 130px) !important;
}

  @media only screen and (width: 1080px) and (height: 1920px){

    .kiosk-content #clip-repeatorders{
    height: calc(100% - 300px - 130px) !important;
    }
  }

  @media only screen and (max-width: 768px){

    .kiosk-content #clip-repeatorders{
    height: calc(100% - 300px - 130px) !important;
    }
  }

  .kiosk-content #clip-orders {
    position: relative;
    height: calc(100% - 300px - 130px) !important;
}

  @media only screen and (width: 1080px) and (height: 1920px){

    .kiosk-content #clip-orders{
    height: calc(100% - 300px - 130px) !important;
    }
  }

  @media only screen and (max-width: 768px){

    .kiosk-content #clip-orders{
    height: calc(100% - 300px - 130px) !important;
    }
  }

  #template .image-button {
    width: 50%;
  }

  #template[data-button-count='1'] .image-button,
  #template[data-button-count='2'] .image-button,
  #template[data-button-count='3'] .image-button,
  #template[data-button-count='4'] .image-button,
  #template[data-button-count='5'] .image-button,
  #template[data-button-count='6'] .image-button,
  #template[data-button-count='7'] .image-button,
  #template[data-button-count='8'] .image-button  {
    width: 49%;
  }

  #template[data-button-count='5'] .image-button  {
    width: 33%;
  }

  .menu-id-2 #template .image-button {
    width: 85%;
  }

  #clip-header {
    height: 300px;
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 60% 30%;
    border-bottom-right-radius: 60% 30%;
  }

  #clip-footer {
    height: 130px;
  }

  #receipt {
    height: 130px;
    line-height: 130px;
  }

  [data-button-count='1'] .image-button,
  [data-button-count='2'] .image-button,
  [data-button-count='3'] .image-button,
  [data-button-count='4'] .image-button,
  [data-button-count='5'] .image-button {
    margin: 0 1px;
  }

  .Main-Menu-buttons .item.active, 
  .Main-Menu-buttons .item.next, 
  .Main-Menu-buttons .item.prev {
    align-items: flex-start;
  }

  .Main-Menu-buttons .box {
    height: 150px;
    overflow: visible;
  }
  
  [data-button-count='6'] .Main-Menu-buttons .box,
  [data-button-count='7'] .Main-Menu-buttons .box,
  [data-button-count='8'] .Main-Menu-buttons .box,
  [data-button-count='9'] .Main-Menu-buttons .box {
    height: 100px;
  }

  .Main-Menu-buttons .image-button {
    padding: 75px !important;
  }

  [data-button-count='6'] .Main-Menu-buttons .image-button,
  [data-button-count='7'] .Main-Menu-buttons .image-button,
  [data-button-count='8'] .Main-Menu-buttons .image-button {
    padding: 43px !important;
  }

  [data-button-count='9'] .Main-Menu-buttons .image-button {
    padding: 32px !important;
  }

  .Main-Menu-buttons #bimage {
    top: -25px;
    width: 150px;
    height: 150px;
  }

  [data-button-count='1'] .Main-Menu-buttons #bimage,
  [data-button-count='2'] .Main-Menu-buttons #bimage,
  [data-button-count='3'] .Main-Menu-buttons #bimage,
  [data-button-count='4'] .Main-Menu-buttons #bimage,
  [data-button-count='5'] .Main-Menu-buttons #bimage {
    top: -40px !important;
    left: -110px !important;
    width: 225px !important;
    height: 225px !important;
  }

  [data-button-count='8'] .Main-Menu-buttons #bimage {
    top: -25px !important;
    left: -40px !important;
    width: 150px !important;
    height: 150px !important;
  }

  [data-button-count='1'] .Main-Menu-buttons #btext,
  [data-button-count='2'] .Main-Menu-buttons #btext,
  [data-button-count='3'] .Main-Menu-buttons #btext,
  [data-button-count='4'] .Main-Menu-buttons #btext,
  [data-button-count='5'] .Main-Menu-buttons #btext {
    font-size: 38px !important;
    line-height: 38px !important;
    left: 18% !important;
  }

  .Main-Menu-buttons #btext {
    height: 3.3em !important;
    font-size: 30px !important;
    line-height: 30px !important;
    left: 15% !important;
  }

  .dragalong {
    height: 50% !important;
    width: 100% !important;
  }

  .dragalong:after {
    width: 540px !important;
    height: 2px !important;
    top: auto !important;
    left: 25% !important;
    bottom: 0 !important;
  }

  #dragalong + #buttonscarousel .row {
    width: 100% !important;
    margin-left: 0% !important;
    margin-top: 25%;
  }

  .control-button {
    height: 80px;
    line-height: 24px;
  }

  #template .text-button {
    width: 50%;
    margin: 0;
  }

  #check {
    top: 165px;
  }

  #template[data-button-count='1'] .text-button,
  #template[data-button-count='2'] .text-button,
  #template[data-button-count='3'] .text-button,
  #template[data-button-count='4'] .text-button,
  #template[data-button-count='5'] .text-button,
  #template[data-button-count='6'] .text-button,
  #template[data-button-count='7'] .text-button,
  #template[data-button-count='8'] .text-button {
    width: 75%;
    max-width: 75%;
  }

  .scan-items-wrapper {
    height: 550px;
    width: 65vw;
  }
  
  #previousorders-form,
  #orders {
    display: block;
  }

  .previous-order, .previous-order:hover {
    margin: 10px;
    width: 98%;
    height: 250px;
  }

  .Select-One-Item-buttons .row, .Select-Many-Items---Quantity-buttons .row, .Select-Many-Items-Side---Quantity-buttons .row {
    flex-flow: row wrap;
  }

  .header-wrapper {
    height: 300px;
    border-bottom-left-radius: 60% 30%;
    border-bottom-right-radius: 60% 30%;
  }

  .carousel-buttons .nex-button {
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }

  .carousel-control-prev, .carousel-control-next {
    width: 60px;
    border-radius: 30px;
    top: calc(25% - 20px);
  }

  #btn-less:before,
  #btn-more:before {
    top: 48%!important;
  }

  .dragalong {
    background-size: 55%;
  }

  #dragalongtext {
    top: 75%;
    font-size: 50px;
    line-height: 50px;
  }

  #dragalongdesc {
    width: 85%;
    top: 33%;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .Select-One-Item-Slide-buttons .row-centered {
    flex-wrap: wrap!important;
  }

  .Select-One-Item-Slide-buttons .image-button .caption {
    height: 200px!important;
  }

  .Select-One-Item-Slide-buttons #textDesc {
    bottom: 100px!important;
  }

  .Select-One-Item-Slide-buttons .image-button #btext:before {
    top: 54%!important;
  }

  #splashGuestVideoTarget {
    display: none;
  }

  .Select-One-Item-Special-buttons #row0 .image-button,
  .Select-One-Item-Special-Text-buttons #row0 .image-button {
    width: 51%!important;
    margin-bottom: 5%;
  }

  /* .Select-One-Item-Special-buttons #row0 {
    bottom: auto!important;
    top: 30%;
  } */

  .Select-One-Item-Special-buttons #row0,
  .Select-One-Item-Special-Text-buttons #row0  {
    flex-flow: column!important;
  }

  #repeatOrderPrompt, #repeatOrderOptions {
    flex-direction: column;
  }

  #fixedbuttonscontainer:after {
    top: 100%;
    position: relative !important;
  }

  .Select-One-Item-Special-buttons .image-button #btext,
  .Select-One-Item-Special-Text-buttons .image-button #btext {
    font-size: 22px;
  }

  .Select-One-Item-Special-buttons #row0 .image-button #btext,
  .Select-One-Item-Special-Text-buttons #row0 .image-button #btext {
    height: 3em;
  }

  .repeatOrderButton, 
  .repeatOrderButton:hover,
  .repeatOrderPromptButton,
  .repeatOrderPromptButton:hover{
    margin: 40px;
    width: 400px;
  }

  #bicon {
    height: 200px;
  }

}


/* SLIDE FEATURE */
.remove a{
  color: #cccccc !important;
}

.previousItemsArea {
  position:absolute;
  right:200px;
  top:10px;
}

.wider {
  width: 100%;
  height: 75%
}

.load-order-btn,
.load-order-btn:hover {
  text-align: center;
  width: 100%;
  display: inline-block !important;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14pt;
  line-height: 1.42857143;
  border-radius: 4px;
  background-color: #313B42;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.previous-order-addremovebutton {
  background: transparent;
  border: 1px solid white;
  border-radius: 0px;
  font-size: 14px;
  color: white;
  /* position: absolute; */
}

													  
			
 

.modal-content .load-order-btn {
  display: block;
  width: 100%;
  /* color: #313B42;
  background: #e3771e; */
}

.previous-order-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #313B42;
  padding-bottom: 5px;
}

#items a {
  color: white;
}

#totalPreviousOrder {
  font-family: 'Segoe UI SemiBold';
				   
				   
}


/* SLIDE FEATURE */
.Select-One-Item-Slide-buttons {
  height: 100%;
  overflow-x: scroll;
  overflow: scroll;
}

.Select-One-Item-Slide-buttons .row-centered {
  margin-left: 0px;
  margin-right: 0px;
  width: 135%;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 20px 30px;
  height: 100%;
}

#btn-more {
  width: 128px;
  background-color: rgba(49, 59, 66, .25);
  background-image: url("../images/arrow_right.png");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center center;
  height: calc(100% - 240px);
  z-index: 99;
  position: absolute;
  top: 140px;
  right: 0px;
  cursor: pointer;
}

#btn-more:before {
  content: '\f35a';
  font-family: FAR;
  position: absolute;
  top: 37%;
  left: 10%;
  font-size: 100px;
}

#btn-less {
  width: 128px;
  background-color: rgba(49, 59, 66, .25);
  background-image: url("../images/arrow_left.png");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center center;
  height: calc(100% - 240px);
  z-index: 99;
  position: absolute;
  top: 140px;
  left: 0px;
  cursor: pointer;
}

#btn-less:before {
  content: '\f359';
  font-family: FAR;
  position: absolute;
  top: 37%;
  left: 10%;
  font-size: 100px;
}

#clip-moreForwardarrow {display:none;}


/* SPECIALS FEATURE */
.Select-One-Item-Special-Text-buttons [id^=row] {
  position: relative;
}

.No-Specials [id^=row] {
  top: 0;
}

#fixedbuttonscontainer {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
  display: block;
  padding-top: 20px;
}

.Select-One-Item-Special-buttons  .box,
.Select-One-Item-Special-Text-buttons  .box {
  overflow: visible;
}

.Select-One-Item-Special-Text-buttons [id^=fixedrow] .box {
  overflow: hidden;
  outline: 2px solid #fff!important;
    outline-offset: -10px;
    border-radius: 10px;
    height: 300px;
}

.Select-One-Item-Special-buttons .image-button #bimage,
.Select-One-Item-Special-Text-buttons .image-button #bimage {
  width: 150px;
  height: 150px;
}

.Select-One-Item-Special-Text-buttons [id^=fixedrow] .image-button #bimage {
  display: none;
}

.Select-One-Item-Special-buttons .image-button .caption,
.Select-One-Item-Special-Text-buttons .image-button .caption {
  height: auto!important;
}

.Select-One-Item-Special-Text-buttons .image-button .caption {
  height: 225px!important;
  background: #313B42;
}

.Select-One-Item-Special-buttons .image-button #btext,
.Select-One-Item-Special-Text-buttons .image-button #btext {
  height: 75px;
  font-size: 18px;
  font-family: 'Segoe UI SemiBold';
  color: white;
  width: 90%;
  margin: 0 auto;
}

.Select-One-Item-Special-buttons .image-button #price,
.Select-One-Item-Special-Text-buttons .image-button #price {
  line-height: 0;
}

.Select-One-Item-Special-buttons .image-button #btext:before,
.Select-One-Item-Special-Text-buttons .image-button #btext:before {
  display: none!important;
}

.Select-One-Item-Special-buttons .image-button .details,
.Select-One-Item-Special-Text-buttons .image-button .details {
  margin-bottom: 0;
}

.Select-One-Item-Special-buttons #textDesc,
.Select-One-Item-Special-Text-buttons #textDesc {
  padding: 0;
  bottom: 30px;
  font-size: 15px;
  line-height: 15px;
  color: white;
  text-align: center;
}

.Select-One-Item-Special-Text-buttons #textDesc {
  bottom: 0;
  padding: 50px 15px;
  height: 100px;
}

.Select-One-Item-Special-buttons .image-button,
.Select-One-Item-Special-Text-buttons .image-button {
  width: 30%;
  display: inline-block;
}

.No-Specials .image-button {
  width: 25%;
}

.Select-One-Item-Special-buttons .popover.top,
.Select-One-Item-Special-Text-buttons .popover.top  {
  top: 165px !important;
  right: 15px;
  min-width: calc(100% - 30px);
  max-width: calc(100% - 30px);
  height: calc(100% - 230px);
}

.Select-One-Item-Special-buttons .ibutton,
.Select-One-Item-Special-Text-buttons .ibutton {
  top: 150px;
}

.Select-One-Item-Special-buttons .ibutton.nex-button,
.Select-One-Item-Special-Text-buttons .ibutton.nex-button {
  width: 42px;
  height: 42px;
  border: 2px solid white;
}

.Select-One-Item-Special-buttons .item-description-text
.Select-One-Item-Special-Text-buttons .item-description-text {
  color: white;
}


/* SPECIALS FEATURE FIXED ITEMS */
.Select-One-Item-Special-buttons #fixedbuttonscontainer .image-button #btext,
.Select-One-Item-Special-buttons #fixedbuttonscontainer .image-button .details,
.Select-One-Item-Special-Text-buttons #fixedbuttonscontainer .image-button #btext,
.Select-One-Item-Special-Text-buttons #fixedbuttonscontainer .image-button .details {
  color: white!important;
}

.Select-One-Item-Special-buttons #fixedbuttonscontainer .image-button #btext,
.Select-One-Item-Special-Text-buttons #fixedbuttonscontainer .image-button #btext {
  height: 5.5em;
}

#fixedbuttonscontainer .image-button .details:before {
  content: "";
  height: 1px;
  width: 90%;
  background: white;
  display: block;
  position: absolute;
  top: 25%;
}

.Select-One-Item-Special-buttons #fixedbuttonscontainer .image-button .caption,
.Select-One-Item-Special-buttons #fixedbuttonscontainer .image-button .details,
.Select-One-Item-Special-Text-buttons #fixedbuttonscontainer .image-button .caption,
.Select-One-Item-Special-Text-buttons #fixedbuttonscontainer .image-button .details {
  background: #313B42!important;
}

.Select-One-Item-Special-buttons #fixedbuttonscontainer .image-button .details,
.Select-One-Item-Special-Text-buttons #fixedbuttonscontainer .image-button .details {
  border-left: none;
  border-right: none;
}

/* #fixedbuttonscontainer {
  position: absolute;
    top: -20px;
} */

#fixedrow0:after {
  content: "";
  height: 1.75px;
  width: 100%;
  background: #686868;
  display: block;
  position: relative;
  left: 0;
  margin-top: 20px;
}


/* SPECIALS FEATURE ROW0 ITEMS */
.Select-One-Item-Special-buttons #row0 .image-button,
.Select-One-Item-Special-Text-buttons #row0 .image-button {
  margin: 20px 60px;
}

.Select-One-Item-Special-buttons #row0 .image-button #btext,
.Select-One-Item-Special-Text-buttons #row0 .image-button #btext {
  font-family: 'Segoe UI';
  color: #313B42;
  height: 4em;
  padding: 15px;
}

.Select-One-Item-Special-buttons #row0 .image-button .caption,
.Select-One-Item-Special-Text-buttons #row0 .image-button .caption {
  height: 80px!important;
  width: 300px;
}

.Select-One-Item-Special-buttons #row0 .image-button .caption,
.Select-One-Item-Special-Text-buttons #row0 .image-button .caption {
  text-align: center;
  border: 1px solid #313B42;
  border-radius: 10px;
}

.Select-One-Item-Special-buttons #row0 .image-button #bimage,
.Select-One-Item-Special-Text-buttons #row0 .image-button #bimage {
  position: absolute;
  top: -10px;
  left: -55px;
  height: 100px;
  width: 100px;
  border: none;
}

.Select-One-Item-Special-buttons #row0 .image-button .details,
.Select-One-Item-Special-Text-buttons #row0 .image-button .details {
  height: 0;
  margin-bottom: 0;
  border: none;
}

/* .Select-One-Item-Special-buttons #row0  {
  position: absolute;
  bottom: 45px;
} */

/* .Select-One-Item-Special-buttons #row0 .image-button {
  width: 17%;
} */

				   
@media only screen and (width: 1024px) and (height: 768px) {

  #splashGuestVideoTarget {
    display: none;
  }

  .Main-Menu-buttons #bimage {
    top: -22px;
  }

  [data-button-count='5'] .image-button #bimage {
    height: 125px;
    width: 125px;
  }



  .Main-Menu-buttons .image-button #btext {
    height: 4.5em;
    left: 36%;
    font-size: 17px;
  }


  .image-button #btext {
    height: 11em;
  }

  [data-button-count='5']  #buttons:not(.Main-Menu-buttons) .image-button #btext:before {
    top: 35%;
  }

  .dragalong {
    background-size: 85%;
  }

  #template .text-button {
    width: 33%;
    max-width: 33%;
  }

  .control-button {
    line-height: 20px;
  }

  @media only screen and (width: 1024px) and (height: 768px){

    .control-button{
    line-height: 20px;
    }
  }

  .text-button #check {
    top: calc(80% - 22px);
  }

  #dragalongtext {
    top: 68%;
    font-size: 35px;
    line-height: 35px;
  }

  #dragalongdesc {
    top: 28%;
    line-height: 20px;
  }

  #btn-more,
  #btn-less {
    width: 124px;
  }

  #textDesc {
    bottom: 65px;
  }

  div.numpadOutput,
  div.phonepadOutput {
    width: 50% !important;
  }

  [data-button-count='1'] .text-button,
  [data-button-count='2'] .text-button,
  [data-button-count='3'] .text-button,
  [data-button-count='4'] .text-button,
  [data-button-count='5'] .text-button {
    margin: 0 2px;
  }

  .Select-One-Item---Dragalong-buttons .text-button #btext,
  .Select-One-Modifier---Dragalong-buttons .text-button #btext {
    font-size: 20px;
    line-height: 20px;
  }

																  			
   
}

															
@media only screen and (width: 1080px) and (height: 1920px){

.Select-One-Item-Special-Text-buttons [id^=row] .image-button #bimage {
  top: -100px;
  left: 0;
  right: 0;
  height: 125px;
  width: 125px;
}

.Select-One-Item-Special-Text-buttons [id^=row] .image-button .caption {
  height: 150px!important;
}

#template .Select-One-Item-Special-Text-buttons [id^=fixedrow] .image-button {
  width: 32%;
}

.previous-orders {
  padding-top: 5%;
  padding-left: 2%;
  padding-right: 2%;
}

.previous-order-addremovebutton {
  font-size: 14px;
  left: 93%;
}

#pricetext {
  right: 1%;
}

#buttons:not(.Main-Menu-buttons) .image-button .caption {
  height: 250px;
}

#buttons:not(.Main-Menu-buttons) .image-button #btext:before {
    top: 48%;
}

.modal-content {
  width: 75%;
}

#previousItemsPopOut .previous-order-addremovebutton {
  font-size: 14px;
  left: 90.2%;
}

/* #previousorders .page-header {
  top: -275px;
} */

#previousorders #welcome {
  top: -100px!important;
  left: 0;
  font-size: 22px!important;
  line-height: 22px;
  text-align: center;
}

#previousItemsPopOut .prevousorder-button {
  top: -3px;
}

}

#popup-nexsignup #messageText {
    font-size: 0px;
}

#popup-nexsignup #messageText:after {
    content: 'ARE YOU PAYING WITH YOUR BADGE?';
    font-size: 24px;
}


/*----------------------------------------------------------------

BUNDLE BUTTON - updated 12.2.2020

----------------------------------------------------------------*/
#template.showingBundleButton {
  display: flex;
  justify-content: center;
  align-items: center;
}

.showingBundleButton #bundle {
  width: 250px;
  padding: 0;
  margin: auto;
}

.showingBundleButton #buttons {
  width: 50% !important;
  align-items: flex-end;
  justify-content: center;
  flex-flow: column;
}

.showingBundleButton #buttons .row {
  padding: 0;
}

.showingBundleButton .text-button {
  width: 75%!important;
  max-width: 75%!important;
}

#bundle #bimage {
  height: 250px;
  width: 250px;
  border-radius: 0;
  border: none;
  background-size: 100%;
  background-position: center;
}

#bundle .caption {
  background: white;
  border-bottom: 10px solid #313B42;
  border-left: 1px solid #313B42;
  border-right: 1px solid #313B42;
}

#bundle #btext {
  height: 3em;
  font-size: 16px;
  padding: 0 10px;
  justify-content: flex-start;
}

#bundle #textDesc {
  font-size: 14px;
  bottom: 0;
  padding: 0 10px 10px 10px;
}

.bundle-selected .box {
  box-shadow: 0 0 5px #313B42;
  border-radius: 10px;
}

.bundle-selected #check {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  visibility: visible;
  position: absolute;
  top: 30px;
  right: -8px;
  z-index: 1;
  line-height: 50px;
}

#bundle #check:before {
  content: '\f00c';
  font-size: 25px;
}

@media only screen and (orientation: portrait), only screen and (width: 1080px) and (height: 1920px) {

  #template.showingBundleButton {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-flow: column;
  }

  .showingBundleButton #bundle {
    width: 250px;
    padding: 0;
    margin-bottom: 50px;
  }

  .showingBundleButton #buttons {
    width: 75%;
  }

  #bundle.image-button {
    width: 350px!important;
    margin: 100px 0;
  }
  
  #bundle #bimage {
    height: 350px;
    width: 350px;
  }
  
  #bundle #btext {
    font-size: 20px;
  }
}

/* ONLINE ORDERING FOR BUNDLE BUTTON */
.iorderfast-content .showingBundleButton#template {
  width: 85% !important;
}

.iorderfast-content .showingBundleButton #buttons .row {
  flex-flow: column;
  width: 100%;
}

.iorderfast-content .showingBundleButton .text-button {
  width: 100% !important;
  max-width: 100% !important;
}

.iorderfast-content #bundle.image-button {
    margin: 50px 0;
}

@media only screen and (max-width: 768px) {
  .iorderfast-content .showingBundleButton #buttons:not(.order-review-buttons) {
    margin-left: auto;
    width: 90% !important;
  }
  
  .iorderfast-content #bundle.image-button {
      margin: 25px 0;
  }
}

@media only screen and (max-width: 400px) {
  .iorderfast-content #bundle.image-button {
    width: 250px!important;
    margin: 100px 0;
  }
  
  .iorderfast-content #bundle #bimage {
    height: 250px;
    width: 250px;
  }
   
  .iorderfast-content #bundle.image-button {
      margin: 5px 0;
  }
}


/*----------------------------------------------------------------

STYLES FOR FLOATING ADD ITEM BUTTON - 4.20.2020

----------------------------------------------------------------*/

#floating-controlbuttons {
    top: 71%;
    right: 0;
    z-index: 0;
    position: absolute;
    width: 170px !important;
    height: 230px !important;
}
.control-button-float-right {
    width: 170px !important;
    height: 230px !important;
}
.floating-control-button-additem {
    width: 170px !important;
    height: 230px !important;
    border: 3px solid white;
    border-radius: 150px 0 0 150px;
    z-index: 2;
    background-color: #313C42;
    font-size: 30px;
    color: white;
    margin-top: 5%;
    box-shadow: 0 4px 10px 1px grey;
}
.floating-controlbuttons-hidden {
    visibility: hidden;
    z-index: -1;
}

@media  screen and (min-width: 1366px) {
    #floating-controlbuttons {
        top: 25%;
    }
}


/*----------------------------------------------------------------

STYLES FOR BUTTON PULSE HIGHLIGHT - 4.20.2020

----------------------------------------------------------------*/

.highlight-button #bimage {
	box-shadow: 0 0 0 0 rgba(49, 60, 66, 1);
	transform: scale(1);
	/*animation: pulse 3s infinite;*/
    border: solid 1px #686868;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(49, 60, 66, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(49, 60, 66, 0);
	}
	
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(49, 60, 66, 0);
	}
}

/*----------------------------------------------------------------

TESTING FOR SPLASH STYLES BUILT INTO THE KIOSK FILE

----------------------------------------------------------------*/

.splashPlaylistX22-p img,
.splashPlaylistTD18-p  img {
    height: 100%;
    width: auto;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
}

.splashPlaylistX22-l  img,
.splashPlaylistTD18-l  img {
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
}


/*----------------------------------------------------------------

STYLES FOR UPDATED SPLASH SCREEN ADVERTISEMENTS - 4.24.2020

----------------------------------------------------------------*/


#statusMessageContainer {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
    color: rgb(192, 192, 192);
}

div#content {
    display: block;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

#dmd {
	position: absolute;
	height: 100vh;
	width: 100vw;
	left: 0px;
	top: 0px;
	background-size: cover;
	background-position: right 50px;
}

/*---------------------------------------------------------------------------------------
AVAILABLE TENDERS CODE
---------------------------------------------------------------------------------------*/


#loyalty_buttons #okTender {
    width: 125px; 
    margin-right: 20px;
}


#popup-available-tenders .check:checked ~ .tender-item #check_select:before {
    content: '\f058';
    font-family: 'fa';
    color: #000000;
    z-index: 99;
    visibility: visible;
}

#popup-available-tenders #check_select {
    font-size: 40px;
    padding-right: 1px;
    line-height: 1px;
	padding-top:30px;
	padding-bottom: 20px;
	float: left;
}


#loyalty_container #tenderText {
    display: inline;
    padding-right: 10px;
    padding-left: 20px;
    color: #000000;
    line-height: 55px;
}

#loyalty_container #tenderAmount {
    display: inline;
    color: #000000;
    line-height: 55px;
}

.tender_availabletender .check {
    float:left;
    margin: 0px 0px;
}

#popup-available-tenders #descriptionText {color:#ffffff;}

#popup-available-tenders .row {padding:0;}

#popup-available-tenders .tender_availabletender {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #ffc627;
    margin-bottom: 20px;
}


.tender_availabletender .tender-item {width:80%;}


#popup-available-tenders .modal-footer {
    display: inline-block;
    width: 100%;
}

#popup-available-tenders .modal-footer #cancel {margin: 0;}

.tender_availabletender input {
  display: none;
}
		
#popup-available-tenders .popup-button[disabled] {
  background: gray !important;
}
							 
span.fa.fa-minus::before {
  content: "\f068";
  font-family: 'FA';
}

span.fa.fa-plus::before {
  content: "\f067";
  font-family: 'FA';
}



/* =========================================================
              ***    GENERAL TAKEOVER     ***
============================================================ */
.takeover-container {
  width: 60%;
  background: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
  color: #313B42;
  font-family: 'Segoe UI', sans-serif;
}

.takeover-header {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 3px solid #313B42;
}

.takeover-content {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.takeover-content::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.takeover-content {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.takeover-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0;
  margin-top: 10px;
}

.takeover-title {
  width: 85%;
  font-family: 'Segoe UI Bold', sans-serif;
  line-height: 40px;
  font-size: 26px;
}

.takeover-description {
  width: 85%;
  font-family: 'Segoe UI', sans-serif;
}

.takeover-subtitle {
  padding-bottom: 10px;
  font-family: 'Segoe UI SemiBold', sans-serif;
}

.takeover-price {
  font-size: 28px;
  font-family: 'Segoe UI Bold', sans-serif;
}

.takeover-close {
  border-radius: 50%;
  font-size: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: right;
  text-align: center;
  padding: 0px;
  color: #313B42;
}

.takeover-close:after {
  content: '\f057';
  font-family: 'FA';
  font-size: 40px;
}

.btn-takeover {
  min-width: 150px;
  height: 40px;
  padding: 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #313B42;
  border: 2px solid #313B42;
  color: white;
  border-radius: 10px;
  font-family: 'Segoe UI SemiBold', sans-serif;
  font-weight: normal;
  font-size: 20px;
}


/*  I-BUTTON POPUP TAKEOVER  */
#popup-ibutton .MainContainer {
  width: 860px;
  color: #FFF;
  text-align: left;
  padding: 30px;
  background-color: #313B42;
  border-radius: 0px;
  border: 3px solid #FFF;
  font-family: 'Segoe UI SemiBold', sans-serif;
}

#popup-ibutton #closeBtn {
  background-color: #FFF;
  color: #313B42;
  border: 0 solid #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: right;
  text-align: center;
  font-size: 25px;
  margin: -15px -15px 0 0;
  padding: 1px 0 0 0px;
  line-height: 40px;
  font-family: Helvetica, Arial, sans-serif;
}

#popup-ibutton .MainTitle {
  font-size: 40px;
  line-height: 46px;
  width: 85%;
  text-transform: uppercase;
  font-family: 'Segoe UI Bold', sans-serif;
}

#popup-ibutton .DescriptionText {
  width: 90%;
  font-size: 18px;
  font-family: 'light';
  margin: 5px 0 25px 0;
  font-family: 'Segoe UI', sans-serif;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
}

#popup-ibutton .DietaryTitle,
#popup-ibutton .NutritionsTitle {
  font-weight: normal;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
}

#popup-ibutton #overlayContainer {
    display: flex;
    flex-flow: row wrap;
}

/* Dynamically Applied! */
#popup-ibutton .OverlayContainer {
  margin-right: 20px;
  text-align: center;
}

#popup-ibutton .DietaryContainer {
  display: block;
  height: auto;
  width: 100%;
}

/* Dynamically applied! */
#popup-ibutton .OverlayImage {
  height: 40px;
  min-width: 40px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Dynamically applied! */
#popup-ibutton .OverlayText {
  font-size: 12px;
  text-transform: capitalize;
}

#popup-ibutton .NutritionsInfoContainer {
  display: block;
  height: auto;
  width: 100%;
  margin: 25px 0;
}

#popup-ibutton .nutritionContent {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  align-items: center;
}

#popup-ibutton .nutritionBox {
  background-color: #fff;
  color: #313B42;
  border: 0px solid #313B42;
  margin: 0 10px 10px 0;
  width: 130px;
  min-height: 60px;
  padding: 8px;
  border-radius: 0px;
  font-family: 'Segoe UI SemiBold', sans-serif;
  text-align: center;
}

#popup-ibutton .NutritionsText {
  font-size: 22px;
  line-height: 22px;
  text-transform: capitalize;
}

#popup-ibutton .NutritionsLabel {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

#popup-ibutton .PriceContainer {
  display: flex;
  margin: 25px 0 0 0;
  justify-content: space-between;
}

#popup-ibutton .Price {
  font-size: 28px;
  padding-top: 10px;
  font-family: 'Segoe UI Bold', sans-serif;
}

#popup-ibutton .OrderBtn {
  font-size: 20px;
  padding: 0px 45px;
  border-radius: 0px;
  border: 3px solid #FFF;
  line-height: 50px;
  height: 60px;
  text-transform: uppercase;
  font-family: 'Segoe UI SemiBold', sans-serif;
}
#popup-ibutton .OrderBtn:focus,
#popup-ibutton .OrderBtn:active {
  background: #FFF;
  color: #313B42;
}

/* add G and MG after numbers */
#totalFat:after, #transFat:after, #totalCarbs:after, #sugars:after, #protein:after, #satFat:after, #fiber:after {
  content: 'g';
  font-size: 14px;
  margin-left: 2px;
  text-transform: uppercase;
  font-family: 'Segoe UI Bold', sans-serif;
}
#cholesterol:after,
#sodium:after {
  content: 'mg';
  font-size: 14px;
  margin-left: 2px;
  text-transform: uppercase;
  font-family: 'Segoe UI Bold', sans-serif;
}
#popup-ibutton #calories:after {
  font-size: 14px;
  margin-left: 2px;
  text-transform: uppercase;
  font-family: 'Segoe UI Bold', sans-serif;
}
/* nothing here, unless needed. need the blank 'after' to match spacing of others */
#popup-ibutton #serving:after {
  content: '';
  font-size: 14px;
  margin-left: 2px;
  text-transform: uppercase;
  font-family: 'Segoe UI Bold', sans-serif;
}


/* changes the generated 'Calories Per Serving' label to 'Total Cals' */
#popup-ibutton #caloriesLabel:before {
  content: 'Total Cals';
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Segoe UI SemiBold', sans-serif;
}
/* hides generated 'Calories Per Serving' label so the above code can show */
#popup-ibutton #caloriesLabel {
  font-size: 0px;
}

/* changes the generated 'Total Carbohydrates' label to 'Total Carbs' */
#popup-ibutton #totalCarbsLabel:before {
  content: 'Total Carbs';
  font-size: 14px;
  font-family: 'Segoe UI SemiBold', sans-serif;
  text-transform: inherit;
}
/* hides generated Total Carbohydrates label so the above code can show */
#popup-ibutton #totalCarbsLabel {
  font-size: 0px;
}





/* =========================================================
         ***     POPUP ORDER TIME ALTERNATE     ***
============================================================ */
#popup-ordertime-alternate-select .selectAlt {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#popup-ordertime-alternate-select .selectAlt .btn-takeover {
  width: 125px;
  min-width: 125px;
  font-family: 'Segoe UI SemiBold', sans-serif;
  font-size: 16px;
}
#popup-ordertime-alternate-select .selectAltTimeOpts {
  display: flex;
  flex-flow: row;
  overflow-x: scroll;
  overflow-y: hidden;
}
#popup-ordertime-alternate-select .selectAltTimeBtn {
  margin: 5px 0px;
  padding: 8px 20px;
  min-width: 115px;
  text-align: center;
  font-family: 'Segoe UI SemiBold', sans-serif;
}
#popup-ordertime-alternate-select .selectAltTimeBtn.box {
  border-radius: 0px;
  font-size: 16px;
  border: 2px solid white;
}
#popup-ordertime-alternate-select .selectAltTimeBtn:hover,
#popup-ordertime-alternate-select .selectAltTimeBtn.selected {
  background: #ddd;
  color: #313B42;
  border: 2px solid #313B42;
}



/*-------- ONLINE ORDERING - SPECIFIC LOCATION TEST ---------*/

.HUNTBLDG .logo {
    background-image: url(../images/Hunt_logo.png);
    background-size: 70%;
    width:360px;
    display: block;
    z-index: 333;
}

.ASTHQCAF #calories,
.ASTHQCAF #popup-ibutton .NutritionsInfoContainer {
  display: none !important;
}

.DAIIBASK #local-guest-accounts .account-rewards,
.DAIIBASK #change-account #phone,
.DAIIBASK #change-account #address1,
.DAIIBASK #change-account #address2,
.DAIIBASK #change-account #city,
.DAIIBASK #change-account #state,
.DAIIBASK #change-account #zip {
  display: none;
}

.IBMYORKT #specialInstructions {
  display: none;
}

.mobile_CALSTRS1 .logo {
  width: 200px;
  height: 99%;
  background-image: url('https://mobile.mynextep.net/Foundation/Customers/CMP/themes/EurestV1/media/html/images/waterfront-logo.png');
  background-size: 100%;
  display: block;
  z-index: 333;
  background-repeat: no-repeat;
}

.BSTNSCMG #checkout-service-form .form-header:after {
    display: block;
    content: 'Please enter your address in the comment box!';
    font-size: 16px;
}

.MCDRMHOU .Main-Menu-buttons .image-button {
  width: 33%;
  padding: 30px;
}

.MCDRMHOU .iorderfast-content #buttons:not(.order-review-buttons) {
  padding-bottom: 100px;
}

.FRMCTOMA #menuDescription {
    white-space: pre-wrap;
    overflow: visible;
    margin-top: 0px;
}

.EXMSPRTX .order-review-quantity #quantPlus.order-review-quantity-plus, 
.EXMSPRTX .order-review-quantity #quantMinus.order-review-quantity-minus {
  visibility: hidden !important;
}

@media only screen and (max-width: 767px) {
    
    .FRMCTOMA #menuDescription {
    width: 90%;
    font-size: 10px;
    line-height: 12px;

}
}

/*Style adjustments form Fredom Pay*/

#hpc--card-frame {
    width: 100%;
    height: 425px;
}

#token-checkout-save-payment-table {
    text-align: left;
}

.form.box {
    border: 2px solid #313B41;
    background-color: white;
    color: #313B41;
}

/* for HBS locations - keep */
.allergen-warning {
  padding: 0 15px 100px 15px;
}

/* PROMO CODE STYLES */
#apply_promocode.gratuityButton {
  border-radius: 10px;
  padding: 0 20px;
  margin: auto;
  border: 0;
  line-height: 40px;
  text-align: center;
  background: #313B41 !important;
}

#promocode-error-message {
  line-height: 1;
  color: #bb0000;
  font-size: 16px;
}

#promocode-prompt .payment-totals-label {
  margin-top: 25px;
}

/* =========================================================
              ***     SURVEY ELEMENTS      ***
============================================================ */
#clip-survey {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 150px;
}

#survey .survey-question.rate {
  margin-bottom: 15px;
}

#survey .survey-answer-list {
  padding: 15px 0;
}

#survey .survey-answer-list .survey-button {
  padding: 15px;
  margin: 10px auto;
  text-align: center;
  width: 50%;
}

#survey .survey-selected {
  background: rgba(0, 0, 0, 0.20);
}

#survey #clip-footer {
    left: 0;
}

#survey .control-button-submit:before {
    display: none;
}

#survey {
    display: flex;
    flex-direction: column;
    font-family: 'Segoe UI';
    padding-left: 15px;
    margin-top: 10px;
}

#surveyheader {
    font-family: 'Segoe UI Bold';
    font-size: 24px;
}

.survey-question {
  font-family: 'Segoe UI Bold';
}

#survey textarea {
  width: 95%;
  border-radius: 5px;
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
}

.rating > input {
  display: none;
}

.rating > label {
  position: relative;
  width: 1.1em;
  font-size: 3vw;
  color: #E8E8E8;
  cursor: pointer;
}

.rating > label::before {
  content: "\2605";
  position: absolute;
  opacity: 0;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
  opacity: 1 !important;
  color: #313B41;
}

.rating > input:checked ~ label:before {
  opacity: 1;
  color: #313B41;
}

.rating:hover > input:checked ~ label:before {
  opacity: 0.4;
}

@media only screen and (max-width: 767px) {
  #survey {
      align-items: flex-start;
      padding-left: 9px;
  }

  .survey-question {
      padding-left: 1%;
      width: 97%;
  }
  
  .rating,
  .survey-comments-counter {
      padding-left: 1%;
      margin-bottom: 15px;
  }

  #surveyheader {
    padding-left: 1%;
  }

  #survey textarea {
      width: 100%;
      margin-bottom: 0px;
  }

  .rating > label {
    font-size: 10vw;
  }

}