* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Segoe UI", "Segoe WPC", "Segoe UI", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: normal;
  -webkit-overflow-scrolling: touch;
}
body {
  font-size: 12px;
  text-decoration: none;
  background: #f8e8d9 fixed no-repeat center bottom 39px;
  background-image: url(../../assets/pizza/images/custom/footer-special.jpg);
}
@media (max-width: 767px) {
  html.responsive body {
    background-image: none;
  }
}
b,
strong {
  font-weight: bold;
}
img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a img {
  border: 0;
}
a.button.big {
  display: inline-block;
  padding: 6px 12px;
  background-color: #ce2e26;
  border: 2px solid #000;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 767px) {
  html.responsive a.button.big {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
a.button.big:hover {
  background-color: #7b0004;
}
a.button.big.disabled,
a.button.big.disabled:hover {
  cursor: default;
  border-color: #444;
  background-color: #666;
}
a.button.big.cart {
  padding-left: 42px;
  background-image: url("../../assets/pizza/images/button-big-cart.png");
  background-repeat: no-repeat;
  background-position: 10px center;
}
#wrapper {
  position: relative;
  z-index: 20;
  margin: 0 auto;
  width: 980px;
}
@media (max-width: 767px) {
  html.responsive #wrapper {
    position: static;
    width: auto;
  }
}
#content-wrapper {
  position: absolute;
  z-index: 30;
  top: 120px;
  left: 320px;
  right: 0;
}
@media (max-width: 767px) {
  html.responsive #content-wrapper {
    position: static;
  }
}
#header-wrapper {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 103px;
  background: #000 url("../../assets/pizza/images/header-bg.jpg") repeat-x top;
}
@media (max-width: 767px) {
  html.responsive #header-wrapper {
    position: static;
    height: auto;
  }
}
#carticon {
  position: fixed;
  top: 200px;
  right: 0px;
  width: 30px;
  padding: 10px;
  background: #000 url("../../assets/pizza/images/cart.png") no-repeat center 10px;
  border: 1px solid #fff;
  border-right: 0px;
  cursor: pointer;
}
#carticon span {
  display: block;
  margin-top: 35px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  html.responsive #carticon {
    display: none;
  }
}
#carticon.highlight {
  background-color: #467504;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#carticon.highlight:hover {
  background-color: #333;
}
#header {
  margin: 0 auto;
  width: 980px;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 767px) {
  html.responsive #header {
    position: relative;
    width: auto;
    height: 135px;
    overflow: auto;
  }
}
#header > div {
  padding: 8px 0 12px 20px;
}
@media (max-width: 767px) {
  html.responsive #header > div {
    padding: 1px 5px;
  }
}
#header > div.contact {
  float: left;
  margin-left: 300px;
}
@media (max-width: 767px) {
  html.responsive #header > div.contact {
    float: none;
    margin-left: auto;
    text-align: right;
    width: calc(100% - 158px);
  }
  html.responsive #header > div.contact > h4 {
    display: none;
  }
}
#header > div.wrapperright {
  float: right;
}
@media (max-width: 767px) {
  html.responsive #header > div.wrapperright {
    float: none;
  }
}
#header > div.wrapperright > .deliveryarea {
  text-align: right;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  html.responsive #header > div.wrapperright > .deliveryarea {
    float: none;
    margin-left: auto;
    text-align: right;
    width: calc(100% - 158px);
    margin-bottom: 0px;
  }
  html.responsive #header > div.wrapperright > .deliveryarea > h4 {
    margin-bottom: 0px;
  }
  html.responsive #header > div.wrapperright > .deliveryarea > p > a {
    color: #fff;
  }
}
#header > div.wrapperright > .deliveryappointment {
  text-align: right;
}
@media (max-width: 767px) {
  html.responsive #header > div.wrapperright > .deliveryappointment {
    float: none;
    margin-left: auto;
    text-align: right;
    width: calc(100% - 158px);
  }
  html.responsive #header > div.wrapperright > .deliveryappointment > h4 {
    margin-bottom: 0px;
  }
  html.responsive #header > div.wrapperright > .deliveryappointment > p > a {
    color: #fff;
  }
}
#header h4 {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}
#header p {
  color: #ccc;
}
#header p a:hover {
  color: #fff;
}
#sidebar-wrapper {
  position: absolute;
  z-index: 30;
  top: 0px;
  left: 0px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  html.responsive #sidebar-wrapper {
    position: static;
    padding-bottom: 0;
  }
}
#sidebar {
  background: #3d3d3b;
  width: 300px;
  -webkit-box-shadow: 0px 0px 25px 0px #000000;
  -moz-box-shadow: 0px 0px 25px 0px #000000;
  box-shadow: 0px 0px 25px 0px #000000;
}
@media (max-width: 767px) {
  html.responsive #sidebar {
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  html.responsive #sidebar > a.logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 135px;
    height: 135px;
    z-index: 500;
    background-color: #3d3d3b;
    border-right: 2px solid #fff;
  }
}
#sidebar > a.logo > img {
  background: url("../../assets/pizza/images/custom/logo.png") no-repeat;
  width: 300px;
  height: 260px;
}
@media (max-width: 767px) {
  html.responsive #sidebar > a.logo > img {
    background-size: 100% 100%;
    width: 100%;
    height: auto;
  }
}
#sidebar > nav,
#sidebar > div.group {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  html.responsive #sidebar > nav,
  html.responsive #sidebar > div.group {
    margin-bottom: 0;
    border-bottom: 1px solid black;
  }
  html.responsive #sidebar > nav.sm-active,
  html.responsive #sidebar > div.group.sm-active {
    border-bottom: none;
  }
}
#sidebar > nav > ul {
  list-style: none;
}
#sidebar > nav > ul > li.active,
#sidebar > nav > ul > li:hover {
  background: #95b83b;
}
@media (max-width: 767px) {
  html.responsive #sidebar > nav > ul > li {
    display: none;
  }
}
@media (max-width: 767px) {
  html.responsive #sidebar > nav.sm-active > ul > li {
    display: block;
  }
  html.responsive #sidebar > nav.sm-active > ul > li.title:after {
    background-image: url("../../assets/pizza/images/arrow-up.png");
  }
  html.responsive #sidebar > nav.sm-active > ul > li:last-of-type {
    margin-bottom: 10px;
  }
}
#sidebar > nav > ul > li.title,
#sidebar > nav > ul > li > a,
#sidebar > div.group > div.title {
  padding: 3px 20px;
}
@media (max-width: 767px) {
  html.responsive #sidebar > nav > ul > li.title,
  html.responsive #sidebar > nav > ul > li > a,
  html.responsive #sidebar > div.group > div.title {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#sidebar > nav > ul > li.title,
#sidebar > div.group > div.title {
  background: #fff;
  color: #000;
  font-size: 18px;
}
@media (max-width: 767px) {
  html.responsive #sidebar > nav > ul > li.title,
  html.responsive #sidebar > div.group > div.title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  html.responsive #sidebar > nav > ul > li.title:after,
  html.responsive #sidebar > div.group > div.title:after {
    content: " ";
    background: url("../../assets/pizza/images/arrow-down.png") no-repeat center center;
    margin-top: -3px;
    height: 30px;
    width: 30px;
    float: right;
  }
}
#sidebar > nav > ul > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
}
#sidebar > div.group.info > div.content {
  padding: 5px 20px;
  background: #222222;
}
@media (max-width: 767px) {
  html.responsive #sidebar > div.group.info > div.content {
    display: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  html.responsive  #sidebar > div.group.info.sm-active > div.title:after {
    background-image: url("../../assets/pizza/images/arrow-up.png");
  }
  html.responsive  #sidebar > div.group.info.sm-active > div.content {
    display: block;
  }
}
#sidebar > div.group.info > div.content > p {
  margin: 5px 0;
  color: #fff;
}
#sidebar > div.group.info > div.content > p > b {
  letter-spacing: 1px;
}
#sidebar > div.group.order {
  margin: 0;
  padding-bottom: 10px;
}
#sidebar > div.group.order > div.title > a.sm-button,
#sidebar > div.group.order > div.title > span.sm-cartprice {
  display: none;
}
@media (max-width: 767px) {
  html.responsive #sidebar > div.group.order {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding-bottom: 0;
    background-color: #3d3d3b;
    border-bottom: none;
  }
  html.responsive #sidebar > div.group.order > div.title {
    background-color: #3d3d3b;
    color: #fff;
    border-top: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  html.responsive #sidebar > div.group.order > div.title:after {
    background-image: none !important;
  }
  html.responsive #sidebar > div.group.order > div.title > a.sm-button {
    display: block;
    float: right;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 10px;
  }
  html.responsive #sidebar > div.group.order > div.title > a.sm-button:after {
    display: block;
    float: right;
    content: "";
    background-image: url("../../assets/pizza/images/arrow-right.png");
    height: 20px;
    width: 20px;
    margin-right: -5px;
  }
  html.responsive #sidebar > div.group.order > div.title > span.sm-cartprice {
    display: inline;
    font-size: 14px;
  }
  html.responsive #sidebar > div.group.order > div.title > span.sm-cartprice:before {
    content: "\0000FCber ";
  }
  html.responsive #sidebar > div.group.order > div.content {
    padding: 3px 0 0 0;
    display: none;
  }
  html.responsive #sidebar > div.group.order > div.content > a.button.main {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  html.responsive #sidebar > div.group.order.sm-active {
    padding-bottom: 10px;
  }
  html.responsive #sidebar > div.group.order.sm-active > div.title {
    border-top: 10px solid black;
    background-color: #fff;
    color: #000;
    background-image: url("../../assets/pizza/images/arrow-down.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
  }
  html.responsive #sidebar > div.group.order.sm-active > div.title > a.sm-button,
  html.responsive #sidebar > div.group.order.sm-active > div.title > span.sm-cartprice {
    display: none;
  }
  html.responsive #sidebar > div.group.order.sm-active > div.content {
    display: block;
  }
}
#sidebar > div.group.order > div.content > div.info {
  margin: 5px 8px 0px 8px;
}
@media (max-width: 767px) {
  html.responsive #sidebar > div.group.order > div.content > div.info {
    margin: 10px auto 0;
  }
}
#sidebar > div.group.order > div.content > div.info,
#sidebar > div.group.order > div.content > div.info > span.t,
#sidebar > div.group.order > div.content > div.info > span.b {
  display: block;
  width: 284px;
}
#sidebar > div.group.order > div.content > div.info > span.t {
  height: 11px;
  background: url("../../assets/pizza/images/info-t.png") no-repeat;
}
#sidebar > div.group.order > div.content > div.info > span.b {
  height: 21px;
  background: url("../../assets/pizza/images/info-b.png") no-repeat;
}
#sidebar > div.group.order > div.content > div.info > div {
  width: 260px;
  padding: 0px 12px;
  background: url("../../assets/pizza/images/info-m.png") repeat-y;
  font-size: 12px;
  color: #fff;
}
#sidebar > div.group.order > div.content > div.row,
#sidebar > div.group.order > div.content > a.row {
  display: block;
  padding: 3px 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  html.responsive #sidebar > div.group.order > div.content > div.row,
  html.responsive #sidebar > div.group.order > div.content > a.row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#sidebar > div.group.order > div.content > div.row,
#sidebar > div.group.order > div.content > a.row,
#sidebar > div.group.order > div.content > div.row a {
  color: #fff;
  font-size: 14px;
}
#sidebar > div.group.order > div.content > div.row.sum {
  background: #222222;
}
#sidebar > div.group.order > div.content > a.button {
  margin-top: 10px;
  text-align: center;
}
#sidebar > div.group.order > div.content > a.button.main {
  background: #95b83b;
  color: #fff;
  font-weight: bold;
}
#sidebar > div.group.order > div.content > a.button.other {
  background: #222222;
  color: #fff;
}
#sidebar > div.group.order > div.content > div.row > div.label {
  float: left;
  width: 190px;
}
#sidebar > div.group.order > div.content > div.row > div.price {
  float: right;
  width: 70px;
  font-weight: normal;
  text-align: right;
}
#facebook {
  margin-top: 25px;
  background: #fff;
  width: 300px;
}
@media (max-width: 767px) {
  html.responsive #facebook {
    display: none;
  }
}
#content {
  padding: 1px;
  background: #fff;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  html.responsive #content {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
#content article.products {
  margin-bottom: -1px;
}
#content article header,
#content article section > div.headline,
#content article div.image,
#content article.products div.rows,
#content article.products div.rows > div.row,
.fancy > div,
.fancy > header,
.fancy > article,
.fancy > article.expander > header,
.fancy > article.expander > div,
.fancy.menue.select > div.rows > div.row {
  margin-bottom: 1px;
}
#content article header,
#content article section > div.headline {
  padding: 5px 10px 5px 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  html.responsive #content article header,
  html.responsive #content article section > div.headline {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#content article header,
.fancy > header {
  background: #000;
  color: #fff;
}
#content article header > h1,
#content article section > div.headline > div.title > h1,
.fancy > header > h1,
.fancy > article.expander > header > h3 {
  font-size: 20px;
  font-weight: lighter;
}
#content article section > div.headline,
.fancy > article.expander > header {
  background: #95b83b;
  color: #fff;
}
#content article section.expander > div.headline {
  background-image: url("../../assets/pizza/images/arrow-down-white.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  html.responsive #content article section.expander > div.headline {
    background-position: right 10px center;
  }
}
#content article section.expander.expanded > div.headline {
  background-image: url("../../assets/pizza/images/arrow-up-white.png");
}
#content article section.expander > div.headline:hover {
  background-color: #7b0004;
}
@media (max-width: 767px) {
  html.responsive #content article section.expander > div.headline:hover {
    background-color: #95b83b;
  }
}
#content article section > div.headline.sub {
  color: #000;
}
#content article section > div.headline.sub.even {
  background: #fff;
}
#content article section > div.headline.sub.odd {
  background: #f5f5f5;
}
#content article section > div.headline > div.title {
  float: left;
}
#content article section > div.headline > div.title > h1,
#content article section > div.headline > div.title > h2,
.fancy > header > h1,
.fancy > header > h2,
.fancy > article.expander > header > h3 {
  display: inline;
}
#content article section > div.headline > div.title > h1,
.fancy > header > h1 {
  margin-right: 2px;
}
#content article section > div.headline > div.title > h2,
.fancy > header > h2 {
  font-size: 14px;
  font-weight: lighter;
}
#content article section > div.headline > div.variants {
  float: right;
}
@media (max-width: 767px) {
  html.responsive #content article section > div.headline > div.variants {
    display: none;
  }
}
#content article section > div.headline > div.variants > div,
#content article section > div.rows > div.row > div.variants > div,
.fancy.menue.select > div.rows > div.row > div.price {
  float: left;
}
#content article section > div.headline > div.variants > div > span,
#content article section > div.rows > div.row > div.variants > div,
.fancy.menue.select > div.rows > div.row > div.price {
  width: 75px;
}
#content article section > div.headline > div.variants > div > span,
.fancy.menue.select > div.rows > div.row > div.price {
  display: block;
  text-align: center;
}
#content article section > div.headline > div.variants > div > span.caption {
  margin-top: 7px;
  font-size: 12px;
  font-weight: bold;
}
#content article section > div.headline > div.variants > div > span.sub {
  display: none;
}
#content article section > div.headline > div.variants > div.hassub > span.caption {
  margin: 0;
}
#content article section > div.headline > div.variants > div.hassub > span.sub {
  display: block;
  font-size: 11px;
}
#content article.products section > div.rows > div.row {
  overflow: hidden;
  padding: 5px 10px 5px 20px;
}
@media (min-width: 992px) {
  #content article.products section > div.rows > div.row {
    padding: 5px 10px 5px 20px !important;
  }
}
@media (max-width: 767px) {
  html.responsive #content article.products section > div.rows > div.row {
    padding-left: 10px;
    padding-right: 0px;
  }
}
#content article.products section > div.rows > div.row,
#content article.products section > div.rows > div.row > div.title > h3,
.fancy.menue.select > div.rows > div.row {
  font-size: 14px;
}
#content article section > div.rows > div.row.single {
  cursor: pointer;
}
#content article.products section > div.rows > div.row.even {
  background: #fff;
}
#content article.products section > div.rows > div.row.odd {
  background: #f5f5f5;
}
#content article.products section > div.rows > div.row > div.number,
.fancy.menue.select > div.rows > div.row > div.number {
  float: left;
  width: 35px;
}
#content article.products section > div.rows > div.row > div.title,
.fancy.menue.select > div.rows > div.row > div.title {
  margin-left: 35px;
}
#content article.products section > div.rows > div.row > div.title > h3,
.fancy.menue.select > div.rows > div.row > div.title > h3 {
  font-weight: bold;
}
#content article.products section > div.rows > div.row > div.title > h3 > span.additives,
.fancy.product > article.expander > div > ul.ingredients > li > span.text > span.additives,
.fancy.menue.select > div.rows > div.row > div.title > h3 > span.additives {
  font-size: 10px;
  font-weight: normal;
}
#content article.products section > div.rows > div.row > div.title > h3 > span.additives,
.fancy.menue.select > div.rows > div.row > div.title > h3 > span.additives {
  margin-left: 3px;
}
#content article.products section > div.rows > div.row > div.variants,
.fancy.menue.select > div.rows > div.row > div.price {
  float: right;
}
#content article.products section > div.rows > div.row > div.variants > div,
.fancy.menue.select > div.rows > div.row > div.price {
  text-align: center;
}
#content article.products section > div.rows > div.row > div.variants > div > a {
  display: block;
  color: #ce2e26;
}
#content article.products section > div.rows > div.row > div.variants > div > span {
  display: none;
}
#content article.products section > div.rows > div.row > div.variants > div > a:hover,
#content article.products section > div.rows > div.row.single:hover > div.variants > div > a,
.fancy.menue.select > div.rows > div.row > div.price {
  font-weight: bold;
}
#content article.products section > div.rows > div.row > div.variants > div > a.old {
  color: #666;
  text-decoration: line-through;
  cursor: default;
}
#content article.products section > div.rows > div.row > div.variants > div > a.old:hover,
#content article.products section > div.rows > div.row.single:hover > div.variants > div > a.old {
  font-weight: normal !important;
}
#content article.products section > div.rows > div.row > div.variants > div > span.name,
#content article.products section > div.rows > div.row > div.variants > div > span.desc {
  display: none;
}
#content article.products section > div.rows > div.row > div.variants > div > span.note {
  display: block;
  font-size: 11px;
  line-height: 14px;
}
@media (max-width: 767px) {
  html.responsive  #content article.products section > div.rows > div.row.hasvariants > div.title,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants > div.title {
    width: auto !important;
    padding-right: 10px;
  }
  html.responsive  #content article.products section > div.rows > div.row.hasvariants > div.variants,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants > div.variants {
    display: none;
  }
  html.responsive  #content article.products section > div.rows > div.row.hasvariants.sm-inactive,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants.sm-inactive {
    padding-bottom: 5px !important;
  }
  html.responsive  #content article.products section > div.rows > div.row.hasvariants.sm-active,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants.sm-active {
    position: relative;
  }
  html.responsive  #content article.products section > div.rows > div.row.hasvariants.sm-active > div.variants,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants.sm-active > div.variants {
    display: block;
    float: none;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0px;
    text-align: center;
    font-size: 0px;
  }
  html.responsive  #content article.products section > div.rows > div.row.hasvariants.sm-active > div.variants > div,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants.sm-active > div.variants > div {
    box-sizing: border-box;
    float: none;
    display: inline-block;
    border: 1px solid #ce2e26;
    background-color: #fff;
    padding: 2px;
    margin: 0px 5px 10px 5px;
    vertical-align: bottom;
  }
  html.responsive  #content article.products section > div.rows > div.row.hasvariants.sm-active > div.variants > div > a,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants.sm-active > div.variants > div > a {
    font-weight: bold;
    font-size: 14px;
  }
  html.responsive  #content article.products section > div.rows > div.row.hasvariants.sm-active > div.variants > div > span,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants.sm-active > div.variants > div > span {
    display: block;
  }
  html.responsive  #content article.products section > div.rows > div.row.hasvariants.sm-active > div.variants > div > span.name,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants.sm-active > div.variants > div > span.name {
    font-size: 12px;
    line-height: 14px;
  }
  html.responsive  #content article.products section > div.rows > div.row.hasvariants.sm-active > div.variants > div > span.desc,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants.sm-active > div.variants > div > span.desc {
    font-size: 10px;
    line-height: 14px;
  }
  html.responsive  #content article.products section > div.rows > div.row.hasvariants.sm-active > div.variants > div.dummy,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants.sm-active > div.variants > div.dummy {
    display: none;
  }
  html.responsive  #content article.products section > div.rows > div.row.hasvariants.sm-active.hasvariants2 > div.variants > div,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants.sm-active.hasvariants2 > div.variants > div {
    width: 46%;
  }
  html.responsive  #content article.products section > div.rows > div.row.hasvariants.sm-active.hasvariants3 > div.variants > div,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants.sm-active.hasvariants3 > div.variants > div {
    width: 29.333333333333%;
  }
  html.responsive  #content article.products section > div.rows > div.row.hasvariants.sm-active.hasvariants4 > div.variants > div,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants.sm-active.hasvariants4 > div.variants > div {
    width: 21%;
  }
  html.responsive  #content article.products section > div.rows > div.row.hasvariants.sm-active.hasvariant5 > div.variants > div,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants.sm-active.hasvariant5 > div.variants > div {
    width: 16%;
  }
  html.responsive  #content article.products section > div.rows > div.row.hasvariants.sm-active.hasvariants6 > div.variants > div,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants.sm-active.hasvariants6 > div.variants > div {
    width: 12.666666666667%;
  }
  html.responsive  #content article.products section > div.rows > div.row.hasvariants.sm-active.hasvariants7 > div.variants > div,
  html.responsive  .fancy.menue.select > div.rows > div.row.hasvariants.sm-active.hasvariants7 > div.variants > div {
    width: 10.285714285714%;
  }
}
#content article.page > div {
  padding: 5px 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  html.responsive #content article.page > div {
    padding: 5px 10px;
  }
}
#content article.page > div > h2,
#content article.page > div > p {
  margin: 5px 0;
}
#content article.page > div > h2 {
  font-size: 16px;
  font-weight: bold;
}
#content article.page > div > p {
  font-size: 12px;
}
#content article.page > div.cols > h2 {
  float: left;
  width: 180px;
  font-size: 14px;
}
@media (max-width: 767px) {
  html.responsive #content article.page > div.cols > h2 {
    float: none;
    width: auto;
  }
}
#content article.page > div.cols > p {
  float: right;
  width: 418px;
}
@media (max-width: 767px) {
  html.responsive #content article.page > div.cols > p {
    float: none;
    width: auto;
  }
}
#content article.page > div.odd {
  background: #f5f5f5;
}
#content article.page > div.gmap {
  height: 195px;
  padding: 0;
}
#content article.page a,
#content article.page a:active,
#content article.page a:visited {
  color: #000;
  text-decoration: underline;
}
#content article.page a:hover {
  text-decoration: none;
}
#content article div.image > img,
.fancy > div.image > img {
  width: 100%;
}
#footer-wrapper {
  position: fixed;
  z-index: 40;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #121212 url("../../assets/pizza/images/footer-bg.jpg") repeat-x bottom;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  html.responsive #footer-wrapper {
    position: static;
    margin-bottom: 45px;
    border-top: none;
  }
}
footer {
  margin: 0 auto;
  width: 980px;
}
@media (max-width: 767px) {
  html.responsive footer {
    width: auto;
    margin: 0px;
    padding: 0 10px;
  }
}
footer > p.copyright,
footer > p.additives,
footer > p.payment {
  padding: 10px 0;
}
@media (max-width: 767px) {
  html.responsive footer > p.copyright,
  html.responsive footer > p.additives,
  html.responsive footer > p.payment {
    text-align: center;
    padding: 5px 0;
  }
}
footer > p.copyright {
  float: left;
}
@media (max-width: 767px) {
  html.responsive footer > p.copyright {
    float: none;
    line-height: 22px;
  }
}
footer > p.copyright img {
  padding-left: 2px;
  vertical-align: middle;
  margin-top: -5px;
}
footer > p.additives {
  text-align: center;
}
footer > p.payment {
  float: right;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  html.responsive footer > p.payment {
    float: none;
    padding-bottom: 0px;
  }
}
footer > p.payment > img {
  padding-left: 5px;
  vertical-align: middle;
}
footer p,
footer p a {
  color: #fff;
  font-size: 12px;
}
footer p a:hover {
  text-decoration: underline;
}
#notification {
  display: none;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 50%;
  width: 400px;
  margin-left: -201px;
  padding: 7px 5px;
  color: #fff;
  border: 2px solid #000;
  border-top: 0px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  html.responsive #notification {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    border-right: none;
    border-left: none;
  }
}
#notification.error {
  background: #ac0005;
}
#notification.warning,
#notification.debug {
  background: #de8700;
}
#notification.confirm {
  background: #467504;
}
.fancy {
  width: 660px;
  overflow-x: hidden;
  color: #000;
}
@media (max-width: 767px) {
  html.responsive .fancy {
    width: 90vw;
  }
  html.responsive .fancy > div {
    margin-bottom: 0px;
  }
}
.fancy > header {
  margin-bottom: 15px;
  padding: 5px 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  html.responsive .fancy > header {
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fancy > header > h2 {
  margin-left: 3px;
}
.fancy > article.expander > header {
  padding: 5px 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  html.responsive .fancy > article.expander > header {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fancy > article.expander > header > span.icon {
  display: none;
}
@media (max-width: 767px) {
  html.responsive .fancy > article.expander > header > span.icon {
    display: inline-block;
    width: 20px;
    height: 25px;
    margin-bottom: -4px;
    margin-right: 10px;
    background: url("../../assets/pizza/images/arrow-down-white.png") no-repeat center center;
    background-size: 20px;
  }
}
.fancy > article.expander > div {
  display: block;
}
@media (max-width: 767px) {
  html.responsive .fancy > article.expander > div {
    display: none;
  }
}
.fancy > article.expander.expanded > header > span.icon {
  background-image: url("../../assets/pizza/images/arrow-up-white.png") !important;
}
.fancy > article.expander.expanded > div {
  display: block !important;
}
.fancy div.buttonbar {
  margin-top: 15px;
  text-align: right;
}
@media (max-width: 767px) {
  html.responsive .fancy div.buttonbar {
    clear: both;
    text-align: center;
    margin-bottom: 0px !important;
  }
}
.fancy div.buttonbar > a.button {
  margin-left: 20px;
}
@media (max-width: 767px) {
  html.responsive .fancy div.buttonbar > a.button {
    display: block;
    margin: 0px;
    border: none;
    text-align: center;
  }
}
.fancy div.buttonbar > a.button.small {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
@media (max-width: 767px) {
  html.responsive .fancy div.buttonbar > a.button.small {
    display: block;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
  }
}
.fancy div.buttonbar > a.button.small:hover {
  text-decoration: underline;
}
.fancy.product > header {
  margin-bottom: 1px;
}
.fancy.product > header > span.price,
.fancy.product > article.expander > header > span.price {
  display: inline;
  float: right;
  font-size: 14px;
  margin-top: 4px;
}
.fancy.product > article.expander > div > ul.ingredients {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  html.responsive .fancy.product > article.expander > div > ul.ingredients {
    max-height: none;
  }
}
.fancy.product > article.expander > div > ul.ingredients > li {
  float: left;
  width: 330px;
  height: 30px;
  margin-bottom: 1px;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  html.responsive .fancy.product > article.expander > div > ul.ingredients > li {
    float: none;
    width: auto;
  }
}
.fancy.product > article.expander > div > ul.ingredients > li.even {
  width: 329px;
  margin-right: 1px;
}
@media (max-width: 767px) {
  html.responsive .fancy.product > article.expander > div > ul.ingredients > li.even {
    width: auto;
    margin-right: 0;
  }
}
.fancy.product > article.expander > div > ul.ingredients > li:hover {
  background: url("../../assets/pizza/images/ingredient-hover.jpg") repeat-x;
}
@media (max-width: 767px) {
  html.responsive .fancy.product > article.expander > div > ul.ingredients > li:hover {
    background: url("../../assets/pizza/images/ingredient-hover.jpg") repeat-x;
  }
}
.fancy.product > article.expander > div > ul.ingredients > li.active,
.fancy.product > article.expander > div > ul.ingredients > li.active:hover,
.fancy.product > article.expander > div > ul.ingredients > li.active.radio:hover {
  color: #fff;
  background: url("../../assets/pizza/images/ingredient-active.jpg") repeat-x;
}
@media (max-width: 767px) {
  html.responsive .fancy.product > article.expander > div > ul.ingredients > li.active,
  html.responsive .fancy.product > article.expander > div > ul.ingredients > li.active:hover,
  html.responsive .fancy.product > article.expander > div > ul.ingredients > li.active.radio:hover {
    background: url("../../assets/pizza/images/ingredient-active.jpg") repeat-x;
  }
}
.fancy.product > article.expander > div > ul.ingredients > li.active.single:hover {
  color: #fff;
  background: url("../../assets/pizza/images/ingredient-remove.jpg") repeat-x;
}
@media (max-width: 767px) {
  html.responsive .fancy.product > article.expander > div > ul.ingredients > li.active.single:hover {
    background: url("../../assets/pizza/images/ingredient-active.jpg") repeat-x;
  }
}
.fancy.product > article.expander > div > ul.ingredients > li.inactive,
.fancy.product > article.expander > div > ul.ingredients > li.inactive:hover {
  color: #666;
  background: url("../../assets/pizza/images/ingredient-inactive.jpg") repeat-x;
  cursor: default;
}
.fancy.product > article.expander > div > ul.ingredients > li.inactive.radio {
  cursor: pointer;
}
.fancy.product > article.expander > div > ul.ingredients > li.active > span.icon,
.fancy.product > article.expander > div > ul.ingredients > li.active > span.icon {
  background: url("../../assets/pizza/images/ingredient-icon-remove.png") no-repeat;
}
.fancy.product > article.expander > div > ul.ingredients > li > span.icon {
  display: block;
  float: left;
  width: 17px;
  height: 17px;
  margin: 6px 6px 0 6px;
}
.fancy.product > article.expander > div > ul.ingredients > li > span.text {
  display: block;
  float: left;
  overflow: hidden;
  width: 230px;
  height: 20px;
  margin-top: 5px;
  font-size: 14px;
}
@media (max-width: 767px) {
  html.responsive .fancy.product > article.expander > div > ul.ingredients > li > span.text {
    width: 65%;
  }
}
.fancy.product > article.expander > div > ul.ingredients > li > span.text > span.additives {
  margin-left: 5px;
}
.fancy.product > article.expander > div > ul.ingredients > li > span.price,
.fancy.product > article.expander > div > ul.ingredients > li > span.amount {
  display: block;
  float: right;
  margin-top: 5px;
  font-size: 14px;
}
.fancy.product > article.expander > div > ul.ingredients > li > span.price {
  margin-right: 6px;
}
@media (max-width: 767px) {
  html.responsive .fancy.product > article.expander > div > ul.ingredients > li > span.price {
    margin-right: 10px;
  }
}
.fancy.product > article.expander > div > ul.ingredients > li > span.amount {
  display: none;
  margin-right: 3px;
}
.fancy.product > article.expander > div > ul.ingredients.active > li > span.text {
  font-weight: bold;
}
.fancy.product > article.expander > div > ul.ingredients > li.active.radio > span.icon {
  background: none;
}
.fancy.product > article.expander > div > ul.ingredients > li.active > span.amount {
  display: block;
}
.fancy.product > article.expander > div > ul.ingredients > li.active.single > span.amount,
.fancy.product > article.expander > div > ul.ingredients > li.active.radio > span.amount,
.fancy.product > article.expander > div > ul.ingredients > li.inactive > span.amount {
  display: none;
}
.fancy.deliveryarea > div {
  overflow: hidden;
}
.fancy.deliveryarea > div.selfcollect > img {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}
.fancy.deliveryarea > div.selfcollect > p {
  padding: 5px 5px 0 5px;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}
.fancy.deliveryarea > div.selfcollect > .button {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryarea > div.selfcollect > .button {
    text-align: center;
    display: block;
    border: 0;
    clear: both;
  }
}
.fancy.deliveryarea > div > ul {
  float: left;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryarea > div > ul {
    float: none;
  }
}
.fancy.deliveryarea > div > ul.first {
  width: 213px;
  margin: 0 7px 0 0;
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryarea > div > ul.first {
    width: 100%;
    margin: 0;
  }
}
.fancy.deliveryarea > div > ul.second {
  width: 214px;
  margin: 0 3px;
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryarea > div > ul.second {
    width: 100%;
    margin: 0;
  }
}
.fancy.deliveryarea > div > ul.third {
  width: 213px;
  margin: 0 0 0 7px;
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryarea > div > ul.third {
    width: 100%;
    margin: 0;
  }
}
.fancy.deliveryarea > div > ul > li {
  padding: 0;
  margin: 0 0 2px 0;
  font-size: 14px;
  padding: 3px 5px;
  cursor: pointer;
}
.fancy.deliveryarea > div > ul > li:hover {
  color: #fff;
  background: #95b83b;
}
.fancy.deliveryarea > div > ul > li.head,
.fancy.deliveryarea > div > ul > li.head:hover {
  background: none;
  border-bottom: 1px solid #95b83b;
  padding-bottom: 2px;
  color: #95b83b;
  font-weight: bold;
  cursor: default;
}
.fancy.deliveryarea > div.center {
  clear: both;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryarea > div.center {
    clear: both;
    margin-bottom: 0px;
  }
  html.responsive .fancy.deliveryarea > div.center > a.button.big {
    display: block;
    border: none;
  }
}
.fancy.disabledinfo,
.fancy.openinghours,
.fancy.cookiemessage,
.fancy.vacationtimes {
  width: 520px;
}
@media (max-width: 767px) {
  html.responsive .fancy.disabledinfo,
  html.responsive .fancy.openinghours,
  html.responsive .fancy.cookiemessage,
  html.responsive .fancy.vacationtimes {
    width: 90vw;
  }
}
.fancy.disabledinfo > div > ul > li {
  list-style-type: square;
  margin-left: 20px;
}
.fancy.disabledinfo > div > img,
.fancy.openinghours > div > img,
.fancy.cookiemessage > div > img,
.fancy.vacationtimes > div > img {
  float: left;
  width: 80px;
}
@media (max-width: 767px) {
  html.responsive .fancy.disabledinfo > div > img,
  html.responsive .fancy.openinghours > div > img,
  html.responsive .fancy.cookiemessage > div > img,
  html.responsive .fancy.vacationtimes > div > img {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
.fancy.disabledinfo > div > div > p {
  font-weight: bold;
}
.fancy.disabledinfo > div > ul,
.fancy.disabledinfo > div > div > p,
.fancy.disabledinfo > div > p,
.fancy.cookiemessage > div > p,
.fancy.openinghours > div > p,
.fancy.cookiemessage > div > div,
.fancy.openinghours > div > div,
.fancy.vacationtimes > div > p,
.fancy.vacationtimes > div > div {
  margin: 15px 0 0 100px;
}
@media (max-width: 767px) {
  html.responsive  .fancy.openinghours > div > p,
  html.responsive  .fancy.cookiemessage > div > p,
  html.responsive  .fancy.vacationtimes > div > p {
    padding-right: 10px;
  }
  html.responsive  .fancy.openinghours > div > div,
  html.responsive  .fancy.cookiemessage > div > div,
  html.responsive  .fancy.vacationtimes > div > div {
    margin: 15px 0 0 0;
  }
}
.fancy.openinghours > div > div.buttonbar,
.fancy.vacationtimes > div > div.buttonbar {
  text-align: right;
}
@media (max-width: 767px) {
  html.responsive .fancy.openinghours > div > div.buttonbar,
  html.responsive .fancy.vacationtimes > div > div.buttonbar {
    text-align: center;
    margin-bottom: 0px;
  }
  html.responsive .fancy.openinghours > div > div.buttonbar > a.button.big,
  html.responsive .fancy.vacationtimes > div > div.buttonbar > a.button.big {
    display: block;
    border: none;
  }
}
.fancy.order.cart > header {
  margin-bottom: 1px;
}
.fancy.order.cart > p {
  padding: 10px 20px 5px;
  font-weight: bold;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.cart > p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fancy.order.cart > article > header {
  background-color: #95b83b;
  color: #fff;
  cursor: pointer;
}
.fancy.order.cart > article.noingredients > header {
  cursor: default;
}
.fancy.order.cart > div.infos > div.sum,
.fancy.order.cart > div.infos > div.extra,
.fancy.order.cart > div.infos > div.notice,
.fancy.order.cart > article > header,
.fancy.order.cart > article > div {
  padding: 5px 20px 5px 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.cart > div.infos > div.sum,
  html.responsive .fancy.order.cart > div.infos > div.extra,
  html.responsive .fancy.order.cart > div.infos > div.notice,
  html.responsive .fancy.order.cart > article > header,
  html.responsive .fancy.order.cart > article > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fancy.order.cart > div.infos > div.extra.paypaltip {
  position: relative;
}
.fancy.order.cart > div.infos > div.extra.paypaltip > span.price > input {
  text-align: right;
  height: auto;
  border: 0;
  font-size: 14px;
  padding: 2px 2px;
  width: 60px;
  position: absolute;
  right: 32px;
  top: 4px;
  bottom: 4px;
  font-size: 16px;
  box-shadow: none;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.cart > div.infos > div.extra.paypaltip > span.price > input {
    right: 22px;
  }
}
.fancy.order.cart > article > header,
.fancy.order.cart > article > div {
  padding-right: 30px;
}
.fancy.order.cart > article > header > span,
.fancy.order.cart > div.infos > div.sum > span,
.fancy.order.cart > div.infos > div.extra > span {
  display: block;
  font-size: 16px;
}
.fancy.order.cart > article > header > img.add {
  margin: 2px 0px 0 6px;
  width: 17px;
  height: 17px;
  background: url("../../assets/pizza/images/fancy-add-line.png") no-repeat;
  cursor: pointer;
}
.fancy.order.cart > article > header > img.remove {
  margin: 2px -23px 0 6px;
  width: 17px;
  height: 17px;
  background: url("../../assets/pizza/images/fancy-remove-line.png") no-repeat;
  cursor: pointer;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.cart > article > header > img.remove {
    margin-right: 0;
  }
}
.fancy.order.cart > article > header > span {
  color: white;
}
.fancy.order.cart > article > header > span.name {
  float: left;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.cart > article > header > span.name {
    max-width: 65%;
  }
}
.fancy.order.cart > article > header > img,
.fancy.order.cart > article > header > span.price {
  float: right;
}
.fancy.order.cart > article > div > ul > li {
  float: left;
  padding: 4px 8px;
  margin: 3px 6px 3px 0;
  color: white;
  cursor: pointer;
}
.fancy.order.cart > article > div > ul > li > span {
  font-size: 12px;
}
.fancy.order.cart > article > div > ul > li > span.infol {
  padding-right: 3px;
}
.fancy.order.cart > article > div > ul > li > span.name {
  font-weight: bold;
}
.fancy.order.cart > article > div > ul > li > span.infor {
  padding-left: 3px;
}
.fancy.order.cart > article > div > ul.c0 > li {
  background-color: #ccc;
  color: #000;
}
.fancy.order.cart > article > div > ul.c1 > li {
  background-color: #019700;
}
.fancy.order.cart > article > div > ul.c2 > li {
  background-color: #d44a27;
}
.fancy.order.cart > article > div > ul.c3 > li {
  background-color: #0094a7;
}
.fancy.order.cart > article > div > ul.c4 > li {
  background-color: #c00000;
}
.fancy.order.cart > article > div > ul.c5 > li {
  background-color: #5c39b7;
}
.fancy.order.cart > div.infos,
.fancy.order.cart > div.notice {
  margin-top: 15px;
}
.fancy.order.cart > div.infos > div.sum,
.fancy.order.cart > div.infos > div.extra {
  color: black;
  margin-bottom: 1px;
}
.fancy.order.cart > div.infos > div.sum {
  background: #95b83b;
  color: #fff;
}
.fancy.order.cart > div.infos > div.sum > span {
  font-weight: bold;
}
.fancy.order.cart > div.infos > div.extra {
  background: #CCC;
}
.fancy.order.cart > div.infos > div.extra > span {
  color: #000;
}
.fancy.order.cart > div.infos > div.sum > span.text,
.fancy.order.cart > div.infos > div.extra > span.text {
  float: left;
}
.fancy.order.cart > div.infos > div.sum > span.price,
.fancy.order.cart > div.infos > div.extra > span.price {
  float: right;
}
.fancy.order.cart > div.infos > div.extra > span > span.coupon {
  cursor: pointer;
}
.fancy.order.cart > div.infos > div.extra > span > span.coupon:hover {
  text-decoration: line-through;
}
.fancy.order.cart > div.infos > p {
  margin-top: 15px;
  text-align: right;
  font-weight: bold;
}
.fancy.order.cart > div.coupons {
  height: 31px;
  margin-top: 15px;
  padding: 0 20px;
  overflow: hidden;
  background: #CCC;
  font-size: 16px;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.cart > div.coupons {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fancy.order.cart > div.coupons > div.left {
  float: left;
  margin-top: 5px;
}
.fancy.order.cart > div.coupons > div.right {
  float: right;
  margin-top: 5px;
}
.fancy.order.cart > div.coupons > div.right > input {
  width: 120px;
  height: 19px;
  padding: 0 5px;
  vertical-align: top;
}
.fancy.order.cart > div.coupons > div.right > img {
  display: inline-block;
  margin-top: 2px;
  margin-left: 10px;
  vertical-align: top;
  cursor: pointer;
}
.fancy.order.cart > div.notice {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.cart > div.notice {
    text-align: center;
    padding: 0 10px;
  }
}
.fancy.order.cart.submit > header,
.fancy.order.cart.submit > div.information > div {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.cart.submit > header,
  html.responsive .fancy.order.cart.submit > div.information > div {
    margin-bottom: 5px;
  }
}
.fancy.order.cart.submit > div.information {
  font-size: 14px;
}
.fancy.order.cart.submit > div.information,
.fancy.order.cart.submit > div.information > div {
  overflow: hidden;
}
.fancy.order.cart.submit > div.information > div > div {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.cart.submit > div.information > div > div {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
}
.fancy.order.cart.submit > article > header,
.fancy.order.cart.submit > article > div,
.fancy.order.cart.submit > div.information {
  padding: 5px 20px 5px 20px;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.cart.submit > article > header,
  html.responsive .fancy.order.cart.submit > article > div,
  html.responsive .fancy.order.cart.submit > div.information {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fancy.order.cart.submit > article > div > ul > li,
.fancy.order.cart.submit > article > header {
  cursor: default;
}
.fancy.deliveryarea > .calculatedcosts {
  font-size: 14px;
  text-align: center;
  padding: 0 5px;
}
.fancy.deliveryarea > .calculatedcosts > span {
  font-size: 26px;
  font-weight: bold;
}
.fancy.order.address > article,
.fancy.deliveryarea > .address {
  margin-top: 15px;
  color: #000;
}
.fancy.order.address > article,
.fancy.order.address > article > div,
.fancy.deliveryarea > .address,
.fancy.deliveryarea > .address > div {
  overflow: hidden;
}
.fancy.order.address > article > div,
.fancy.deliveryarea > .address > div {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.address > article > div,
  html.responsive .fancy.deliveryarea > .address > div {
    margin-bottom: 0;
  }
}
.fancy.order.address > article > div > label,
.fancy.order.address > article > div > label > span,
.fancy.deliveryarea > .address > div > label,
.fancy.deliveryarea > .address > div > label > span {
  display: block;
}
.fancy.order.address > article > div > label,
.fancy.deliveryarea > .address > div > label {
  width: 320px;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.address > article > div > label,
  html.responsive .fancy.deliveryarea > .address > div > label {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
.fancy.order.address > article > div > label.fullwidth,
.fancy.deliveryarea > .address > div > label.fullwidth {
  width: 100%;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.address > article > div > label.fullwidth,
  html.responsive .fancy.deliveryarea > .address > div > label.fullwidth {
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
.fancy.order.address > article > div > label.c1,
.fancy.deliveryarea > .address > div > label.c1 {
  float: left;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.address > article > div > label.c1,
  html.responsive .fancy.deliveryarea > .address > div > label.c1 {
    float: none;
  }
}
.fancy.order.address > article > div > label.c2,
.fancy.deliveryarea > .address > div > label.c2 {
  float: right;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.address > article > div > label.c2,
  html.responsive .fancy.deliveryarea > .address > div > label.c2 {
    float: none;
  }
}
.fancy.order.address > article > div > label > span.name,
.fancy.deliveryarea > .address > div > label > span.name {
  margin-bottom: 4px;
  font-weight: bold;
}
.fancy.order.address > article > div > label > span.name > a,
.fancy.deliveryarea > .address > div > label > span.name > a {
  font-weight: bold;
  text-decoration: underline;
  color: inherit;
}
.fancy.order.address > article > div > label > span.name.forcheckbox,
.fancy.deliveryarea > .address > div > label > span.name.forcheckbox {
  display: inline;
  margin-left: 5px;
}
.fancy.order.address > article > div > label > input:not([type='checkbox']),
.fancy.order.address > article > div > label > textarea,
.fancy.order.address > article > div > label > select,
.fancy.deliveryarea > .address > div > label > input:not([type='checkbox']),
.fancy.deliveryarea > .address > div > label > textarea,
.fancy.deliveryarea > .address > div > label > select {
  width: 308px;
  padding: 5px;
  border: 1px solid #000;
  font-size: 15px;
  color: #000;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.address > article > div > label > input:not([type='checkbox']),
  html.responsive .fancy.order.address > article > div > label > textarea,
  html.responsive .fancy.order.address > article > div > label > select,
  html.responsive .fancy.deliveryarea > .address > div > label > input:not([type='checkbox']),
  html.responsive .fancy.deliveryarea > .address > div > label > textarea,
  html.responsive .fancy.deliveryarea > .address > div > label > select {
    box-sizing: border-box;
    width: 100%;
  }
}
.fancy.order.address > article > div > label > input:not([type='checkbox'])[disabled],
.fancy.order.address > article > div > label > textarea[disabled],
.fancy.order.address > article > div > label > select[disabled],
.fancy.deliveryarea > .address > div > label > input:not([type='checkbox'])[disabled],
.fancy.deliveryarea > .address > div > label > textarea[disabled],
.fancy.deliveryarea > .address > div > label > select[disabled] {
  background-color: #ccc;
}
.fancy.order.address > article > div > label > select,
.fancy.deliveryarea > .address > div > label > select {
  width: 320px;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.address > article > div > label > select,
  html.responsive .fancy.deliveryarea > .address > div > label > select {
    box-sizing: border-box;
    width: 100%;
  }
}
.fancy.order.address > article > div > label > textarea,
.fancy.deliveryarea > .address > div > label > textarea {
  height: 40px;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.address > article > div > label > textarea,
  html.responsive .fancy.deliveryarea > .address > div > label > textarea {
    height: 80px;
  }
}
.fancy.order.address > article > div > label > span.error,
.fancy.deliveryarea > .address > div > label > span.error {
  display: none;
}
.fancy.order.address > article > div > label.error > input,
.fancy.order.address > article > div > label.error > textarea,
.fancy.order.address > article > div > label.error > select,
.fancy.deliveryarea > .address > div > label.error > input,
.fancy.deliveryarea > .address > div > label.error > textarea,
.fancy.deliveryarea > .address > div > label.error > select {
  background-color: #ac0005;
  color: white;
}
.fancy.order.address > article > div > label.error > span.error,
.fancy.deliveryarea > .address > div > label.error > span.error {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #ac0005;
}
.fancy.order.address > article .fancy.order.address > div.notice,
.fancy.deliveryarea > .address .fancy.order.address > div.notice {
  font-size: 12px;
  text-align: right;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.address > article .fancy.order.address > div.notice,
  html.responsive .fancy.deliveryarea > .address .fancy.order.address > div.notice {
    text-align: center;
    padding: 0 10px;
  }
}
.fancy.order.paymenttype > ul {
  list-style: none;
  overflow: hidden;
  margin-top: 15px;
}
.fancy.order.paymenttype > ul > li {
  float: left;
  height: 150px;
  background: no-repeat center center;
}
.fancy.order.paymenttype > ul > li.notice {
  display: table;
}
.fancy.order.paymenttype > ul > li.notice > div {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.paymenttype > ul > li.notice {
    height: auto;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
  }
  html.responsive .fancy.order.paymenttype > ul > li.notice > div {
    display: inline;
  }
}
.fancy.order.paymenttype > ul:not(.fixed) > li {
  cursor: pointer;
}
.fancy.order.paymenttype > ul:not(.fixed) > li.active,
.fancy.order.paymenttype > ul:not(.fixed) > li:hover {
  background-color: #019700;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.paymenttype > ul:not(.fixed) > li:hover {
    background-color: none;
  }
}
.fancy.order.paymenttype > ul > li.even {
  width: 323px;
  margin-right: 7px;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.paymenttype > ul > li.even {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.fancy.order.paymenttype > ul > li.odd {
  width: 322px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.paymenttype > ul > li.odd {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.fancy.order.paymenttype > ul > li.bar {
  background-image: url("../../assets/pizza/images/payment-bar.png");
}
.fancy.order.paymenttype > ul > li.bar.active,
.fancy.order.paymenttype > ul > li.bar:hover {
  background-image: url("../../assets/pizza/images/payment-bar-active.png");
}
@media (max-width: 767px) {
  html.responsive .fancy.order.paymenttype > ul > li.bar:hover {
    background-image: url("../../assets/pizza/images/payment-bar.png");
  }
  html.responsive .fancy.order.paymenttype > ul > li.bar:hover.active {
    background-image: url("../../assets/pizza/images/payment-bar-active.png");
  }
}
.fancy.order.paymenttype > ul.fixed > li.bar.active,
.fancy.order.paymenttype > ul.fixed > li.bar:hover,
html.responsive .fancy.order.paymenttype > ul.fixed > li.bar.active,
html.responsive .fancy.order.paymenttype > ul.fixed > li.bar:hover {
  background-image: url("../../assets/pizza/images/payment-bar.png");
}
.fancy.order.paymenttype > ul > li.paypal {
  background-image: url("../../assets/pizza/images/payment-paypal.png");
}
.fancy.order.paymenttype > ul > li.paypal.active,
.fancy.order.paymenttype > ul > li.paypal:hover {
  background-image: url("../../assets/pizza/images/payment-paypal-active.png");
}
@media (max-width: 767px) {
  html.responsive .fancy.order.paymenttype > ul > li.paypal:hover {
    background-image: url("../../assets/pizza/images/payment-paypal.png");
  }
  html.responsive .fancy.order.paymenttype > ul > li.paypal:hover.active {
    background-image: url("../../assets/pizza/images/payment-paypal-active.png");
  }
}
.fancy.order.paymenttype > ul.fixed > li.paypal.active,
.fancy.order.paymenttype > ul.fixed > li.paypal:hover,
html.responsive .fancy.order.paymenttype > ul.fixed > li.paypal.active,
html.responsive .fancy.order.paymenttype > ul.fixed > li.paypal:hover {
  background-image: url("../../assets/pizza/images/payment-paypal.png");
}
.fancy.order.success {
  width: 400px;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.success {
    width: 90vw;
  }
}
@media (max-width: 767px) {
  html.responsive  .fancy.order.success > div {
    padding: 0 10px 0 10px;
  }
}
.fancy.order.success > div > img {
  float: left;
  width: 80px;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.success > div > img {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
.fancy.order.success > div > p {
  margin: 15px 0 0 100px;
}
.fancy.order.success > div > p.center {
  clear: both;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  html.responsive .fancy.order.success > div > p.center {
    margin-bottom: 0px;
    margin-left: -10px;
    margin-right: -10px;
  }
  html.responsive .fancy.order.success > div > p.center > a.button.big {
    display: block;
    border: none;
  }
}
.fancy.menue.select > header {
  margin-bottom: 1px;
}
.fancy.menue.select > div.rows {
  max-height: 300px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  html.responsive .fancy.menue.select > div.rows {
    max-height: none;
  }
}
.fancy.menue.select > div.rows > div.row {
  cursor: pointer;
  overflow: hidden;
  padding: 5px 20px;
}
.fancy.menue.select > div.rows > div.row.odd {
  background: #e8e8e8;
}
.fancy.menue.select > div.rows > div.row.active,
.fancy.menue.select > div.rows > div.row:hover {
  background-color: #019700;
  color: #fff;
}
.fancy.deliveryappointment > div > ul {
  height: auto;
  list-style: none;
  overflow: hidden;
  margin-top: 15px;
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryappointment > div > ul {
    margin-top: 0px;
  }
}
.fancy.deliveryappointment > div > ul > li {
  float: left;
  height: 150px;
  background: no-repeat center center;
}
.fancy.deliveryappointment > div > ul > li.nowclosed {
  width: 323px;
  margin-right: 7px;
  background-position: center -20px;
  background-image: url("../../assets/pizza/images/deliveryappointment-closed.png");
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryappointment > div > ul > li.nowclosed {
    width: 100%;
    margin: 0 0 10px 0;
    background-position: center center;
  }
}
.fancy.deliveryappointment > div > ul > li.onlypreorder {
  position: relative;
  width: 323px;
  margin-right: 7px;
  height: 150px;
  display: table;
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryappointment > div > ul > li.onlypreorder {
    width: 100%;
    margin: 0 0 10px 0;
    height: 150px;
  }
}
.fancy.deliveryappointment > div > ul > li.onlypreorder > div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: calc(50% + 50px);
  font-size: 16px;
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryappointment > div > ul > li.onlypreorder > div {
    width: calc(50% + 40px);
    padding: 0 7px;
  }
}
.fancy.deliveryappointment > div > ul > li.now {
  position: relative;
  width: 323px;
  margin-right: 7px;
  background-position: center -20px;
  height: 150px;
  background-image: url("../../assets/pizza/images/deliveryappointment-now.png");
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryappointment > div > ul > li.now {
    width: 100%;
    margin: 0 0 10px 0;
    height: 150px;
  }
}
.fancy.deliveryappointment > div > ul > li.now > div {
  position: relative;
  left: 50%;
  margin-left: -50px;
  width: calc(50% + 50px);
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryappointment > div > ul > li.now > div {
    width: calc(50% + 40px);
  }
}
.fancy.deliveryappointment > div > ul > li.now .buttonbar {
  position: absolute;
  bottom: 0;
  margin-top: 0px;
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryappointment > div > ul > li.now .buttonbar {
    left: 0;
    right: 0;
    margin-left: 0;
    width: auto;
    margin-top: 10px;
  }
}
.fancy.deliveryappointment > div > ul > li.now .buttonbar a {
  width: calc(100% - 28px);
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryappointment > div > ul > li.now .buttonbar a {
    display: block;
    width: auto;
  }
}
.fancy.deliveryappointment > div > ul > li.choose {
  width: 322px;
  margin-left: 8px;
  background-image: url("../../assets/pizza/images/deliveryappointment-choose.png");
  position: relative;
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryappointment > div > ul > li.choose {
    width: 100%;
    margin: 0;
    height: auto;
  }
}
.fancy.deliveryappointment > div > ul > li.choose > div {
  position: relative;
  left: 50%;
  margin-left: -50px;
  width: calc(50% + 50px);
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryappointment > div > ul > li.choose > div {
    width: calc(50% + 40px);
  }
}
.fancy.deliveryappointment > div > ul > li.choose > div > label {
  display: block;
  width: 100%;
}
.fancy.deliveryappointment > div > ul > li.choose > div > label > span {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  width: 100%;
}
.fancy.deliveryappointment > div > ul > li.choose > div > label > select {
  padding: 5px;
  border: 1px solid #000;
  font-size: 14px;
  color: #000;
  margin-bottom: 3px;
  width: 100%;
}
.fancy.deliveryappointment > div > ul > li.choose .buttonbar {
  margin-top: 0px;
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryappointment > div > ul > li.choose .buttonbar {
    left: 0;
    right: 0;
    margin-left: 0;
    width: auto;
    margin-top: 10px;
  }
}
.fancy.deliveryappointment > div > ul > li.choose .buttonbar a {
  width: calc(100% - 28px);
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  html.responsive .fancy.deliveryappointment > div > ul > li.choose .buttonbar a {
    display: block;
    width: auto;
  }
}
.fancy.deliveryappointment > div > p {
  margin-top: 20px;
  font-weight: bold;
  font-size: 12px !important;
}
@media (max-width: 767px) {
  html.responsive  .fancybox-skin {
    margin-bottom: 20px;
    padding: 0px !important;
  }
}
.fancybox-lock {
  overflow: visible !important;
}
.fancybox-margin #header-wrapper {
  left: -16px;
}
@media (max-width: 767px) {
  .responsive.fancybox-margin #header-wrapper {
    left: 0;
  }
}
.fancybox-margin #notification {
  margin-left: -209px;
}
@media (max-width: 767px) {
  .responsive.fancybox-margin #notification {
    margin-left: 0;
  }
}
.fancybox-margin #carticon {
  right: 0px;
}
#fancybox-loading-extension {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
.clearfix {
  clear: both;
  height: 0px;
  overflow: hidden;
}

