@import url("../../../../static/css/common/animate.min.css");
@import url("../../../../static/css/common/menu.css");
@import url("../../../../static/css/common/fontello/css/fontello.min.css");
@import url("../../../../static/theme/css/gsdk.css");
@import url("../../../../static/css/common/font-awesome-4.6.3/css/font-awesome.min.css");
@import url("../../../../static/css/common/square/grey.css");
@import url("../common/animate.min.css");
@import url("../common/menu.css");
@import url("../common/fontello/css/fontello.min.css");
@import url("../../theme/css/gsdk.css");
@import url("../common/font-awesome-4.6.3/css/font-awesome.min.css");
@import url("../common/square/grey.css");
@font-face {
  font-family: "Questa";
  src: url("../Brandon_reg.otf");
}
@font-face {
  font-family: "Titling";
  src: url("../Brandon_reg.otf");
}
@font-face {
  font-family: "../Brandon_reg.otf";
  src: url("../Brandon_reg.otf");
}
@font-face {
  font-family: "brandon_bld";
  src: url("../Brandon_bld.otf");
}
/* Animate */
/* Menu styles */
/* Icon pack */
/* Get shit done */
/* Font Awesome */
/* Radio and check input styling */
/*
[Table of contents]

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure
- 1.4 Pace bar

2. CONTENT
- 2.1 Home all versions
- 2.2 List page
- 2.3 Restaurant menu
- 2.4 Order process
- 2.5 Restaurant detail page
- 2.6 About
- 2.7 Contacts
- 2.8 Store locator

3. COMMON
3.1 Preloader
3.2 Parallax bg
3.5 Spacing
3.6 Map
3.7 Password strength
3.8 Input form style
3.9 Collapse
3.10 Tabs
3.11 Tooltips
3.12 Blockquote
3.13 popover
3.14 Checkboxes
3.15 Borders

4. UPDATES
4.1 Strip list home
4.2 Grid list
4.3 General

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/*-------- Allert for old browsers IE8 and below --------*/
.chromeframe {
  background: #ddd;
  color: #000;
  padding: 0.2em;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 9999;
  width: 100%;
}

.chromeframe a {
  color: #ed1c24;
}

/*-------- 1.1 Typography --------*/
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1.4;
  color: #555;
  background-color: #E5E5E4;
  font-weight: 300;
  font-family: Roboto, "Arial", sans-serif !important;
}

#parallax-header {
  background-image: url("/static/img/sub_header_2.jpg");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 -10px 23px -6px rgba(0, 0, 0, 0.3);
}

#sub-header {
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
}

p {
  margin: 0;
  font-size: 14px !important;
  font-family: Roboto, "Arial", sans-serif !important;
}

h1, h2, h3, h4, h5, h6, label {
  color: #333;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  font-family: Roboto, "Arial", sans-serif !important;
  font-weight: 300;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 10px 0;
  font-size: 50px;
  font-weight: 100 !important;
  color: #FFFFFF;
}

h3 {
  font-size: 20px !important;
  font-weight: 300 !important;
}

h6 {
  font-size: 16px !important;
  font-weight: 300 !important;
}

/** Layes slider typography **/
h3.slide-typo {
  letter-spacing: -2px;
  font-size: 60px;
  white-space: nowrap;
  color: #fff !important;
  font-weight: 300;
}

h3 .slide-typo strong {
  font-weight: normal;
}

.slide-typo-2 {
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.box-style-2 h2.inner {
  background-color: #E61A1A;
  color: #fff;
  margin: 0 -15px 0 -15px;
  padding: 12px 15px;
  font-size: 22px;
  font-weight: 400;
}

.main-title {
  text-align: center;
  margin-bottom: 45px;
}

.main-title h2 {
  font-size: 46px;
  letter-spacing: -1px;
  font-weight: 300;
  margin-bottom: 0;
}

.main-title p {
  font-size: 18px;
  color: #555;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 300;
}

.feature h3 {
  margin-top: 0;
}

.feature h3 span {
  color: #666666;
}

.centre-text {
  text-align: center;
  display: block !important;
}

/*General links color*/
a {
  color: #666666;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}

a:hover, a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

hr.more-margin {
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}

hr.styled {
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}

/*-------- 1.2 Buttons --------*/
.btn {
  border-radius: 0 !important;
}

.btn-primary {
  border-color: #E61A1A !important;
  color: #E61A1A !important;
}

.btn-primary a {
  color: #E61A1A !important;
}

.btn-primary .caret {
  border-top-color: #E61A1A !important;
}

.btn-secondary {
  border-color: #666666 !important;
  color: #666666 !important;
}

.btn-secondary a, .btn-secondary .caret {
  color: #666666 !important;
  border-top-color: #666666 !important;
}

a.btn-1, .btn-1 {
  border: none;
  font-family: inherit;
  color: #fff;
  background: #666666;
  cursor: pointer;
  padding: 10px 20px;
  outline: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}

a.btn-1:hover, .btn-1:hover {
  background: #333;
}

a.btn-full, .btn-full {
  border: none;
  font-family: inherit;
  color: #fff;
  width: 100%;
  background: #666666;
  cursor: pointer;
  padding: 12px 20px;
  outline: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

a.btn-full:hover, .btn-full:hover {
  background: #333;
}

a.btn-1.medium, .btn-1.medium {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
}

a.btn-map {
  border: none;
  font-family: inherit;
  color: #fff;
  background: #555;
  cursor: pointer;
  padding: 10px 20px;
  outline: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

a.btn-map:hover {
  background: #333;
}

a.btn-side {
  border: none;
  font-family: inherit;
  color: #fff;
  background: #555;
  cursor: pointer;
  padding: 10px 20px;
  outline: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

a.btn-side:hover {
  background: #333;
  color: #fff;
}

a.btn-full-outline {
  font-family: inherit;
  color: #666666;
  background: none;
  border: 2px solid #666666;
  cursor: pointer;
  padding: 10px 20px;
  outline: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
}

a.btn-full-outline:hover {
  border: 2px solid #333;
  color: #333;
}

a.button-intro, .button-intro {
  border: none;
  font-style: normal;
  color: #fff !important;
  background: #666666;
  cursor: pointer;
  padding: 12px 25px;
  display: inline-block;
  outline: none;
  font-size: 13px;
  text-align: center;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  text-transform: uppercase;
  min-width: 110px;
  font-weight: bold;
}

a.button-intro:hover, .button-intro:hover {
  background: #fff;
  color: #666666 !important;
}

a.button-intro.outilne, .button-intro.outline {
  border: 2px solid #fff;
  color: #fff;
  background: none;
  padding: 10px 23px;
}

.cart-box a.btn-full, .cart-box .btn-full, #mobile-navigation-box a.btn-full, #mobile-navigation-box .btn-full {
  background: #E61A1A;
  font-size: 15px;
}

a.btn-full[disabled], a.disabled {
  background: rgba(230, 26, 26, 0.5) !important;
  cursor: not-allowed;
  pointer-events: none;
}

.cart-box a.btn-full:hover, .cart-box .btn-full:hover, #mobile-navigation-box a.btn-full:hover, #mobile-navigation-box .btn-full:hover {
  color: #FFFFFF;
}

.cart-box a.btn-full-outline, #mobile-navigation-box a.btn-full-outline {
  color: #666666;
  background: none;
  border: 2px solid #666666;
}

.cart-box a.btn-full-outline:hover, #mobile-navigation-box a.btn-full-outline:hover {
  color: #333;
  background: none;
  border: 2px solid #333;
}

.centre-button {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 25px;
  margin-bottom: 5px;
}

#order-type-cont {
  text-align: center;
}

.btn-order-type {
  margin-top: 7px;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

/*-------- 1.3 Structure --------*/
/* Footer  */
footer {
  background-color: #fff;
  border-top: 1px solid #ededed;
  padding: 24px 0;
}

footer a {
  color: #333;
  font-weight: bold;
}

footer a:hover {
  color: #D70700;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-table;
}

footer ul li {
  float: left;
}

footer ul li a {
  display: block;
  text-align: center;
  padding: 10px 20px 0 20px;
  font-size: 12px;
  font-weight: 300;
  color: #333;
  font-family: Roboto, "Arial", sans-serif;
}

footer ul li a:hover {
  color: #333;
}

a#promote {
  display: inline-block;
  background: #666666;
  color: #fff;
  padding: 10px 15px 10px 42px;
  position: relative;
  margin-top: 10px;
  font-weight: 600;
}

a#promote:hover {
  background-color: #333;
}

a#promote:before {
  content: "\e003";
  font-family: "ElegantIcons";
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  position: absolute;
  left: 10px;
  top: 6px;
}

.styled-select select::-ms-expand {
  display: none;
}

.styled-select select:focus {
  outline: none;
}

/* Menu 2 */
.main-menu-2 ul {
  list-style: none;
  margin: 0 0 17px 0;
  padding: 0;
  float: right;
  font-size: 14px;
  font-weight: 500;
}

.main-menu-2 ul li {
  display: inline-block;
  margin-left: 15px;
}

.main-menu-2 ul li a {
  color: #fff;
}

/*-------- 1.4 Pace bar --------*/
#pace-bar {
  position: fixed;
  width: 100%;
  z-index: 2500;
  top: 0;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #E61A1A;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #FFFFFF;
  z-index: 2000;
  height: 2px;
  right: 100%;
  width: 100%;
}

/*============================================================================================*/
/* 2.  CONTENT  */
/* 2.1 Home  */
#custom-search-input {
  top: 10px;
  padding: 0;
  width: 650px;
  margin: auto;
  position: relative;
}

#custom-search-input .search-query {
  width: 650px;
  padding: 15px 30px;
  border: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.75);
  font-family: Roboto, "Arial", sans-serif;
  font-weight: 600;
  color: #444;
}

#custom-search-input input.btn-search {
  position: absolute;
  right: 20px;
  top: 13px;
  border: 0;
  width: 25px;
  height: 25px;
  background: url("/static/img/search.svg") no-repeat center right;
  cursor: pointer;
}

#custom-search-input input.btn-search:focus, #custom-search-input .search-query:focus {
  outline: none;
}

#custom-search-input input.btn-search:focus, #custom-search-input .search-query:focus {
  outline: none;
}

#count {
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  z-index: 99;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#count ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

#count ul li {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  padding-left: 20px;
  background: url("/static/img/dots_vert.png") center left no-repeat;
}

#count ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  background: none;
}

#count ul li:last-child {
  margin-right: 0;
}

#count .number {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
  text-align: right;
  font-size: 24px;
}

.header-video {
  position: relative;
  overflow: hidden;
  background: #000;
}

#hero-video {
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  font-size: 16px;
  display: table;
  height: 100%;
  z-index: 99;
  text-align: center;
}

#hero-video > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10%;
}

#hero-video > div h1 {
  margin-top: -60px;
}

video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.35;
}

iframe {
  height: 100%;
  width: 100%;
}

video {
  width: 100%;
}

.teaser-video {
  width: 100%;
  height: auto;
}

.header-video--media {
  width: 100%;
  height: auto;
}

.box-home {
  background: #fff;
  border: 1px solid #ededed;
  margin-bottom: 25px;
  padding: 120px 25px 25px 25px;
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #666;
  min-height: 235px;
}

.box-home span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ededed;
  background-color: #fff;
  position: absolute;
  top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-weight: bold;
  font-size: 16px;
  left: 50%;
  margin-left: -20px;
}

.box-home h3 {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: bold;
}

#delivery-time {
  width: 500px;
  margin: auto;
  text-align: center;
  margin-top: 25px;
}

#delivery-time strong span {
  background: url("/static/img/time_panel.svg") no-repeat 0 0;
  display: inline-block;
  width: 80px;
  margin-left: 10px;
  height: 120px;
  font-size: 72px;
  line-height: 120px;
  text-shadow: 1px 1px 2px white;
}

.high-light {
  padding: 60px 0 60px 0;
  background: #666666;
  color: #fff;
  font-size: 16px;
}

.high-light p {
  margin-bottom: 0;
}

.high-light > div {
  position: relative;
}

.high-light h3 {
  color: #fff;
  font-weight: 300;
  font-size: 42px;
  margin: 0;
  padding: 0;
}

.high-light a {
  font-family: inherit;
  color: #fff;
  background: none;
  border: 2px solid #fff;
  cursor: pointer;
  padding: 15px 30px;
  outline: none;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 0;
}

.high-light a:hover {
  background: #333;
  color: #fff;
  border: 2px solid #333;
}

#filters-col {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ededed;
  margin-bottom: 25px;
}

#filters-col label {
  font-weight: normal;
}

a#filters-col-bt {
  display: block;
  color: #444;
  font-weight: 600;
}

a#filters-col-bt .icon-set-1-icon-65 {
  font-size: 20px;
  position: relative;
  top: 0;
  margin-right: 5px;
}

.filter-type h6 {
  border-top: 1px solid #ddd;
  margin: 15px 0;
  padding: 15px 0 0 0;
}

.filter-type ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.filter-type ul li .rating {
  font-size: 16px;
  left: -7px;
  position: relative;
  top: 3px;
  color: #ccc;
}

.filter-type ul li .color-1, .filter-type ul li .color-2, .filter-type ul li .color-3, .filter-type ul li .color-4, .filter-type ul li .color-5, .filter-type ul li .color-6, .filter-type ul li .color-7, .filter-type ul li .color-8 {
  width: 8px;
  height: 8px;
  margin: 5px 5px 0 0;
  float: right;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.filter-type ul li .color-1 {
  background-color: #7dccc7;
}

.filter-type ul li .color-2 {
  background-color: #f29bc1;
}

.filter-type ul li .color-3 {
  background-color: #8494c8;
}

.filter-type ul li .color-4 {
  background-color: #8dc63f;
}

.filter-type ul li .color-5 {
  background-color: #84c99e;
}

.filter-type ul li .color-6 {
  background-color: #f5977d;
}

.filter-type ul li .color-7 {
  background-color: #72d0f4;
}

.strip-list {
  background-color: #fff;
  padding: 20px;
  position: relative;
  border: 1px solid #ededed;
  min-height: 152px;
  margin-bottom: 30px;
  line-height: 1.3;
  display: block;
}

.strip-list.last {
  margin-bottom: 25px;
}

a.strip-list:hover h3 {
  color: #666666;
}

.desc {
  padding-left: 135px;
  position: relative;
}

.desc .rating {
  color: #ccc;
  padding-top: 0;
}

.desc h3 {
  margin: 0;
  padding: 0;
}

.desc h3 a {
  color: #333;
}

.desc h3 a:hover {
  color: #666666;
}

.desc .type {
  font-size: 12px;
  font-style: italic;
  color: #777;
  margin-bottom: 12px;
  margin-top: 5px;
}

.desc .opening {
  color: #C33;
}

.desc ul {
  list-style: none;
  margin: 3px 0 0 0;
  padding: 0;
}

.desc ul li {
  display: inline-block;
  margin-right: 15px;
}

.desc ul li i.ok {
  color: #6C3;
  position: relative;
  top: 2px;
  left: 5px;
  font-size: 14px;
}

.desc ul li i.no {
  color: #C30;
  position: relative;
  top: 2px;
  left: 5px;
  font-size: 14px;
}

.thumb-strip {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  overflow: hidden;
  border: 1px solid #ededed;
  padding: 5px;
  text-align: center;
  box-sizing: border-box;
}

.thumb-strip img {
  width: 98px;
  height: auto;
}

.strip-list .go-to {
  display: table;
  height: 112px;
  text-align: right;
  width: 100%;
}

.strip-list .go-to div {
  display: table-cell;
  vertical-align: middle;
}

/* 2.3 Restaurant menu*/
.box-style-1 {
  background: #fff;
  border: 1px solid #ededed;
  padding: 15px;
  margin-bottom: 10px;
}

.box-style-2, .cart-box {
  margin-bottom: 25px;
}

.box-style-2#main-menu, .box-style-2.info {
  padding-bottom: 10px;
}

.box-style-2#help {
  text-align: center;
  margin-top: 20px;
}

.box-style-2#help i {
  display: inline-block;
  color: #999;
}

.box-style-2#help a.phone {
  font-size: 22px;
  display: block;
  margin-bottom: 0;
  color: #666666;
}

.cart-box {
  background: #fff;
  border: 1px solid #ededed;
  margin-bottom: 25px;
  padding: 15px;
}

.plu-area {
  max-height: 40vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.plu-area::-webkit-scrollbar {
  width: 3px;
}

.plu-area::-webkit-scrollbar-track {
  background: #eeeeee;
}

.plu-area::-webkit-scrollbar-thumb {
  background: #aaaaaa;
}

#store-delivery, .cart-box {
  margin-top: 32px;
}

.cart-box h3 {
  background: #FFFFFF;
  margin: -15px -15px 15px -15px;
  padding: 15px;
  font-size: 18px;
}

a.remove-item {
  color: #ddd;
  font-size: 14px;
}

a.remove-item:hover {
  color: #C33;
}

.cart-box hr {
  margin-left: -15px;
  margin-right: -15px;
  border-color: #ededed;
}

#main-menu hr {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 10px;
  border-color: #ededed;
}

#order-process hr {
  margin-top: 10px;
  border-color: #ededed;
}

ul#cat-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#cat-nav li {
  padding: 10px;
}

ul#cat-nav li a {
  display: block;
  position: relative;
  color: #555;
  font-family: Roboto, "Arial", sans-serif;
}

ul#cat-nav li a span {
  font-size: 11px;
  color: #999;
}

ul#cat-nav li a:after {
  font-family: "fontello";
  content: "\e89b";
  position: absolute;
  right: 15px;
}

ul#cat-nav li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

ul#cat-nav li a:hover, ul#cat-nav li a.active {
  color: #E61A1A;
}

#sub-content {
  display: table-cell;
  padding: 0 15%;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}

ul.additional-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.additional-links li {
  display: inline-block;
  border-left: 1px solid #ededed;
  margin-left: 3px;
  padding-left: 5px;
}

ul.additional-links li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.table.cart-list td h5 {
  margin-bottom: 0;
  font-weight: 500;
}

.table.cart-list {
  margin-bottom: 0;
}

.table.cart-list td {
  vertical-align: middle;
}

.table.table-summary td {
  border-top: 0;
  font-family: Roboto, "Arial", sans-serif;
}

.table.table-summary td.total {
  font-weight: bold;
  font-size: 18px;
}

.table td.total-confirm {
  font-weight: bold;
  font-size: 18px;
  background-color: #333;
  color: #fff;
}

.options {
  display: inline-block;
}

.row#options-2 {
  margin-bottom: -10px;
  margin-top: -5px;
}

#options-2 label {
  font-size: 12px;
}

.thumb-cart {
  border: 1px solid #ddd;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  float: left;
}

.thumb-cart img {
  padding: 1px;
  width: 58px;
  height: auto;
}

.item-cart {
  display: inline-block;
  margin-top: 20px;
}

/* 2.4 Order process */
#order-process, #payment {
  margin: 10px 0 10px 0;
}

#secure-payment {
  margin-top: 32px;
}

#traffic-light {
  /* background-color: red;
   background-color: orange; */
  background-color: green;
}

#order-receipt {
  background-color: #FFFFFF;
}

.bs-wizard {
  width: 90%;
  margin: auto;
}

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  font-size: 16px;
  margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #E61A1A;
  top: 45px;
  left: 50%;
  margin-top: -11px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: " ";
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0;
  height: 8px;
  box-shadow: none;
  margin: 23px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0;
  box-shadow: none;
  background: #F3AF4E;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #FFFFFF;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

#confirm {
  text-align: center;
  margin-bottom: 25px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border: none;
}

/*2.5 Restaurant detail page*/
.plu {
  background-color: #FFFFFF;
  padding: 15px 15px 10px 15px;
  margin: 10px 0 10px 0;
  border: 1px solid #ededed;
}

.plu-details {
  width: calc(100% - 110px);
}

.plu-details-wide {
  width: 100%;
}

.plu-name {
  font-size: 16px !important;
  margin-bottom: 0 !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

.plu-description {
  min-height: 41px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.plu-add-btn, .plu-customise-btn {
  margin-bottom: 6px;
  margin-top: 6px;
}

.plu-required-add-btn {
  margin-top: 10px;
  margin-left: 81%;
}

.plu-customise-btn {
  margin-left: 5px;
}

.plu-image {
  height: 110px;
  width: 110px;
  background-size: cover;
  background-position: 50%;
  margin: -10px -15px -10px -15px;
  float: right;
}

.plu-customise {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  overflow: auto;
  margin-bottom: 5px;
  margin-top: 60px;
  padding: 0 !important;
}

.plu-customise-no-image {
  margin-top: 0;
}

.plu-customise-required {
  margin-top: 10px;
}

.plu-customise-add, .plu-customise-add, .plu-customise-instructions {
  margin-top: 15px;
}

.plu .dropdown {
  display: inline-block;
}

.plu-customise-dropdown {
  width: 30vw;
  padding: 10px !important;
}

.plu-customise-dropdown-add, .plu-customise-dropdown-remove {
  margin-top: 10px;
  margin-bottom: 10px;
}

.category {
  margin-bottom: 40px;
}

.logo {
  max-height: 260px;
}

@media (max-width: 1200px) {
  #store-navigation {
    position: sticky !important;
    top: 61px !important;
  }
  #category-list {
    display: none !important;
  }
}
#store-navigation {
  z-index: 10;
  position: static;
  margin-bottom: 20px;
  margin-top: 32px;
  height: 100vh;
  overflow: scroll;
}

#cart-outer-box {
  height: 100vh;
  overflow: scroll;
}

#store-navigation li a {
  cursor: pointer;
}

.shopping-cart {
  color: #666666 !important;
}

#shopping-icon {
  float: right;
  display: none;
}

.fa-shopping-cart {
  width: 100%;
}

.fa-stack {
  margin-top: -15px;
  margin-bottom: -20px;
}

.fa-stack[data-count]:after {
  position: absolute;
  left: 35%;
  top: 20%;
  content: attr(data-count);
  font-size: 12px;
  padding: 5px;
  border-radius: 100%;
  line-height: 0.75em;
  color: white;
  background: #E61A1A;
  text-align: center;
  min-width: 20px;
  font-weight: bold;
}

.fa {
  width: auto;
}

#Img-carousel .sp-selected-thumbnail {
  border-bottom: 2px solid #666666;
}

#summary-review {
  margin: 30px 0 40px 0;
  padding: 25px 25px 10px 25px;
  background-color: #f1fafa;
}

#general-rating {
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 16px;
}

#general-rating .rating {
  display: inline;
  color: #ddd;
  font-size: 20px;
}

#rating-summary ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}

#rating-summary ul li {
  font-size: 14px;
  margin-bottom: 5px;
}

#rating-summary ul li .rating {
  display: inline-block;
  float: right;
  padding: 0;
  color: #ddd;
}

.review-strip-single {
  position: relative;
  padding: 30px 0 20px 0;
  margin: 30px 0 25px 0;
  border-bottom: 1px solid #ededed;
}

.review-strip-single .rating {
  color: #ddd;
  font-size: 12px !important;
}

.review-strip-single.last {
  margin-bottom: 0;
  border-bottom: 0;
}

.review-strip-single img {
  top: -15px;
  position: absolute;
  left: 0;
  border: 4px solid #ededed;
}

.review-strip-single h4 {
  font-size: 18px;
  margin: -12px 0 35px 90px;
  padding: 0;
}

.review-strip-single small {
  float: right;
  font-size: 12px;
  margin-top: -10px;
  font-style: italic;
}

.review-strip-single .rating {
  font-size: 16px;
}

ul.opening-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.opening-list {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

ul.opening-list li {
  margin-bottom: 8px;
  font-weight: 600;
}

ul.opening-list li span {
  float: right;
  font-weight: 400;
}

/*2.6 About*/
.features-bg {
  position: relative;
  min-height: 400px;
  background: url("/static/img/features-intro-01.jpg") no-repeat center center;
  background-size: cover;
}

.features-img {
  width: 100%;
  height: 400px;
  text-align: center;
  line-height: 400px;
}

.features-content {
  position: relative;
  padding: 11% 100px 10% 100px;
  height: 400px;
  background-color: #E61A1A;
  color: #fff;
  font-size: 16px;
}

.features-content h3 {
  font-family: Roboto, "Arial", sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
}

.feature {
  padding: 30px 30px 20px 120px;
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  color: #666;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.feature i {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 0;
  margin: 0;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px dashed #ccc;
  font-size: 34px;
  color: #6dcff6;
}

/*2.7 Contacts*/
#contacts a {
  font-size: 18px;
}

/*2.8 Store locator*/
#stateList {
  height: 30px;
  margin-top: 20px;
}

#stateList li {
  display: inline-block;
  list-style-type: none;
  width: 10%;
}

#stateList li a {
  color: #333;
  font-family: Roboto, "Arial", sans-serif;
}

#stateList li a:active {
  font-weight: 500;
}

.selected {
  background-color: #E61A1A;
}

.selected a span {
  color: #FFFFFF;
}

.bootstrap-table {
  margin-bottom: 5px;
  padding: 15px;
  background-color: #FFFFFF;
  border: 1px solid #ededed;
}

.fixed-table-container {
  overflow-y: scroll;
}

.search {
  float: none !important;
  margin-bottom: 10px;
}

#tbl-store-locator td .value {
  font-family: Roboto, "Arial", sans-serif;
}

.card-view:first-child {
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
}

#tbl-store-locator .selected .value {
  color: #FFFFFF;
}

#store-locator-text {
  margin-bottom: 10px;
}

#map {
  height: 653px;
}

#modalOrder {
  margin-top: 20px;
}

/* your custom CSS \*/
@-moz-keyframes pulsate {
  from {
    -webkit-transform: scale(0);
    opacity: 0.5;
  }
  95% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  from {
    -webkit-transform: scale(0);
    opacity: 0.5;
  }
  95% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
}
/* get the container that's just outside the marker image,
	which just happens to have our Marker title in it */
#map div.gmnoprint[title="Your Location"] {
  -moz-animation: pulsate 1.5s ease-in-out infinite;
  -webkit-animation: pulsate 1.5s ease-in-out infinite;
  border: 1pt solid #fff;
  /* make a circle */
  -moz-border-radius: 51px;
  -webkit-border-radius: 51px;
  border-radius: 51px;
  /* multiply the shadows, inside and outside the circle */
  -moz-box-shadow: inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
  -webkit-box-shadow: inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
  box-shadow: inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
  /* set the ring's new dimension and re-center it */
  height: 51px !important;
  margin: -18px 0 0 -18px;
  width: 51px !important;
}

/* hide the superfluous marker image since it would expand and shrink with its containing element */
/*	#map_canvas div[style*="987654"][title] img {*/
#map div.gmnoprint[title="Your Location"] img {
  display: none;
}

/* compensate for iPhone and Android devices with high DPI, add iPad media query */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (device-width: 768px) {
  #map div.gmnoprint[title="Your Location"] {
    margin: -10px 0 0 -10px;
  }
}
.markerInfoWindow {
  padding: 10px;
}

/*============================================================================================*/
/* 3.  COMMON  */
/*============================================================================================*/
/*3.1 Preloader*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #E61A1A;
  z-index: 999999;
}

.sk-spinner-wave.sk-spinner {
  margin: -15px 0 0 -25px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.sk-spinner-wave div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
/* 3.2 Parallax bg */
.parallax-content {
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
  height: 470px;
}

.parallax-content .sub-content {
  display: table-cell;
  padding: 0 15%;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}

.parallax-content .sub-content h3 {
  margin: 0 0 10px 0;
  font-size: 60px;
  font-weight: 300;
  color: #fff;
}

.parallax-content .sub-content i {
  font-size: 60px;
}

.parallax-window-2 {
  height: auto;
  background: url("/static/img/bg_office.jpg") no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
}

.parallax-content-2 {
  display: table;
  width: 100%;
  height: auto;
}

.parallax-content-2 > div {
  display: table-cell;
  padding: 10% 15%;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.parallax-content-2 div h3 {
  margin: 0 0 10px 0;
  font-size: 60px;
  font-weight: 300;
  color: #fff;
}

.parallax-content-2 div p {
  margin-bottom: 0;
}

.parallax-content-2 div i {
  font-size: 60px;
}

/* 3.3 Position  breadcrumbs */
#position {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
  font-size: 11px;
}

#position ul li:first-child {
  padding-left: 20px;
}

#position ul li:first-child:before {
  content: "\eaf4";
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 1px;
  color: #999;
}

#position ul {
  margin: 0;
  padding: 0;
  color: #888;
}

#position ul li a {
  color: #252525;
  opacity: 0.7;
}

#position ul li a:hover {
  color: #252525;
  opacity: 1;
}

#position ul li {
  display: inline-block;
  padding-right: 8px;
  margin-right: 3px;
  position: relative;
}

#position ul li:after {
  content: "\e9ee";
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  position: absolute;
  right: 0;
  top: 2px;
}

#position ul li:last-child:after {
  content: "";
}

.margin-fix {
  margin-top: 60px;
}

/*3.5 Spacing*/
.add-bottom-15 {
  margin-bottom: 15px;
}

.add-bottom-30 {
  margin-bottom: 30px;
}

.add-bottom-45 {
  margin-bottom: 45px;
}

.add-bottom-60 {
  margin-bottom: 60px;
}

.add-bottom-75 {
  margin-bottom: 75px;
}

.add-top-20 {
  padding-top: 20px;
}

.add-top-60 {
  padding-top: 60px;
}

.margin-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.margin-30-20 {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #F8F8F9;
}

.margin-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.nomargin-top {
  margin-top: 0;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.nofloat {
  float: none;
}

.inline {
  display: inline-block;
}

/* 3.6 Map */
.marker-info {
  width: 250px;
  height: 280px;
  padding: 20px;
  text-align: center;
  background: #FFF;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 9999999;
  font-family: Roboto, "Arial", sans-serif;
}

.marker-info img {
  display: block;
  margin: auto;
}

.marker-info h3 {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.marker-info em {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 13px;
  color: #999;
}

.marker-info span {
  display: block;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #555;
  margin-bottom: 15px;
}

.marker-info:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: rgba(255, 255, 255, 0.9);
  border-width: 10px;
  margin-top: -10px;
}

/* 3.7 Password strength */
#pass-info {
  width: 100%;
  margin-bottom: 15px;
  color: #829CBD;
  text-align: center;
  font: 12px/25px Roboto, "Arial", sans-serif;
}

#pass-info.weakpass {
  border: 1px solid #FF9191;
  background: #FFC7C7;
  color: #94546E;
  text-shadow: 1px 1px 1px #FFF;
}

#pass-info.stillweakpass {
  border: 1px solid #FBB;
  background: #FDD;
  color: #945870;
  text-shadow: 1px 1px 1px #FFF;
}

#pass-info.goodpass {
  border: 1px solid #C4EEC8;
  background: #E4FFE4;
  color: #51926E;
  text-shadow: 1px 1px 1px #FFF;
}

#pass-info.strongpass {
  border: 1px solid #6ED66E;
  background: #79F079;
  color: #348F34;
  text-shadow: 1px 1px 1px #FFF;
}

#pass-info.vrystrongpass {
  border: 1px solid #379137;
  background: #48B448;
  color: #CDFFCD;
  text-shadow: 1px 1px 1px #296429;
}

/* 3.8 Input form style */
.loader {
  margin-left: 5px;
  position: absolute;
}

.error-message {
  color: #F33;
  font-weight: 600;
  margin-bottom: 4px;
}

.form-group {
  margin-bottom: 20px;
}

footer .form-group {
  margin-bottom: 15px;
}

.payment-select {
  background-color: #f0f0f0;
  padding: 15px 15px 10px 15px;
  margin-bottom: 20px;
  cursor: pointer;
}

.payment-select label {
  font-size: 16px;
  display: inline-block;
}

.payment-select i {
  float: right;
  font-size: 24px;
}

.payment-select#paypal {
  background: #f0f0f0 url("/static/img/paypal.svg") center right no-repeat;
}

/*3.9 Collapse*/
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ededed;
}

.panel-title a {
  display: block;
  color: #444;
}

.panel-default > .panel-heading {
  background-color: #f9f9f9;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.panel-heading {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-body {
  padding: 30px;
  line-height: 1.6 !important;
}

.panel-title a .indicator {
  color: #666666;
}

.panel-title a:hover .indicator {
  color: #333;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*3.10 Tabs*/
.tab-content {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 25px;
}

/*3.11 Tooltips*/
.tooltip-styled {
  display: inline;
  position: relative;
  z-index: 999;
}

.tooltip-item {
  cursor: pointer;
  display: inline-block;
}

.tooltip-item::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip-styled:hover .tooltip-item::after {
  pointer-events: auto;
}

.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 180px;
  left: 50%;
  margin: 0 0 20px -90px;
  bottom: 100%;
  line-height: 1.2;
  display: block;
  padding: 15px;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #333;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.tooltip-effect-1 .tooltip-content {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-2 .tooltip-content {
  -webkit-transform-origin: 50% calc(100% + 10px);
  transform-origin: 50% calc(100% + 10px);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
  -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale3d(0.7, 0.3, 1);
  transform: scale3d(0.7, 0.3, 1);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}

.tooltip-styled:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.tooltip-styled.tooltip-effect-2:hover .tooltip-content {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

.tooltip-content::after {
  content: "";
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #333;
  border-width: 10px;
  margin-left: -10px;
}

.tooltip-content .label {
  margin-left: 10px;
}

.tooltip-content i {
  font-size: 20px !important;
  top: 3px !important;
  left: -3px !important;
  position: relative;
}

.tooltip-content h4 {
  display: block;
  margin: 0 0 10px 0;
  line-height: 14px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.tooltip-content a {
  font-weight: bold;
}

/*3.12 Blockquote*/
blockquote.styled {
  font-family: Roboto, "Arial", sans-serif;
}

.white-bg {
  background-color: #fff;
}

/*3.13 Popover*/
.popover {
  max-width: 90% !important;
}

.popover.bottom .arrow::after {
  border-bottom-color: #CCCCCC !important;
}

.popover-content {
  border: 1px solid #CCCCCC;
  padding: 15px;
  background-color: #FFFFFF;
}

/*3.14 Checkbox*/
.checkbox.checked, .radio.checked {
  color: #333333 !important;
}

.checkbox.checked .second-icon, .radio.checked .second-icon {
  color: #E61A1A !important;
}

.checkbox, .radio {
  font-weight: 300 !important;
}

/*3.15 Borders*/
.border-left {
  border-left: 1px solid #ededed;
}

.border-top {
  border-top: 1px solid #ededed;
}

.border-right {
  border-right: 1px solid #ededed;
}

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

/*============================================================================================*/
/* 4.  UPDATES */
/*============================================================================================*/
/*4.1 Strip list home*/
a.strip-list {
  color: #555;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}

a.strip-list:hover {
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -webkit-box-shadow: 0 2px 0 0 #ebedef;
  -moz-box-shadow: 0 2px 0 0 #ebedef;
  box-shadow: 0 2px 0 0 #ebedef;
}

/*4.2 Grid list*/
.strip-list.grid .desc {
  padding-left: 0;
  text-align: center;
}

.strip-list.grid .thumb-strip {
  display: block;
  position: static;
  margin: auto;
  margin-bottom: 15px;
  width: 140px;
  height: 140px;
}

.strip-list.grid .thumb-strip img {
  width: 128px;
  height: auto;
}

.strip-list.grid .desc ul {
  margin: 10px 0 0 0;
}

/*4.3 General*/
a.load-more-bt {
  display: block;
  padding: 10px;
  text-align: center;
  border: 3px solid #fff;
  color: #555;
  font-weight: 600;
}

a.load-more-bt:hover {
  background-color: #fff;
  color: #666666;
}

#tools {
  background: #fff;
  margin-bottom: 25px;
  height: 38px;
  border: 1px solid #ededed;
}

a.bt-filters {
  height: 36px;
  width: 36px;
  color: #555;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  float: right;
  font-size: 16px;
  border-left: 1px solid #ededed;
}

#tools .styled-select select {
  background: transparent;
  width: 115%;
  padding: 7px 5px 5px 15px;
  border: 0;
  border-radius: 0;
  height: 31px;
  margin: 0;
  font-weight: 600;
  font-size: 11px;
  -moz-appearance: window;
  -webkit-appearance: none;
  cursor: pointer;
  color: #444;
  box-shadow: none;
}

#tools .styled-select {
  width: 100%;
  overflow: hidden;
  height: 36px;
  background: url("/static/img/arrow_down.svg") no-repeat right center;
  border: none;
  border-right: 1px solid #ededed;
}

/*v1.2 Affix (fixed) sidebar*/
@media (min-width: 979px) {
  .cart-box.affix {
    position: fixed;
    top: 0;
    width: auto;
  }
}
.affix, .affix-top {
  position: static;
}

.choice-error {
  color: red;
  display: none;
}

#pickup-input {
  position: absolute;
  opacity: 0;
  z-index: -100;
}

.coupon-area {
  color: #a70000;
}

.coupon-area select {
  border: 0;
  border-bottom: 1px dashed #a70000;
  width: 100%;
}

.bad-promo {
  display: none;
  margin-top: -16px;
  color: red;
}

.btn-close {
  cursor: pointer;
}

.cart-box > table > tbody > tr > td {
  vertical-align: top;
}

.styled-select-cat select {
  background: transparent;
  padding: 7px 5px 5px 5px;
  border: 0;
  border-radius: 0;
  height: 50px;
  margin: 0;
  font-weight: 400;
  -moz-appearance: window;
  -webkit-appearance: none;
  cursor: pointer;
  color: #888;
}

.app-bar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  z-index: 10;
  box-shadow: 0 -3px 20px 0 #AAAAAA;
  display: flex;
}

.app-bar-ghost {
  height: 50px;
}

.app-bar .actions, .app-bar .btn-back {
  color: #333333;
  margin-top: 12px;
}

.app-bar .btn-back {
  margin-left: 5px;
  margin-right: 5px;
}

.app-bar .actions {
  margin-right: 30px;
}

.app-bar-content {
  margin-left: 15px;
  flex: 1;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  color: #888;
}

.app-bar .actions div {
  margin-left: 10px;
  display: inline-block;
}

.app-bar .actions div:nth-child(1) {
  margin-left: 0;
}

#modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}

.receipt-progress {
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}

.receipt-progress .status-passed {
  font-weight: bold;
}

.receipt-progress .status-passed i.fa {
  color: green;
  -webkit-animation: initial;
  -o-animation: initial;
  animation: initial;
}

.receipt-progress .status-passed i.fa::before {
  content: "\f05d";
}

.cart-badge {
  background-color: red;
  padding: 3px 5px;
  font-size: 10px;
  position: relative;
  left: 38px;
  bottom: 18px;
  margin-left: -18px;
}

.cart-qty {
  white-space: nowrap;
}

.qty-selector {
  border: none;
  background: none;
  width: 3ch;
}

.cart-qty i, .size-picker-container i {
  margin-left: -1ch;
  pointer-events: none;
}

.cart-row {
  padding: 12px 8px;
}

.cart-total {
  font-weight: bold;
  font-size: 18px;
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.app-bar-action {
  position: fixed;
  top: 70px;
  left: inherit;
  right: 15px;
  width: 35%;
  margin-top: 0;
  z-index: 100;
  display: none;
  background: #fff;
  border: 1px solid #ededed;
  margin-bottom: 25px;
  padding: 15px;
}

.app-bar-action::after {
  position: absolute;
  content: " ";
  top: -20px;
  right: 15px;
  border: 15px solid transparent;
  border-top-width: 0;
  border-bottom: 20px solid #FFFFFF;
}

.app-bar-action.offset-1::after {
  right: 42px;
}

.app-bar-action .cart-box {
  overflow-y: auto;
  min-height: fit-content !important;
  margin: 0;
  border: 0;
  padding-top: 8px;
}

.app-bar-action .cart-box h3 {
  padding-bottom: 0;
}

.mobile-cart {
  padding: 0;
  border: 0;
}

#marker-colour-hack {
  width: 0;
  height: 0;
  display: none;
}

/* fix for chrome - lazy loaded images (http://stackoverflow.com/a/26768532/5705729) */
img[src=""], img:not([src]) {
  opacity: 0;
}

.fastpay-snackbox, .fastpay-ghost {
  height: 30px;
}

.fastpay-snackbox {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 7px;
}

.size-picker-container {
  display: block;
  margin-top: 5px;
}

.size-picker {
  padding-right: 1ch;
  background: none;
  border: 0;
}

.ordering-toast {
  position: fixed;
  bottom: 10px;
  left: 5px;
  right: 5px;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.25);
  color: white;
  font-weight: bold;
}

.mobile-time-picker-ios {
  position: relative !important;
  opacity: 0 !important;
  z-index: 1 !important;
  top: 0 !important;
  left: 0 !important;
  display: none;
  height: 5px;
}

.mobile-time-picker-android {
  position: relative !important;
  opacity: 1 !important;
  z-index: 1 !important;
  top: 0 !important;
  left: 0 !important;
  display: none;
  padding-top: 3px;
}

#mobileMenu_cat-nav-button {
  height: 35px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border: none;
  box-shadow: none;
  background: none;
  outline-color: none;
  border-radius: 0px;
  font-family: Roboto, Arial, sans-serif;
}

#mobileMenu_cat-nav-button > span.ui-icon.ui-icon-triangle-1-s {
  left: 0.25em;
  right: auto;
  top: 60%;
}

.size-picker-container > .ui-selectmenu-button {
  height: 25px;
  border: none;
  padding-left: 15px;
  box-shadow: none;
  background: none;
  outline-color: none;
  border-radius: 0px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  left: -15px;
}

.size-picker-container span.ui-icon.ui-icon-triangle-1-s {
  left: 0em;
  right: auto;
  top: 60%;
}

.size-picker-container span.ui-selectmenu-text {
  padding: 0;
}

.ui-selectmenu-menu .ui-menu {
  background-color: white;
}


.tfaContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.tfaField {
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}

/* From Bootstrap */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
h1 {
  font-size: 25pt;
}

.logo {
  max-height: 120px;
}

#sub-header {
  min-height: 200px;
}

.app-bar-action {
  top: 70px;
  left: 24px;
  right: 15px;
  width: 90%;
}

.store-locator-map, .store-locator-list {
  padding-left: 0;
  padding-right: 0;
}

.store-locator-map {
  margin-top: -30px;
}

.fixed-table-container {
  max-height: 23vh;
}

#map {
  height: 58vh;
}

#store-delivery {
  margin-top: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  h1 {
    font-size: 28pt;
  }
  .app-bar-action {
    left: inherit;
    width: 50%;
  }
  .store-locator-map, .store-locator-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .store-locator-map {
    margin-top: 0;
  }
  #map {
    height: 653px;
  }
  .fixed-table-container {
    max-height: 505px;
  }
  .logo {
    max-height: 180px;
  }
  #store-delivery {
    margin-top: 32px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1 {
    font-size: 32pt;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  h1 {
    font-size: 38pt;
  }
  .logo {
    max-height: 260px;
  }
  #sub-header {
    height: 470px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 768px) {
  .app-bar-content {
    margin-left: 10px;
  }
  .app-bar .actions {
    margin-right: 20px;
  }
  .form-control {
    font-size: 16px !important;
  }
  .coupon-area .form-group {
    margin-bottom: 0;
  }
  .styled-select-cat select {
    font-size: 16px;
    max-width: 150px;
    text-overflow: ellipsis;
    z-index: 1000;
  }
  #main-scroll {
    padding-left: 10px;
    padding-right: 10px;
  }
  .size-picker {
    padding-left: 0;
    padding-right: 1ch;
  }
  .plu {
    padding: 15px 5px 10px 5px !important;
  }
  .plu-image {
    margin: -10px 0 -10px 0 !important;
  }
}
/* some bits and pieces to make mobile devices work better */
@media (max-width: 767px) {
  #parallax-header {
    display: none !important;
  }
  footer {
    display: none !important;
  }
  .store-locator-map {
    display: none;
  }
  .fixed-table-container {
    max-height: inherit;
  }
  .margin-30-20 {
    padding-top: 15px;
  }
  .plu-customise {
    margin-top: 10px;
  }
  .cart-row {
    padding: 6px 8px;
  }
  hr {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .cart-box h3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .plu-area {
    max-height: 160px;
  }
  .current-store br {
    display: none;
  }
  .payment-select {
    margin-bottom: 5px;
  }
  #store-delivery, .cart-box {
    margin-top: inherit;
  }
  .plu {
    background-color: inherit;
    border-top: 4px double #333;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .bootstrap-table {
    background-color: inherit;
  }
  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: inherit;
  }
  #tbl-store-locator td {
    border-top: 2px double;
  }
}
@media (max-width: 767px) and (max-height: 667px) {
  .plu-area {
    max-height: 140px;
  }
}
@media (max-width: 767px) and (max-height: 568px) {
  .plu-area {
    max-height: 80px;
  }
}
@media (max-width: 500px) {
  #mobileMenu_cat-nav-button {
    width: 200px !important;
  }
}
/* Responsive */
html, body {
  height: 100%;
  font-family: Roboto, "Arial", sans-serif !important;
  background-color: #212529 !important;
  color: #ffffff !important;
}

.app_subheading {
  color: #ffffff !important;
  font-weight: bold !important;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#app_title {
  color: #ffffff !important;
  font-weight: bold !important;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#parallax-header {
  background-image: url("/static/img/wokitup_login_bg.jpg") !important;
  background-position-y: 50%;
}

#store-navigation::-webkit-scrollbar {
  width: 0 !important;
}

#store-navigation {
  -ms-overflow-style: none;
}

#cart-outer-box::-webkit-scrollbar {
  width: 0 !important;
}

#cart-outer-box {
  -ms-overflow-style: none;
}

#store-navigation {
  scrollbar-width: none;
}

#cart-outer-box {
  scrollbar-width: none;
}

#main-scroll {
  background-color: #212529;
}

#focus {
  background-color: #212529 !important;
  color: #ffffff !important;
}

table#tbl-store-locator, td .value {
  background-color: #212529 !important;
  color: #fd7e14 !important;
}

.store-locator-list, .store-locator-list h3, #mainScroll .bootstrap-table {
  background-color: #212529 !important;
  color: #ffffff !important;
}

td {
  background-color: #212529 !important;
  border-color: white !important;
}

td.selected {
  background-color: #fd7e14 !important;
  color: #212529 !important;
}

#tbl-store-locator .selected .value {
  color: #FFFFFF !important;
  background-color: #fd7e14 !important;
}

button.btn.btn-primary.centre-button.btn-change-store {
  color: orange !important;
  border-color: orange !important;
  background-color: transparent !important;
}

.markerInfoWindow p, h6.mapInfoTitle {
  color: #212529 !important;
}

#marker-colour-hack {
  background: #fd7e14 !important;
}

.btn-order-type {
  color: white !important;
  border-color: white !important;
}

.category h3, .category h5, h5, h6, label {
  color: #ffffff !important;
}

.category h3 {
  font-size: 25px !important;
  font-weight: bold !important;
}

.plu-description {
  height: auto !important;
  max-height: 61px !important;
}

.plu {
  background-color: #212529 !important;
  color: #ffffff !important;
}

.plu-add-btn, .ui-selectmenu-button, .btn-primary, .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  color: #fd7e14 !important;
  border-color: #fd7e14 !important;
  background-color: transparent !important;
}

.plu-customise-btn, btn-secondary, a.btn-full-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
}

.box-style-1 {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: #212529 !important;
}

#category-list, #cat-nav li a {
  color: #fd7e14 !important;
  border-color: #ffffff !important;
  background-color: #212529 !important;
}

.ui-icon .ui-icon-triangle-1-s, .fa-ticket, .fa-close, .checkbox .icons, .checkbox.checked, .checkbox, .fa-check-square-o:before, .inline.cart-qty {
  color: #fd7e14 !important;
}

.cart-box, .cart-box h3 {
  background-color: #212529 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.coupon-area select {
  color: #fd7e14 !important;
  border-bottom: 1px dashed #fd7e14 !important;
  background-color: #212529 !important;
}

#btn-order-now {
  color: #212529 !important;
  background-color: #fd7e14 !important;
}

.modal-body, modal-header, modal-footer {
  color: #212529 !important;
}

.sale-type-button {
  font-size: 2em !important;
}

label {
  color: #ffffff;
}

#login-form-ordering a {
  color: #fd7e14 !important;
}

.btn.btn-fill, .btn.btn-fill:hover, .btn.btn-fill:focus, .btn.btn-fill:active, .btn.btn-fill.active {
  background-color: #fd7e14 !important;
  color: #212529 !important;
  border-color: #fd7e14 !important;
}

.payment-select, .payment-select label, .payment-select.first-icon, .radio .icons, span .icons, label.radio.checked, .fa-dot-circle-o:before {
  background-color: #212529 !important;
  color: #fd7e14 !important;
}

.bootstrap-datetimepicker-widget td, .timepicker-hour, .timepicker-minute {
  background-color: #212529 !important;
}

.bootstrap-datetimepicker-widget .glyphicon {
  color: #fd7e14 !important;
}

.bootstrap-datetimepicker-widget .btn-info, .bootstrap-datetimepicker-widget a.btn {
  color: #fd7e14 !important;
  border-color: #fd7e14 !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom {
  color: #ffffff !important;
  background-color: #212529 !important;
}

.receipt-progress .status-passed, .status-order-received, .status-order-processed, .order-error-msg {
  color: #212529 !important;
}

#receipt-body td, #receipt-body p {
  background-color: white !important;
  color: #212529 !important;
}

#order-receipt #btn-restart-order {
  color: #212529 !important;
  border-color: #212529 !important;
}

#order-receipt #btn-restart-order:hover {
  color: #fd7e14 !important;
}

footer, #loyalty-footer, #loyalty-footer p, #loyalty-footer a {
  color: #fd7e14 !important;
  background-color: #212529 !important;
}