@font-face {
  font-family: 'Oswald';
  src: url("/Content/Styles/font/oswald/oswald-regular-webfont.eot");
  src: url("/Content/Styles/font/oswald/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/Styles/font/oswald/oswald-regular-webfont.woff2") format("woff2"), url("/Content/Styles/font/oswald/oswald-regular-webfont.woff") format("woff"), url("/Content/Styles/font/oswald/oswald-regular-webfont.ttf") format("truetype"), url("/Content/Styles/font/oswald/oswald-regular-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'droid_sans';
  src: url("/Content/Styles/font/droidsans/droidsans-bold-webfont.eot");
  src: url("/Content/Styles/font/droidsans/droidsans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/Styles/font/droidsans/droidsans-bold-webfont.woff2") format("woff2"), url("/Content/Styles/font/droidsans/droidsans-bold-webfont.woff") format("woff"), url("/Content/Styles/font/droidsans/droidsans-bold-webfont.ttf") format("truetype"), url("/Content/Styles/font/droidsans/droidsans-bold-webfont.svg#droid_sansbold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'droid_sans';
  src: url("/Content/Styles/font/droidsans/droidsans-webfont.eot");
  src: url("/Content/Styles/font/droidsans/droidsans-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/Styles/font/droidsans/droidsans-webfont.woff2") format("woff2"), url("/Content/Styles/font/droidsans/droidsans-webfont.woff") format("woff"), url("/Content/Styles/font/droidsans/droidsans-webfont.ttf") format("truetype"), url("/Content/Styles/font/droidsans/droidsans-webfont.svg#droid_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, #footer, header, hgroup,
menu, #nav, output, ruby, section, summary,
time, mark, audio, video, button, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  color: white; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
#footer, header, hgroup, menu, #nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

#debug-info {
  color: black;
  padding: 0;
  font-size: 10px;
  width: 100%;
  position: absolute;
  bottom: 20px;
  z-index: 100001; }

/* put in a ":before" selector
   need to give base element padding-left: 20px 
*/
/* put in a ":after" selector of base element
   need to give base element padding-right: 15px 
*/
html {
  background-image: url("../Images/bg.jpg");
  background-color: #333;
  background-repeat: repeat;
  background-position: center top;
  background-size: 100%;
  font-family: "droid_sans", verdana, geneva, sans-serif; }

html, body {
  height: 100%; }

#wrapper {
  overflow: hidden;
  min-height: 100%;
  position: relative; }

h1, h2, h3 {
  font-family: "Oswald", impact, charcoal, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase; }

h1 {
  font-size: 30px;
  padding: 10px 0; }

h2 {
  font-size: 24px;
  padding: 10px 0; }

h3 {
  font-size: 18px;
  padding: 10px 0; }

.gridArticle h2, .gridArticle h3, .gridArticle h4 {
  text-transform: none; }

.gridArticle h4 {
  font-size: 16px;
  padding: 10px 0;
  font-weight: bold; }

hr {
  margin: 0;
  border: none;
  border-top: 1px dotted white; }

a {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 500; }
  a :focus {
    text-decoration: underline; }

.bold {
  font-weight: bold; }

#nav, #footer {
  background-color: black; }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 580px;
  /* need to specify height for footer */
  z-index: 100; }

p, li {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.5px; }

p {
  word-break: break-word;
  padding-top: 10px; }

form {
  display: inline-block;
  width: 100%; }

select {
  width: inherit; }

input {
  width: 160px;
  padding-left: 5px;
  color: black;
  margin-right: 10px;
  font-family: "droid_sans", verdana, geneva, sans-serif;
  text-align: left;
  letter-spacing: 1px;
  background-color: white;
  border: 1px solid grey; }

img {
  width: 100%;
  padding-top: 5px; }

span img {
  width: auto !important; }

.content {
  position: relative;
  max-width: 1024px;
  margin: 0 auto 0 auto;
  padding: 20px 20px 0 20px;
  z-index: 100; }

.content div {
  z-index: 100; }

#footer-spacer {
  padding-bottom: 580px; }

.header, .footer-block, .declaration {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  padding: 0px 20px;
  max-width: 1024px;
  margin: 0 auto; }

.header * {
  color: white; }

.footer-block * {
  color: white; }

.no-underline {
  text-decoration: none !important; }

.link {
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  padding-right: 15px; }
  .link:focus, .link:hover {
    text-decoration: underline; }

.link:after {
  content: "";
  position: relative;
  width: 0;
  height: 0px;
  top: -3px;
  right: -10px;
  font-size: 0px;
  border-top: 4px solid transparent;
  border-left: 4px solid white;
  border-bottom: 4px solid transparent; }
  .link:after _::-webkit-:not(:root:root), .link:after {
    font-size: 0.5px; }

.breadcrumb-last {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px; }

.tile > .column > div {
  padding: 5px 15px 10px 15px !important;
  margin: 0 5px; }
  .tile > .column > div.black-transparent-bg {
    margin-bottom: 10px; }

.black-transparent-bg {
  background: transparent url(../Images/transparent-black-bg.png) 0 0 repeat; }
  .black-transparent-bg.container, .black-transparent-bg.row {
    margin-bottom: 10px; }

.searchstate {
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding: 0 10px 0 0; }

.searchbutton {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  width: 100px;
  font-size: 12px !important; }

.searchtext {
  font-size: 10px;
  padding: 10px 0; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  display: block; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1300;
  height: 90px; }

.nav-spacer {
  margin-top: 90px; }

#responsive-mobile-menu .local-store-widget {
  display: none;
  /* this is overwritten by the widget stylesheet */ }

.back-link {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 500;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 20px; }
  .back-link :focus {
    text-decoration: underline; }
  .back-link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-top: -6px;
    top: 50%;
    margin-left: 6px;
    border: 6px solid transparent;
    border-left-color: white;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    left: -6px; }
  .back-link:focus, .back-link:hover {
    text-decoration: underline;
    cursor: pointer; }

hero {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 500px;
  max-height: 500px;
  width: 100%;
  display: block; }

.visually-hidden {
  position: absolute;
  left: -999em; }

.background-overlay {
  background-color: transparent;
  position: absolute;
  top: 0;
  margin: 0 25px 0 -25px;
  width: 1074px;
  height: 100%;
  z-index: 10;
  pointer-events: none; }

.background-feature-left {
  position: absolute;
  top: 200px;
  left: -400px;
  height: 600px;
  width: 400px;
  z-index: 0 !important;
  background: transparent url("../Images/Feature-Left.png") 0 0 no-repeat; }
  .fr-FR .background-feature-left {
    background: transparent url("../Images/Feature-Left-Fr.png") 0 0 no-repeat;
    background-position: right;
    width: 485px;
    left: -485px; }

.background-feature-right {
  position: absolute;
  right: -400px;
  top: 800px;
  background: transparent url("../Images/Feature-Right.png") 0 0 no-repeat;
  height: 600px;
  width: 400px;
  z-index: 0 !important; }
  .fr-FR .background-feature-right {
    background: transparent url("../Images/Feature-Right-Fr.png") 0 0 no-repeat; }

.background-feature-footer {
  margin-top: 10px;
  width: 100%;
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  background-image: url("../Images/Feature-Footer.png");
  min-height: 300px;
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 0 !important; }
  .fr-FR .background-feature-footer {
    background-image: url("../Images/Feature-Footer-Fr.png"); }

.gridArticle p > a {
  text-decoration: underline;
  text-transform: none; }
  .gridArticle p > a:focus, .gridArticle p > a:hover {
    text-decoration: underline; }
.gridArticle p > span.link-with-arrow > a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  padding-right: 15px;
  text-transform: uppercase; }
  .gridArticle p > span.link-with-arrow > a:focus, .gridArticle p > span.link-with-arrow > a:hover {
    text-decoration: underline; }
.gridArticle p > span.link-with-arrow > a:after {
  content: "";
  position: relative;
  width: 0;
  height: 0px;
  top: -3px;
  right: -10px;
  font-size: 0px;
  border-top: 4px solid transparent;
  border-left: 4px solid white;
  border-bottom: 4px solid transparent; }
  .gridArticle p > span.link-with-arrow > a:after _::-webkit-:not(:root:root), .gridArticle p > span.link-with-arrow > a:after {
    font-size: 0.5px; }
.gridArticle em {
  font-style: italic; }
.gridArticle ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 15px; }
.gridArticle ul#region-links {
  text-indent: 0px; }
.gridArticle strong {
  font-weight: bold; }

@media (max-width: 1200px) {
  .background-feature-left, .background-feature-right, pizzamenus.background-feature-right {
    background: none;
    display: none !important; } }
@media (max-width: 768px) {
  .background-feature-footer {
    min-height: 200px; }

  .content {
    padding: 10px 0 0 0; } }
@media (max-width: 600px) {
  .nav-spacer {
    margin-top: 140px; }

  #nav {
    height: 140px; } }
@media (max-width: 414px) {
  .background-feature-footer {
    min-height: 100px; }

  .nav-spacer {
    margin-top: 120px; }

  #nav {
    height: 120px; } }
i.fa {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding-top: 0;
  background-repeat: no-repeat; }
  i.fa.fa-phone {
    background-image: url("../Images/font-awesome/phone_fff_24.png"); }
  i.fa.fa-clock {
    background-image: url("../Images/font-awesome/clock-o_fff_24.png"); }
  i.fa.fa-map-marker {
    background-image: url("../Images/font-awesome/map-marker_fff_24.png"); }
  i.fa.fa-bars {
    background-image: url("../Images/font-awesome/bars_fff_32.png"); }
  i.fa.fa-chevron-left {
    background-image: url("../Images/font-awesome/chevron-left_fff_36.png"); }
  i.fa.fa-chevron-right {
    background-image: url("../Images/font-awesome/chevron-right_fff_36.png"); }
  i.fa.fa-check-circle {
    background-image: url("../Images/font-awesome/check-circle_fff_24.png"); }
  i.fa.fa-file-pdf {
    background-image: url("../Images/font-awesome/file-pdf-o_fff_20.png"); }
  i.fa.fa-long-arrow {
    background-image: url("../Images/font-awesome/long-arrow-right_fff_24.png"); }
  i.fa.fa-star-half {
    background-image: url("../Images/font-awesome/star-half-o_fff_14.png"); }
  i.fa.fa-star-o {
    background-image: url("../Images/font-awesome/star-o_fff_14.png"); }
  i.fa.fa-star {
    background-image: url("../Images/font-awesome/star_fff_14.png"); }
  i.fa.fa-star-half, i.fa.fa-star-o, i.fa.fa-star {
    width: 14px;
    height: 14px; }
  i.fa.fa-chevron-left, i.fa.fa-chevron-right {
    width: 36px;
    height: 36px;
    opacity: 0.5; }

.btn, .blue-button, .red-button {
  max-width: 100px;
  min-width: 100px;
  font-family: "oswald";
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
  font-size: 12px;
  border-radius: 3px;
  padding: 10px;
  padding-right: 0;
  cursor: pointer;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .btn *, .blue-button *, .red-button * {
    color: white; }

.btn.next, .blue-button, .red-button {
  padding-right: 18px;
  position: relative; }
  .btn.next:after, .blue-button:after, .red-button:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 6px solid white;
    border-left: 6px solid white;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit; }

.btn.search, .btn.store, .blue-button {
  background-color: #007AAF;
  border-color: #007AAF; }
  .btn.search:hover, .btn.search:focus, .btn.store:hover, .btn.store:focus, .blue-button:hover, .blue-button:focus {
    background-color: #047;
    border-color: #047;
    cursor: pointer; }

.btn.store {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  align-self: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  margin-top: 15px; }

.btn.store.offers, .btn.order, .red-button {
  background-color: #E21836;
  border-color: #E21836; }
  .btn.store.offers:hover, .btn.store.offers:focus, .btn.order:hover, .btn.order:focus, .red-button:hover, .red-button:focus {
    background-color: #b6132c;
    border-color: #b6132c; }

.blue-button, .red-button {
  display: inline-block;
  min-width: 0;
  max-width: 100%;
  padding: 7px 40px 7px 10px;
  margin: 2px; }

.order-now-button {
  margin-top: 15px;
  line-height: 20px; }

.OLO_button {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-self: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -ms-transform: translateZ(1px);
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
  background-size: contain;
  background-repeat: no-repeat;
  height: 150px;
  width: 150px;
  margin: 10px 0 -150px 0;
  z-index: 10000;
  cursor: hand;
  cursor: pointer; }

.OLO_button:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.OLO_button_mobile {
  display: none; }

.logo {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
  width: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 20px 0;
  margin-right: 10px; }

.menuitem {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  font-family: "Oswald", impact, charcoal, sans-serif;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  position: relative; }
  .menuitem > li {
    border-right: 1px dotted white;
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    padding: 0 15px;
    text-align: center; }
  .menuitem > li:last-child {
    border: none; }

.menu-active > a {
  color: #59B4E5; }

#responsive-mobile-menu {
  display: none; }

#hamburger-menu-link {
  display: none;
  cursor: pointer;
  width: 32px;
  height: 32px; }

#mobile-menu-link {
  display: none; }

#desktop-menu-link {
  display: inline-block; }

#responsive-mobile-menu ul:first-child > li {
  display: none; }

#responsive-mobile-menu * {
  color: white; }

@media (max-width: 768px) {
  #mobile-menu-link {
    display: inline-block; }

  #desktop-menu-link {
    display: none; } }
@media (min-width: 570px) {
  .header {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; } }
@media (max-width: 604px) {
  .OLO_button_mobile {
    display: block;
    cursor: pointer;
    padding: 0 20px 10px; }

  .OLO_button_mobile .btn {
    font-size: 20px !important;
    min-width: 100%; }

  .OLO_button_mobile .btn.next:after {
    margin-top: -8px;
    border: 8px solid transparent !important;
    border-left: 8px solid white !important; }

  #OLO_button_desktop_link {
    display: none;
    z-index: 10000 !important; }

  .shrink-page {
    -ms-transform: translate3d(-240px, 0, 0);
    -webkit-transform: translate3d(-240px, 0, 0);
    -moz-transform: translate3d(-240px, 0, 0);
    -o-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  .expand {
    display: block !important;
    height: 100%;
    background-color: black;
    z-index: 9000;
    position: fixed;
    right: -240px;
    width: 250px; }
    .expand li {
      font-size: 18px;
      padding: 5px 20px;
      margin: 5px;
      margin-top: 20px; }
      .expand li a {
        width: 100%;
        font-family: "Oswald", impact, charcoal, sans-serif; }
    .expand li > ul > li {
      font-size: 14px;
      padding: 0;
      margin: 5px; }
      .expand li > ul > li > img {
        padding: 5px;
        margin: 5px; }
      .expand li > ul > li > a {
        font-family: "droid_sans", verdana, geneva, sans-serif; }

  #hamburger-menu-link {
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px; }
    #hamburger-menu-link.hide-on-md {
      display: none; }

  .menuitem li:nth-child(5) {
    border: none; }

  .menuitem li:last-child {
    border: none;
    display: none; }

  #responsive-mobile-menu ul li:last-child {
    display: block; }

  .OLO_button {
    display: none; } }
@media (max-width: 440px) {
  #hamburger-menu-link {
    display: inline-block;
    vertical-align: middle; }
    #hamburger-menu-link.hide-on-md {
      display: inline-block; }

  #stores-menu-link {
    border: none; }

  #about-us-menu-link, #franchises-menu-link {
    display: none;
    border: none; }

  .menuitem > li {
    font-size: 14px; }

  .menuitem li:nth-child(4) {
    border: none; }

  .menuitem li:nth-child(5) {
    border: none;
    display: none; }

  #responsive-mobile-menu ul:first-child > li {
    display: block; } }
@media (max-width: 414px) {
  #hamburger-menu-link {
    margin-top: 20px; }

  #wrapper.fr-FR .header-menu-link {
    font-size: 11px;
    line-height: 12px; } }
.footer-block {
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  padding: 20px; }
  .footer-block a {
    text-decoration: none; }
    .footer-block a:focus, .footer-block a:hover {
      text-decoration: underline; }
  .footer-block ul {
    padding-bottom: 20px; }
  .footer-block li {
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0; }
  .footer-block .title {
    text-transform: uppercase;
    color: gray;
    font-size: 14px; }
  .footer-block.social {
    min-height: 180px;
    max-height: 180px;
    height: 180px;
    display: block;
    overflow: hidden !important;
    text-align: center;
    padding-bottom: 20px; }
    .footer-block.social > div {
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px; }
      .footer-block.social > div > .circle {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px; }
      .footer-block.social > div > div {
        text-transform: uppercase;
        text-align: left;
        color: gray;
        font-family: oswald;
        font-size: 12px;
        padding-bottom: 5px;
        padding-top: 10px; }
      .footer-block.social > div > a:focus, .footer-block.social > div > a:hover {
        text-decoration: none; }
      .footer-block.social > div img {
        height: auto;
        vertical-align: middle;
        padding-left: 2px;
        padding-right: 2px; }
    .footer-block.social > .appLogo {
      border-right-color: darkgray;
      border-right-style: groove;
      border-right-width: thin; }
      @media (max-width: 497px) {
        .footer-block.social > .appLogo {
          display: block;
          border-right-style: none; }
          .footer-block.social > .appLogo > div {
            text-align: center; } }
    .footer-block.social > .socialLogo {
      border-right-color: darkgray;
      border-right-width: thin;
      border-right-style: groove;
      margin: -4px; }
      @media (max-width: 1030px) {
        .footer-block.social > .socialLogo {
          border-right-style: none; } }
      @media (max-width: 497px) {
        .footer-block.social > .socialLogo {
          border-right-style: none;
          display: block; }
          .footer-block.social > .socialLogo > div {
            text-align: center; } }
    @media (max-width: 1030px) {
      .footer-block.social > .payment {
        display: block; }
        .footer-block.social > .payment > div {
          text-align: center; } }
  .footer-block.social img {
    width: auto;
    height: 40px;
    padding: 0;
    margin-top: 5px; }
  .footer-block.social img.fr-social {
    width: auto;
    height: auto;
    padding: 0;
    margin-top: 5px; }
  .footer-block.social > * {
    display: inline;
    text-decoration: none !important; }
  .footer-block .g-plusone-wrapper {
    margin-right: -15px; }

.nz-otherlogo {
  padding: 0px;
  margin-top: -20px; }
  .nz-otherlogo img {
    width: auto; }

#mobilefpos-logo {
  width: auto;
  max-height: 50px;
  margin-left: auto; }

#mozzarella-logo {
  max-height: 75px;
  margin-right: auto; }

@media (max-width: 768px) {
  .footer-block.social {
    min-height: 240px;
    max-height: 240px;
    height: 240px; } }
@media (max-width: 604px) {
  .nz-otherlogo {
    display: none; } }
@media (max-width: 414px) {
  .footer-block.social {
    min-height: 320px;
    max-height: 320px;
    height: 320px; } }
.declaration {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0; }

.legaltext {
  font-size: 12px;
  padding: 10px 0;
  text-align: center; }
  .legaltext > a {
    text-decoration: none; }

.disclaimer-section {
  background-color: black;
  padding-left: 3000px;
  margin-left: -3000px;
  padding-right: 3000px;
  margin-right: -3000px;
  position: relative;
  z-index: 200; }
  .disclaimer-section #disclaimers {
    border-bottom: 1px dotted #666;
    padding: 20px 0; }
    .disclaimer-section #disclaimers p, .disclaimer-section #disclaimers a {
      font-size: 12px;
      color: gray; }
    .disclaimer-section #disclaimers img {
      float: left;
      margin-right: 10px;
      padding-top: 0 !important;
      height: 20px !important;
      width: 20px !important; }
    .disclaimer-section #disclaimers .kj-disclaimer {
      font-size: 24px;
      line-height: 24px;
      display: block; }

.disclaimer-section {
  padding: 20px 10px 0 10px;
  margin: 0; }

.disclaimer-section.anchor-offset {
  margin-top: -20px;
  z-index: 0; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-family: "Oswald", impact, charcoal, sans-serif;
  font-weight: bold; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px 5px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #047; }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs > li {
  float: left; }

.nav-tabs > li > a {
  margin-right: 5px;
  border-radius: 4px 4px 0 0;
  color: white;
  background-color: #007AAF; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: white;
  background-color: black;
  border-bottom-color: transparent;
  cursor: default; }

.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after {
  content: " ";
  display: table; }

.clearfix:after,
.nav:after {
  clear: both; }

#rotating-banner {
  height: 500px;
  background-color: black; }
  #rotating-banner .banner-desktop {
    display: block; }
  #rotating-banner .banner-mobile {
    display: none; }

#rotating-banner .banner-background.item img {
  display: block;
  width: 100%;
  height: 500px; }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item .item {
  height: 500px;
  background-repeat: no-repeat !important;
  background-position: 50% 0 !important;
  cursor: default; }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item .clickable {
  cursor: pointer; }

.owl-controls {
  height: 0; }

.banner-media-wrapper {
  width: 100%;
  height: 100%;
  position: relative; }

.banner-media {
  height: 315px;
  width: 420px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -162px;
  margin-left: -210px; }

.owl-controls {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 0; }
  .owl-controls .owl-buttons {
    margin: 15px; }
    .owl-controls .owl-buttons div img {
      width: 36px;
      height: 36px;
      color: white;
      opacity: .5; }
      .owl-controls .owl-buttons div img:hover {
        opacity: 1; }
    .owl-controls .owl-buttons .owl-prev {
      float: left; }
    .owl-controls .owl-buttons .owl-next {
      float: right; }

@media screen and (max-width: 1024px) {
  .owl-carousel .owl-wrapper, .owl-carousel .owl-item .item {
    background-position: -250px 0 !important; } }
@media screen and (max-width: 480px) {
  .banner-media {
    width: 80%;
    margin: 0;
    left: 10%;
    top: 20%;
    height: 60%; } }
@media screen and (max-width: 414px) {
  #rotating-banner {
    height: 200px; }
    #rotating-banner .banner-desktop {
      display: none; }
    #rotating-banner .banner-mobile {
      display: block; }

  #rotating-banner .item img {
    height: 200px; }

  .owl-carousel .owl-wrapper, .owl-carousel .owl-item .item {
    height: 200px; }

  .owl-carousel .owl-wrapper, .owl-carousel .owl-item .item {
    background-size: 414px 200px !important;
    background-position: center !important; }

  .owl-controls .owl-buttons {
    margin: -10px 5px; }

  .banner-media-mobile {
    height: 100%;
    width: 100%; } }
.wobble-board, #wobble-board-overlay {
  position: absolute;
  z-index: 100001;
  width: 100%;
  height: 100%;
  top: 0; }
  .wobble-board .wobble-wrapper, #wobble-board-overlay .wobble-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .wobble-board .wobble-wrapper .wobble-media, #wobble-board-overlay .wobble-wrapper .wobble-media {
      position: relative;
      display: inline;
      width: initial;
      max-width: 1024px; }
    .wobble-board .wobble-wrapper .clickable-wobble, #wobble-board-overlay .wobble-wrapper .clickable-wobble {
      cursor: pointer; }
    .wobble-board .wobble-wrapper #wobble-close, #wobble-board-overlay .wobble-wrapper #wobble-close {
      position: relative;
      z-index: 100001;
      cursor: pointer; }
      .wobble-board .wobble-wrapper #wobble-close #wobble-close-button, #wobble-board-overlay .wobble-wrapper #wobble-close #wobble-close-button {
        position: absolute;
        right: 14px;
        top: 21px;
        width: 30px; }
      .wobble-board .wobble-wrapper #wobble-close #wobble-close-text, #wobble-board-overlay .wobble-wrapper #wobble-close #wobble-close-text {
        position: absolute;
        padding: 7px 5px 0 0;
        right: 37px;
        top: 18px;
        display: inline-block;
        color: white; }

#wobble-board-overlay {
  position: fixed;
  z-index: 10000;
  background: #000;
  opacity: 0.75; }

@media (max-width: 1400px) {
  .wobble-board .wobble-wrapper .wobble-media {
    max-height: 530px; }

  .wobble-board .wobble-wrapper #wobble-close #wobble-close-button {
    right: 9px;
    top: 15px; }

  .wobble-board .wobble-wrapper #wobble-close #wobble-close-text {
    top: 12px; } }
@media (max-width: 800px) {
  .wobble-board .wobble-wrapper .wobble-media {
    max-height: 420px; }

  .wobble-board .wobble-wrapper #wobble-close #wobble-close-button {
    right: 3px;
    top: 7px; }

  .wobble-board .wobble-wrapper #wobble-close #wobble-close-text {
    right: 27px;
    top: 4px; } }
@media (max-height: 450px) {
  .wobble-board .wobble-wrapper .wobble-media {
    max-height: 250px; }

  .wobble-board .wobble-wrapper #wobble-close #wobble-close-button {
    right: -2px;
    top: 2px; }

  .wobble-board .wobble-wrapper #wobble-close #wobble-close-text {
    right: 22px;
    top: -3px; } }
@media (max-width: 414px) {
  .wobble-board .wobble-wrapper .wobble-media {
    max-width: 250px;
    min-width: 230px; }

  .wobble-board .wobble-wrapper #wobble-close #wobble-close-button {
    right: -2px;
    top: 3px; }

  .wobble-board .wobble-wrapper #wobble-close #wobble-close-text {
    right: 22px;
    top: -2px; } }
#rating-dialog {
  position: absolute;
  z-index: 500;
  width: 100%;
  height: 100%;
  top: 0; }
  #rating-dialog .rating-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    background: black;
    padding: 20px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #rating-dialog .rating-wrapper #rating-close img {
      width: 25px; }
    #rating-dialog .rating-wrapper #dialogClose {
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      width: initial; }
    #rating-dialog .rating-wrapper #SubmitUserRating {
      margin: 0 auto;
      display: block;
      font-size: 16px;
      padding-right: 40px; }
    #rating-dialog .rating-wrapper .rating-title {
      color: white; }
    #rating-dialog .rating-wrapper .rating-stars {
      display: block;
      display: block;
      text-align: center;
      margin-top: 14%;
      margin-bottom: 14%; }
      #rating-dialog .rating-wrapper .rating-stars #UserRating {
        display: inline; }
        #rating-dialog .rating-wrapper .rating-stars #UserRating img {
          width: 30px; }
    #rating-dialog .rating-wrapper #rating-submit {
      height: 50px; }
    #rating-dialog .rating-wrapper #rating-success {
      display: none;
      color: white;
      font-size: 30px;
      text-align: center; }

#rating-overlay {
  position: fixed;
  z-index: 100;
  background: transparent url(../Images/transparent-black-bg.png) 0 0 repeat;
  width: 100%;
  height: 100%;
  top: 0; }

fb_iframe_widget {
  z-index: 600; }

#wrapper.fr-BE #hamburger-menu-link, #wrapper.nl-BE #hamburger-menu-link {
  margin-top: 10px; }
#wrapper.fr-BE #rotating-banner, #wrapper.nl-BE #rotating-banner {
  margin-top: 0; }
#wrapper.fr-BE .logo, #wrapper.nl-BE .logo {
  margin: 10px 0 0 0; }
#wrapper.fr-BE #nav, #wrapper.nl-BE #nav {
  height: 110px; }
#wrapper.fr-BE .nav-spacer, #wrapper.nl-BE .nav-spacer {
  margin-top: 110px; }
#wrapper.fr-BE #lang-switcher, #wrapper.nl-BE #lang-switcher {
  text-align: center;
  display: block;
  padding: 5px;
  height: 10px; }
  #wrapper.fr-BE #lang-switcher a img, #wrapper.nl-BE #lang-switcher a img {
    width: 25px;
    height: 17px;
    vertical-align: middle;
    padding: 0; }
  #wrapper.fr-BE #lang-switcher a span, #wrapper.nl-BE #lang-switcher a span {
    text-transform: none;
    color: white;
    font-size: 12px; }
html.lt-ie10 #wrapper.fr-BE #OLO_button_desktop_link, html.lt-ie10 #wrapper.nl-BE #OLO_button_desktop_link {
  margin-top: -60px; }
#wrapper.fr-BE .menuitem, #wrapper.nl-BE .menuitem {
  margin-top: 10px; }
#wrapper.en-AU .logo, #wrapper.en-NZ .logo {
  background-image: url("../Images/logo.png"); }
#wrapper.en-AU .OLO_button, #wrapper.en-NZ .OLO_button {
  background-image: url("../Images/order_online_button_hover.png"); }
html.lt-ie10 #wrapper.en-AU .static + #OLO_button_desktop_link, html.lt-ie10 #wrapper.en-NZ .static + #OLO_button_desktop_link {
  margin-top: -40px; }
html.lt-ie10 #wrapper.en-AU .OLO_button, html.lt-ie10 #wrapper.en-NZ .OLO_button {
  background-image: url("../Images/order_online_button.png"); }
html.lt-ie10 #wrapper.en-AU .OLO_button:hover, html.lt-ie10 #wrapper.en-NZ .OLO_button:hover {
  transform: none;
  transition: none;
  background-image: url("../Images/order_online_button_hover.png"); }
#wrapper.fr-BE .logo, #wrapper.fr-FR .logo {
  background-image: url("../Images/logo.png"); }
#wrapper.fr-BE .OLO_button {
  background-image: url("../Images/order_online_button_fr_be_hover.png"); }
html.lt-ie10 #wrapper.fr-BE .OLO_button {
  background-image: url("../Images/order_online_button_fr_be.png"); }
html.lt-ie10 #wrapper.fr-BE .OLO_button:hover {
  background-image: url("../Images/order_online_button_fr_be_hover.png"); }
#wrapper.fr-FR .logo {
  background-image: url("../Images/logo.png"); }
#wrapper.fr-FR .OLO_button {
  background-image: url("../Images/order_online_button_fr_hover.png"); }
html.lt-ie10 #wrapper.fr-FR .OLO_button {
  background-image: url("../Images/order_online_button_fr.png"); }
html.lt-ie10 #wrapper.fr-FR .OLO_button:hover {
  background-image: url("../Images/order_online_button_fr_hover.png"); }
#wrapper.nl-BE .logo, #wrapper.nl-NL .logo {
  background-image: url("../Images/logo-nl.png"); }
#wrapper.nl-BE .OLO_button, #wrapper.nl-NL .OLO_button {
  background-image: url("../Images/order_online_button_nl_hover.png"); }
html.lt-ie10 #wrapper.nl-BE .OLO_button, html.lt-ie10 #wrapper.nl-NL .OLO_button {
  background-image: url("../Images/order_online_button_nl.png"); }
html.lt-ie10 #wrapper.nl-BE .OLO_button:hover, html.lt-ie10 #wrapper.nl-NL .OLO_button:hover {
  background-image: url("../Images/order_online_button_nl_hover.png"); }
#wrapper.de-DE .logo {
  background-image: url("../Images/logo-nl.png"); }
#wrapper.de-DE .OLO_button {
  background-image: url("../Images/order_online_button_de_hover.png"); }
html.lt-ie10 #wrapper.de-DE .OLO_button {
  background-image: url("../Images/order_online_button_de.png"); }
html.lt-ie10 #wrapper.de-DE .OLO_button:hover {
  background-image: url("../Images/order_online_button_de_hover.png"); }
#wrapper.nl-BE #menulinks-wrapper, #wrapper.nl-NL #menulinks-wrapper, #wrapper.fr-BE #menulinks-wrapper, #wrapper.de-DE #menulinks-wrapper {
  background: none;
  filter: none; }
#wrapper.nl-BE .pizza-header .menu-info-link, #wrapper.nl-NL .pizza-header .menu-info-link, #wrapper.fr-BE .pizza-header .menu-info-link, #wrapper.de-DE .pizza-header .menu-info-link {
  visibility: hidden; }
#wrapper.nl-BE .product-menu li.selected-menu a, #wrapper.nl-BE .product-menu li a:hover, #wrapper.nl-NL .product-menu li.selected-menu a, #wrapper.nl-NL .product-menu li a:hover, #wrapper.fr-BE .product-menu li.selected-menu a, #wrapper.fr-BE .product-menu li a:hover, #wrapper.de-DE .product-menu li.selected-menu a, #wrapper.de-DE .product-menu li a:hover {
  color: white; }
#wrapper .notification {
  position: relative;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid red;
  border-radius: 5px;
  color: white;
  line-height: 18px; }
  #wrapper .notification a {
    text-transform: none;
    text-decoration: underline; }
#wrapper.en-AU .notification, #wrapper.en-NZ .notification {
  border: none;
  margin: 30px 0 0 0;
  padding: 0;
  font-weight: bold; }
html.ie10 #wrapper.nl-NL .menuitem, html.ie10 #wrapper.de-DE .menuitem {
  margin-top: 20px; }
html.lt-ie10 #wrapper.nl-NL .header, html.lt-ie10 #wrapper.de-DE .header {
  margin-top: 20px !important; }

@media (max-width: 800px) {
  .no-flexbox.lt-ie9 body #wrapper.en-AU .logo, .no-flexbox.lt-ie9 body #wrapper.en-AU .menu.logo, .no-flexbox.lt-ie9 body #wrapper.en-AU .header .menu.logo, .no-flexbox.lt-ie9 body #wrapper.en-NZ .logo, .no-flexbox.lt-ie9 body #wrapper.en-NZ .menu.logo, .no-flexbox.lt-ie9 body #wrapper.en-NZ .header .menu.logo, .no-flexbox.lt-ie9 body.md #wrapper.en-AU .logo, .no-flexbox.lt-ie9 body.md #wrapper.en-AU .menu.logo, .no-flexbox.lt-ie9 body.md #wrapper.en-AU .header .menu.logo, .no-flexbox.lt-ie9 body.md #wrapper.en-NZ .logo, .no-flexbox.lt-ie9 body.md #wrapper.en-NZ .menu.logo, .no-flexbox.lt-ie9 body.md #wrapper.en-NZ .header .menu.logo, .no-flexbox.lt-ie9 body.sm #wrapper.en-AU .logo, .no-flexbox.lt-ie9 body.sm #wrapper.en-AU .menu.logo, .no-flexbox.lt-ie9 body.sm #wrapper.en-AU .header .menu.logo, .no-flexbox.lt-ie9 body.sm #wrapper.en-NZ .logo, .no-flexbox.lt-ie9 body.sm #wrapper.en-NZ .menu.logo, .no-flexbox.lt-ie9 body.sm #wrapper.en-NZ .header .menu.logo, .no-flexbox.lt-ie10 body #wrapper.en-AU .logo, .no-flexbox.lt-ie10 body #wrapper.en-AU .menu.logo, .no-flexbox.lt-ie10 body #wrapper.en-AU .header .menu.logo, .no-flexbox.lt-ie10 body #wrapper.en-NZ .logo, .no-flexbox.lt-ie10 body #wrapper.en-NZ .menu.logo, .no-flexbox.lt-ie10 body #wrapper.en-NZ .header .menu.logo, .no-flexbox.lt-ie10 body.md #wrapper.en-AU .logo, .no-flexbox.lt-ie10 body.md #wrapper.en-AU .menu.logo, .no-flexbox.lt-ie10 body.md #wrapper.en-AU .header .menu.logo, .no-flexbox.lt-ie10 body.md #wrapper.en-NZ .logo, .no-flexbox.lt-ie10 body.md #wrapper.en-NZ .menu.logo, .no-flexbox.lt-ie10 body.md #wrapper.en-NZ .header .menu.logo, .no-flexbox.lt-ie10 body.sm #wrapper.en-AU .logo, .no-flexbox.lt-ie10 body.sm #wrapper.en-AU .menu.logo, .no-flexbox.lt-ie10 body.sm #wrapper.en-AU .header .menu.logo, .no-flexbox.lt-ie10 body.sm #wrapper.en-NZ .logo, .no-flexbox.lt-ie10 body.sm #wrapper.en-NZ .menu.logo, .no-flexbox.lt-ie10 body.sm #wrapper.en-NZ .header .menu.logo {
    background: transparent url(../Images/logo-tile-sm.png) 0 0 no-repeat; }
  .no-flexbox.lt-ie9 body #wrapper.fr-BE .logo, .no-flexbox.lt-ie9 body #wrapper.fr-BE .menu.logo, .no-flexbox.lt-ie9 body #wrapper.fr-BE .header .menu.logo, .no-flexbox.lt-ie9 body #wrapper.fr-FR .logo, .no-flexbox.lt-ie9 body #wrapper.fr-FR .menu.logo, .no-flexbox.lt-ie9 body #wrapper.fr-FR .header .menu.logo, .no-flexbox.lt-ie9 body.md #wrapper.fr-BE .logo, .no-flexbox.lt-ie9 body.md #wrapper.fr-BE .menu.logo, .no-flexbox.lt-ie9 body.md #wrapper.fr-BE .header .menu.logo, .no-flexbox.lt-ie9 body.md #wrapper.fr-FR .logo, .no-flexbox.lt-ie9 body.md #wrapper.fr-FR .menu.logo, .no-flexbox.lt-ie9 body.md #wrapper.fr-FR .header .menu.logo, .no-flexbox.lt-ie9 body.sm #wrapper.fr-BE .logo, .no-flexbox.lt-ie9 body.sm #wrapper.fr-BE .menu.logo, .no-flexbox.lt-ie9 body.sm #wrapper.fr-BE .header .menu.logo, .no-flexbox.lt-ie9 body.sm #wrapper.fr-FR .logo, .no-flexbox.lt-ie9 body.sm #wrapper.fr-FR .menu.logo, .no-flexbox.lt-ie9 body.sm #wrapper.fr-FR .header .menu.logo, .no-flexbox.lt-ie10 body #wrapper.fr-BE .logo, .no-flexbox.lt-ie10 body #wrapper.fr-BE .menu.logo, .no-flexbox.lt-ie10 body #wrapper.fr-BE .header .menu.logo, .no-flexbox.lt-ie10 body #wrapper.fr-FR .logo, .no-flexbox.lt-ie10 body #wrapper.fr-FR .menu.logo, .no-flexbox.lt-ie10 body #wrapper.fr-FR .header .menu.logo, .no-flexbox.lt-ie10 body.md #wrapper.fr-BE .logo, .no-flexbox.lt-ie10 body.md #wrapper.fr-BE .menu.logo, .no-flexbox.lt-ie10 body.md #wrapper.fr-BE .header .menu.logo, .no-flexbox.lt-ie10 body.md #wrapper.fr-FR .logo, .no-flexbox.lt-ie10 body.md #wrapper.fr-FR .menu.logo, .no-flexbox.lt-ie10 body.md #wrapper.fr-FR .header .menu.logo, .no-flexbox.lt-ie10 body.sm #wrapper.fr-BE .logo, .no-flexbox.lt-ie10 body.sm #wrapper.fr-BE .menu.logo, .no-flexbox.lt-ie10 body.sm #wrapper.fr-BE .header .menu.logo, .no-flexbox.lt-ie10 body.sm #wrapper.fr-FR .logo, .no-flexbox.lt-ie10 body.sm #wrapper.fr-FR .menu.logo, .no-flexbox.lt-ie10 body.sm #wrapper.fr-FR .header .menu.logo {
    background: transparent url(../Images/logo-tile-sm.png) 0 0 no-repeat; }
  .no-flexbox.lt-ie9 body #wrapper.nl-BE .logo, .no-flexbox.lt-ie9 body #wrapper.nl-BE .menu.logo, .no-flexbox.lt-ie9 body #wrapper.nl-BE .header .menu.logo, .no-flexbox.lt-ie9 body #wrapper.nl-NL .logo, .no-flexbox.lt-ie9 body #wrapper.nl-NL .menu.logo, .no-flexbox.lt-ie9 body #wrapper.nl-NL .header .menu.logo, .no-flexbox.lt-ie9 body #wrapper.de-DE .logo, .no-flexbox.lt-ie9 body #wrapper.de-DE .menu.logo, .no-flexbox.lt-ie9 body #wrapper.de-DE .header .menu.logo, .no-flexbox.lt-ie9 body.md #wrapper.nl-BE .logo, .no-flexbox.lt-ie9 body.md #wrapper.nl-BE .menu.logo, .no-flexbox.lt-ie9 body.md #wrapper.nl-BE .header .menu.logo, .no-flexbox.lt-ie9 body.md #wrapper.nl-NL .logo, .no-flexbox.lt-ie9 body.md #wrapper.nl-NL .menu.logo, .no-flexbox.lt-ie9 body.md #wrapper.nl-NL .header .menu.logo, .no-flexbox.lt-ie9 body.md #wrapper.de-DE .logo, .no-flexbox.lt-ie9 body.md #wrapper.de-DE .menu.logo, .no-flexbox.lt-ie9 body.md #wrapper.de-DE .header .menu.logo, .no-flexbox.lt-ie9 body.sm #wrapper.nl-BE .logo, .no-flexbox.lt-ie9 body.sm #wrapper.nl-BE .menu.logo, .no-flexbox.lt-ie9 body.sm #wrapper.nl-BE .header .menu.logo, .no-flexbox.lt-ie9 body.sm #wrapper.nl-NL .logo, .no-flexbox.lt-ie9 body.sm #wrapper.nl-NL .menu.logo, .no-flexbox.lt-ie9 body.sm #wrapper.nl-NL .header .menu.logo, .no-flexbox.lt-ie9 body.sm #wrapper.de-DE .logo, .no-flexbox.lt-ie9 body.sm #wrapper.de-DE .menu.logo, .no-flexbox.lt-ie9 body.sm #wrapper.de-DE .header .menu.logo, .no-flexbox.lt-ie10 body #wrapper.nl-BE .logo, .no-flexbox.lt-ie10 body #wrapper.nl-BE .menu.logo, .no-flexbox.lt-ie10 body #wrapper.nl-BE .header .menu.logo, .no-flexbox.lt-ie10 body #wrapper.nl-NL .logo, .no-flexbox.lt-ie10 body #wrapper.nl-NL .menu.logo, .no-flexbox.lt-ie10 body #wrapper.nl-NL .header .menu.logo, .no-flexbox.lt-ie10 body #wrapper.de-DE .logo, .no-flexbox.lt-ie10 body #wrapper.de-DE .menu.logo, .no-flexbox.lt-ie10 body #wrapper.de-DE .header .menu.logo, .no-flexbox.lt-ie10 body.md #wrapper.nl-BE .logo, .no-flexbox.lt-ie10 body.md #wrapper.nl-BE .menu.logo, .no-flexbox.lt-ie10 body.md #wrapper.nl-BE .header .menu.logo, .no-flexbox.lt-ie10 body.md #wrapper.nl-NL .logo, .no-flexbox.lt-ie10 body.md #wrapper.nl-NL .menu.logo, .no-flexbox.lt-ie10 body.md #wrapper.nl-NL .header .menu.logo, .no-flexbox.lt-ie10 body.md #wrapper.de-DE .logo, .no-flexbox.lt-ie10 body.md #wrapper.de-DE .menu.logo, .no-flexbox.lt-ie10 body.md #wrapper.de-DE .header .menu.logo, .no-flexbox.lt-ie10 body.sm #wrapper.nl-BE .logo, .no-flexbox.lt-ie10 body.sm #wrapper.nl-BE .menu.logo, .no-flexbox.lt-ie10 body.sm #wrapper.nl-BE .header .menu.logo, .no-flexbox.lt-ie10 body.sm #wrapper.nl-NL .logo, .no-flexbox.lt-ie10 body.sm #wrapper.nl-NL .menu.logo, .no-flexbox.lt-ie10 body.sm #wrapper.nl-NL .header .menu.logo, .no-flexbox.lt-ie10 body.sm #wrapper.de-DE .logo, .no-flexbox.lt-ie10 body.sm #wrapper.de-DE .menu.logo, .no-flexbox.lt-ie10 body.sm #wrapper.de-DE .header .menu.logo {
    background: transparent url(../Images/logo-tile-sm-nl.png) 0 0 no-repeat; } }
@media (max-width: 768px) {
  #wrapper.en-AU .logo, #wrapper.en-NZ .logo {
    background-image: url("../Images/logo-tile-full.png"); }
  #wrapper.fr-BE .logo, #wrapper.fr-FR .logo {
    background-image: url("../Images/logo-tile-full.png"); }
  #wrapper.nl-BE .logo, #wrapper.nl-NL .logo, #wrapper.de-DE .logo {
    background-image: url("../Images/logo-tile-nl.png"); }
  #wrapper .notification {
    padding-right: 150px; } }
@media (max-width: 600px) {
  #wrapper.fr-BE .logo, #wrapper.nl-BE .logo {
    margin: 0; }
  #wrapper.fr-BE .nav-spacer, #wrapper.nl-BE .nav-spacer {
    margin-top: 160px; }
  #wrapper.fr-BE #nav, #wrapper.nl-BE #nav {
    height: 160px; }
  #wrapper.fr-BE .menuitem, #wrapper.nl-BE .menuitem {
    margin-top: 0; }
  #wrapper.fr-FR .menuitem {
    margin: 0 auto; }
  #wrapper.nl-BE .pizza-header .menu-info-link, #wrapper.nl-NL .pizza-header .menu-info-link, #wrapper.fr-BE .pizza-header .menu-info-link, #wrapper.de-DE .pizza-header .menu-info-link {
    display: none; }
  #wrapper .notification {
    padding-right: 0px; } }
@media (min-width: 768px) and (max-width: 1024px) and (width: 768px) and (orientation: portrait), (min-width: 1025px) {
  #wrapper .notification {
    padding: 5px 250px 5px 5px; } }
@media (max-width: 414px) {
  #wrapper.fr-BE .nav-spacer, #wrapper.nl-BE .nav-spacer {
    margin-top: 140px; }
  #wrapper.fr-BE #nav, #wrapper.nl-BE #nav {
    height: 140px; } }
#contour, .contour {
  background: transparent !important; }

form#sponsorship-form,
form#feedback-form,
form#franchise-form,
form#raffles-form,
form#location-proposal-form {
  background: transparent url(../Images/transparent-black-bg.png) 0 0 repeat;
  padding: 20px;
  font-size: 14px;
  width: 95%; }
  form#sponsorship-form br,
  form#feedback-form br,
  form#franchise-form br,
  form#raffles-form br,
  form#location-proposal-form br {
    clear: both; }
  form#sponsorship-form .field-wrapper,
  form#feedback-form .field-wrapper,
  form#franchise-form .field-wrapper,
  form#raffles-form .field-wrapper,
  form#location-proposal-form .field-wrapper {
    position: relative;
    float: left;
    margin: 15px 5% 15px 0;
    min-width: 240px;
    width: 45%; }
    form#sponsorship-form .field-wrapper.one-column-form,
    form#feedback-form .field-wrapper.one-column-form,
    form#franchise-form .field-wrapper.one-column-form,
    form#raffles-form .field-wrapper.one-column-form,
    form#location-proposal-form .field-wrapper.one-column-form {
      width: 95%; }
    form#sponsorship-form .field-wrapper.clear-row,
    form#feedback-form .field-wrapper.clear-row,
    form#franchise-form .field-wrapper.clear-row,
    form#raffles-form .field-wrapper.clear-row,
    form#location-proposal-form .field-wrapper.clear-row {
      clear: both; }
    form#sponsorship-form .field-wrapper.year,
    form#feedback-form .field-wrapper.year,
    form#franchise-form .field-wrapper.year,
    form#raffles-form .field-wrapper.year,
    form#location-proposal-form .field-wrapper.year {
      min-width: 75px;
      margin-right: 10px; }
      form#sponsorship-form .field-wrapper.year input,
      form#feedback-form .field-wrapper.year input,
      form#franchise-form .field-wrapper.year input,
      form#raffles-form .field-wrapper.year input,
      form#location-proposal-form .field-wrapper.year input {
        width: 75px; }
  form#sponsorship-form fieldset,
  form#feedback-form fieldset,
  form#franchise-form fieldset,
  form#raffles-form fieldset,
  form#location-proposal-form fieldset {
    clear: both; }
  form#sponsorship-form textarea, form#sponsorship-form input, form#sponsorship-form select,
  form#feedback-form textarea,
  form#feedback-form input,
  form#feedback-form select,
  form#franchise-form textarea,
  form#franchise-form input,
  form#franchise-form select,
  form#raffles-form textarea,
  form#raffles-form input,
  form#raffles-form select,
  form#location-proposal-form textarea,
  form#location-proposal-form input,
  form#location-proposal-form select {
    width: 100%;
    height: 30px;
    margin: 5px 0 0 0;
    color: black; }
  form#sponsorship-form textarea,
  form#feedback-form textarea,
  form#franchise-form textarea,
  form#raffles-form textarea,
  form#location-proposal-form textarea {
    height: 50px; }
  form#sponsorship-form select,
  form#feedback-form select,
  form#franchise-form select,
  form#raffles-form select,
  form#location-proposal-form select {
    height: 32px; }
  form#sponsorship-form label,
  form#feedback-form label,
  form#franchise-form label,
  form#raffles-form label,
  form#location-proposal-form label {
    display: block;
    clear: both;
    font-weight: bold; }
  form#sponsorship-form input[type="radio"],
  form#feedback-form input[type="radio"],
  form#franchise-form input[type="radio"],
  form#raffles-form input[type="radio"],
  form#location-proposal-form input[type="radio"] {
    width: 15px;
    height: 15px;
    margin: 5px 0 0 15px; }
  form#sponsorship-form .section-wrapper,
  form#feedback-form .section-wrapper,
  form#franchise-form .section-wrapper,
  form#raffles-form .section-wrapper,
  form#location-proposal-form .section-wrapper {
    margin-bottom: 20px; }
    form#sponsorship-form .section-wrapper > label,
    form#feedback-form .section-wrapper > label,
    form#franchise-form .section-wrapper > label,
    form#raffles-form .section-wrapper > label,
    form#location-proposal-form .section-wrapper > label {
      margin-top: 10px; }
  form#sponsorship-form .list-wrapper,
  form#feedback-form .list-wrapper,
  form#franchise-form .list-wrapper,
  form#raffles-form .list-wrapper,
  form#location-proposal-form .list-wrapper {
    margin: 20px 0; }
    form#sponsorship-form .list-wrapper legend,
    form#feedback-form .list-wrapper legend,
    form#franchise-form .list-wrapper legend,
    form#raffles-form .list-wrapper legend,
    form#location-proposal-form .list-wrapper legend {
      font-size: 16px;
      padding: 10px 0; }
  form#sponsorship-form fieldset.boxed, form#sponsorship-form .list-wrapper .list-item,
  form#feedback-form fieldset.boxed,
  form#feedback-form .list-wrapper .list-item,
  form#franchise-form fieldset.boxed,
  form#franchise-form .list-wrapper .list-item,
  form#raffles-form fieldset.boxed,
  form#raffles-form .list-wrapper .list-item,
  form#location-proposal-form fieldset.boxed,
  form#location-proposal-form .list-wrapper .list-item {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 5px 0 5px 20px;
    margin-bottom: 10px; }
  form#sponsorship-form .one-column-form .field-wrapper,
  form#feedback-form .one-column-form .field-wrapper,
  form#franchise-form .one-column-form .field-wrapper,
  form#raffles-form .one-column-form .field-wrapper,
  form#location-proposal-form .one-column-form .field-wrapper {
    float: none; }
  form#sponsorship-form .one-column-form.section-wrapper > .field-wrapper,
  form#feedback-form .one-column-form.section-wrapper > .field-wrapper,
  form#franchise-form .one-column-form.section-wrapper > .field-wrapper,
  form#raffles-form .one-column-form.section-wrapper > .field-wrapper,
  form#location-proposal-form .one-column-form.section-wrapper > .field-wrapper {
    width: 95%; }
    form#sponsorship-form .one-column-form.section-wrapper > .field-wrapper.short,
    form#feedback-form .one-column-form.section-wrapper > .field-wrapper.short,
    form#franchise-form .one-column-form.section-wrapper > .field-wrapper.short,
    form#raffles-form .one-column-form.section-wrapper > .field-wrapper.short,
    form#location-proposal-form .one-column-form.section-wrapper > .field-wrapper.short {
      width: 45%; }
  form#sponsorship-form .floaty-field-wrapper .field-wrapper,
  form#feedback-form .floaty-field-wrapper .field-wrapper,
  form#franchise-form .floaty-field-wrapper .field-wrapper,
  form#raffles-form .floaty-field-wrapper .field-wrapper,
  form#location-proposal-form .floaty-field-wrapper .field-wrapper {
    min-width: initial;
    width: auto;
    float: left; }
    form#sponsorship-form .floaty-field-wrapper .field-wrapper .input-wrapper,
    form#feedback-form .floaty-field-wrapper .field-wrapper .input-wrapper,
    form#franchise-form .floaty-field-wrapper .field-wrapper .input-wrapper,
    form#raffles-form .floaty-field-wrapper .field-wrapper .input-wrapper,
    form#location-proposal-form .floaty-field-wrapper .field-wrapper .input-wrapper {
      padding-right: 20px; }
  form#sponsorship-form .floaty-field-wrapper input,
  form#feedback-form .floaty-field-wrapper input,
  form#franchise-form .floaty-field-wrapper input,
  form#raffles-form .floaty-field-wrapper input,
  form#location-proposal-form .floaty-field-wrapper input {
    min-width: initial;
    width: auto;
    margin-right: 20px; }
  form#sponsorship-form .input-wrapper table,
  form#feedback-form .input-wrapper table,
  form#franchise-form .input-wrapper table,
  form#raffles-form .input-wrapper table,
  form#location-proposal-form .input-wrapper table {
    margin-top: 20px; }
    form#sponsorship-form .input-wrapper table td, form#sponsorship-form .input-wrapper table th,
    form#feedback-form .input-wrapper table td,
    form#feedback-form .input-wrapper table th,
    form#franchise-form .input-wrapper table td,
    form#franchise-form .input-wrapper table th,
    form#raffles-form .input-wrapper table td,
    form#raffles-form .input-wrapper table th,
    form#location-proposal-form .input-wrapper table td,
    form#location-proposal-form .input-wrapper table th {
      text-transform: none;
      display: table-cell;
      padding: 0 10px; }
      form#sponsorship-form .input-wrapper table td:first-child, form#sponsorship-form .input-wrapper table th:first-child,
      form#feedback-form .input-wrapper table td:first-child,
      form#feedback-form .input-wrapper table th:first-child,
      form#franchise-form .input-wrapper table td:first-child,
      form#franchise-form .input-wrapper table th:first-child,
      form#raffles-form .input-wrapper table td:first-child,
      form#raffles-form .input-wrapper table th:first-child,
      form#location-proposal-form .input-wrapper table td:first-child,
      form#location-proposal-form .input-wrapper table th:first-child {
        white-space: nowrap; }
      form#sponsorship-form .input-wrapper table td input, form#sponsorship-form .input-wrapper table th input,
      form#feedback-form .input-wrapper table td input,
      form#feedback-form .input-wrapper table th input,
      form#franchise-form .input-wrapper table td input,
      form#franchise-form .input-wrapper table th input,
      form#raffles-form .input-wrapper table td input,
      form#raffles-form .input-wrapper table th input,
      form#location-proposal-form .input-wrapper table td input,
      form#location-proposal-form .input-wrapper table th input {
        min-width: initial;
        width: 100%; }
  form#sponsorship-form .checkbox-wrapper input[type="checkbox"],
  form#feedback-form .checkbox-wrapper input[type="checkbox"],
  form#franchise-form .checkbox-wrapper input[type="checkbox"],
  form#raffles-form .checkbox-wrapper input[type="checkbox"],
  form#location-proposal-form .checkbox-wrapper input[type="checkbox"] {
    width: auto;
    float: left;
    margin-top: -7px;
    margin-right: 10px; }
  form#sponsorship-form input.input-validation-error, form#sponsorship-form textarea.input-validation-error,
  form#feedback-form input.input-validation-error,
  form#feedback-form textarea.input-validation-error,
  form#franchise-form input.input-validation-error,
  form#franchise-form textarea.input-validation-error,
  form#raffles-form input.input-validation-error,
  form#raffles-form textarea.input-validation-error,
  form#location-proposal-form input.input-validation-error,
  form#location-proposal-form textarea.input-validation-error {
    background: #FBE3E4;
    border-color: #FBC2C4; }
  form#sponsorship-form span.field-validation-error,
  form#feedback-form span.field-validation-error,
  form#franchise-form span.field-validation-error,
  form#raffles-form span.field-validation-error,
  form#location-proposal-form span.field-validation-error {
    background: #e41837;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 0 0 3px 3px;
    position: relative;
    top: 0px;
    display: inline-block; }
  form#sponsorship-form a,
  form#feedback-form a,
  form#franchise-form a,
  form#raffles-form a,
  form#location-proposal-form a {
    text-decoration: underline;
    text-transform: none; }

.ui-datepicker-calendar > thead span {
  color: black; }

p.form-error {
  background: #E21836;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 3px 3px 0 0;
  position: relative;
  top: 0px;
  display: inline-block;
  white-space: pre-line; }

@media (max-width: 768px) {
  form#sponsorship-form fieldset.two-columns-form .field-wrapper, form#sponsorship-form fieldset.one-column-form .field-wrapper {
    width: 95%; } }
@media (max-width: 414px) {
  form#sponsorship-form {
    padding: 10px; } }
#ifsignup_form {
  display: block; }

#ifsignup_form-mobile {
  display: none; }

@media (max-width: 604px) {
  #ifsignup_form {
    display: none; }

  #ifsignup_form-mobile {
    display: block; } }
#mapswidget {
  max-width: 500px; }
  #mapswidget > #dateAndTime {
    width: 50%; }
  #mapswidget > .right {
    position: absolute;
    right: 0px;
    padding-right: 10px;
    padding-top: 5px; }
  #mapswidget > .locationSearch {
    margin-top: 0px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    width: 100%; }
  #mapswidget .form-select {
    background: transparent;
    width: 120px;
    font-size: 16px;
    border: 3px solid #dadada; }
    @media (max-width: 414px) {
      #mapswidget .form-select {
        width: 90px;
        border: 2px solid #dadada; } }
  #mapswidget > #map-selector {
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto;
    height: 500px;
    width: 100%;
    vertical-align: middle; }
    @media (max-width: 414px) {
      #mapswidget > #map-selector {
        MARGIN-RIGHT: 0;
        MARGIN-LEFT: 0;
        height: 60%;
        width: 90%; } }
  #mapswidget > #address-bar {
    margin-top: 0px;
    width: 100%;
    border: 2px solid #dadada;
    height: 32px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
    @media (max-width: 414px) {
      #mapswidget > #address-bar {
        height: 25px; } }
    #mapswidget > #address-bar * {
      color: black; }
  #mapswidget h3,
  #mapswidget label,
  #mapswidget select,
  #mapswidget span {
    color: black; }

.pac-container * {
  color: black; }

.container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

localstores, insidedominos {
  display: block;
  padding: 0px 20px;
  max-width: 1024px;
  margin: 0 auto; }

.textblock {
  padding: 0 20px 0 0;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.localoffers {
  padding: 0 20px 0 0;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2; }
  .localoffers:first-child {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }

#menulinks-wrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.75+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 60%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.75)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 60%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 60%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 60%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 60%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
  z-index: 500;
  position: relative; }

#menulinks {
  background-color: transparent;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px; }

pizzamenus {
  display: block;
  max-width: 1024px; }
  pizzamenus h1 {
    position: relative;
    z-index: 100; }

pizzamenus .btn {
  font-size: 16px;
  width: 100%; }

pizzamenus .background-feature-right {
  display: block;
  top: 800px; }

.product-menu > li, .product-submenu > li {
  font-family: "Oswald", impact, charcoal, sans-serif;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  font-size: initial;
  text-align: left; }

.anchor h2 {
  padding: 0; }

.product-menu {
  padding-top: 20px;
  padding-right: 150px;
  margin-left: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .product-menu > li {
    margin-bottom: 5px;
    margin-top: -4px;
    background-color: #42362e;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    max-width: 200px; }
    .product-menu > li > a {
      margin: 0 auto;
      padding: 5px 15px;
      width: 100%; }
  .product-menu > li:hover, .product-menu > li:focus, .product-menu > li:active {
    position: relative;
    background-color: #007AAF; }
    .product-menu > li:hover div, .product-menu > li:focus div, .product-menu > li:active div {
      color: white; }
  .product-menu li.selected-menu {
    position: relative;
    background-color: #006491; }
    .product-menu li.selected-menu div {
      color: white; }
    .product-menu li.selected-menu:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(0, 100, 145, 0);
      border-top-color: #006491;
      border-width: 6px;
      margin-left: -6px; }

.product-submenu {
  margin-top: 10px; }

.product-submenu > li {
  font-family: "droid_sans", verdana, geneva, sans-serif;
  font-size: 12px;
  padding: 0 9px;
  font-size: 13px;
  border-left: 1px dotted white;
  margin-bottom: 5px; }
  .product-submenu > li:first-child {
    padding-left: 0;
    border-left: none; }
  .product-submenu > li:last-child {
    padding-right: 0; }

.product-submenu a:hover, .product-submenu a:focus {
  text-decoration: underline; }

.at-product-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  padding-top: 10px; }

.product-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  width: 18.9%;
  padding: 5px;
  padding-top: 0px;
  background-color: transparent; }
  .product-container:hover, .product-container:focus, .product-container.hovered {
    background-color: rgba(0, 0, 0, 0.35); }

.product {
  padding: 10px; }

.menu-entry {
  display: inline;
  font-family: "droid_sans", verdana, geneva, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  width: 100%;
  word-wrap: break-word;
  display: block; }

.kjs {
  color: silver; }
  .kjs.small {
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    float: right; }

.product-price {
  float: left;
  font-size: 12px; }

.ordernow {
  align-self: flex-end;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  font-family: "Oswald", impact, charcoal, sans-serif;
  margin: 10px 0 0 0;
  width: 90%;
  min-width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 500; }

.ordernow:hover, .ordernow:focus {
  background-color: #b6132c;
  border-color: #b6132c;
  cursor: pointer; }

.pizza-image {
  width: 100%;
  padding: 25px 0 20px 0;
  cursor: pointer;
  overflow: hidden; }
@-moz-document url-prefix() {
  .pizza-image {
    height: auto !important; } }
.lt-ie10 .pizza-image {
  height: auto !important; }

#menu-download {
  position: relative;
  margin: 55px 0 0 0;
  padding-top: 20px;
  border-top: 1px dotted white;
  font-weight: bold; }

@media screen\0 {
  .pizza-image {
    height: auto !important; } }
.pizza-image:hover {
  transform: scale(1.15);
  transition: all 0.3s ease; }

.prod-info {
  display: block;
  width: 90%; }

.back {
  display: none;
  width: auto;
  cursor: pointer; }

.prod-image {
  position: relative;
  display: inline-block;
  width: 100%; }

.product-page-link {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px; }

.legends {
  position: absolute;
  right: 0;
  display: table;
  transition: all 50ms ease;
  list-style: none; }
  pizzamenus .legends {
    bottom: 0; }
  .legends > li {
    display: table-cell; }

.legend-img {
  width: 30px;
  height: auto;
  max-height: 40px;
  vertical-align: middle;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 100ms ease;
  z-index: 500; }

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007AAF;
  width: 50px;
  height: 40px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  z-index: 500; }

#return-to-top img {
  color: #fff;
  margin: 0;
  position: relative;
  text-align: center;
  font-size: 20px;
  top: 20%;
  left: 30%;
  z-index: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top:hover {
  background: #007399; }

#return-to-top:hover img {
  color: #fff;
  top: 0; }

#back-to-menu {
  display: none;
  max-width: none; }

.owl-item .product-container {
  width: 95%;
  padding: 2%; }

#mogul-categories {
  height: 100%;
  margin-right: 2%;
  -webkit-flex: 4;
  -moz-flex: 4;
  -ms-flex: 4;
  flex: 4; }
  #mogul-categories select {
    height: 100%; }
  #mogul-categories .dropdown {
    color: black;
    width: 100%;
    vertical-align: 50%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px; }

.mogul-logo {
  max-width: 220px;
  margin-bottom: -10px;
  display: inline-block;
  border-bottom: none;
  z-index: 100;
  position: relative; }
  .mogul-logo img {
    width: 100%;
    padding-top: 0; }

.pizza-category {
  position: relative;
  margin-top: 10px; }
  .pizza-category.first-category {
    margin-top: 0; }

.pizza-header, .mogul-pizza-header {
  position: relative;
  border-bottom: 1px dotted white;
  padding-bottom: 10px; }

.pizza-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap; }
  .pizza-header .anchor {
    align-self: baseline;
    -webkit-align-self: baseline;
    -moz-align-self: baseline;
    -ms-align-self: baseline;
    padding-right: 20px; }
  .pizza-header .menu-info-link {
    align-self: baseline;
    -webkit-align-self: baseline;
    -moz-align-self: baseline;
    -ms-align-self: baseline;
    display: inline-block;
    float: right;
    margin-top: 60px; }

#mogul-description {
  margin-top: 20px; }

#mogul-search-submit {
  font-size: 12px; }

#mogul-header {
  margin-top: 10px; }

#mogul-menu-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  height: 30px; }
  #mogul-menu-navigation .btn {
    font-size: 12px;
    max-width: none;
    width: auto;
    padding: 10px;
    min-width: 0; }

.mogul-product-name, .mogul-user-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mogul-product-name {
  margin-bottom: 5px; }

.mogul-user-name {
  text-transform: initial;
  font-style: italic;
  margin-bottom: 5px; }

.pizzachef-wrapper .pizza-header {
  margin-top: 10px; }
.pizzachef-wrapper .pizzachef-header #pizzachef-logo {
  width: 220px;
  background-image: url("../Images/pizzachef_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 38px;
  display: inline-block; }
  .pizzachef-wrapper .pizzachef-header #pizzachef-logo img {
    width: 100%;
    height: 100%;
    padding: 0; }
.pizzachef-wrapper .pizzachef-header h3 {
  display: inline-block;
  padding: 0;
  margin-top: 10px; }
.pizzachef-wrapper #pizzachef-banner {
  width: 100%;
  margin: 10px 0; }
.pizzachef-wrapper .btn {
  min-width: 250px;
  max-width: 250px; }

@media screen and (max-width: 1023px) {
  .product-submenu {
    display: none; } }
@media (max-width: 768px) {
  .product-container {
    width: 22%;
    padding: 1.5%;
    padding-top: 0; }

  #mogul-search-wrapper {
    margin-right: 1%;
    width: 48%;
    display: inline-block; }

  #mogul-categories {
    margin-left: 1%;
    width: 48%;
    margin-right: 0;
    display: inline-block; }

  #submenu-pizzachef #pizzachef-banner {
    width: 100%; }

  #back-to-menu {
    display: inline-block;
    margin: 10px 0; }

  pizzamenus.content {
    margin: 0 10px; }

  #menulinks-wrapper {
    display: none; }

  .product-container {
    width: 28%;
    padding: 2.5%;
    padding-top: 0; }
    .owl-item .product-container {
      width: 90%;
      padding: 5%; }

  pizzamenus .btn {
    font-size: 14px; } }
@media screen and (max-width: 597px) {
  .pizzachef-wrapper a.menu-info-link {
    margin-top: 10px; } }
@media (max-width: 414px) {
  .product-container {
    width: 45%;
    padding: 2.5%;
    padding-top: 0; }
    .owl-item .product-container {
      width: 90%;
      padding: 5%; }

  .pizza-category {
    margin-top: 20px; }

  .pizza-header .anchor {
    width: 100%;
    padding-bottom: 0; }
  .pizza-header .menu-info-link {
    margin-top: 10px; }

  .back {
    display: inline;
    margin-top: 80px; }

  #mogul-toolbar {
    height: auto; }

  #menu-download {
    font-size: 82%;
    margin-bottom: 20px;
    padding-top: 10px; }

  .prod-info .kjs {
    width: 100%; }
    .prod-info .kjs.small {
      padding-bottom: 10px;
      padding-left: 0;
      text-align: left;
      width: 100%; } }
.na-header {
  border-bottom: black .15em solid; }

.nutritional-total-row {
  border-top: black 1pt solid;
  height: 1.25em; }

#na-section {
  margin: 0 25px 0 25px; }

.slidingDiv {
  margin-top: 10px; }

.img-collapse {
  height: 32px;
  width: 28px;
  margin-top: 5px;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../../Content/Images/Plus.png");
  background-repeat: no-repeat;
  -ms-background-size: 28px 28px;
  background-size: 28px 28px;
  border: 0; }

.img-expand {
  height: 32px;
  width: 28px;
  margin-top: 5px;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../../Content/Images/Minus.png");
  background-repeat: no-repeat;
  -ms-background-size: 28px 28px;
  background-size: 28px 28px;
  border: 0; }

#product-id-header {
  position: relative;
  padding-top: 45px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px; }
  #product-id-header h1 {
    font-size: 30px;
    font-family: "Oswald", impact, charcoal, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: dotted 1px; }

.product-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap; }

.product-image {
  -webkit-flex: 5;
  -moz-flex: 5;
  -ms-flex: 5;
  flex: 5;
  -webkit-flex: 5 0 0;
  position: relative; }
  .product-image > img {
    width: 90%; }
  .product-image .legend-img {
    right: 30px;
    left: initial; }

.product-description {
  -webkit-flex: 4;
  -moz-flex: 4;
  -ms-flex: 4;
  flex: 4;
  -webkit-flex: 4 0 0;
  padding: 10px;
  position: relative; }
  .product-description ul li.variety-item {
    padding-bottom: 10px; }
    .product-description ul li.variety-item p.title {
      font-weight: bold;
      font-size: 14px;
      font-style: normal;
      line-height: 18px;
      letter-spacing: 0.5px;
      margin: 0;
      padding: 0;
      border: 0; }
  .product-description h3 {
    font-family: "droid_sans", verdana, geneva, sans-serif;
    font-weight: bold;
    font-size: 18px; }
  .product-description .btn {
    min-width: 200px;
    width: 200px;
    font-size: 16px; }
  .product-description .spacer {
    margin-top: 20px; }

.legends-wrapper.visible-on-ipad > .legends {
  position: static; }

.kj-disclaimer {
  margin-top: 15px; }
  .kj-disclaimer li {
    font-weight: bold;
    font-size: 16px; }

.product-header {
  font-size: 14px;
  margin-top: 10px; }

.fb-like {
  margin-top: 25px;
  display: inline-block !important; }
  .fb-like.visible-on-ipad {
    margin: 20px 10px 0px 10px; }
  .fb-like span {
    overflow: hidden !important; }

.info-box {
  position: relative;
  padding-top: 10px;
  margin: 40px auto;
  max-width: 400px;
  display: table; }
  .info-box:before, .info-box :after {
    content: " ";
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .info-box:after {
    clear: both; }
  .info-box .information, .info-box .allergens {
    text-align: center;
    width: 50%;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    font-family: "Oswald", impact, charcoal, sans-serif;
    font-size: 14px;
    line-height: 18px;
    display: table-cell;
    text-transform: uppercase; }
  .info-box .information {
    border-right: 0; }

.google-ratings {
  margin-top: 20px;
  display: inline-block; }
  .google-ratings a {
    display: block; }
  .google-ratings img {
    width: 30px; }

@media only screen and (max-width: 480px) {
  .product-image, .product-description {
    min-width: 200px;
    margin-left: 5%;
    -webkit-flex: 4 0 200px; }

  .product-image > img {
    width: 100%; }

  .info-box {
    margin: 10px;
    margin-top: 0; }

  .fb-like.visible-on-ipad {
    display: none !important; }

  .fb-like.hidden-on-ipad {
    display: inherit !important; }

  .legends-wrapper.visible-on-ipad {
    display: none !important; }

  .legends.hidden-on-ipad {
    display: inherit !important;
    bottom: 0; } }
@media (max-width: 414px) {
  .product-image {
    min-width: 250px;
    -webkit-flex: 2 0 250px;
    margin-right: 10px; }

  .info-box .information, .info-box .allergens {
    font-size: 11px; } }
.store-search-results {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap; }

.store-information {
  width: 29%;
  margin-right: 5px;
  margin-bottom: 5px;
  background: transparent url(../Images/transparent-black-bg.png) 0 0 repeat;
  padding: 10px; }
  .store-information p {
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px; }

.store {
  max-width: 100%;
  margin-bottom: 2%; }

.search-block {
  margin-bottom: 10px; }
  .search-block input[type="text"] {
    min-width: 250px;
    height: 30px;
    margin-bottom: 5px; }
    .search-block input[type="text"].inline-error {
      background-image: url(../Images/responsive-cross.png);
      background-repeat: no-repeat;
      background-position: right; }
  .search-block .btn.search {
    padding-right: 30px;
    max-width: 100%; }

.search-label {
  padding-bottom: 8px;
  display: block; }

span.inline-error {
  background: #e41837;
  color: white;
  padding: 5px 10px;
  font-size: .8em;
  border-radius: 0 0 3px 3px;
  position: relative;
  top: -10px;
  width: 200px;
  display: none; }

span.visible {
  display: inline-block !important; }

ul#region-links {
  width: auto;
  margin: 10px 0;
  align-items: center;
  display: inline-block;
  justify-content: center;
  position: relative;
  padding-left: 0; }
  ul#region-links li {
    border-right: 1px dotted white;
    display: inline-block;
    padding: 0px 10px;
    text-align: center;
    margin: 5px 0; }
    ul#region-links li:last-child {
      border: none; }

.region-link:hover a {
  text-decoration: underline; }

#store-link-leadin {
  display: inline-block; }

@media (max-width: 768px) {
  ul#region-links {
    display: none; }

  #store-link-leadin {
    display: none; }

  .store-information {
    width: 45%; } }
@media (max-width: 604px) {
  .store-information {
    width: 42.5%; } }
@media only screen and (max-width: 440px) {
  .store-information {
    width: 100%; }

  .search-block input {
    width: 100%; } }
/*************************************** Header/Common Elements ****************************************************/
#change-store {
  position: absolute;
  bottom: 0;
  right: 0;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  padding-bottom: 10px; }

#store-name-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  position: relative;
  width: 100%; }

.store-tabs {
  padding-top: 20px;
  margin-left: -15px; }

store-tabs {
  display: block;
  margin: 10px auto 0;
  max-width: 1024px; }

#disclaimer {
  font-size: 12px;
  color: gray;
  padding-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #666; }

/*************************************** Store Details ****************************************************/
#store-details-wrapper {
  background-color: black; }
  #store-details-wrapper hr {
    margin-left: 40px; }

#store-description-bottom {
  display: none; }

.store-details-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #666; }

.store-details-row-1 {
  padding: 20px; }

.info-row {
  display: block; }

.store-details-icon {
  padding-top: 2px;
  width: 30px;
  font-size: 1.3em;
  display: inline-block;
  vertical-align: top;
  text-align: center; }

.store-details-text {
  display: inline-block; }

#store-address-info a {
  text-transform: initial; }

.store-details-info {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex: 1 0 250px;
  min-width: 250px; }
  .store-details-info .store-details-text {
    padding-bottom: 10px;
    width: 80%; }
    .store-details-info .store-details-text .trading-time {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding-bottom: 5px;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 18px; }
      .store-details-info .store-details-text .trading-time .trading-day {
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex: 1 0 40px;
        flex: 1 0 40px;
        margin-right: 10px;
        display: inline-block;
        max-width: 50px;
        min-width: 50px; }
      .store-details-info .store-details-text .trading-time .trading-hour {
        -webkit-flex: 5;
        -moz-flex: 5;
        -ms-flex: 5;
        flex: 5;
        -webkit-flex: 5 0 150px;
        flex: 5 0 150px; }
    .store-details-info .store-details-text .icon {
      margin: 0 10px; }

.storetitle {
  font: "droid_sans", verdana, geneva, sans-serif;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: Bold;
  display: block;
  text-transform: uppercase; }

#store-tel {
  text-decoration: underline; }

#btn-order-now {
  min-width: 200px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block; }

#btn-order-rate {
  min-width: 200px;
  margin-bottom: 20px;
  display: inline-block; }

#map-wrapper {
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-flex: 2 0 250px;
  min-width: 250px;
  min-height: 270px; }
  #map-wrapper > #open-map {
    margin-top: 5px;
    margin-bottom: 5px;
    float: right; }

#map-canvas {
  height: 300px;
  min-width: 250px;
  background-color: #e5e3df; }
  #map-canvas storetitle, #map-canvas p, #map-canvas p > a {
    color: black; }

#store-statistics-wrapper {
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-flex: 3 0 450px;
  min-width: 450px;
  padding-left: 30px; }
  #store-statistics-wrapper .heading-wrapper {
    display: block;
    margin-bottom: 10px;
    height: 20px; }
    #store-statistics-wrapper .heading-wrapper h3 {
      float: left;
      margin-right: 15px; }
    #store-statistics-wrapper .heading-wrapper p {
      float: left;
      font-size: 11px;
      margin-top: 8px; }
  #store-statistics-wrapper table {
    clear: both;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%; }
    #store-statistics-wrapper table tr.rating-today, #store-statistics-wrapper table tr.rating-month {
      display: none; }
    #store-statistics-wrapper table td.hide-on-sm {
      display: table-cell; }
    #store-statistics-wrapper table th {
      text-transform: uppercase;
      padding: 7px 25px;
      width: 33%;
      text-align: center;
      font-size: 12px;
      font-weight: bold; }
      #store-statistics-wrapper table th.rating-today {
        background-color: rgba(255, 255, 255, 0.1); }
    #store-statistics-wrapper table td {
      padding: 7px 25px;
      width: 33%;
      text-align: center;
      vertical-align: middle;
      min-width: 70px; }
      #store-statistics-wrapper table td:first-child {
        padding-left: 0;
        text-align: left; }
      #store-statistics-wrapper table td.rating-today {
        background-color: rgba(255, 255, 255, 0.1); }
    #store-statistics-wrapper table tr {
      border-bottom: 1px dotted #333; }
      #store-statistics-wrapper table tr:last-child {
        font-weight: bold;
        border-bottom: 1px solid  #666; }
        #store-statistics-wrapper table tr:last-child td:first-child {
          text-transform: uppercase;
          font-size: 12px; }
        #store-statistics-wrapper table tr:last-child td:last-child {
          font-weight: normal; }
  #store-statistics-wrapper .ratings-switcher-link {
    display: block; }
    #store-statistics-wrapper .ratings-switcher-link a {
      text-transform: none;
      font-weight: normal;
      text-decoration: underline; }

#vouchers-peek-wrapper {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex: 1 0 200px;
  min-width: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center; }
  #vouchers-peek-wrapper a > h3 {
    font-size: 18px;
    font-weight: normal;
    text-decoration: none; }
  #vouchers-peek-wrapper .link:after {
    top: -7px;
    border-top: 6px solid transparent;
    border-left: 6px solid white;
    border-bottom: 6px solid transparent; }
  #vouchers-peek-wrapper #vouchers-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    max-width: 100%;
    height: 325px;
    overflow: hidden;
    margin-bottom: 20px; }

/************************* Store Details Breakpoints *******************************/
@media (max-width: 1024px) {
  #store-name-wrapper {
    margin-top: 30px; } }
@media (max-width: 768px) {
  #store-name-wrapper {
    margin-top: 45px;
    margin-left: 10px;
    margin-right: 10px; }
    #store-name-wrapper > h1 {
      font-size: 24px; }
    pizzamenus #store-name-wrapper {
      margin-left: 0;
      margin-bottom: 15px; }

  #store-statistics-wrapper {
    margin-top: 10px;
    padding-right: 30px; }

  #change-store {
    right: 10px; }

  #store-description-top {
    padding-left: 10px;
    padding-right: 10px; }

  .store-details-row {
    padding-left: 10px;
    padding-right: 10px; }

  .reverse-flex-wrap {
    flex-flow: row-reverse wrap-reverse !important;
    -webkit-flex-flow: row-reverse wrap-reverse !important;
    -moz-flex-flow: row-reverse wrap-reverse !important;
    -ms-flex-flow: row-reverse wrap-reverse !important;
    padding: 10px 0 0 0; }

  #vouchers-peek-wrapper {
    min-width: 100%;
    -webkit-flex: 0 0 100%;
    padding-left: 10px;
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    justify-content: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left; }
    #vouchers-peek-wrapper a {
      width: 100%; }
      #vouchers-peek-wrapper a > h3 {
        padding-left: 30px; }
    #vouchers-peek-wrapper #vouchers-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      height: 335px;
      min-width: 100%; }

  #disclaimer {
    margin-top: -100px;
    padding-top: 100px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px; } }
@media (max-width: 600px) {
  #store-name-wrapper {
    margin-top: 5px; }
    pizzamenus #store-name-wrapper {
      display: none; }

  #store-statistics-wrapper table tr.rating-today, #store-statistics-wrapper table tr.rating-month {
    display: table-row; }
  #store-statistics-wrapper table td.hide-on-sm, #store-statistics-wrapper table th.hide-on-sm, #store-statistics-wrapper table tr.hide-on-sm {
    display: none; }
  #store-statistics-wrapper table td.rating-today, #store-statistics-wrapper table th.rating-today, #store-statistics-wrapper table tr.rating-today {
    background-color: transparent; }

  #vouchers-peek-wrapper {
    border-bottom: none; }

  #store-description-top {
    display: none; }

  #store-description-bottom {
    display: block;
    padding: 10px 10px 0 10px; }

  #store-statistics-wrapper {
    -webkit-flex: 3 0 240px;
    min-width: 240px; }
    #store-statistics-wrapper table td, #store-statistics-wrapper table th {
      padding: 7px 5px; } }
@media (max-width: 414px) {
  #store-name-wrapper > h1 {
    padding-left: 10px;
    padding-bottom: 30px; }
  pizzamenus #store-name-wrapper > h1 {
    padding-left: 0; }

  #map-canvas {
    margin: 20px;
    margin-bottom: 0; }

  #change-store {
    position: absolute;
    left: 10px;
    padding-top: 40px;
    bottom: 0px; }
    pizzamenus #change-store {
      display: none; }

  #open-map {
    margin-right: 15px; }

  #map-wrapper {
    height: 210px; }
    #map-wrapper > #map-canvas {
      height: 200px; }

  #btn-order-now {
    display: none; }

  #vouchers-peek-wrapper #vouchers-container {
    height: 325px !important; }

  #disclaimer {
    margin-top: -150px;
    padding-top: 150px; }

  #store-statistics-wrapper {
    -webkit-flex: 3 0 240px;
    min-width: 240px; }
    #store-statistics-wrapper table td, #store-statistics-wrapper table th {
      padding: 7px 5px; } }
/*************************************** Store Offers ****************************************************/
.store-special-offers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #666; }

.store-no-offers {
  padding: 20px 10px 40px 10px;
  border-bottom: 1px dotted #666; }

.special-offer {
  position: relative;
  -webkit-flex: 1 0 200px;
  min-width: 210px;
  max-width: 18.5%;
  margin: 1.5%;
  background-color: white;
  height: 315px;
  margin-bottom: 10px;
  border-radius: 3px; }
  .special-offer h1, .special-offer h2, .special-offer h3, .special-offer p, .special-offer a {
    color: black;
    padding: 10px;
    font-family: "droid_sans", verdana, geneva, sans-serif; }
  .special-offer h2 {
    text-transform: none !important;
    font-weight: bold !important;
    letter-spacing: 0; }
  .special-offer:empty {
    height: 0; }

.offer-code {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  letter-spacing: 0; }

.order-terms {
  padding: 0 0 0 10px !important;
  font-size: 10px; }

.offer-header, .offer-disclaimer {
  height: 116.55px; }

.offer-title {
  max-height: 69.93px;
  height: 69.93px;
  padding: 10px;
  padding-bottom: 0; }
  .offer-title > span {
    color: black;
    font-weight: bold; }

.offer-ribbon {
  max-height: 81.9px;
  min-height: 81.9px;
  background-repeat: no-repeat;
  background-size: 210px 81.9px;
  margin-left: -12px;
  width: 210px; }
  .offer-ribbon p {
    color: white;
    padding: 0;
    text-align: left; }

.ribbon-content {
  width: inherit;
  height: 71.9px; }
  .ribbon-content * {
    color: white; }

.ribbon-price {
  width: 1px;
  display: inline-block; }

.price-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 61.9px;
  width: 210px; }

.price-header {
  margin-left: 20px;
  font-size: 10px;
  padding-top: 8px;
  font-weight: bold;
  white-space: nowrap; }

.price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 15px;
  margin-left: 20px; }

.price > .currency {
  font-size: 16px;
  font-weight: bold; }

.price > .dollar {
  font-size: 40px;
  line-height: 38px;
  font-weight: bold; }

.price > .dot {
  font-size: 34px;
  margin-top: -10px; }

.price2 > .cent {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px; }

.price2 > .method {
  font-size: 10px;
  text-transform: uppercase; }

.offer-ribbon.delivery, .offer-ribbon.deliverypick-up {
  background-image: url("../Images/dominos-voucher-ribbon-blue.png"); }

.offer-ribbon:hover {
  -ms-transform: scale(1.15) translateX(12px);
  -webkit-transform: scale(1.15) translateX(12px);
  -moz-transform: scale(1.15) translateX(12px);
  -o-transform: scale(1.15) translateX(12px);
  transform: scale(1.15) translateX(12px);
  transition: all 0.3s ease; }

.offer-ribbon.pick-up {
  background-image: url("../Images/dominos-voucher-ribbon-green.png"); }

#wrapper.en-AU .offer-ribbon.delivery, #wrapper.en-AU .offer-ribbon.deliverypick-up, #wrapper.en-NZ .offer-ribbon.delivery, #wrapper.en-NZ .offer-ribbon.deliverypick-up {
  background-image: url("../Images/dominos-voucher-ribbon-blue.png"); }

.ribbon-link {
  display: block !important;
  padding: 0 !important; }

.order-online {
  display: inline-block;
  float: right;
  padding-right: 30px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Oswald", impact, charcoal, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  max-width: 35px; }

.offer-disclaimer {
  position: relative; }

.offer-disclaimer > a.legal {
  font-size: 10px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: inline-block;
  text-align: right; }

.offer-disclaimer > p {
  font-size: 10px;
  display: inline-block;
  line-height: 1;
  padding: 20px 8px; }

.expiry {
  font-weight: bold; }

a.voucher-clickable-area {
  padding: 0; }
  a.voucher-clickable-area img {
    padding: 0;
    position: absolute;
    height: 116.55px; }

.offer-disclaimer a.voucher-clickable-area img {
  height: 76.55px; }

#sitemap {
  margin-top: 10px; }
  #sitemap a {
    text-transform: none; }
  #sitemap ul {
    list-style-type: none; }
  #sitemap li {
    text-indent: -1em;
    padding-left: 1em; }
  #sitemap .level-1 {
    margin-left: 0;
    font-size: 24px;
    line-height: 26px;
    list-style-type: circle; }
  #sitemap .level-2 {
    margin-left: 10px;
    font-size: 20px;
    line-height: 22px;
    list-style-type: disc; }
  #sitemap .level-3 {
    margin-left: 20px;
    font-size: 16px;
    line-height: 18px;
    list-style-type: square; }
  #sitemap .level-4 {
    margin-left: 30px;
    font-size: 14px;
    line-height: 16px;
    list-style-type: circle; }
  #sitemap .level-5 {
    margin-left: 40px;
    font-size: 12px;
    line-height: 14px;
    list-style-type: disc; }

.cookie-wall-container {
  background: white;
  color: #000000;
  text-align: center;
  position: fixed;
  z-index: 99999;
  width: 100%;
  display: none; }
  .cookie-wall-container .cookie-wall-inner {
    margin: 0 auto;
    padding: .5em;
    padding: .25em;
    display: table;
    max-width: 1440px; }
    .cookie-wall-container .cookie-wall-inner > div {
      display: table-cell;
      vertical-align: middle;
      padding: .25em; }
    .cookie-wall-container .cookie-wall-inner p {
      font-size: 11.2px;
      line-height: 1em;
      padding-top: 0;
      color: #000000;
      font-family: "droid_sans", verdana, geneva, sans-serif; }
      @media (max-width: 414px) {
        .cookie-wall-container .cookie-wall-inner p {
          margin-bottom: 0; } }
      .cookie-wall-container .cookie-wall-inner p a {
        color: #000000;
        text-decoration: underline;
        text-transform: none; }
        .cookie-wall-container .cookie-wall-inner p a:hover {
          color: black; }
    .cookie-wall-container .cookie-wall-inner .btn {
      white-space: nowrap; }
    .cookie-wall-container .cookie-wall-inner select {
      font-size: .6em;
      display: inline-block; }

.dropdown-button-group {
  white-space: nowrap;
  position: relative;
  display: inline-block; }
  .dropdown-button-group .blue {
    background-color: #006991 !important;
    border-color: #005777 !important;
    transition: all 50ms ease; }
    .dropdown-button-group .blue:hover, .dropdown-button-group .blue:focus {
      background-color: #005777 !important; }
  .dropdown-button-group button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    padding-left: 9px;
    padding-right: 9px;
    text-transform: uppercase;
    font: normal normal normal 20px/20px "Oswald", sans-serif;
    font-size: 14px;
    color: #fff;
    position: relative; }
  .dropdown-button-group button:first-of-type {
    border-radius: 3px 0 0 3px; }
  .dropdown-button-group button:last-of-type {
    border-radius: 0 3px 3px 0; }
    .dropdown-button-group button:last-of-type div.caret {
      margin-top: -3px;
      margin-left: -1px;
      display: inline-block;
      width: 0;
      height: 0;
      vertical-align: middle;
      border-top: 4px solid;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      color: #fff; }
  .dropdown-button-group button:last-of-type:focus + ul, .dropdown-button-group button:last-of-type:hover + ul {
    display: block; }
  .dropdown-button-group ul.option-list {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 2px;
    right: 0;
    border: 1px solid #808080;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px; }
    .dropdown-button-group ul.option-list:hover {
      display: block; }
    .dropdown-button-group ul.option-list li {
      text-align: right; }
      .dropdown-button-group ul.option-list li:first-of-type a {
        border-radius: 3px 0 0 0; }
      .dropdown-button-group ul.option-list li:last-of-type a {
        border-radius: 0 0 3px 3px; }
      .dropdown-button-group ul.option-list li a {
        font-size: .8em;
        display: block;
        background: white;
        color: #212121;
        white-space: nowrap;
        padding: .5em 1em; }
        .dropdown-button-group ul.option-list li a:hover {
          background: #f5f5f5;
          text-decoration: none; }

.mobile-main-menu {
  text-align: center;
  margin: 150px 10px 50px 10px;
  list-style: none; }
  .mobile-main-menu li {
    position: relative;
    display: inline-block;
    margin: 0 auto 2px;
    width: 100%;
    background: black;
    text-align: left;
    overflow: hidden;
    max-width: 400px;
    min-height: 50px; }
    .mobile-main-menu li.mobile-link {
      background: transparent;
      padding: 10px 0; }
    .mobile-main-menu li a {
      display: block;
      text-decoration: none;
      color: white; }
    .mobile-main-menu li img {
      width: auto !important;
      max-width: 100%;
      float: right;
      padding-top: 0px; }
    .mobile-main-menu li i.fa {
      float: none;
      height: 20px;
      width: 17px; }
    .mobile-main-menu li .description {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px;
      font: normal normal normal 20px/20px "Oswald",sans-serif;
      text-transform: uppercase; }
      .mobile-main-menu li .description span {
        line-height: 1.3;
        display: table-cell; }
    .mobile-main-menu li .mobile-menu-download-description {
      font-size: 15px; }
      .mobile-main-menu li .mobile-menu-download-description .fa {
        padding-right: 5px; }

.visible-on-ipad {
  display: none !important; }

@media (max-width: 1024px) {
  hero {
    background-position: -150px 0; } }
@media (max-width: 768px) {
  .visible-on-ipad {
    display: inherit !important; }

  .hidden-on-ipad {
    display: none !important; }

  .menuitem > li {
    padding: 0 10px; }

  .logo {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 50px;
    max-width: 50px; }

  #post-3 {
    display: none; }

  .content {
    margin: 0 0 0 0; }

  input, .searchtext {
    display: inline-block; }

  insidedominos {
    padding-bottom: 30px; }

  .footer-block ul {
    width: 45%;
    padding: 0 2% 20px 0; }

  #footer {
    height: 790px; }

  #footer-spacer {
    padding-bottom: 790px; } }
@media (max-width: 414px) {
  .visible-on-ipad {
    display: none !important; }

  .hidden-on-ipad {
    display: inherit !important; }

  h4 {
    padding: 0 0 5px 0; }

  input, .searchtext {
    display: inline-block; }

  .header {
    height: 70px; }
    .header > a {
      margin-top: 10px; }

  .logo {
    margin: 5px 0;
    height: 40px;
    min-width: 40px;
    max-width: 40px; }

  .textblock {
    border-bottom: 1px dotted gray;
    padding: 0 0 15px 0; }

  #post-3 {
    display: initial;
    border-bottom: none; }

  #footer {
    height: 920px; }

  #footer-spacer {
    padding-bottom: 920px; } }
@media (min-width: 768px) and (max-width: 1024px) and (width: 768px) and (orientation: portrait), (min-width: 1025px) {
  .OLO_button {
    height: 225px !important;
    width: 225px !important;
    margin: 10px 0 -225px 0 !important; }

  .product-menu {
    padding-right: 225px; }

  .product-submenu {
    padding-right: 200px; }

  #change-store {
    position: relative;
    margin: 0 auto 0 20px;
    align-self: flex-end;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    padding-bottom: 10px; }

  #store-description-top {
    padding: 5px 250px 5px 5px; }

  .mSafari pizzamenus .pizza-header .menu-info-link {
    display: inline-block;
    margin-top: 60px; }
  .mSafari pizzamenus .first-category .menu-info-link {
    display: inline-block;
    float: none;
    margin-right: auto; }

  .mSafari-6 #change-store {
    padding-bottom: 0;
    height: 10px;
    margin-top: 21px; }
  .mSafari-6 pizzamenus .first-category .menu-info-link {
    display: inline-block;
    float: none;
    margin-right: initial; } }
.ie10 #change-store {
  display: inline-block;
  margin-top: 25px;
  height: 10px; }
.ie10 #OLO_button_desktop_link {
  width: 250px; }

.lt-ie10 #store-name-wrapper > h1 {
  display: inline-block; }
.lt-ie10 #change-store {
  float: none;
  display: inline-block; }
.lt-ie10 #OLO_button_desktop_link, .lt-ie10 .OLO_button {
  width: 250px;
  height: 250px; }

.lt-ie9 #change-store {
  float: none;
  display: inline-block;
  position: relative;
  margin-left: 20px; }

/****************** iOS 6 (no-flexbox) *******************/
.no-flexbox .header menu.logo {
  padding-top: 20px;
  background-position: center center; }
.no-flexbox .header .menuitem {
  margin: 0 auto;
  margin-left: 50px;
  margin-top: 20px;
  padding-bottom: 30px; }
.no-flexbox .header #hamburger-menu-link {
  float: right;
  margin-top: 20px;
  padding-bottom: 30px; }
.no-flexbox #OLO_button_desktop_link {
  float: left;
  display: block;
  position: fixed;
  top: 0;
  right: 0; }
  .no-flexbox #OLO_button_desktop_link .OLO_button {
    padding-right: 10px; }
.no-flexbox .footer-block {
  display: block;
  width: 100%; }
  .no-flexbox .footer-block ul {
    float: left;
    width: 25%; }
  .no-flexbox .footer-block.social, .no-flexbox .footer-block.declaration {
    display: block; }
.no-flexbox .at-product-menu {
  display: block; }
  .no-flexbox .at-product-menu .product-container {
    float: left;
    display: block;
    min-height: 335px; }
.no-flexbox .product-details {
  display: inline-block; }
  .no-flexbox .product-details .product-image {
    width: 45%;
    float: left; }
  .no-flexbox .product-details .product-description {
    width: 45%;
    float: right; }
.no-flexbox .search-block {
  display: inline-block; }
  .no-flexbox .search-block input {
    height: 30px;
    float: left;
    width: 200px; }
  .no-flexbox .search-block button {
    float: left; }
.no-flexbox .store-search-results {
  display: block; }
  .no-flexbox .store-search-results .store-information {
    float: left;
    height: 260px; }
    .no-flexbox .store-search-results .store-information a {
      display: block; }
.no-flexbox .prod-image {
  width: inherit; }
.no-flexbox .mogul-logo {
  display: block; }
.no-flexbox .pizza-category {
  overflow: auto; }
.no-flexbox .pizza-header {
  display: inline-block;
  width: 100%;
  margin-top: 20px; }
  .no-flexbox .pizza-header .anchor {
    float: left; }
  .no-flexbox .pizza-header .menu-info-link {
    margin-top: 12px; }
.no-flexbox .pizzachef-wrapper .pizza-header {
  margin-top: 40px; }
  .no-flexbox .pizzachef-wrapper .pizza-header .menu-info-link {
    margin-top: 25px; }
.no-flexbox .store-special-offers {
  display: inline-block; }
  .no-flexbox .store-special-offers .special-offer {
    float: left; }
.no-flexbox .store-details-row {
  display: inline-block;
  width: 100%; }
  .no-flexbox .store-details-row .store-details-info {
    float: left;
    width: 30%; }
  .no-flexbox .store-details-row #map-wrapper {
    float: left;
    width: 60%; }
  .no-flexbox .store-details-row #store-statistics-wrapper, .no-flexbox .store-details-row #vouchers-peek-wrapper {
    float: left;
    width: 100%; }
  .no-flexbox .store-details-row #vouchers-peek-wrapper {
    display: inline-block;
    border-bottom: none; }
.no-flexbox ul.product-menu, .no-flexbox ul.product-submenu {
  display: inline-block;
  position: relative;
  z-index: 500; }
  .no-flexbox ul.product-menu li, .no-flexbox ul.product-submenu li {
    float: left; }
  .no-flexbox ul.product-menu a, .no-flexbox ul.product-submenu a {
    display: inline-block;
    width: auto; }
.no-flexbox ul.product-menu {
  width: 100%; }

@media (max-width: 768px) {
  .no-flexbox #footer {
    height: 800px; }
  .no-flexbox #footer-spacer {
    padding-bottom: 800px; }
  .no-flexbox .footer-block ul {
    width: 45%;
    min-height: 150px; } }
@media (max-width: 768px) and (orientation: portrait) {
  .no-flexbox #mobilefpos-logo {
    margin-left: 100px; } }
@media (max-width: 725px) and (orientation: landscape) {
  .no-flexbox .header .menuitem {
    margin-left: 20px; } }
@media (max-width: 604px) {
  .no-flexbox .header {
    position: relative; }
    .no-flexbox .header .menuitem {
      margin-left: 50px; }
    .no-flexbox .header #hamburger-menu-link {
      position: absolute;
      right: 20px;
      margin-top: 20px;
      padding-bottom: 30px; }
  .no-flexbox .footer-block.social {
    display: inline-block;
    width: 90%; }
  .no-flexbox #responsive-mobile-menu.expand {
    height: inherit; }
  .no-flexbox .pizzachef-wrapper .pizza-header h3 {
    display: block; }
  .no-flexbox .pizzachef-wrapper .pizza-header .menu-info-link {
    margin-top: 110px; }
  .no-flexbox .store-details-row #vouchers-container {
    display: inline-block; }
    .no-flexbox .store-details-row #vouchers-container .special-offer {
      margin: 0 auto; }
  .no-flexbox .store-details-row #map-wrapper {
    float: none;
    display: block;
    margin: 0 auto;
    width: 90%; } }
@media (max-width: 500px) {
  .no-flexbox .header menu.logo {
    padding-top: 25px; }
  .no-flexbox .header .menuitem {
    margin: 0;
    margin-top: 15px;
    float: left; }
  .no-flexbox .header #hamburger-menu-link {
    position: absolute;
    right: 20px; }
  .no-flexbox .product-details .product-image {
    width: 40%; }
  .no-flexbox .product-details .product-description {
    width: 40%; }
  .no-flexbox .pizzachef-wrapper .pizza-header .menu-info-link {
    margin-top: 55px; } }
@media (max-width: 414px) {
  .no-flexbox .search-block input {
    width: 160px; }
  .no-flexbox .store-search-results .store-information {
    width: 95%; }
    .no-flexbox .store-search-results .store-information > button {
      width: 100%; }
  .no-flexbox .store-special-offers {
    display: inline-block; }
    .no-flexbox .store-special-offers .special-offer {
      float: none;
      margin: 5px auto; }
  .no-flexbox .at-product-menu .product-container {
    float: none;
    width: 90%;
    margin: 5px auto;
    display: block; }
  .no-flexbox .pizza-header > h2 {
    width: 100%; }
  .no-flexbox .pizza-header .menu-info-link {
    margin-top: 8px;
    float: left; }
  .no-flexbox .pizza-header a#mogul-link.link.menu-info-link {
    margin-top: 8px; }
  .no-flexbox .pizzachef-wrapper .pizza-header .menu-info-link {
    margin-top: 8px; }
  .no-flexbox #footer {
    height: 1000px; }
  .no-flexbox #footer-spacer {
    padding-bottom: 1000px; }
  .no-flexbox .footer-block ul {
    min-height: 200px; }
  .no-flexbox .product-details .product-description {
    float: left; } }
@media (max-width: 414px) {
  #wrapper.fr-FR .header-menu-link {
    font-size: 11px;
    line-height: 15px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 6px; }

  #rating-dialog .rating-wrapper {
    top: 65%;
    width: 200px; } }
/****************** Android Default Browser *******************/
.shrink-page-android {
  position: fixed;
  right: 250px; }

.shrink-page-android #nav {
  left: -240px;
  right: 240px; }

.expandAndroidDefault {
  right: -5px;
  top: 0; }

/**************************** IE8 *************************/
/*
    IE8 doesn't support media queries.
    There's a javscript function in Scripts/Common.js that adds a sm/md/lg class 
    to the body depending on the size of the viewport, similar to what modernizr does.
    This still doesn't make the site responsive, page needs to be refresh when resized.
*/
.no-flexbox.lt-ie9 {
  /** breakpoints **/ }
  .no-flexbox.lt-ie9 #wrapper {
    overflow: hidden; }
  .no-flexbox.lt-ie9 .gridArticle .column {
    float: left; }
  .no-flexbox.lt-ie9 .gridArticle .col-md-2 {
    width: 16%; }
  .no-flexbox.lt-ie9 .gridArticle .col-md-4 {
    width: 33%; }
  .no-flexbox.lt-ie9 .gridArticle .col-md-6 {
    width: 50%; }
  .no-flexbox.lt-ie9 .gridArticle .col-md-8 {
    width: 66%; }
  .no-flexbox.lt-ie9 .gridArticle .col-md-10 {
    width: 84%; }
  .no-flexbox.lt-ie9 .gridArticle .col-md-12 {
    width: 100%; }
  .no-flexbox.lt-ie9 .notification {
    max-width: 1024px;
    margin: 0 auto; }
  .no-flexbox.lt-ie9 #about-us-menu-link {
    border: none; }
  .no-flexbox.lt-ie9 .logo {
    width: 200px; }
  .no-flexbox.lt-ie9 .menuitem {
    float: none;
    margin-top: 30px;
    margin-left: 0; }
    .no-flexbox.lt-ie9 .menuitem > li {
      padding: 0 10px; }
  .no-flexbox.lt-ie9 .product-container:hover {
    background: url(../Images/transparent-black-bg.png); }
  .no-flexbox.lt-ie9 #rotating-banner {
    background: none; }
  .no-flexbox.lt-ie9 .wobble-board .wobble-wrapper {
    top: 10%;
    left: 10%; }
  .no-flexbox.lt-ie9 #wobble-board-overlay, .no-flexbox.lt-ie9 #eclub-wrapper {
    background: transparent url(../Images/transparent-black-bg.png) 0 0 repeat; }
  .no-flexbox.lt-ie9 .twitter-follow-button {
    background: transparent url(../Images/twitter.png) 0 0 no-repeat;
    color: transparent;
    width: 100px;
    height: 35px;
    overflow: hidden;
    display: inline-block;
    margin-left: 5px; }
  .no-flexbox.lt-ie9 #iTunes-badge {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/Content/Images/Download_on_the_App_Store_Badge_US-UK_135x40.png) no-repeat;
    width: 135px;
    /* Width of new image */
    height: 40px;
    /* Height of new image */
    padding-left: 135px;
    /* Equal to width of new image */ }
  .no-flexbox.lt-ie9 #iTunes-badge.fr-social {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/Content/Images/Download_on_the_App_Store_Badge_FR.png) no-repeat;
    width: 96px;
    /* Width of new image */
    height: auto;
    /* Height of new image */
    padding-left: 96px;
    /* Equal to width of new image */ }
  .no-flexbox.lt-ie9 .menuitem > li.header-menu-link.hide-on-lg {
    display: none; }
  .no-flexbox.lt-ie9 .product-submenu {
    max-width: 800px; }
  .no-flexbox.lt-ie9 body.md .product-container {
    width: 27%;
    padding: 18px; }
  .no-flexbox.lt-ie9 body.md .menuitem > li.header-menu-link.hide-on-md {
    display: none; }
  .no-flexbox.lt-ie9 body.md .menuitem > li.header-menu-link.hide-on-sm {
    border-right: none; }
  .no-flexbox.lt-ie9 body.md .logo, .no-flexbox.lt-ie9 body.sm .logo {
    width: 50px;
    padding-top: 0; }
  .no-flexbox.lt-ie9 body.sm .menuitem > li.header-menu-link.hide-on-sm {
    display: none; }
  .no-flexbox.lt-ie9 body.sm .menuitem > li.header-menu-link.last-visible-on-sm {
    border-right: none; }
  .no-flexbox.lt-ie9 body.sm #OLO_button_desktop_link {
    display: none; }
  .no-flexbox.lt-ie9 body.sm .OLO_button_mobile {
    display: block;
    padding: 0 20px 10px; }
    .no-flexbox.lt-ie9 body.sm .OLO_button_mobile .btn {
      width: 100%;
      max-width: 100%;
      text-decoration: none; }
  .no-flexbox.lt-ie9 body.sm #hamburger-menu-link {
    display: block;
    float: right;
    margin-top: 30px; }
  .no-flexbox.lt-ie9 body.sm .menuitem {
    padding-bottom: 10px;
    margin-left: 0; }
    .no-flexbox.lt-ie9 body.sm .menuitem #about-us-menu-link, .no-flexbox.lt-ie9 body.sm .menuitem #franchises-menu-link {
      display: none; }
    .no-flexbox.lt-ie9 body.sm .menuitem #stores-menu-link {
      border: none; }
  .no-flexbox.lt-ie9 body.sm #responsive-mobile-menu {
    display: none;
    height: 100%;
    background-color: black;
    z-index: 9000;
    position: fixed;
    top: 0;
    right: 0;
    width: 220px;
    padding: 20px; }
    .no-flexbox.lt-ie9 body.sm #responsive-mobile-menu ul {
      list-style-type: none;
      margin-left: 20px; }
      .no-flexbox.lt-ie9 body.sm #responsive-mobile-menu ul li {
        display: block; }
  .no-flexbox.lt-ie9 body.sm #back-to-menu {
    display: block;
    margin-top: 150px; }
  .no-flexbox.lt-ie9 body.sm #menulinks-wrapper {
    display: none; }
  .no-flexbox.lt-ie9 body.sm .product-container {
    width: 45%; }

.fr-FR #iTunes-badge {
  background: none; }

/****************** IE9 and below *******************/
.no-flexbox.lt-ie10 .shrink-page #wrapper {
  right: 240px; }
.no-flexbox.lt-ie10 .shrink-page #nav {
  position: relative; }
.no-flexbox.lt-ie10 .expand {
  right: 0;
  top: 0; }
.no-flexbox.lt-ie10 .header menu.logo {
  padding-top: 0; }
.no-flexbox.lt-ie10 .header a {
  float: left; }
.no-flexbox.lt-ie10 .header .menuitem {
  max-width: 460px;
  margin: 0 auto !important;
  padding: 30px 0 0 0; }
.no-flexbox.lt-ie10 .header #hamburger-menu-link {
  float: right;
  margin-top: 30px; }
.no-flexbox.lt-ie10 .header #OLO_button_desktop_link {
  float: right;
  position: relative;
  margin-top: -80px; }
.no-flexbox.lt-ie10 .header li.header-menu-link {
  display: table-cell;
  vertical-align: middle; }
  .no-flexbox.lt-ie10 .header li.header-menu-link.last-visible {
    border: none; }
.no-flexbox.lt-ie10 .header ul.menuitem.static li.header-menu-link {
  float: left; }
.no-flexbox.lt-ie10 .footer-block {
  display: block; }
  .no-flexbox.lt-ie10 .footer-block ul {
    float: left;
    width: 25%; }
.no-flexbox.lt-ie10 .footer-block.social {
  padding: 0px; }
.no-flexbox.lt-ie10 ul.product-menu {
  display: inline-block; }
.no-flexbox.lt-ie10 ul.product-submenu {
  display: block;
  padding-right: 250px; }
.no-flexbox.lt-ie10 ul.product-menu li, .no-flexbox.lt-ie10 ul.product-submenu li {
  display: inline-block; }
.no-flexbox.lt-ie10 ul.product-menu a, .no-flexbox.lt-ie10 ul.product-submenu a {
  display: inline-block;
  width: auto; }
.no-flexbox.lt-ie10 .pizza-category {
  position: relative;
  max-width: 1024px;
  margin: 0 auto 0 auto; }
.no-flexbox.lt-ie10 .at-product-menu .product-container {
  float: left;
  min-height: auto; }
  .no-flexbox.lt-ie10 .at-product-menu .product-container .prod-info {
    height: 50px; }
.no-flexbox.lt-ie10 .pizza-header {
  display: inline-block;
  width: 100%;
  margin-top: 80px; }
  .no-flexbox.lt-ie10 .pizza-header .anchor {
    margin-top: 47px;
    padding: 0; }
  .no-flexbox.lt-ie10 .pizza-header .menu-info-link {
    margin-top: 60px; }
.no-flexbox.lt-ie10 .pizza-header:first-child {
  margin-top: 0px; }
.no-flexbox.lt-ie10 .pizzachef-wrapper {
  margin-top: 50px; }
  .no-flexbox.lt-ie10 .pizzachef-wrapper .pizza-header .menu-info-link {
    margin-top: 80px; }
.no-flexbox.lt-ie10 #mogul-header .menu-info-link {
  margin-top: 80px; }
.no-flexbox.lt-ie10 .product-details {
  display: inline-block; }
  .no-flexbox.lt-ie10 .product-details .product-image {
    width: 55%;
    float: left; }
  .no-flexbox.lt-ie10 .product-details .product-description {
    float: left;
    width: 40%; }
.no-flexbox.lt-ie10 .store-information {
  float: left; }
  .no-flexbox.lt-ie10 .store-information p {
    min-height: 110px; }
.no-flexbox.lt-ie10 .trading-time {
  display: block;
  float: left; }
.no-flexbox.lt-ie10 .trading-hour {
  display: block;
  float: right; }
.no-flexbox.lt-ie10 .store-details-row {
  display: inline-block;
  width: 100%; }
  .no-flexbox.lt-ie10 .store-details-row .store-details-info, .no-flexbox.lt-ie10 .store-details-row #vouchers-peek-wrapper {
    float: left;
    width: 30%; }
  .no-flexbox.lt-ie10 .store-details-row #store-statistics-wrapper, .no-flexbox.lt-ie10 .store-details-row #map-wrapper {
    float: left;
    width: 60%; }
.no-flexbox.lt-ie10 .store-special-offers {
  display: inline-block;
  width: 100%; }
.no-flexbox.lt-ie10 .special-offer, .no-flexbox.lt-ie10 .price-content > div, .no-flexbox.lt-ie10 .price-content .price div {
  float: left;
  text-decoration: none;
  z-index: 500; }
.no-flexbox.lt-ie10 .offer-title {
  color: black;
  font-size: 18px;
  line-height: 18px; }
.no-flexbox.lt-ie10 .store-information {
  background: transparent url(../Images/transparent-black-bg.png) 0 0 repeat; }

@media (min-width: 768px) and (max-width: 1024px) and (width: 768px) and (orientation: portrait), (min-width: 1025px) {
  .no-flexbox.lt-ie10 #OLO_button_desktop_link .OLO_button {
    background-size: 225px !important; }
  .no-flexbox.lt-ie10 #OLO_button_desktop_link .OLO_button:hover {
    background-size: 235px !important;
    width: 235px !important;
    height: 235px !important; } }
@media (max-width: 800px) {
  .no-flexbox.lt-ie10 .header menu.logo {
    min-width: 55px;
    max-width: 55px;
    padding-top: 0;
    height: 55px; }
  .no-flexbox.lt-ie10 .header .menuitem {
    margin-left: 0; }
    .no-flexbox.lt-ie10 .header .menuitem > li {
      padding: 0 8px; }
  .no-flexbox.lt-ie10 .footer-block ul {
    width: 45%; } }
@media (max-width: 686px) {
  .no-flexbox.lt-ie10 .OLO_button {
    position: absolute;
    top: 0;
    right: 0; } }
@media (min-width: 686px) {
  .no-flexbox.lt-ie10 .OLO_button {
    position: relative; } }
@media (max-width: 414px) {
  .no-flexbox.lt-ie10 .at-product-menu .product-container {
    width: 45%; } }
/****************** IE10 *******************/
.ie10 .expand {
  right: 0; }
.ie10 .shrink-page, .ie10 .shrink-page #nav {
  position: fixed;
  left: auto;
  right: 250px; }
.ie10 ul.product-menu li, .ie10 ul.product-submenu li {
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: none;
  padding: 5px 10px; }
.ie10 ul.product-menu a, .ie10 ul.product-submenu a {
  display: inline-flex;
  width: 100%;
  text-align: center; }
.ie10 .pizza-header .anchor {
  padding: 0;
  margin-top: 47px; }
.ie10 .pizza-header .menu-info-link {
  position: absolute;
  right: 0; }
.ie10 .pizzachef-wrapper .pizza-header .menu-info-link,
.ie10 #mogul-header .menu-info-link {
  margin-top: 75px; }
.ie10 .header menu.logo {
  padding-top: 0; }
.ie10 .header a {
  float: left; }
.ie10 .header .menuitem {
  max-height: 42px;
  max-width: 460px;
  margin: 0 auto;
  padding: 20px 0 0 0; }
.ie10 .header li.header-menu-link {
  display: table-cell;
  vertical-align: middle; }
.ie10 .header #hamburger-menu-link {
  float: right;
  margin-top: 30px; }
.ie10 .header #OLO_button_desktop_link {
  float: right;
  position: relative; }
.ie10 .footer-block ul {
  width: 25%; }

@media (min-width: 768px) and (max-width: 1024px) and (width: 768px) and (orientation: portrait), (min-width: 1025px) {
  .ie10 #OLO_button_desktop_link .OLO_button {
    background-size: 225px !important; }
  .ie10 #OLO_button_desktop_link .OLO_button:hover {
    background-size: 235px !important;
    width: 235px !important;
    height: 235px !important; } }
@media (max-width: 768px) {
  .ie10 .pizzachef-wrapper .pizza-header .menu-info-link {
    position: relative;
    right: auto;
    margin-top: 10px; }
  .ie10 .footer-block ul {
    width: 48%;
    display: inline-block; } }
@media (max-width: 414px) {
  .ie10 .pizza-header .menu-info-link,
  .ie10 #mogul-header .menu-info-link {
    position: relative;
    right: auto;
    margin-top: 10px; }
  .ie10 #wrapper.fr-FR .header-menu-link {
    font-size: 11px;
    line-height: 15px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0; } }
/****************** IE10+ *******************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .expand {
    right: 0; }

  .shrink-page, .shrink-page #nav {
    position: fixed;
    left: auto;
    right: 250px; } }
