/* skin-site.scss */
@import url(https://fonts.googleapis.com/css2?family=Varela+Round&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&display=swap");
/* variables */
/* device sizes  */
/* Colours */
/* Fonts */
/* Measurements */
/* mixins */
.loyalty-grid:before, .loyalty-grid:after {
  content: "";
  display: table; }
.loyalty-grid:after {
  clear: both; }
.loyalty-grid {
  zoom: 1; }

/* http://sachagreif.com/useful-sass-mixins/ */
/* @include box-emboss(0.8, 0.05); */
/* @include letterpress(0.8); */
/** Animations **/
/* Type Property Options:
 * all, background, height, width, color, outline
 *
 * Duration Options:
 * ms(milli seconds), s(seconds)
 *
 * Easing Options:
 * ease, linear, ease-in, ease-in-out
 */
/* 
COLOURS - separated out for easier creation of colour variation skins
*/
/* skin-site.scss */
body {
  background: #EBEBEB; }

#mainContent {
  /* @include box-shadow(rgba(0, 0, 0, 0.8) 0px 20px 30px -20px); */ }

#main-wrapper {
  background: #fff; }

#mainContent {
  background: #fff; }

#sidebar.main-sidebar {
  background: #fff; }

/* _skin_header.scss */
#header-wrapper {
  background: #EBEBEB;
  /* @include box-shadow(rgba(0, 0, 0, 0.8) 0 -20px 20px -30px inset); */ }

#hero-image img {
  /* @include box-shadow(rgba(0, 0, 0, 0.2) 0 1px 4px); */ }

.location {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: inherit; }

#summary-wrapper {
  background: rgba(255, 255, 255, 0.5);
  /* use 0.1 for dark skin */
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 3px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 3px; }

#anon-order-declaration a {
  color: #27251F; }

/* _skin_footer.scss */
#footer-wrapper {
  /* @include box-shadow(rgba(0, 0, 0, 0.8) 0 20px 20px -30px inset); */
  background-color: #EBEBEB; }

#footer-nav {
  border-top: 1px solid #C2C2C2; }

/* _skin_navigation.scss */
#navcontainer ul a:hover,
#navcontainer ul a:focus {
  color: #333;
  /* use #eee for dark skin */ }

#navcontainer ul a:visited {
  color: #27251F; }

#navcontainer ul li.current {
  background: #fff;
  xborder-left: 1px solid #ADADAD;
  xborder-top: 1px solid #ADADAD;
  xborder-right: 1px solid #ADADAD; }

#navcontainer ul li.current a {
  color: #000; }

#navcontainer .socialNetworks {
  color: #27251F; }

/* _skin_promotions.scss */
.promo-item .loyalty-card {
  border: 1px solid #C2C2C2; }

.signup-prompt,
.promo-not-started {
  background: #FFFFFF;
  opacity: 0.75; }

.promo-success-message {
  color: #44ae58; }

/* _skin_tables.scss */
table.menuItems {
  border-top: 1px solid #ADADAD; }

tr.colouredRow td {
  background: #EBEBEB; }

/* _skin_text_headings.scss */
h1 {
  color: #27251F; }

h2 {
  color: #333333; }

h3 {
  color: #D2CFC6; }

h3.popover-title {
  color: #C2C2C2; }

h4 {
  color: #333333; }

a {
  color: #27251F; }

/* _skin_modals.scss */
#modal {
  background: rgba(0, 0, 0, 0.2); }

#modal-content {
  background: #fff; }

#modal-content h2 {
  color: #27251F; }

#modal-content h3 {
  color: #27251F; }

#modal-content p,
#modal-content li {
  color: #27251F; }

/* _skin_footer.scss */
#footer .socialNetworks #merchant-connect a {
  background: #27251F;
  color: #FFFFFF; }

#footer .socialNetworks #merchant-connect a.yqme-connect {
  background: #BFD123; }

#footer .socialNetworks {
  color: #27251F; }

/* content */
.productName {
  color: #27251F; }

.productDesc {
  color: #605b4c; }

#registerForm #RegistrationTerms .scrollable {
  border: 1px solid #ADADAD; }

.section th {
  color: #999999; }

.section td {
  color: #27251F; }

.section td.reorder {
  border-right: 1px solid #ADADAD; }

#ConfirmItems {
  background: #EBEBEB;
  border: 1px solid #ADADAD; }

#sidebar .section {
  background: #FFFFFF; }

table#BasketItems td {
  border-top: 1px solid #999999; }

table#BasketItems td.itemLabel .productName {
  color: #075116; }

table#BasketItems tr.Total td {
  border-top: 2px solid #999999;
  border-bottom: 2px solid #999999; }

/* top panel - login form */
/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html
*/
/* Panel Tab/button */
.tab {
  height: 32px;
  position: relative;
  top: 0;
  z-index: 999;
  background: #fff; }

.loginWrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  height: 32px; }

.tab ul.login {
  clear: right;
  float: right;
  color: #BFD123;
  display: block;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  text-align: right;
  margin: 0; }

.tab a.logo {
  width: 180px;
  display: block;
  float: left;
  height: 32px; }

.tab a.logo span {
  display: none; }

.tab ul.login li.left {
  height: 32px;
  width: 30px;
  padding: 0;
  margin: 0;
  display: block;
  float: left; }

.tab ul.login li.right {
  height: 32px;
  width: 30px;
  padding: 0;
  margin: 0;
  display: block;
  float: left; }

.tab ul.login li {
  text-align: left;
  padding: 0 10px;
  display: block;
  float: left;
  height: 32px;
  letter-spacing: 0; }

.tab ul.login li.toggle-wrapper {
  background-color: #BFD123;
  background-image: linear-gradient(#BFD123, #898700);
  border-left: 1px solid #898700;
  border-right: 1px solid #898700;
  border-top: 1px solid #BFD123;
  border-bottom: 1px solid #898700;
  border-bottom-radius: 8px;
  box-shadow: #ADADAD 0px 1px 1px;
  height: 36px; }

.tab ul.login li img {
  vertical-align: top; }

.tab ul.login li a {
  color: #BFD123;
  font-weight: bold; }

.tab ul.login li a:hover {
  color: #fff; }

.tab ul.login li.toggle-wrapper a {
  color: #27251F; }

.tab ul.login li.toggle-wrapper a:hover {
  color: #999999; }

.tab .sep {
  color: #666; }

.tab a.open, .tab a.close {
  height: 20px;
  line-height: 20px !important;
  padding-left: 30px !important;
  cursor: pointer;
  display: block;
  width: 110px;
  position: relative;
  top: 7px;
  font-size: 12px; }

.tab a.open {
  background: url(images/slide/bt_open.png) no-repeat 2px 0; }

.tab a.close {
  background: url(images/slide/bt_close.png) no-repeat 2px 0; }

.tab a:hover.open {
  background: url(images/slide/bt_open.png) no-repeat 2px -19px; }

.tab a:hover.close {
  background: url(images/slide/bt_close.png) no-repeat 2px -19px; }

/* sliding panel */
#toppanel {
  /*position: absolute;*/
  /*Panel will overlap  panelContent */
  position: relative;
  /*Panel will "push" the panelContent down */
  top: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-bottom: 2px solid #ADADAD; }

#panel {
  width: 100%;
  color: #27251F;
  overflow: hidden;
  position: relative;
  z-index: 3;
  display: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

#panel .logo {
  background: url("../images/logos/pbYQME_584_28h.png") no-repeat right center;
  height: 32px;
  width: 200px;
  display: block;
  float: right; }

#panel .logo span {
  display: none; }

#panel h3 {
  color: #27251F;
  font-size: 1.7em;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 10px;
  font-family: "Noto Sans JP", "Raleway", "Varela Round", sans-serif;
  font-style: normal;
  border: 0 none; }

#panel p {
  margin: 5px 0;
  padding: 0; }

#panel a {
  text-decoration: none;
  color: #27251F;
  font-weight: bold; }

#panel a:hover {
  color: #27251F;
  text-decoration: none; }

#panel .panelIntro {
  margin: 30px 0 0;
  text-align: right; }

#panel .panelContent {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  float: right; }

#panel .panelContent form {
  background: #BFD123;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px;
  margin: 20px 0 0; }

#panel .panelContent label {
  color: #27251F;
  font-size: 1em; }

#panel .panelContent input.field {
  background: #fff; }

#panel .panelContent input:focus.field {
  background: #ffffdd; }

/* Header */
/* restrict height of slider/hero */
#hero-image,
.carousel-inner > .item {
  max-height: 200px;
  overflow: hidden; }

#hero-image img {
  max-width: 100%;
  border-radius: 0 0 4px 4px; }

.headerInfo {
  padding: 15px 0; }

#logo-wrapper {
  border-radius: 4px;
  margin-bottom: 10px; }

#logo-wrapper a {
  text-align: center;
  max-height: 190px;
  display: block;
  width: 100%;
  vertical-align: middle; }

#logo-wrapper a span {
  overflow: hidden;
  text-indent: -9000px;
  display: block; }

#logo-wrapper a img {
  max-height: 190px;
  max-width: 100%; }

.introText {
  position: relative; }

.introText p {
  font-size: 1em; }

.location {
  display: inline-block;
  font-size: 1.1em;
  padding: 5px 2px 4px;
  position: relative;
  width: auto; }

.map-button {
  margin-left: 10px;
  text-transform: uppercase;
  white-space: nowrap; }

#restaurant-map {
  width: 400px;
  height: 400px; }

#summary-wrapper {
  position: relative;
  border-radius: 4px; }
  #summary-wrapper #summary-wrapper-inner {
    margin: 8px; }
  #summary-wrapper .section {
    margin-bottom: 10px; }

.openStatusButton {
  display: inline-block;
  position: relative;
  background: #FFFFFF;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 2em;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  border-radius: 4px; }

.openStatusButton.open {
  color: #44ae58; }

.openStatusButton.closed {
  color: #d73f27; }

.tradingTimes {
  text-align: center; }

.openTimes, .deliveryTimes {
  margin-bottom: 5px;
  display: block;
  position: relative; }
  .openTimes:before, .openTimes:after, .deliveryTimes:before, .deliveryTimes:after {
    content: "";
    display: table; }
  .openTimes:after, .deliveryTimes:after {
    clear: both; }
  .openTimes, .deliveryTimes {
    zoom: 1; }

#paymentWrapper {
  text-align: center; }

/*
#paymentWrapper .icon {
	width:41px; 
	border: 1px solid #CCCCCC;
    @include border-radius(4px);
    display: inline-block;
    height: 26px;
    margin-right: 5px;
	background-image:url(../images/payment-icons.png);
	background-repeat: no-repeat;	
}
*/
/*
#paymentWrapper .icon:last-child {
    margin-right: 0px;
}
*/
#anon-order-declaration {
  text-align: center; }

#anon-order-declaration a {
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 0 0;
  position: relative; }

#anon-order-declaration a:before,
#anon-order-declaration a:after {
  content: "\f005";
  font-family: "Noto Sans JP", "Raleway", "Varela Round", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 5px;
  opacity: 0.2; }

/* Navigation */
#navcontainer {
  line-height: 1;
  position: relative; }

#navcontainer ul {
  display: inline-block;
  list-style-type: none;
  text-align: left;
  position: relative;
  margin: 0;
  padding: 0; }

#navcontainer li {
  display: inline-block;
  zoom: 1;
  /* IE7 hack */
  *display: inline;
  /* added by TH */ }

.notloggedin #navcontainer li.refer {
  display: none; }

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited {
  padding: 4px 10px 2px;
  line-height: 40px;
  font-family: "Varela Round", Georgia, serif;
  font-size: 1.2em;
  display: block;
  text-decoration: none; }

#navcontainer ul a:hover,
#navcontainer ul a:focus {
  text-decoration: none; }

#navcontainer ul a#current:hover,
#navcontainer ul a#current:focus {
  text-decoration: none; }

#navcontainer ul#patronNavList {
  float: right; }

#navcontainer .socialNetworks {
  text-align: right;
  float: right;
  padding: 2px 6px 2px 10px;
  margin-top: 10px; }

#navcontainer .socialNetworks a {
  display: inline-block;
  line-height: 22px;
  padding: 4px 5px 0; }

#navcontainer .socialNetworks a span {
  display: none; }

#navcontainer .socialNetworks:after {
  content: "share"; }

/**** vertical food menu tabs  ****/
#menuGroupNav {
  display: block;
  padding: 0;
  font-size: 1em;
  padding: 5px; }

#menuGroupNav ul {
  margin: 0;
  padding: 0;
  margin-left: 0; }

#menuGroupNav ul li {
  display: block;
  text-align: right;
  list-style: none; }

#menuGroupNav ul li.current {
  border-radius: 4px !important; }

#menuGroupNav ul li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  margin: 2px 0;
  background-color: #EBEBEB;
  border-radius: 5px;
  border-radius: 4px; }

#menuGroupNav ul li.current a,
#menuGroupNav ul li.current a:link,
#menuGroupNav ul li.current a:visited {
  background-color: #EEC827;
  color: #27251F; }

#menuGroupNav ul li a {
  color: #27251F; }

#menuGroupNav ul li a:hover {
  color: #27251F;
  background-color: #EBEBEB; }

#menuGroupNav ul li.disabled {
  color: #eee; }

#menuGroupNav ul li.disabled a {
  color: #eee; }

/* Sidebars */
#sidebar .sectionWrapper {
  width: 100%;
  margin-bottom: 15px; }

#sidebar .section {
  padding: 5% 5% 8px; }

#sidebar img {
  max-width: 100%; }

.vendorStatusIntro {
  float: left; }

.vendorStatusText {
  background: url(/Design/images/vendor_open_status_signs.png) no-repeat;
  width: 100px;
  height: 90px;
  display: inline-block;
  float: left;
  position: relative;
  top: -24px;
  margin: 0 1px -60px 8px; }

.vendorStatusText span {
  display: none; }

.vendorStatusTime {
  float: left; }

.open .vendorStatusText {
  background-position: top left; }

.closed .vendorStatusText {
  background-position: -100px top; }

/*
#sidebar #openingHoursWrapper.section {margin-right: 20px; padding: 20px;
}
#sidebar #deliveryHoursWrapper.section {margin-right: 20px; padding: 20px;
}
#sidebar #contact-details.section {margin-right: 0; padding: 20px;
}
*/
#deliveryHours .deliverySuburbs {
  font-size: 90%;
  margin-top: 10px;
  color: #27251F; }

a.map-icon, a.map-icon:link, a.map-icon:visited {
  border: 1px solid #C2C2C2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0 3px; }

#ReminderNote {
  margin-bottom: 10px;
  padding: 0 0 10px; }

#ReminderNote ol {
  margin-left: 20px; }

#ReminderNote a, #ReminderNote a:visited, #ReminderNote a:active {
  color: #27251F;
  text-decoration: underline; }

.paperclip {
  display: none; }

.reminderDetails {
  padding: 0; }

#basket-content {
  padding: 0;
  width: 100%;
  min-height: 110px; }

#basket-content h2 {
  padding-right: 30px; }

#ReminderNote {
  width: 200px;
  min-height: 50px; }

.reminderDetails {
  padding: 10px 0 10px 10px; }

.actions {
  padding: 5px 0; }

.lost-pwd {
  font-size: .8em; }

#openingHours .hoursRow, #deliveryHours .hoursRow {
  display: block;
  clear: both;
  padding: 2px 0px; }

.open-status-right .vendorStatusIntro {
  display: none; }

.open-status-right .vendorStatusText {
  float: right; }

.open-status-right .vendorStatusTime {
  float: left; }

.open .vendorStatusText {
  color: #44ae58; }

.closed .vendorStatusText {
  color: #d73f27; }

.Days {
  float: left; }

/* IE7 needs this */
.Times {
  float: right; }

.location {
  position: relative; }

.location p {
  margin: 10px 0 0 55px; }

/* Text & Headings */
h1 {
  font-family: "Varela Round", Georgia, serif;
  font-size: 2.2em;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0px 0 0.4em; }

h2 {
  font-family: "Varela Round", Georgia, serif;
  font-size: 2em;
  line-height: 1;
  font-weight: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: left;
  margin: 10px 0 0.4em; }

h3 {
  font-family: "Varela Round", Georgia, serif;
  font-size: 1.7em;
  line-height: 1.3;
  font-weight: normal;
  margin: 0 0 10px; }

h3.popover-title {
  font-size: 1.3em;
  line-height: 1.3em; }

h4 {
  font-family: "Varela Round", Georgia, serif;
  margin-bottom: 1em;
  margin-top: 0.5em;
  font-weight: normal;
  font-size: 1.1em; }

h5 {
  margin-bottom: 0.5em;
  margin-top: 0.5em; }

p {
  margin: 10px 0; }

blockquote {
  font-family: "Noto Sans JP", "Raleway", "Varela Round", sans-serif;
  font-size: 16px;
  font-style: italic;
  margin: 0 30px 30px;
  clear: both; }

.hint {
  color: #999999;
  display: block;
  font-size: 0.7em;
  padding: 5px 0; }

ol li, ul li {
  position: relative; }

ul li li {
  margin: 0px; }

ul.tickList {
  list-style: none;
  padding: 0 0 0 30px; }

ul.tickList li {
  margin-bottom: 0.6em; }

ul.tickList li:before {
  content: "\f00c";
  font-family: "Noto Sans JP", "Raleway", "Varela Round", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #BFD123;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: -1.5em; }

.displayName {
  font-weight: bold; }

.extras .InputRow {
  font-size: .8em; }

.productName {
  font-weight: normal;
  clear: right;
  display: block;
  font-size: 1.2em; }
  .productName a {
    text-decoration: none; }

.productDesc {
  font-weight: normal;
  clear: right;
  display: block;
  margin: 5px 0;
  font-size: 0.95em; }

span.LimitedAvailability {
  display: block;
  color: #999999; }

.headerNotes,
.footerNotes,
.introNotes {
  background: #EBEBEB;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 0.95em;
  padding: 2px 15px;
  margin-bottom: 20px; }

.introNotes p {
  font-size: 1.3em; }

p.intro {
  color: #D2CFC6;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 10px; }

.warning {
  margin: 20px 0;
  position: relative;
  padding: 10px 20px; }

.warning p {
  font-size: 1.5em; }

.warning .button {
  display: block;
  font-size: 1.2em;
  position: absolute;
  right: 20px;
  top: 27px; }

/*************** BUTTONS ***************/
/* Button Groups */
:not(label) .btn-group input[type="checkbox"],
*:not(label) .btn-group input[type="radio"] {
  opacity: 0;
  position: absolute;
  visibility: hidden; }

.btn-group {
  font-size: inherit; }
  .btn-group .btn {
    border-radius: 4px !important; }

#buttons input[data-toggle]:checked + label, #buttons input[data-toggle]:checked + label:active {
  background-color: #0044CC;
  background-image: none;
  color: #FFFFFF;
  outline: 0 none; }

.btn-group > .btn:first-of-type {
  margin-left: 0; }

.btn-group > .btn.active {
  color: #27251F;
  background-color: #EEC827; }

.btn-group > .btn.active:hover {
  color: #27251F;
  background-color: #EEC827; }

/*************** ORDER HISTORY & DETAIL PAGES ***************/
.icons .icon.button {
  line-height: 32px;
  margin-bottom: 5px;
  display: inline-block;
  padding: 5px 10px 5px 7px; }

.icons .icon.disabled {
  opacity: 0.3; }

.icons .icon {
  width: 32px;
  height: 32px;
  margin: 0 0px 0 0;
  display: inline-block;
  background-repeat: no-repeat; }

.icons .icon.reorder {
  background-position: 0px top; }

.icons .icon.details {
  background-position: -32px top; }

.icons .icon.remfave {
  background-position: -64px top; }

.icons .icon.addfave {
  background-position: -96px top; }

.icons .icon.alert {
  background-position: -128px top; }

.icons .icon.cancel {
  background-position: -160px top; }

/* order detail page */
.iconButtons .button.icon {
  display: inline-block;
  line-height: 42px;
  padding: 0 5px; }

.iconButtons .button.icon span {
  float: left;
  height: 34px;
  margin-right: 5px;
  margin-top: 4px;
  width: 32px;
  background-repeat: no-repeat; }

.iconButtons .button.icon.reorder span {
  background-position: 0px top; }

.iconButtons .button.icon.details span {
  background-position: -32px top; }

.iconButtons .button.icon.remfave span {
  background-position: -64px top; }

.iconButtons .button.icon.addfave span {
  background-position: -96px top; }

.iconButtons .button.icon.alert span {
  background-position: -128px top; }

.icons .icon span {
  display: none; }

#OrderHistory .Cancelled td,
#RecentOrders .Cancelled td {
  text-decoration: line-through; }

#QtyAdjust {
  overflow: hidden;
  position: relative;
  width: 60px;
  float: left;
  margin-right: 10px; }

#QtyAdjust input.quantityInput {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #C7C0C7 -moz-use-text-color #C7C0C7 #C7C0C7;
  border-image: none;
  border-radius: 2px 0 0 2px;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  box-shadow: 0 0 2px 0 #F7F6F7 inset;
  float: left;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  width: 40px;
  margin-bottom: 0; }

#QtyAdjust .QtyChange {
  background: -moz-linear-gradient(center top, #F7F6F7 0%, #DFDBDF 100%) repeat scroll 0 0 transparent;
  border: 1px solid #C7C0C7;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #5E5E5E;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  vertical-align: text-top;
  width: 20px; }

#QtyAdjust .QtyChange.minus {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  bottom: 0;
  right: 0; }

#QtyAdjust .QtyChange.plus {
  border-bottom: 0 none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  right: 0;
  top: 0; }

.variations a i {
  padding-top: 3px; }

/*************** FORMS ***************/
.formSection {
  padding: 10px 15px;
  border-radius: 4px; }
  .formSection:before, .formSection:after {
    content: "";
    display: table; }
  .formSection:after {
    clear: both; }
  .formSection {
    zoom: 1; }

.SubmitButtonRow {
  padding: 15px 0; }

.menuItems .extras .radio, .menuItems .extras .checkbox {
  font-size: 0.85em; }
.menuItems .extras .row-fluid .span5.radio,
.menuItems .extras .row-fluid .span5.checkbox {
  margin-left: 0;
  margin-right: 2.5641%; }

.menuItems .InputRowSet {
  margin-bottom: 5px; }
  .menuItems .InputRowSet:before, .menuItems .InputRowSet:after {
    content: "";
    display: table; }
  .menuItems .InputRowSet:after {
    clear: both; }
  .menuItems .InputRowSet {
    zoom: 1; }

.radio, .checkbox {
  text-align: left; }

.help-inline, .help-block {
  color: #999999;
  font-size: 13px;
  line-height: 1.3; }

.help-small {
  font-size: 11px; }

.input-stretch {
  width: 100%; }

/*************** TABLES ***************/
table {
  width: 100%;
  padding: 0px;
  margin-bottom: 10px; }

.menuItems td {
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #eee; }

td.details {
  padding: 10px 5px 10px; }

td.itemLabel,
td.totalLabel,
td.summary,
td.date {
  padding: 10px 10px 10px 0; }

td.icons,
td.orderFee,
td.totalCost {
  padding: 10px 0 10px 10px;
  text-align: right;
  white-space: nowrap; }

td.cost {
  font-size: 110%;
  white-space: nowrap; }

td.itemLabel,
td.variations {
  vertical-align: top; }

tr.divInsideTable td {
  padding: 0 10px; }

tr.total td {
  font-size: 120%;
  font-weight: bold; }

a.AddVar {
  clear: right;
  display: block;
  margin-bottom: 5px;
  text-align: left; }

/* Basket (sidebar and confirm order pages) */
.basketTable {
  border-top: 1px solid #eee;
  margin: 10px 0; }
  .basketTable td {
    padding: 10px 0;
    vertical-align: middle;
    border-bottom: 1px solid #eee; }
  .basketTable td .productName {
    font-size: 1em; }
  .basketTable td.itemLabel .extras {
    font-size: 0.8em;
    line-height: 1.2; }
  .basketTable td.EditOrder {
    width: 25px;
    vertical-align: middle;
    text-align: right; }
    .basketTable td.EditOrder a.del {
      margin-left: 8px;
      display: inline-block;
      width: 16px;
      height: 16px;
      text-decoration: none; }
      .basketTable td.EditOrder a.del span {
        color: red;
        display: none; }
  .basketTable tr.total td {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    padding: 7px 0px 5px;
    font-weight: bold; }
  .basketTable .SubmitButtonRow {
    padding: 0; }

span.pickupDate {
  background: #C2C2C2;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  display: block;
  font-size: 110%;
  padding: 7px 7px 3px;
  text-transform: uppercase; }

span.pickupTime {
  background: #C2C2C2;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  display: block;
  padding: 7px;
  text-transform: lowercase; }

td.variations,
td.itemCost,
td.totalCost {
  white-space: nowrap;
  text-align: right; }

/* PROMOTIONS */
.carousel {
  margin-bottom: 0; }

.promo-item {
  margin-bottom: 15px;
  position: relative; }

/* Loyalty Card */
.coffee-card .loyalty-grid .grid-item {
  background-image: url("../images/icons/icon-coffee.png");
  /* ie fallback */
  background-image: none, url("../images/icons/icon-coffee.svg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/icons/icon-coffee.png', sizingMethod='scale'); }

.star-card .loyalty-grid .grid-item {
  background-image: url("../images/icons/icon-star.png");
  /* ie fallback */
  background-image: none, url("../images/icons/icon-star.svg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/icons/icon-star.png', sizingMethod='scale'); }

.thumb-card .loyalty-grid .grid-item {
  background-image: url("../images/icons/icon-thumb.png");
  /* ie fallback */
  background-image: none, url("../images/icons/icon-thumb.svg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/icons/icon-thumb.png', sizingMethod='scale'); }

.cutlery-card .loyalty-grid .grid-item {
  background-image: url("../images/icons/icon-cutlery.png");
  /* ie fallback */
  background-image: none, url("../images/icons/icon-cutlery.svg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/icons/icon-cutlery.png', sizingMethod='scale'); }

.pizza-card .loyalty-grid .grid-item {
  background-image: url("../images/icons/icon-pizza.png");
  /* ie fallback */
  background-image: none, url("../images/icons/icon-pizza.svg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/icons/icon-pizza.png', sizingMethod='scale'); }

.loyalty-grid {
  list-style: none;
  margin: 0;
  padding: 0; }
  .loyalty-grid .grid-item {
    xbackground-color: #999999;
    margin: 1%;
    float: left;
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    filter: alpha(opacity=10); }

.promo-item .col-3 .grid-item {
  width: 31.33333%;
  padding-bottom: 31.33333%; }

.promo-item .col-4 .grid-item {
  width: 23%;
  padding-bottom: 23%; }

.promo-item .col-5 .grid-item {
  width: 18%;
  padding-bottom: 18%; }

.promo-item .used-1 .grid-item:nth-of-type(-n+1) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-2 .grid-item:nth-of-type(-n+2) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-3 .grid-item:nth-of-type(-n+3) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-4 .grid-item:nth-of-type(-n+4) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-5 .grid-item:nth-of-type(-n+5) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-6 .grid-item:nth-of-type(-n+6) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-7 .grid-item:nth-of-type(-n+7) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-8 .grid-item:nth-of-type(-n+8) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-9 .grid-item:nth-of-type(-n+9) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-10 .grid-item:nth-of-type(-n+10) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-11 .grid-item:nth-of-type(-n+11) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-12 .grid-item:nth-of-type(-n+12) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-13 .grid-item:nth-of-type(-n+13) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-14 .grid-item:nth-of-type(-n+14) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-15 .grid-item:nth-of-type(-n+15) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-16 .grid-item:nth-of-type(-n+16) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-17 .grid-item:nth-of-type(-n+17) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-18 .grid-item:nth-of-type(-n+18) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-19 .grid-item:nth-of-type(-n+19) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .used-20 .grid-item:nth-of-type(-n+20) {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #999999; }

.promo-item .loyalty-card {
  margin: 10px 0;
  position: relative; }

/* Show / hide promos and status messages */
.notloggedin .hide-notloggedin,
.loggedin .hide-loggedin {
  display: none; }

.promo-item .promo-not-started,
.promo-item .remaining-0 .promo-count-down,
.promo-item .promo-success-message {
  display: none; }

.promo-item .used-0 .promo-not-started,
.promo-item .promo-count-down,
.promo-item .remaining-0 .promo-success-message {
  display: block; }

.signup-prompt,
.promo-not-started {
  bottom: 0;
  display: block;
  font-size: 1.1em;
  padding: 10px 5px;
  position: absolute;
  text-align: center;
  top: 0; }

.promo-success-message {
  background: url("../images/thumbsup-42.png") no-repeat left center;
  font-size: 1.1em;
  line-height: 108%;
  min-height: 36px;
  padding-left: 48px;
  padding-top: 6px; }

/* CSS for all account pages */
/**** signup page horizontal menu tabs  ****/
#subMenu {
  float: none;
  display: block; }

.wizardMenu {
  padding: 10px 10px 0;
  min-height: 45px;
  margin: 0 0 0 0px;
  display: block;
  font-size: 1.4em; }

.wizardMenu li {
  letter-spacing: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
  margin: 0;
  float: left; }

.wizardMenu li a,
.wizardMenu li a:link,
.wizardMenu li a:visited {
  line-height: 45px;
  padding: 0 15px 0;
  outline: none;
  display: block;
  margin: 0;
  text-decoration: none;
  text-shadow: white(0.8) 0 1px 0; }

.wizardMenu li a:hover {
  color: #333; }

.wizardMenu li.current {
  background: #fff; }

.wizardMenu li a span {
  background: none repeat scroll 0 0 #A9A79A;
  border-radius: 20px 20px 20px 20px;
  color: #27251F;
  display: inline-block;
  font-size: 70%;
  font-weight: bold;
  height: 18px;
  line-height: 20px;
  margin-right: 2px;
  padding: 4px;
  text-align: center;
  text-shadow: 0 0;
  width: 18px; }

.wizardMenu li.disabled,
.wizardMenu li.disabled a {
  text-decoration: line-through;
  opacity: 0.8; }

/* Anonymous Rego */
/*
body.notloggedin.accountpage.bc_order.bc_confirm #mainContent {
    background: #fff !important;
    margin: 0 auto !important;
    xwidth: 710px !important;
    float: none;
}
body.notloggedin.accountpage.bc_order.bc_confirm #content {
    xwidth: 670px !important;
    padding-top: 5px !important;
    border: 0 none;
}
body.notloggedin.accountpage.bc_order.bc_confirm #content-body {
    background:#fff !important;
}
body.notloggedin.accountpage.bc_order.bc_confirm .warning {
    background: none;
    border: 0 none;
}
*/
.ui-accordion .ui-widget-content {
  border-color: #ADADAD;
  margin-bottom: 20px; }

a.yqmelogo {
  margin: 10px 0;
  display: block; }

a.yqmelogo img {
  width: 160px; }

a.yqmelogo span {
  display: none; }

.ui-accordion h3 {
  color: #27251F;
  font-size: 15px;
  margin-top: 20px;
  font-family: "Noto Sans JP", "Raleway", "Varela Round", sans-serif;
  letter-spacing: 0;
  border: 0 none; }

.ui-accordion h3 span.registerFeatures {
  color: #27251F;
  display: block;
  font-size: 12px;
  margin-top: 5px;
  font-family: Verdana, Arial, sans-serif; }

.ui-accordion h3 span.registerFeatures.noRegister {
  margin-top: 0px; }

.ui-accordion h3 span.registerFeatures ul {
  margin: 8px 0 8px 20px; }

.ui-accordion h3 span.registerFeatures ul li {
  margin-bottom: 3px; }

.ui-accordion .ui-accordion .Terms {
  font-size: 80%;
  display: block;
  margin-top: 2px; }

.ui-accordion .formSection {
  width: auto; }

.ui-accordion .ui-state-active,
.ui-accordion .ui-widget-content .ui-state-active,
.ui-accordion .ui-widget-header .ui-state-active {
  background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
  color: #27251F;
  font-weight: normal; }

.ui-accordion .ui-helper-reset #RegistrationTerms .Accept {
  font-size: 12px;
  margin: 5px 0px 10px 30px; }

.ui-accordion .ui-helper-reset #RegistrationTerms .Accept .checkbox {
  margin: 10px 10px 0 -27px; }

/*************** ERROR / WARNING / SUCCESS MESSAGES ***************/
.ErrorMessage {
  color: #d73f27;
  font-size: 1.2em;
  padding: 5px 2px; }

.UpdateMessage {
  color: #44ae58;
  font-size: 1.5em;
  padding: 10px 0; }

.warning p.error,
.error {
  color: #d73f27; }

#CreditCardMessage {
  display: block;
  font-size: 17px; }

#CreditCardMessage span {
  display: block;
  margin: 0 0 10px; }

/* misc */
.UserInfo {
  border: 1px solid #ADADAD;
  width: 300px;
  margin: 0px;
  padding: 0px; }

.Name {
  text-align: center;
  font-weight: bold;
  padding: 0px; }

.Pickup {
  text-align: center; }

.Info {
  text-align: center; }

#PrintJobStatus {
  padding: 20px 0 20px 170px;
  min-height: 150px;
  margin: 20px 0; }

#PrintJobStatus.Tick h3 {
  color: #27251F; }

#PrintJobStatus p {
  float: none;
  color: #27251F;
  text-align: left; }

#PrintJobStatus.Info {
  background: url("../PrintIcons/printer_animated_warning.gif") no-repeat 10px 10px #FFFFFF; }

#PrintJobStatus.Queued {
  background: url("../PrintIcons/printer_animated_printing.gif") no-repeat 10px 10px #FFFFFF; }

#PrintJobStatus.NotPrinted {
  background: url("../PrintIcons/printer_animated_fail.gif") no-repeat 540px 10px #FFFFFF;
  padding: 20px 190px 20px 20px; }

#PrintJobStatus.Tick {
  background: url("../PrintIcons/printer_animated_success.gif") no-repeat 10px 10px #FFFFFF; }

#orderConfirm .InputRow.IsError {
  background: #C2C2C2;
  padding-left: 5px;
  margin: 10px 0 0 -5px; }

#orderConfirm .ErrorMessage {
  width: auto; }

#orderConfirm .ErrorMessage .Hint {
  color: #27251F; }

#orderConfirm div.OrderDetailMessage {
  margin: 1em 0em 0.5em;
  border: 2px solid #ADADAD;
  font-weight: bold;
  padding: 0.25em;
  width: auto;
  padding: 1em; }

.RegisterImage {
  float: left;
  width: 350px;
  margin-top: 20px; }

#DebugInfo {
  position: absolute;
  left: 5px;
  top: 10px;
  background: #BCC;
  border: 1px solid #444;
  padding: 0px;
  width: 150px; }

#DebugInfo h3 {
  margin: 0px;
  font-size: 115%;
  background: #888;
  color: #CC0;
  padding: 2px 4px;
  text-transform: uppercase; }

#DebugInfo ul {
  margin: 2px 0px;
  padding: 0px 2px;
  font-size: 75%;
  list-style: none; }

#DebugInfo ul li.Name {
  font-style: italic;
  padding: 0px;
  margin: 0px;
  color: Navy; }

#DebugInfo ul li.Disabled {
  font-style: italic;
  color: #aaa; }

#Notes {
  margin-top: 1em; }

.Log {
  font-size: 10px;
  margin: 5px 0; }

#pre-submit h2 {
  float: left;
  width: 100%; }

/* added by TH */
/* *html h2 .pleaseConfirm {float: left;} */
/* to fix IE7 bug */
#pickupForm {
  clear: left; }

/* 21-07-2011 */
h2 .displayName {
  float: right; }

/*************** Confirm Order Page ***************/
.stepHeading {
  margin-bottom: 20px; }

h3.sectionHeader {
  background: #EBEBEB;
  margin: 0px 0 -2px;
  border: 1px solid #ADADAD;
  border-bottom: 0 none;
  padding: 0;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: normal;
  float: left;
  color: #27251F;
  display: block;
  padding: 0 15px;
  letter-spacing: 0; }

.sectionContent {
  background: #FFFFFF;
  border: 1px solid #ADADAD;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  clear: both;
  font-size: 14px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 15px; }

.boxed .sectionContent {
  margin-bottom: 0px; }

.sectionContent .block {
  padding: 15px; }

.selectedContent {
  margin-top: 15px; }

.confirmTop {
  xposition: absolute;
  top: 67px; }

.confirmBot {
  bottom: 0px;
  position: absolute; }

.sticky {
  position: fixed;
  top: 15px; }

.doThis {
  float: right;
  text-decoration: underline;
  position: relative;
  /* added by TH - IE7 fix */ }

.doThis.setThis {
  color: red; }

.ccImages {
  background: url(../images/visa-mastercard.png) no-repeat;
  width: 68px;
  height: 35px; }

/*************** FOOTER ***************/
#footer-wrapper {
  padding: 20px 0; }

#footer {
  margin: 0 auto;
  position: relative;
  width: 100%;
  color: #1a1a1a;
  bottom: 0; }

#connector {
  margin-bottom: 20px; }

#footer .socialNetworks {
  text-align: left; }

#footer .socialNetworks a {
  border-radius: 4px;
  display: inline-block;
  padding: 7px;
  text-align: center;
  width: 20px;
  margin-bottom: 5px; }

#footer .socialNetworks a span {
  display: none; }

#footer .socialNetworks a.logo-icon {
  width: 70px; }
  #footer .socialNetworks a.logo-icon img.yqme-small-logo {
    float: right;
    margin-left: 5px;
    max-height: 20px; }

#footer img.app-store-logo {
  margin-bottom: 5px; }

#footer form#cm-subscribe {
  margin-bottom: 0px; }

/*
#footer .socialNetworks:before {
    content: "Connect with us! ";
}
*/
#footer-nav {
  padding: 10px 0 0; }
  #footer-nav .pb-yqme-logo {
    background: url("../images/logos/pbYQME_blk_28h.png") no-repeat scroll right center transparent; }
  #footer-nav ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0px; }
  #footer-nav li {
    display: inline;
    padding: 0 5px; }
  #footer-nav a,
  #footer-nav a:link,
  #footer-nav a:visited {
    display: inline;
    color: #030303;
    text-decoration: none; }
  #footer-nav a:hover,
  #footer-nav a:focus {
    color: black;
    text-decoration: none; }

/*************** Modal lightbox ***************/
/* overlay 
------------------------------------------------------- */
#overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.65;
  filter: alpha(opacity=65); }

/* modal 
------------------------------------------------------- */
#modal {
  position: absolute;
  z-index: 11;
  border-radius: 14px;
  padding: 8px;
  width: 80%;
  max-width: 500px; }

#modal-content {
  border-radius: 8px;
  padding: 20px;
  height: 90%;
  max-height: 400px;
  overflow: auto;
  overflow-x: hidden; }

#modal-content h2 {
  position: relative;
  top: auto;
  right: auto; }

#modal-content li {
  margin-left: 20px; }

#modal-content .InputRow label {
  color: #27251F; }

#modal #close {
  position: absolute;
  background: url(/Design/images/close-buttons-sprite.png) 0 0 no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  text-indent: -9999px;
  top: -12px;
  right: -12px; }

/*************** Referred message ***************/
.ReferralDiv {
  background: white;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ADADAD;
  border-radius: 5px;
  padding: 12px 20px;
  color: green;
  font-weight: bold; }

/*
 * Created By: MikeAsuncion
 * Created Date: 7-3-2020
 * https://YQme.com.au
 */
/** COLOR THEMES **/
.yqme-theme {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&display=swap");
  font-family: "Noto Sans JP", "Raleway", "Varela Round", sans-serif;
  color: #27251F;
  /********************* START COLOR OPTIONS **********************/
  /** RED **/
  /** ARANCINI **/
  /** AVOCADO **/
  /** BLUEFIN **/
  /********************* END COLOR OPTIONS **********************/ }
  .yqme-theme h1,
  .yqme-theme h2,
  .yqme-theme h3,
  .yqme-theme h4 {
    font-family: "Noto Sans JP", "Raleway", "Varela Round", sans-serif;
    text-transform: none;
    color: #27251F; }
  .yqme-theme .carousel ol,
  .yqme-theme .carousel a {
    display: none !important; }
  .yqme-theme .carousel .item {
    max-height: 100%; }
  .yqme-theme .wpcc-container {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    text-align: center; }
    .yqme-theme .wpcc-container .wpcc-compliance a {
      display: inline-block;
      margin: 10px;
      border-radius: 5px;
      padding: 5px 10px; }
  .yqme-theme .yqme-merchant-group-wrap .yqme-search-suburb label {
    margin-top: 5px;
    margin-right: 10px; }
  .yqme-theme .yqme-merchant-group-wrap .yqme-merchant-item-wrap {
    margin-bottom: 20px; }
    .yqme-theme .yqme-merchant-group-wrap .yqme-merchant-item-wrap .yqme-merchant-item {
      padding: 10px;
      border: 1px solid #EBEBEB;
      border-radius: 10px;
      background: #EBEBEB;
      margin-top: 10px; }
      .yqme-theme .yqme-merchant-group-wrap .yqme-merchant-item-wrap .yqme-merchant-item:nth-child(odd) {
        margin-left: 0;
        clear: left; }
      .yqme-theme .yqme-merchant-group-wrap .yqme-merchant-item-wrap .yqme-merchant-item .icon {
        max-width: 10px;
        margin-right: 5px; }
      .yqme-theme .yqme-merchant-group-wrap .yqme-merchant-item-wrap .yqme-merchant-item .yqme-details-wrap div {
        margin-bottom: 2px; }
        .yqme-theme .yqme-merchant-group-wrap .yqme-merchant-item-wrap .yqme-merchant-item .yqme-details-wrap div:last-child {
          border-top: 2px dotted #27251F;
          margin-top: 10px;
          padding-top: 10px; }
        .yqme-theme .yqme-merchant-group-wrap .yqme-merchant-item-wrap .yqme-merchant-item .yqme-details-wrap div a.btn {
          display: block; }
  .yqme-theme .promo-area .section {
    background: #F3D968;
    text-align: center;
    padding: 5px;
    border: 3px dotted #d3b019;
    margin-bottom: 10px; }
    .yqme-theme .promo-area .section h4 {
      margin: 0px;
      color: #27251F !important; }
  .yqme-theme .yqme-login-wrap input.field {
    width: 94%; }
  .yqme-theme .yqme-login-wrap .yqme-login-btn {
    width: 100%;
    margin: 5px 0px; }
  .yqme-theme .btn-link {
    color: #27251F;
    text-decoration: none; }
  .yqme-theme .btn {
    box-shadow: none !important;
    text-shadow: none !important;
    font-weight: normal !important;
    border: 1px solid #EEC827;
    border-radius: 50px !important;
    background-color: #fff;
    color: #27251F;
    background-image: none;
    border-radius: 1.5rem;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    font-weight: 600;
    font-size: .813em;
    min-width: 90px; }
    .yqme-theme .btn.disabled {
      border: 1px solid #d4d4d4;
      color: #27251F; }
      .yqme-theme .btn.disabled:hover, .yqme-theme .btn.disabled:focus {
        background-color: #fff; }
    .yqme-theme .btn.btn-danger {
      border: 1px solid #DB181E;
      color: #af1419; }
      .yqme-theme .btn.btn-danger:hover, .yqme-theme .btn.btn-danger:focus {
        background-color: #DB181E;
        color: #fff; }
    .yqme-theme .btn:hover, .yqme-theme .btn:focus {
      background-color: #EEC827;
      color: #27251F; }
    .yqme-theme .btn.btn-primary {
      border: none;
      padding: .375rem 2.5rem .375rem .5rem;
      color: #27251F;
      border-radius: 1.5rem;
      background-color: #EEC827;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      font-weight: 600;
      font-size: 0.813em; }
      .yqme-theme .btn.btn-primary.disabled {
        background-color: #d4d4d4;
        color: #27251F; }
        .yqme-theme .btn.btn-primary.disabled:hover, .yqme-theme .btn.btn-primary.disabled:focus {
          background-color: #d4d4d4; }
      .yqme-theme .btn.btn-primary:after {
        background-image: url("../images/icons/icon-arrow.svg");
        content: "";
        display: inline-block;
        margin-left: .5rem;
        position: absolute;
        width: 1.375rem;
        height: 1.375rem;
        background-size: cover; }
      .yqme-theme .btn.btn-primary:hover, .yqme-theme .btn.btn-primary:focus {
        background-color: rgba(238, 200, 39, 0.75);
        color: #27251F; }
    .yqme-theme .btn.btn-primary #navlist a {
      font-family: "Noto Sans JP", "Raleway", "Varela Round", sans-serif !important; }
  @media only screen and (min-width: 40.0625em) {
    .yqme-theme .btn {
      font-size: .938em; } }
  @media only screen and (min-width: 64.0625em) {
    .yqme-theme .btn-primary {
      font-size: 0.938em; } }
  @media only screen and (max-width: 80.0625em) {
    .yqme-theme .btn {
      display: block;
      margin-bottom: 10px; }
    .yqme-theme .btn-primary {
      display: block;
      margin-bottom: 10px; } }
  .yqme-theme .yqme-item-variations .yqme-item-image {
    position: sticky;
    top: 40px; }
  .yqme-theme .input-append .add-on:last-child,
  .yqme-theme .input-append .btn:last-child,
  .yqme-theme .input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0 1.5rem 1.5rem 0;
    -moz-border-radius: 0 1.5rem 1.5rem 0;
    border-radius: 0 1.5rem 1.5rem 0; }
  .yqme-theme #header-wrapper,
  .yqme-theme #main-wrapper,
  .yqme-theme #footer-wrapper {
    padding-left: 0%;
    padding-right: 0%;
    width: 100%; }
  .yqme-theme .yqme-sticky-item {
    position: sticky;
    top: 0px; }
    .yqme-theme .yqme-sticky-item .productName .AddItem {
      color: #27251F;
      line-height: 100% !important; }
  .yqme-theme .yqme-variation-wrap label {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .yqme-theme .yqme-variation-wrap label:hover {
      background: #fff7d5 !important; }
  .yqme-theme .yqme-variation-wrap .yqme-variation-item {
    padding: 2px;
    border-radius: 5px;
    float: left;
    margin-right: 5px; }
    .yqme-theme .yqme-variation-wrap .yqme-variation-item:hover {
      background: #eee; }
  .yqme-theme .yqme-img-thumb {
    width: 100%;
    border-radius: 10px; }
  .yqme-theme .yqme-img-full {
    width: 100%;
    max-width: 300px;
    border-radius: 10px; }
  .yqme-theme .yqme-modal-wrap h4 {
    font-weight: bold; }
  .yqme-theme .yqme-modal-wrap.yqme-modal-lg {
    width: 90%;
    left: 5%;
    margin-left: 0px;
    max-height: 100%; }
    @media only screen and (min-width: 1200px) {
      .yqme-theme .yqme-modal-wrap.yqme-modal-lg {
        width: 60% !important;
        left: 24% !important; } }
    .yqme-theme .yqme-modal-wrap.yqme-modal-lg .modal-body {
      max-height: 60vh; }
  .yqme-theme .yqme-modal-wrap #error-message-div {
    position: sticky;
    bottom: 0px;
    background: #DB181E;
    color: white;
    text-align: center;
    border-radius: 5px;
    width: 90%; }
  .yqme-theme #toppanel {
    background: white !important;
    border-bottom: none !important;
    position: sticky;
    top: 0px; }
    .yqme-theme #toppanel #panel {
      max-width: 100%;
      position: absolute;
      top: 30px;
      background: white;
      width: 600px;
      right: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      z-index: 1;
      box-shadow: 0px 0px 10px #333;
      -o-box-shadow: 0px 0px 10px #333;
      -ms-box-shadow: 0px 0px 10px #333;
      -moz-box-shadow: 0px 0px 10px #333;
      -webkit-box-shadow: 0px 0px 10px #333; }
      .yqme-theme #toppanel #panel .panelIntro .yqme-powered-by {
        font-size: 10px;
        position: relative;
        left: -40px;
        font-weight: bold; }
      .yqme-theme #toppanel #panel .panelIntro img,
      .yqme-theme #toppanel #panel .panelIntro svg {
        width: 99px; }
      .yqme-theme #toppanel #panel .panelContent form {
        background: #EBEBEB !important;
        margin: 20px 10px; }
        .yqme-theme #toppanel #panel .panelContent form label,
        .yqme-theme #toppanel #panel .panelContent form a {
          /*color: white;*/ }
        .yqme-theme #toppanel #panel .panelContent form .lost-pwd {
          float: right;
          margin-right: 20px;
          margin-top: 5px; }
        .yqme-theme #toppanel #panel .panelContent form .bt_login {
          float: right; }
        .yqme-theme #toppanel #panel .panelContent form .control-group input[type=text],
        .yqme-theme #toppanel #panel .panelContent form .control-group input[type=password] {
          width: 90%; }
    .yqme-theme #toppanel .tab {
      background: white;
      box-shadow: 0px 7px 6px -7px #000; }
      .yqme-theme #toppanel .tab .loginWrapper {
        max-width: 100%; }
        .yqme-theme #toppanel .tab .loginWrapper .yqme-client-logo-wrap {
          text-align: left; }
          .yqme-theme #toppanel .tab .loginWrapper .yqme-client-logo-wrap .yqme-client-logo {
            width: 100%;
            max-width: 25px;
            float: left;
            margin-left: 10px;
            margin-right: 10px;
            margin-top: 3px;
            border-radius: 5px; }
            .yqme-theme #toppanel .tab .loginWrapper .yqme-client-logo-wrap .yqme-client-logo img {
              max-width: 22px; }
          .yqme-theme #toppanel .tab .loginWrapper .yqme-client-logo-wrap .yqme-client-name {
            padding-top: 6px; }
        .yqme-theme #toppanel .tab .loginWrapper .login {
          width: auto !important; }
          .yqme-theme #toppanel .tab .loginWrapper .login li {
            border-right: 1px solid #ccc;
            color: #27251F;
            padding: 0px; }
            .yqme-theme #toppanel .tab .loginWrapper .login li a {
              color: #27251F;
              display: block;
              padding: 0px 10px; }
              .yqme-theme #toppanel .tab .loginWrapper .login li a:hover {
                text-decoration: none;
                background: #e8e5d8; }
            .yqme-theme #toppanel .tab .loginWrapper .login li:first-child {
              padding-right: 10px; }
            .yqme-theme #toppanel .tab .loginWrapper .login li:last-child {
              border: none; }
            .yqme-theme #toppanel .tab .loginWrapper .login li.toggle-wrapper {
              background: white !important;
              /*border: none !important;*/
              border-top: none !important;
              border-left: none !important;
              box-shadow: none; }
              .yqme-theme #toppanel .tab .loginWrapper .login li.toggle-wrapper a,
              .yqme-theme #toppanel .tab .loginWrapper .login li.toggle-wrapper a:hover {
                text-decoration: none !important;
                height: 100%; }
  .yqme-theme #mainContent .menuItems h2 {
    background: white !important;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    background: #ffadaf;
    margin-top: 0px; }
  .yqme-theme #mainContent .menuItems .productName {
    font-weight: bold;
    color: #27251F;
    line-height: 100% !important; }
  .yqme-theme #mainContent #subMenu #menuTab {
    background: #EBEBEB !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }
    .yqme-theme #mainContent #subMenu #menuTab .current {
      border-top-right-radius: 10px;
      border-top-left-radius: 10px; }
      .yqme-theme #mainContent #subMenu #menuTab .current a span {
        background: #EEC827; }
  .yqme-theme #mainContent #whyRegister .intro {
    margin: 20px !important; }
  .yqme-theme #mainContent #validateForm .intro {
    text-align: center;
    color: #27251F;
    padding: 10px 20px; }
  .yqme-theme #page {
       /*#MenuTable {
           border: none !important;

           .variations {
               .btn {
                   max-width: 473px;
               }
           }
       }*/ }
    .yqme-theme #page #header,
    .yqme-theme #page #main,
    .yqme-theme #page #mainContent,
    .yqme-theme #page #footer {
      max-width: 1300px;
      width: 98%; }
    .yqme-theme #page #header-wrapper {
      overflow: hidden; }
      .yqme-theme #page #header-wrapper .headerInfo {
        padding: 10px;
        margin: 0 auto; }
      .yqme-theme #page #header-wrapper .merchantIntro {
        margin-top: 20px; }
      .yqme-theme #page #header-wrapper .yqme-banner-wrapper {
        position: absolute;
        z-index: 0;
        top: 0px;
        width: 100vw;
        filter: blur(2px);
        -o-filter: blur(2px);
        -ms-filter: blur(2px);
        -moz-filter: blur(2px);
        -webkit-filter: blur(2px); }
        .yqme-theme #page #header-wrapper .yqme-banner-wrapper .overlay {
          background: white;
          opacity: .4;
          z-index: 1;
          position: absolute;
          width: 100%;
          height: 100vh; }
        .yqme-theme #page #header-wrapper .yqme-banner-wrapper img {
          display: block;
          width: 100vw;
          height: 50vh;
          position: relative;
          object-fit: cover;
          left: 50%;
          right: 50%;
          margin-left: -50vw;
          margin-right: -50vw; }
      @media screen and (max-width: 768px) {
        .yqme-theme #page #header-wrapper .yqme-img-thumb {
          max-width: 100px; } }
      .yqme-theme #page #header-wrapper #summary-wrapper {
        background: transparent;
        border: none;
        box-shadow: none; }
        .yqme-theme #page #header-wrapper #summary-wrapper #summary-wrapper-inner {
          margin: 10px 30px;
          padding: 20px;
          background: #ffffff5e;
          border-radius: 10px;
          box-shadow: 0px 0px 10px 0px #333; }
          .yqme-theme #page #header-wrapper #summary-wrapper #summary-wrapper-inner .openStatusButton {
            max-width: 100%;
            width: 100%; }
      .yqme-theme #page #header-wrapper.dark-header-theme .yqme-banner-wrapper .overlay {
        background: black;
        opacity: .2; }
      .yqme-theme #page #header-wrapper.dark-header-theme #header, .yqme-theme #page #header-wrapper.dark-header-theme #header h1, .yqme-theme #page #header-wrapper.dark-header-theme a {
        color: white; }
      .yqme-theme #page #header-wrapper.dark-header-theme #summary-wrapper #summary-wrapper-inner {
        background: #0000005e;
        box-shadow: 0px 0px 10px 0px #808080; }
    .yqme-theme #page #menuGroupNav {
      position: sticky;
      top: 50px; }
    .yqme-theme #page #sidebar {
      position: sticky;
      top: 35px; }
    .yqme-theme #page .yqme-download-app-wrap {
      margin-top: 30px; }
      .yqme-theme #page .yqme-download-app-wrap a {
        text-decoration: none !important;
        text-align: center;
        margin-bottom: 10px;
        padding: 6px;
        border-radius: 9px;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out; }
        .yqme-theme #page .yqme-download-app-wrap a.google img {
          width: 140px; }
      .yqme-theme #page .yqme-download-app-wrap svg {
        width: 20px; }
      .yqme-theme #page .yqme-download-app-wrap .text {
        position: relative;
        top: -5px; }
    .yqme-theme #page #navcontainer ul {
      margin-left: 13px !important;
      margin-bottom: 10px;
      background: #EBEBEB;
      border-radius: 30px; }
      .yqme-theme #page #navcontainer ul li {
        border-radius: 30px;
        min-width: 140px;
        text-align: center; }
        .yqme-theme #page #navcontainer ul li a {
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -ms-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
          border-radius: 30px; }
        .yqme-theme #page #navcontainer ul li:hover a {
          background-color: #F3D968; }
        .yqme-theme #page #navcontainer ul li.current a {
          background-color: #EEC827; }
    .yqme-theme #page #menuGroupNav {
      margin: 0px !important;
      border-radius: 5px; }
      .yqme-theme #page #menuGroupNav ul li {
        text-align: left; }
        .yqme-theme #page #menuGroupNav ul li a {
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -ms-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out; }
        .yqme-theme #page #menuGroupNav ul li:hover a {
          background-color: #F3D968; }
        .yqme-theme #page #menuGroupNav ul li.current a {
          background-color: #EEC827; }
        .yqme-theme #page #menuGroupNav ul li:last-child {
          border: none !important; }
    .yqme-theme #page #menuContent .menuItems .icons a {
      background: transparent;
      color: #27251F;
      margin-right: 10px;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
      .yqme-theme #page #menuContent .menuItems .icons a:hover {
        color: #9c9c9c; }
  .yqme-theme #footer-wrapper #footer {
    color: #27251F; }
    .yqme-theme #footer-wrapper #footer h3 {
      color: #27251F; }
    .yqme-theme #footer-wrapper #footer #footer-nav {
      border: none;
      text-align: center; }
      .yqme-theme #footer-wrapper #footer #footer-nav .yqme-sc-pages {
        margin-bottom: 20px; }
        .yqme-theme #footer-wrapper #footer #footer-nav .yqme-sc-pages span {
          width: 100%;
          margin-right: 10px;
          margin-bottom: 10px; }
        .yqme-theme #footer-wrapper #footer #footer-nav .yqme-sc-pages a {
          display: inline-block; }
          .yqme-theme #footer-wrapper #footer #footer-nav .yqme-sc-pages a img {
            width: 20px;
            color: red; }
      .yqme-theme #footer-wrapper #footer #footer-nav .yqme-powered-wrap {
        background: #ffffff54;
        padding: 10px;
        border-radius: 10px; }
        .yqme-theme #footer-wrapper #footer #footer-nav .yqme-powered-wrap .yqme-powered-by {
          font-size: 10px;
          position: relative;
          left: -40px;
          font-weight: bold; }
      .yqme-theme #footer-wrapper #footer #footer-nav .yqme-footer-nav {
        margin-top: 20px; }
        .yqme-theme #footer-wrapper #footer #footer-nav .yqme-footer-nav a {
          color: #27251F; }
          .yqme-theme #footer-wrapper #footer #footer-nav .yqme-footer-nav a::after {
            content: ' | '; }
          .yqme-theme #footer-wrapper #footer #footer-nav .yqme-footer-nav a:last-child::after {
            content: ' '; }
      .yqme-theme #footer-wrapper #footer #footer-nav .yqme-copyright-wrap {
        margin: 10px 0px; }
  .yqme-theme.red {
    background: white;
    /*h1,
    h2,
    h3,
    h4 {
        text-transform: none !important;
        color: $yqme-black !important;
    }*/ }
    .yqme-theme.red a,
    .yqme-theme.red button,
    .yqme-theme.red input {
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .yqme-theme.red a.btn,
      .yqme-theme.red button.btn,
      .yqme-theme.red input.btn {
        background: #DB181E;
        color: white;
        border: none;
        text-shadow: none; }
        .yqme-theme.red a.btn.btn-primary,
        .yqme-theme.red button.btn.btn-primary,
        .yqme-theme.red input.btn.btn-primary {
          color: white; }
        .yqme-theme.red a.btn:hover,
        .yqme-theme.red button.btn:hover,
        .yqme-theme.red input.btn:hover {
          background: #af1419;
          color: white; }
    .yqme-theme.red .promo-area .section {
      background: #ffadaf;
      border: 3px dotted #af1419; }
      .yqme-theme.red .promo-area .section h4 {
        color: #27251F !important; }
    .yqme-theme.red #panel .panelContent form {
      background: white !important; }
    .yqme-theme.red .loginWrapper .toggle-wrapper {
      background: white !important;
      /*border: none !important;*/
      box-shadow: none; }
      .yqme-theme.red .loginWrapper .toggle-wrapper a:hover {
        color: white !important; }
    .yqme-theme.red .loginWrapper .login li a:hover {
      background: #ffadaf !important; }
    .yqme-theme.red .tab {
      background: #d3b019; }
      .yqme-theme.red .tab ul li {
        color: white; }
        .yqme-theme.red .tab ul li a {
          color: white; }
          .yqme-theme.red .tab ul li a:hover {
            color: #27251F; }
    .yqme-theme.red #summary-wrapper .openStatusButton {
      background: #DB181E;
      color: white; }
    .yqme-theme.red #header-wrapper {
      background: white; }
    .yqme-theme.red #main-wrapper {
      background: #f1f1f1; }
    .yqme-theme.red #mainContent {
      background: transparent; }
      .yqme-theme.red #mainContent #menuGroupNav {
        margin: 0px !important;
        background: transparent;
        border-radius: 5px; }
        .yqme-theme.red #mainContent #menuGroupNav ul li {
          text-align: left;
          border: none; }
          .yqme-theme.red #mainContent #menuGroupNav ul li:hover a {
            background-color: #ffadaf;
            color: #af1419; }
          .yqme-theme.red #mainContent #menuGroupNav ul li.current a {
            background-color: #DB181E;
            color: white; }
          .yqme-theme.red #mainContent #menuGroupNav ul li a {
            background-color: #ffe2e3;
            color: #27251F;
            margin-bottom: 5px; }
      .yqme-theme.red #mainContent #subMenu #menuTab {
        background: #ffadaf !important; }
        .yqme-theme.red #mainContent #subMenu #menuTab .current a span {
          background: #DB181E; }
      .yqme-theme.red #mainContent .menuItems h2 {
        background: white !important;
        padding: 5px;
        border-radius: 5px;
        text-align: center;
        background: #d3b019;
        margin-to: center;
        background: #d3b019;
        margin-top: 0px; }
      .yqme-theme.red #mainContent .menuItems table tr {
        background: white; }
        .yqme-theme.red #mainContent .menuItems table tr td.menu-item {
          padding-left: 10px;
          border: none !important; }
      .yqme-theme.red #mainContent #sidebar.main-sidebar {
        background: transparent !important; }
      .yqme-theme.red #mainContent #MenuTable {
        border: none !important; }
        .yqme-theme.red #mainContent #MenuTable .variations .btn {
          background: white;
          border-radius: 30px;
          text-align: center;
          color: #27251F;
          border: 1px solid #27251F;
          box-shadow: none;
          position: relative; }
          .yqme-theme.red #mainContent #MenuTable .variations .btn::before {
            background: #27251F;
            border-radius: 50%;
            color: white;
            padding: 2px 3px !important;
            font-size: 12px;
            position: absolute;
            left: 4px; }
          .yqme-theme.red #mainContent #MenuTable .variations .btn:hover {
            background: #DB181E;
            color: white; }
            .yqme-theme.red #mainContent #MenuTable .variations .btn:hover::before {
              background: white;
              color: #DB181E; }
      .yqme-theme.red #mainContent #basketwrapper .section {
        background: #FFFFFF;
        border-radius: 10px;
        box-shadow: 0px 0px 10px #bdbdbd; }
      .yqme-theme.red #mainContent #basketwrapper .basketTable .SubmitButtonRow .btn.cancel {
        background: white;
        color: #27251F; }
        .yqme-theme.red #mainContent #basketwrapper .basketTable .SubmitButtonRow .btn.cancel:hover {
          background: #DB181E;
          color: white; }
    .yqme-theme.red #navcontainer ul#navlist li:hover {
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .yqme-theme.red #navcontainer ul#navlist li:hover a {
        background: #ffadaf; }
    .yqme-theme.red #navcontainer ul#navlist li.current a {
      background: #DB181E !important;
      color: white !important; }
    .yqme-theme.red #navcontainer ul#navlist li a {
      color: #27251F; }
    .yqme-theme.red #footer-wrapper {
      background: white; }
    .yqme-theme.red .yqme-modal-wrap .modal-header {
      background: #DB181E;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .yqme-theme.red .yqme-modal-wrap .modal-header h1,
      .yqme-theme.red .yqme-modal-wrap .modal-header h2,
      .yqme-theme.red .yqme-modal-wrap .modal-header h3,
      .yqme-theme.red .yqme-modal-wrap .modal-header h4 {
        color: white !important; }
    .yqme-theme.red .yqme-modal-wrap .yqme-variation-wrap label:hover {
      background: #ffadaf !important; }
    .yqme-theme.red .yqme-modal-wrap .yqme-variation-wrap .yqme-variation-item:hover {
      background: #ffadaf; }
    .yqme-theme.red .yqme-modal-wrap .btn {
      border: none !important; }
  .yqme-theme.arancini {
    background: white; }
    .yqme-theme.arancini a.btn,
    .yqme-theme.arancini button.btn,
    .yqme-theme.arancini input.btn {
      background: #F89522;
      color: white; }
      .yqme-theme.arancini a.btn.btn-primary,
      .yqme-theme.arancini button.btn.btn-primary,
      .yqme-theme.arancini input.btn.btn-primary {
        color: white; }
      .yqme-theme.arancini a.btn:hover,
      .yqme-theme.arancini button.btn:hover,
      .yqme-theme.arancini input.btn:hover {
        background: #d4801f !important;
        color: white; }
    .yqme-theme.arancini .promo-area .section {
      background: #ffc685;
      border: 3px dotted #d4801f; }
    .yqme-theme.arancini #panel .panelContent form {
      background: white !important; }
    .yqme-theme.arancini .loginWrapper .toggle-wrapper {
      background: white !important;
      box-shadow: none; }
      .yqme-theme.arancini .loginWrapper .toggle-wrapper a:hover {
        color: white !important; }
    .yqme-theme.arancini .loginWrapper .login li a:hover {
      background: #ffc685 !important; }
    .yqme-theme.arancini .tab {
      background: #d4801f; }
      .yqme-theme.arancini .tab ul li {
        color: white; }
        .yqme-theme.arancini .tab ul li a {
          color: white; }
          .yqme-theme.arancini .tab ul li a:hover {
            color: #d4801f; }
    .yqme-theme.arancini #summary-wrapper .openStatusButton {
      background: #F89522;
      color: white; }
    .yqme-theme.arancini #header-wrapper {
      background: white; }
    .yqme-theme.arancini #main-wrapper {
      background: #fff9f1; }
    .yqme-theme.arancini #mainContent {
      background: transparent; }
      .yqme-theme.arancini #mainContent #menuGroupNav {
        margin: 0px !important;
        background: transparent; }
        .yqme-theme.arancini #mainContent #menuGroupNav ul li:hover a {
          background-color: #ffc685;
          color: white; }
        .yqme-theme.arancini #mainContent #menuGroupNav ul li.current a {
          background-color: #F89522 !important;
          color: white; }
        .yqme-theme.arancini #mainContent #menuGroupNav ul li a {
          background-color: white;
          color: #27251F;
          margin-bottom: 5px;
          border: 1px solid #F89522;
          border-radius: 30px; }
      .yqme-theme.arancini #mainContent .menuItems h2 {
        background: white !important;
        background: #d4801f;
        background: #d4801f; }
      .yqme-theme.arancini #mainContent .menuItems table tr {
        background: white; }
        .yqme-theme.arancini #mainContent .menuItems table tr td.menu-item {
          padding-left: 10px;
          border: none !important; }
      .yqme-theme.arancini #mainContent #subMenu #menuTab {
        background: #ffc685 !important; }
        .yqme-theme.arancini #mainContent #subMenu #menuTab .current a span {
          background: #F89522; }
      .yqme-theme.arancini #mainContent #sidebar.main-sidebar {
        background: transparent !important; }
      .yqme-theme.arancini #mainContent #MenuTable {
        border: none !important; }
        .yqme-theme.arancini #mainContent #MenuTable .variations .btn {
          background: white;
          border-radius: 30px;
          text-align: center;
          color: #27251F;
          border: 1px solid #d4801f;
          box-shadow: none;
          position: relative; }
          .yqme-theme.arancini #mainContent #MenuTable .variations .btn::before {
            background: #d4801f;
            border-radius: 50%;
            color: white;
            padding: 2px 3px !important;
            font-size: 12px;
            position: absolute;
            left: 4px; }
          .yqme-theme.arancini #mainContent #MenuTable .variations .btn:hover {
            background: #F89522;
            color: white; }
            .yqme-theme.arancini #mainContent #MenuTable .variations .btn:hover::before {
              background: white;
              color: #F89522; }
      .yqme-theme.arancini #mainContent #basketwrapper .section {
        background: #FFFFFF;
        border-radius: 10px;
        box-shadow: 0px 0px 10px #bdbdbd; }
      .yqme-theme.arancini #mainContent #basketwrapper .basketTable .SubmitButtonRow .btn.cancel {
        background: white;
        color: #27251F; }
        .yqme-theme.arancini #mainContent #basketwrapper .basketTable .SubmitButtonRow .btn.cancel:hover {
          background: #F89522;
          color: white; }
    .yqme-theme.arancini #navcontainer ul#navlist li:hover a {
      background: #ffc685; }
    .yqme-theme.arancini #navcontainer ul#navlist li.current a {
      background: #F89522 !important;
      color: white !important; }
    .yqme-theme.arancini #navcontainer ul#navlist li a {
      color: #27251F; }
    .yqme-theme.arancini #footer-wrapper {
      background: white; }
    .yqme-theme.arancini .yqme-modal-wrap .modal-header {
      background: #F89522;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .yqme-theme.arancini .yqme-modal-wrap .modal-header h1,
      .yqme-theme.arancini .yqme-modal-wrap .modal-header h2,
      .yqme-theme.arancini .yqme-modal-wrap .modal-header h3,
      .yqme-theme.arancini .yqme-modal-wrap .modal-header h4 {
        color: white !important; }
    .yqme-theme.arancini .yqme-modal-wrap .yqme-variation-wrap label:hover {
      background: #ffc685 !important; }
    .yqme-theme.arancini .yqme-modal-wrap .yqme-variation-wrap .yqme-variation-item:hover {
      background: #ffc685; }
    .yqme-theme.arancini .yqme-modal-wrap .btn {
      border: none !important; }
  .yqme-theme.avocado {
    background: white; }
    .yqme-theme.avocado a.btn,
    .yqme-theme.avocado button.btn,
    .yqme-theme.avocado input.btn {
      background: #93CA58;
      color: white; }
      .yqme-theme.avocado a.btn.btn-primary,
      .yqme-theme.avocado button.btn.btn-primary,
      .yqme-theme.avocado input.btn.btn-primary {
        color: white; }
      .yqme-theme.avocado a.btn:hover,
      .yqme-theme.avocado button.btn:hover,
      .yqme-theme.avocado input.btn:hover {
        background: #86b653 !important;
        color: white; }
    .yqme-theme.avocado .promo-area .section {
      background: #d6ffaa;
      border: 3px dotted #86b653; }
    .yqme-theme.avocado #panel .panelContent form {
      background: white !important; }
    .yqme-theme.avocado .loginWrapper .toggle-wrapper {
      background: white !important;
      box-shadow: none; }
      .yqme-theme.avocado .loginWrapper .toggle-wrapper a:hover {
        color: #27251F !important; }
    .yqme-theme.avocado .loginWrapper .login li a:hover {
      background: #d6ffaa !important;
      color: #27251F; }
    .yqme-theme.avocado .tab {
      background: #86b653; }
      .yqme-theme.avocado .tab ul li {
        color: white; }
        .yqme-theme.avocado .tab ul li a {
          color: white; }
          .yqme-theme.avocado .tab ul li a:hover {
            color: #86b653; }
    .yqme-theme.avocado #summary-wrapper .openStatusButton {
      background: #93CA58;
      color: white; }
    .yqme-theme.avocado #header-wrapper {
      background: white; }
    .yqme-theme.avocado #main-wrapper {
      background: #fff9f1; }
    .yqme-theme.avocado #mainContent {
      background: transparent; }
      .yqme-theme.avocado #mainContent #menuGroupNav {
        margin: 0px !important;
        background: transparent; }
        .yqme-theme.avocado #mainContent #menuGroupNav ul li:hover a {
          background-color: #d6ffaa;
          color: #27251F; }
        .yqme-theme.avocado #mainContent #menuGroupNav ul li.current a {
          background-color: #93CA58 !important;
          color: white; }
        .yqme-theme.avocado #mainContent #menuGroupNav ul li a {
          background-color: white;
          color: #27251F;
          margin-bottom: 5px;
          border: 1px solid #93CA58;
          border-radius: 30px; }
      .yqme-theme.avocado #mainContent .menuItems h2 {
        background: white !important;
        background: #86b653;
        background: #86b653; }
      .yqme-theme.avocado #mainContent .menuItems table tr {
        background: white; }
        .yqme-theme.avocado #mainContent .menuItems table tr td.menu-item {
          padding-left: 10px;
          border: none !important; }
      .yqme-theme.avocado #mainContent #subMenu #menuTab {
        background: #d6ffaa !important; }
        .yqme-theme.avocado #mainContent #subMenu #menuTab .current a span {
          background: #93CA58;
          color: white; }
      .yqme-theme.avocado #mainContent #sidebar.main-sidebar {
        background: transparent !important; }
      .yqme-theme.avocado #mainContent #MenuTable {
        border: none !important; }
        .yqme-theme.avocado #mainContent #MenuTable .variations .btn {
          background: white;
          border-radius: 30px;
          text-align: center;
          color: #27251F;
          border: 1px solid #86b653;
          box-shadow: none;
          position: relative; }
          .yqme-theme.avocado #mainContent #MenuTable .variations .btn::before {
            background: #86b653;
            border-radius: 50%;
            color: white;
            padding: 2px 3px !important;
            font-size: 12px;
            position: absolute;
            left: 4px; }
          .yqme-theme.avocado #mainContent #MenuTable .variations .btn:hover {
            background: #93CA58;
            color: white; }
            .yqme-theme.avocado #mainContent #MenuTable .variations .btn:hover::before {
              background: white;
              color: #93CA58; }
      .yqme-theme.avocado #mainContent #basketwrapper .section {
        background: #FFFFFF;
        border-radius: 10px;
        box-shadow: 0px 0px 10px #bdbdbd; }
      .yqme-theme.avocado #mainContent #basketwrapper .basketTable .SubmitButtonRow .btn.cancel {
        background: white;
        color: #27251F; }
        .yqme-theme.avocado #mainContent #basketwrapper .basketTable .SubmitButtonRow .btn.cancel:hover {
          background: #93CA58;
          color: white; }
    .yqme-theme.avocado #navcontainer ul#navlist li:hover a {
      background: #d6ffaa;
      color: #27251F; }
    .yqme-theme.avocado #navcontainer ul#navlist li.current a {
      background: #93CA58 !important;
      color: white !important; }
    .yqme-theme.avocado #navcontainer ul#navlist li a {
      color: #27251F; }
    .yqme-theme.avocado #footer-wrapper {
      background: white; }
    .yqme-theme.avocado .yqme-modal-wrap .modal-header {
      background: #93CA58;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .yqme-theme.avocado .yqme-modal-wrap .modal-header h1,
      .yqme-theme.avocado .yqme-modal-wrap .modal-header h2,
      .yqme-theme.avocado .yqme-modal-wrap .modal-header h3,
      .yqme-theme.avocado .yqme-modal-wrap .modal-header h4 {
        color: white !important; }
    .yqme-theme.avocado .yqme-modal-wrap .yqme-variation-wrap label:hover {
      background: #d6ffaa !important; }
    .yqme-theme.avocado .yqme-modal-wrap .yqme-variation-wrap .yqme-variation-item:hover {
      background: #d6ffaa; }
    .yqme-theme.avocado .yqme-modal-wrap .btn {
      border: none !important; }
  .yqme-theme.bluefin {
    background: white; }
    .yqme-theme.bluefin a.btn,
    .yqme-theme.bluefin button.btn,
    .yqme-theme.bluefin input.btn {
      background: #8AB5E0;
      color: white; }
      .yqme-theme.bluefin a.btn.btn-primary,
      .yqme-theme.bluefin button.btn.btn-primary,
      .yqme-theme.bluefin input.btn.btn-primary {
        color: white; }
      .yqme-theme.bluefin a.btn:hover,
      .yqme-theme.bluefin button.btn:hover,
      .yqme-theme.bluefin input.btn:hover {
        background: #81a7ce !important;
        color: white; }
    .yqme-theme.bluefin .promo-area .section {
      background: #a7d3ff;
      border: 3px dotted #81a7ce; }
    .yqme-theme.bluefin #panel .panelContent form {
      background: white !important; }
    .yqme-theme.bluefin .loginWrapper .toggle-wrapper {
      background: white !important;
      box-shadow: none; }
      .yqme-theme.bluefin .loginWrapper .toggle-wrapper a:hover {
        color: #27251F !important; }
    .yqme-theme.bluefin .loginWrapper .login li a:hover {
      background: #a7d3ff !important;
      color: #27251F; }
    .yqme-theme.bluefin .tab {
      background: #81a7ce; }
      .yqme-theme.bluefin .tab ul li {
        color: white; }
        .yqme-theme.bluefin .tab ul li a {
          color: white; }
          .yqme-theme.bluefin .tab ul li a:hover {
            color: #81a7ce; }
    .yqme-theme.bluefin #summary-wrapper .openStatusButton {
      background: #8AB5E0;
      color: white; }
    .yqme-theme.bluefin #header-wrapper {
      background: white; }
    .yqme-theme.bluefin #main-wrapper {
      background: whitesmoke; }
    .yqme-theme.bluefin #mainContent {
      background: transparent; }
      .yqme-theme.bluefin #mainContent #menuGroupNav {
        margin: 0px !important;
        background: transparent; }
        .yqme-theme.bluefin #mainContent #menuGroupNav ul li:hover a {
          background-color: #a7d3ff;
          color: #27251F; }
        .yqme-theme.bluefin #mainContent #menuGroupNav ul li.current a {
          background-color: #8AB5E0 !important;
          color: white; }
        .yqme-theme.bluefin #mainContent #menuGroupNav ul li a {
          background-color: white;
          color: #27251F;
          margin-bottom: 5px;
          border: 1px solid #8AB5E0;
          border-radius: 30px; }
      .yqme-theme.bluefin #mainContent .menuItems h2 {
        background: white !important;
        background: #81a7ce;
        background: #81a7ce; }
      .yqme-theme.bluefin #mainContent .menuItems table tr {
        background: white; }
        .yqme-theme.bluefin #mainContent .menuItems table tr td.menu-item {
          padding-left: 10px;
          border: none !important; }
      .yqme-theme.bluefin #mainContent #subMenu #menuTab {
        background: #a7d3ff !important; }
        .yqme-theme.bluefin #mainContent #subMenu #menuTab .current a span {
          background: #8AB5E0;
          color: white; }
      .yqme-theme.bluefin #mainContent #sidebar.main-sidebar {
        background: transparent !important; }
      .yqme-theme.bluefin #mainContent #MenuTable {
        border: none !important; }
        .yqme-theme.bluefin #mainContent #MenuTable .variations .btn {
          background: white;
          border-radius: 30px;
          text-align: center;
          color: #27251F;
          border: 1px solid #81a7ce;
          box-shadow: none;
          position: relative; }
          .yqme-theme.bluefin #mainContent #MenuTable .variations .btn::before {
            background: #81a7ce;
            border-radius: 50%;
            color: white;
            padding: 2px 3px !important;
            font-size: 12px;
            position: absolute;
            left: 4px; }
          .yqme-theme.bluefin #mainContent #MenuTable .variations .btn:hover {
            background: #8AB5E0;
            color: white; }
            .yqme-theme.bluefin #mainContent #MenuTable .variations .btn:hover::before {
              background: white;
              color: #8AB5E0; }
      .yqme-theme.bluefin #mainContent #basketwrapper .section {
        background: #FFFFFF;
        border-radius: 10px;
        box-shadow: 0px 0px 10px #bdbdbd; }
      .yqme-theme.bluefin #mainContent #basketwrapper .basketTable .SubmitButtonRow .btn.cancel {
        background: white;
        color: #27251F; }
        .yqme-theme.bluefin #mainContent #basketwrapper .basketTable .SubmitButtonRow .btn.cancel:hover {
          background: #8AB5E0;
          color: white; }
    .yqme-theme.bluefin #navcontainer ul#navlist li:hover a {
      background: #a7d3ff;
      color: #27251F; }
    .yqme-theme.bluefin #navcontainer ul#navlist li.current a {
      background: #8AB5E0 !important;
      color: white !important; }
    .yqme-theme.bluefin #navcontainer ul#navlist li a {
      color: #27251F; }
    .yqme-theme.bluefin #footer-wrapper {
      background: white; }
    .yqme-theme.bluefin .yqme-modal-wrap .modal-header {
      background: #8AB5E0;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .yqme-theme.bluefin .yqme-modal-wrap .modal-header h1,
      .yqme-theme.bluefin .yqme-modal-wrap .modal-header h2,
      .yqme-theme.bluefin .yqme-modal-wrap .modal-header h3,
      .yqme-theme.bluefin .yqme-modal-wrap .modal-header h4 {
        color: white !important; }
    .yqme-theme.bluefin .yqme-modal-wrap .yqme-variation-wrap label:hover {
      background: #a7d3ff !important; }
    .yqme-theme.bluefin .yqme-modal-wrap .yqme-variation-wrap .yqme-variation-item:hover {
      background: #a7d3ff; }
    .yqme-theme.bluefin .yqme-modal-wrap .btn {
      border: none !important; }

/** MAIN LOGO SVG STYLE **/
.yqme-main-logo-svg-wrap {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  /** Loading Q **/
  /**Start the animation **/ }
  .yqme-main-logo-svg-wrap.border {
    cursor: pointer;
    border: 1px dotted #EBEBEB; }
    .yqme-main-logo-svg-wrap.border:hover {
      border: 1px solid #d4801f !important; }
  .yqme-main-logo-svg-wrap svg {
    overflow: initial; }
  .yqme-main-logo-svg-wrap.fork .yqme-o-bg,
  .yqme-main-logo-svg-wrap.fork .yqme-m,
  .yqme-main-logo-svg-wrap.fork .yqme-e {
    fill: #EEC827; }
  .yqme-main-logo-svg-wrap.chopstick .yqme-o-bg,
  .yqme-main-logo-svg-wrap.chopstick .yqme-m,
  .yqme-main-logo-svg-wrap.chopstick .yqme-e {
    fill: #8AB5E0; }
  .yqme-main-logo-svg-wrap.coffee .yqme-o-bg,
  .yqme-main-logo-svg-wrap.coffee .yqme-m,
  .yqme-main-logo-svg-wrap.coffee .yqme-e {
    fill: #BF9D6E; }
  .yqme-main-logo-svg-wrap.knife .yqme-o-bg,
  .yqme-main-logo-svg-wrap.knife .yqme-m,
  .yqme-main-logo-svg-wrap.knife .yqme-e {
    fill: #93CA58; }
  .yqme-main-logo-svg-wrap.pizza-cutter .yqme-o-bg,
  .yqme-main-logo-svg-wrap.pizza-cutter .yqme-m,
  .yqme-main-logo-svg-wrap.pizza-cutter .yqme-e {
    fill: #F89522; }
  .yqme-main-logo-svg-wrap.spoon .yqme-o-bg,
  .yqme-main-logo-svg-wrap.spoon .yqme-m,
  .yqme-main-logo-svg-wrap.spoon .yqme-e {
    fill: #F59392; }
  .yqme-main-logo-svg-wrap.steak-knife .yqme-o-bg,
  .yqme-main-logo-svg-wrap.steak-knife .yqme-m,
  .yqme-main-logo-svg-wrap.steak-knife .yqme-e {
    fill: #A87655; }
  .yqme-main-logo-svg-wrap.straw .yqme-o-bg,
  .yqme-main-logo-svg-wrap.straw .yqme-m,
  .yqme-main-logo-svg-wrap.straw .yqme-e {
    fill: #B089BD; }
  .yqme-main-logo-svg-wrap .yqme-space {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    transform: translate(calc(15%), 2px);
    /** utensils **/ }
    .yqme-main-logo-svg-wrap .yqme-space .yqme-y,
    .yqme-main-logo-svg-wrap .yqme-space .yqme-q {
      fill: #27251F; }
    .yqme-main-logo-svg-wrap .yqme-space .yqme-utensil {
      -webkit-transition: all 5s ease-out;
      -moz-transition: all 5s ease-out;
      -ms-transition: all 5s ease-out;
      -o-transition: all 5s ease-out;
      transition: all 5s ease-out;
      fill: #27251F;
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: 0 auto;
      overflow: hidden; }
  .yqme-main-logo-svg-wrap.yqme-loading-q-wrap .yqme-space {
    transform: translate(calc(25%), 2px); }
    .yqme-main-logo-svg-wrap.yqme-loading-q-wrap .yqme-space .yqme-y,
    .yqme-main-logo-svg-wrap.yqme-loading-q-wrap .yqme-space .yqme-m,
    .yqme-main-logo-svg-wrap.yqme-loading-q-wrap .yqme-space .yqme-e {
      display: none !important; }
  .yqme-main-logo-svg-wrap.animate {
    /** utensil only **/
    /** coffee **/
    /** All Texts **/ }
    .yqme-main-logo-svg-wrap.animate .yqme-utensil.orbit {
      animation: orbit 1s ease-out infinite; }
    .yqme-main-logo-svg-wrap.animate .yqme-utensil.revolve {
      animation: revolve 3s ease-in-out infinite;
      transform-origin: 24% 43%; }
    .yqme-main-logo-svg-wrap.animate .yqme-utensil.pointing {
      animation: pointing 1s ease-out infinite; }
    .yqme-main-logo-svg-wrap.animate .yqme-utensil.chopstick path:first-child {
      animation: choptick-1 1s ease-in-out infinite;
      transform-origin: 60px 30px; }
    .yqme-main-logo-svg-wrap.animate .yqme-utensil.chopstick path:last-child {
      animation: choptick-2 1s ease-in-out infinite;
      transform-origin: 60px 30px; }
    .yqme-main-logo-svg-wrap.animate .yqme-utensil.knife {
      animation: knife 2s ease-out infinite; }
    .yqme-main-logo-svg-wrap.animate .yqme-utensil.slicing {
      animation: slicing 2s ease-in infinite; }
    .yqme-main-logo-svg-wrap.animate .orbit {
      animation: orbit 1s ease-out infinite; }
    .yqme-main-logo-svg-wrap.animate.yqme-animate-text {
      /**fades**/
      /**after-clock**/
      /**blink**/ }
      .yqme-main-logo-svg-wrap.animate.yqme-animate-text.fades .yqme-space {
        opacity: 1 !important; }
        .yqme-main-logo-svg-wrap.animate.yqme-animate-text.fades .yqme-space .yqme-y {
          opacity: 0;
          animation: appear-from-right .5s ease forwards;
          animation-delay: 1s; }
        .yqme-main-logo-svg-wrap.animate.yqme-animate-text.fades .yqme-space .yqme-q,
        .yqme-main-logo-svg-wrap.animate.yqme-animate-text.fades .yqme-space .yqme-o-bg {
          opacity: 0;
          animation: appear-from-center .5s ease forwards;
          animation-delay: 1.2s; }
        .yqme-main-logo-svg-wrap.animate.yqme-animate-text.fades .yqme-space .yqme-m {
          opacity: 0;
          animation: appear-from-left .5s ease forwards;
          animation-delay: 1.5s; }
        .yqme-main-logo-svg-wrap.animate.yqme-animate-text.fades .yqme-space .yqme-e {
          opacity: 0;
          animation: appear-from-left .5s ease forwards;
          animation-delay: 1.8s; }
      .yqme-main-logo-svg-wrap.animate.yqme-animate-text.after-clock .yqme-space {
        opacity: 1 !important; }
        .yqme-main-logo-svg-wrap.animate.yqme-animate-text.after-clock .yqme-space .yqme-y {
          opacity: 0;
          animation: appear-disappear-from-right 2s ease;
          animation-iteration-count: 2;
          animation-delay: 2.3s; }
        .yqme-main-logo-svg-wrap.animate.yqme-animate-text.after-clock .yqme-space .yqme-q,
        .yqme-main-logo-svg-wrap.animate.yqme-animate-text.after-clock .yqme-space .yqme-o-bg {
          opacity: 0;
          animation: appear-from-center .5s ease forwards;
          animation-delay: 2.4s; }
        .yqme-main-logo-svg-wrap.animate.yqme-animate-text.after-clock .yqme-space .yqme-m {
          opacity: 0;
          animation: appear-disappear-from-left 2s ease;
          animation-delay: 2.5s;
          animation-iteration-count: 2; }
        .yqme-main-logo-svg-wrap.animate.yqme-animate-text.after-clock .yqme-space .yqme-e {
          opacity: 0;
          animation: appear-disappear-from-left 2s ease;
          animation-delay: 2.6s;
          animation-iteration-count: 2; }
        .yqme-main-logo-svg-wrap.animate.yqme-animate-text.after-clock .yqme-space .yqme-utensil {
          animation: revolve 3s ease-in-out;
          transform-origin: 24% 43%;
          animation-iteration-count: 2; }
      .yqme-main-logo-svg-wrap.animate.yqme-animate-text.blink .yqme-space {
        opacity: 1 !important; }
        .yqme-main-logo-svg-wrap.animate.yqme-animate-text.blink .yqme-space .yqme-y {
          opacity: 0;
          animation: appear-from-center 2s ease infinite;
          animation-delay: 2.3s; }
        .yqme-main-logo-svg-wrap.animate.yqme-animate-text.blink .yqme-space .yqme-q,
        .yqme-main-logo-svg-wrap.animate.yqme-animate-text.blink .yqme-space .yqme-o-bg {
          opacity: 0;
          animation: appear-from-center .5s ease forwards;
          animation-delay: 2.4s; }
        .yqme-main-logo-svg-wrap.animate.yqme-animate-text.blink .yqme-space .yqme-m {
          opacity: 0;
          animation: appear-from-center 2s ease infinite;
          animation-delay: 2.5s; }
        .yqme-main-logo-svg-wrap.animate.yqme-animate-text.blink .yqme-space .yqme-e {
          opacity: 0;
          animation: appear-from-center 2s ease infinite;
          animation-delay: 2.6s; }

/** ANIMATIONS **/
@keyframes orbit {
  0% {
    transform: rotate(0deg) translate(-2px) rotate(0deg); }
  100% {
    transform: rotate(360deg) translate(-2px) rotate(-360deg); } }
@keyframes revolve {
  100% {
    transform: rotate(-360deg) translate(0px, 0px); } }
@keyframes choptick-1 {
  0% {
    transform: rotate(0deg) translate(0px, 0px); }
  50%, 60%, 70% {
    transform: rotate(15deg) translate(0px, 0px); }
  100% {
    transform: rotate(0deg) translate(0px, 0px); } }
@keyframes choptick-2 {
  0% {
    transform: rotate(0deg) translate(0px, 0px); }
  50%, 60%, 70% {
    transform: rotate(-15deg) translate(0px, 0px); }
  100% {
    transform: rotate(0deg) translate(0px, 0px); } }
@keyframes pointing {
  0% {
    transform: translate(0px); }
  50% {
    transform: translate(5px) translateY(5px); }
  100% {
    transform: translate(0px) translateY(0px); } }
@keyframes slicing {
  0% {
    transform: translate(0px); }
  50% {
    transform: translate(5px) translateY(5px) rotate(-10deg); }
  100% {
    transform: translate(0px) translateY(0px); } }
@keyframes knife {
  0% {
    transform: translate(0px); }
  30%, 40% {
    transform: translate(-7px) translateY(-4px) rotate(3deg); }
  50%, 60% {
    transform: rotate(-10deg); }
  70%, 80% {
    transform: translate(4px) translateY(4px); }
  100% {
    transform: translate(0px) translateY(0px); } }
@keyframes appear-from-right {
  0% {
    opacity: 0;
    transform: translateX(10%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }
@keyframes appear-from-left {
  0% {
    opacity: 0;
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }
@keyframes appear-from-center {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes appear-disappear-from-right {
  0% {
    opacity: 0;
    transform: translateX(10%); }
  10%, 20%, 40% {
    opacity: 1;
    transform: translateX(0%); }
  100% {
    opacity: 0;
    transform: translateX(10%); } }
@keyframes appear-disappear-from-left {
  0% {
    opacity: 0;
    transform: translateX(-10%); }
  10%, 20%, 40% {
    opacity: 1;
    transform: translateX(0%); }
  100% {
    opacity: 0;
    transform: translateX(-10%); } }
/* Structure */
#mainContent {
  border-radius: 0 4px 4px 4px; }

#content {
  width: 72%;
  float: left;
  padding: 15px 1.5%;
  display: inline; }

#sidebar {
  width: 24%;
  float: right;
  padding: 15px 0;
  display: inline; }
  #sidebar #basket {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #333; }

#basketItems {
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #333; }
  #basketItems.boxed {
    background-color: #fff;
    border: 0; }
    #basketItems.boxed .sectionContent {
      border: 0; }

body.bc_printstatus #content,
body.accountpage #content,
body.bc_order.bc_confirm #content {
  width: 96%;
  padding: 15px 2%; }

/*
.innerSidebarLeft {
	width: 25%; 
	float:left; 
	display: inline;
}
.innerContentRight {
	width:72%; 
	float:right; 
	display: inline;
}
.innerSidebarRight {
	width: 25%; 
	float:right; 
	display: inline;
}
.innerContentLeft {
	width:72%; 
	float:left; 
	display: inline;
}
*/
/*************** GLOBAL STYLES ***************/
body {
  font-family: "Noto Sans JP", "Raleway", "Varela Round", sans-serif;
  font-weight: normal;
  font-size: 0.84em;
  line-height: 1.4;
  background: white; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.ok {
  color: #449949; }

.mbrok {
  color: #000000; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.last {
  margin-right: 0 !important; }

.textRight {
  text-align: right; }

.icon-pad-right:before {
  padding-right: 0.2em; }

.button-boxed {
  background-color: #EBEBEB;
  border: 1px solid #ADADAD;
  color: #27251F;
  padding: 8px;
  border-radius: 4px;
  text-shadow: white(0.8) 0 1px 0;
  text-shadow: white(0.8) 0 1px 0;
  text-shadow: white(0.8) 0 1px 0;
  text-shadow: white(0.8) 0 1px 0; }

.boxed {
  background-color: #EBEBEB;
  border: 1px solid #ADADAD;
  padding: 8px;
  border-radius: 4px; }

.padded {
  padding: 20px; }

.hcentre,
.row-fluid .hcentre[class*="span"] {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none; }

.alert-bigger {
  font-size: 140%;
  line-height: 1.2; }

/** MAIN LOGO SVG STYLE **/
/** Global Styles **/
.d-none {
  display: none !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.m-0 {
  margin: 0px !important; }

.m-1 {
  margin: 10px !important; }

.m-2 {
  margin: 20px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-1 {
  margin-top: 10px !important; }

.mt-2 {
  margin-top: 20px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.mb-2 {
  margin-bottom: 20px !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-1 {
  margin-left: 10px !important; }

.ml-2 {
  margin-left: 20px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-1 {
  margin-right: 10px !important; }

.mr-2 {
  margin-right: 20px !important; }

.p-0 {
  padding: 0px !important; }

.p-1 {
  padding: 10px !important; }

.p-2 {
  padding: 20px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-1 {
  padding-top: 10px !important; }

.pt-2 {
  padding-top: 20px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-1 {
  padding-bottom: 10px !important; }

.pb-2 {
  padding-bottom: 20px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pl-1 {
  padding-left: 10px !important; }

.pl-2 {
  padding-left: 20px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pr-1 {
  padding-right: 10px !important; }

.pr-2 {
  padding-right: 20px !important; }

.yqme-overlay.fullscreen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1; }
.yqme-overlay.white {
  background-color: white;
  opacity: .5; }

.yqme-blur {
  filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px); }

/*************** STRUCTURE ***************/
ul.slides,
ol.flex-control-nav,
ul.flex-direction-nav {
  display: block; }

#header-wrapper {
  position: relative; }

#hero-image, #header, #main, #mainContent, #footer {
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: auto;
  max-width: 1000px; }

#header:after, #main:after, #mainContent:after {
  content: "";
  display: table;
  clear: both; }

#main-wrapper {
  padding: 15px 0 30px; }

#mainContent {
  padding: 0;
  width: 100%; }

#menuGroupNav {
  margin: 0 0 20px 0; }

#menuContent {
  min-height: 200px; }

#content-header {
  float: none;
  display: block;
  padding: 10px 1.5%; }

.quarter {
  width: 23.4043%;
  margin-left: 2.12766%;
  display: block;
  float: left; }

.quarter:first-child {
  margin-left: 0; }

/* Padding to set content in a bit */
#header-wrapper, #main-wrapper, #footer-wrapper {
  padding-left: 2%;
  padding-right: 2%;
  width: 96%; }

div .item-variations {
  padding-left: 0;
  padding-right: 0; }

div .item-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100px; }

div .item-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1; }

td.menu-item {
  padding-left: 0; }

input, button, select, textarea {
  font-family: "Noto Sans JP", "Raleway", "Varela Round", sans-serif; }

.yqme-variation-wrap .alert {
  margin-left: 0; }

/** DASHBOARD STYLE **/
.list-group-item {
  font-size: 12px; }

/** _m_menu specific **/
.yqme-mobile .yqme-mobile-container {
  display: block; }
.yqme-mobile .yqme-img-menu-item {
  width: 100%;
  margin: 5px; }
  .yqme-mobile .yqme-img-menu-item .yqme-img-wrap {
    margin: 0 auto;
    max-width: 100px; }
.yqme-mobile .yqme-img-wrap {
  max-width: 50px;
  margin-right: 10px; }
.yqme-mobile .yqme-footer-qty {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: white; }

/* 
 * MEDIA QUERIES
 */
@media screen and (max-width: 769px) {
  .yqme-sticky-item {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc; } }

/*# sourceMappingURL=skin-site.css.map */
