/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ul {
  list-style-type: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #cd2126;
  color: #231f20;
  text-decoration: none;
}
mark {
  background-color: #cd2126;
  color: #231f20;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #231f20;
  cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* maxvoltar.com/archive/-webkit-font-smoothing */
html {
  -webkit-font-smoothing: subpixel-antialiased;
}
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
ol {
  margin-left: 16px;
  list-style-type: decimal;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}
/* align checkboxes, radios, text inputs with their label
 by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css*/
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
/* hand cursor on clickable input elements */
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
/* These selection declarations have to be separate.
 No text-shadow: twitter.com/miketaylr/status/12228805301 
 Also: hot pink. */
::-moz-selection {
  background: #cd2126;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #cd2126;
  color: #fff;
  text-shadow: none;
}
/*j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #cd2126;
}
/* always force a scrollbar in non-IE */
html {
  overflow-y: scroll;
}
/* make buttons play nice in IE:
 www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible;
}
/* bicubic resizing for non-native sized IMG: 
 code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
/* ===== Primary Styles ========================================================
	Author: 
	========================================================================== */
.lower {
  text-transform: lowercase;
}
.upper {
  text-transform: uppercase;
}
.clear {
  clear: both;
}
.clear-right {
  clear: right;
}
.clear-left {
  clear: left;
}
.hide {
  visibility: hidden;
}
.red {
  color: #cd2126;
  font-weight: bold;
}
.padding-bottom {
  padding-bottom: 20px;
}
.padding-top {
  padding-top: 20px;
}
.padding {
  padding: 10px 0;
}
.large-heading {
  text-transform: uppercase;
  color: #58595b;
  font-weight: bold;
  font-size: 1.3em;
  margin: 15px 0;
}
.text-center {
  text-align: center;
}
.slim {
  font-weight: normal;
}
.color-dark {
  color: #231f20;
}
html {
  height: 100%;
}
body,
input,
button,
select,
option,
textarea {
  font-family: Arial, sans-serif;
}
body {
  background: #58595B;
  font-size: 14px;
  color: #58595B;
  height: 100%;
}
input,
button,
select,
option,
textarea {
  font-size: 100%;
}
::-moz-selection {
  background: #cd2126;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #cd2126;
  color: #ffffff;
  text-shadow: none;
}
td {
  vertical-align: middle;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #cd2126;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
dl {
  line-height: 2em;
  width: 100%;
  margin: 0;
}
dl .altrow {
  background: #efefef;
}
dt {
  padding-left: 4px;
  vertical-align: top;
}
dd {
  margin-left: 10em;
  margin-top: -2em;
  vertical-align: top;
}
hr {
  border-top: 1px dashed #cdcdcd;
  color: #fff;
  background-color: #fff;
  height: 1px;
}
img {
  vertical-align: top;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.clearfix {
  clear: both;
}
.hidden {
  display: none;
}
.blink {
  font-weight: bold;
  color: #231f20;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.blink.animate {
  font-weight: bold;
  display: inline-block;
  color: #cd2126;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1.0;
  }
}
/** Flash messages */
#flashMessage,
#authMessage,
#popupMessage,
#checkoutMessage,
.flashMessage {
  clear: both;
  color: #666;
  text-shadow: 1px 1px 1px #ffffff;
  overflow: auto;
  margin: 0 0 1em;
  padding: 8px 10px 8px 34px;
}
#flashMessage a,
#authMessage a,
#popupMessage a,
#checkoutMessage a,
.flashMessage a {
  color: #333;
}
.radio div.error-message {
  padding-left: 15px;
}
div.error-message {
  clear: both;
  padding: 5px 12px 7px 5px;
  color: #ff0000;
  font-size: 12px;
  font-weight: normal;
}
div.error-message:before {
  content: "↑ ";
  display: inline;
}
p.error {
  background-color: #ee3322;
  color: #ffffff;
  font-family: Courier, monospace;
  font-size: 120%;
  line-height: 140%;
  margin: 1em 0;
  padding: 0.8em;
}
p.error em {
  color: #000000;
  font-weight: 400;
  line-height: 140%;
}
div.message {
  border: 1px dotted #990000;
  background: #f8dedd url('../img/icons/icon_error.png') no-repeat left center;
}
div.notice {
  color: #008bc0;
  border: 1px dotted #92cae4;
  background: #d5edf8 url('../img/icons/icon_notice.png') no-repeat left center;
}
div.clock {
  color: #008bc0;
  border: 1px dotted #92cae4;
  background: #d5edf8 url('../img/icons/icon_clock.png') no-repeat left center;
}
div.success {
  border: 1px dotted #8ea534;
  background: #cbda8f url('../img/icons/icon_success.png') no-repeat left center;
}
div.failure {
  border: 1px dotted #990000;
  background: #f8dedd url('../img/icons/icon_error.png') no-repeat left center;
}
/** Pagination */
ul.pagination {
  clear: both;
  list-style: none;
  padding: 1em 0;
}
ul.pagination li {
  padding-right: 5px;
  display: inline;
}
ul.pagination li a {
  text-decoration: none;
  font-family: sans-serif;
  display: inline-block;
}
ul.pagination li span {
  border: 1px solid #ccc;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding: 5px 8px;
}
.loading {
  border: none;
  padding-right: 20px;
  background: url('../img/auto-loader.gif') no-repeat right center;
}
.button {
  display: inline-block;
  color: #fff;
  /*font-size: 1.3em;*/
  font-weight: 700;
  padding: 8px 10px;
  margin: 0px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #dedede;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.25);
  /*	.box-shadow(3px, 3px, 0, 0, rgba(0,0,0,0.3));*/
  text-decoration: none;
  background: #008BC0 url(../img/icons/arrow-next.png) left center;
}
.button.next {
  padding: 8px 30px 8px 8px;
  background-image: url(../img/icons/arrow-next.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.button.next-red {
  padding: 8px 30px 8px 8px;
  background-image: url(../img/icons/arrow-next-red.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.button.prev {
  padding: 8px 8px 8px 30px;
  background-image: url(../img/icons/arrow-prev.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.button:hover {
  text-decoration: none;
}
.button.code {
  margin: 0 auto;
}
.button:focus {
  outline: none ;
  border: none;
}
.focused {
  /*box-shadow: 0 0 3pt 2pt #cd2126;*/
  box-shadow: 0 0 3pt 2pt gray;
}
.passport .spacer,
.passport .book {
  display: none;
}
.passport .name {
  font-weight: bold;
  display: block;
  padding: 10px 0;
}
.passport .phone {
  padding: 10px 0;
  display: none;
}
.passport .banner {
  display: none;
}
.passport .countdown {
  clear: both;
  padding: 10px 0;
}
.passport .stamp {
  width: 60px;
}
.button.big-link {
  padding: 15px 50px;
  margin: 20px;
  max-width: 560px;
  margin: 0 auto;
}
.button.gray {
  color: #fff;
  background: #ccc;
}
.promptpromotions {
  border: 3px solid #cd2126;
  border-radius: 15px;
  box-shadow: 0 0 20px #cd2126;
  -webkit-box-shadow: 0 0 20px #cd2126;
  -moz-box-shadow: 0 0 20px #cd2126;
  color: #666;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  padding: 12px;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -kthtml-transition: all 1s linear;
  transition: all 1s linear;
}
.promptpromotions span {
  background-color: #cd2126;
  border-radius: 5px;
  color: #fff;
  font-size: 21px;
  font-weight: bolder;
  padding-left: 10px;
  padding-right: 10px;
}
.related_products {
  margin-bottom: 20px;
}
#owl-example .item-product {
  min-height: 150px;
  padding: 30px 0px;
  margin: 10px;
  background: #f1f2f2;
  padding: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0;
  float: none;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#owl-example .owl-item {
  float: left;
  height: 250px;
  font-weight: 700;
  text-align: center;
}
#owl-example .owl-item .image {
  display: block;
  float: none;
  height: 135px;
  text-align: center;
  margin: 0px auto;
  position: relative;
  width: 80%;
  padding: 0px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
}
#owl-example .owl-item .image a {
  color: #58595b;
  display: block;
  text-decoration: none;
  min-height: auto;
  margin: 1%;
}
#owl-example .owl-item .image a img {
  height: auto;
  margin: 0 auto;
  float: none;
  margin: 10px auto;
}
#owl-example .owl-item .image a.product_name {
  min-height: 30px;
}
#owl-example .owl-item .price {
  padding: 10px 0;
  float: none;
  width: auto;
  color: #cd2126;
}
#owl-example .owl-item .order {
  display: inline-block;
  color: #fff;
  font-size: 1.3em;
  padding: 8px 10px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #dedede;
  text-shadow: 1px 1px 2px #444;
  box-shadow: 3px 2px 1px #bbb;
  text-decoration: none;
  background: #008bc0 url(../img/icons/arrow-next.png) left center;
}
.tips .radio input[type=radio] {
  display: inline;
  float: left;
  margin: 0.25em 0;
  clear: both;
}
.tips .radio label {
  display: inline;
  float: left;
  width: 90%;
  margin: 0.1em 0.5em 0.25em 0.5em;
  color: #58595B;
  font-size: 1em;
}
.tips {
  margin-bottom: 6px;
  height: 115px;
}
@media (min-width: 1296px) {
  .tips {
    width: 40%;
  }
}
.is_pickup {
  z-index: 2 !important;
}
@media (min-width: 1296px) {
  #simon {
    width: 50% !important;
  }
}
body {
  min-width: 320px;
}
.desktop {
  display: none;
}
a:hover {
  /* Applies to links under the pointer */
  text-decoration: none !important;
}
/* =TYPOGRAPHY
-------------------------------------------------------------- */
.menu-txt-link {
  display: inline-block;
  margin-top: 23px;
  padding-right: 20px;
  text-align: right;
  color: #fff;
  background: transparent url(../img/icons/download.png) no-repeat center right;
}
h1 {
  font-weight: 700;
  font-size: 3em;
  text-transform: uppercase;
  color: #fff;
}
.big-title {
  font-weight: 700;
  font-size: 1.29em;
  color: #cd2126;
  display: block;
  text-align: center;
}
.med-title {
  font-weight: 700;
  font-size: 1.8em;
  color: #cd2126;
  text-transform: uppercase;
  display: block;
}
.big-text {
  font-size: 1.5em;
}
.small-title,
label {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3em;
  color: #cd2126;
}
.small-title {
  margin-bottom: 1em;
}
.small-title.no-bottom {
  margin-bottom: 0.25em;
}
.tert-title {
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.cta-title {
  font-size: 2.5em;
  text-transform: uppercase;
  line-height: 1em;
  text-align: left;
  margin-bottom: 0.5em;
  font-weight: 400;
}
.cta-title span {
  font-weight: 700;
}
.big-title.blue,
.med-title.blue,
.small-title.blue {
  color: #008CC1;
}
.big-title.darkred,
.med-title.darkred,
.small-title.darkred {
  color: #7B1315;
}
.big-title.green,
.med-title.green,
.small-title.green {
  color: #1D8140;
}
.big-title.yellow,
.med-title.yellow,
.small-title.yellow {
  color: #CA892B;
}
.gray {
  color: #A7A9AC;
}
.gray:hover {
  text-decoration: none;
}
.caps {
  text-transform: uppercase;
}
.remove {
  width: 18px;
  height: 18px;
  display: inline-block;
  font-weight: 700;
  text-transform: lowercase;
  text-align: center;
  line-height: 18px;
  border: 2px solid #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.65);
  background: #cd2126;
  color: #fff !important;
  text-shadow: none;
  font-size: 0.8em;
}
.text-right {
  text-align: right;
}
.overflow {
  overflow: auto;
}
/* =MAIN INTERFACE
-------------------------------------------------------------- */
#wrap {
  position: relative;
  background: url('../img/bg/bg.jpg') center top no-repeat #000;
  /*background-size: 150% auto;*/
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  left: 0;
}
#wrap.active {
  left: 14.5em;
}
/* HEADER */
.wrapper {
  padding: 0 10px;
}
.wrapper.nopadd {
  padding: 0;
}
header {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  background: #cd2126;
  background-image: linear-gradient(bottom, #e02d38 0%, #c51a20 50%);
  background-image: -o-linear-gradient(bottom, #e02d38 0%, #c51a20 50%);
  background-image: -moz-linear-gradient(bottom, #e02d38 0%, #c51a20 50%);
  background-image: -webkit-linear-gradient(bottom, #e02d38 0%, #c51a20 50%);
  background-image: -ms-linear-gradient(bottom, #e02d38 0%, #c51a20 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e02d38), color-stop(0.6, #c51a20));
  color: #fff;
  width: 100%;
  height: 60px;
  z-index: 1200;
}
header.active {
  left: 14.5em;
}
header .border {
  height: 54px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  margin: 0 6px 6px 6px;
}
header .logo {
  display: inline;
  float: right;
  text-indent: -9999px;
  width: 146px;
  height: 19px;
  margin: 18px 10px 0 0;
  background: transparent url(../img/logo-mobile.png) no-repeat center center;
}
header .menu-link {
  display: inline;
  float: left;
  width: 35px;
  height: 23px;
  margin: 16px 0 0 10px;
  background: transparent url(../img/burger.png) no-repeat center center;
  text-indent: -9999px;
}
header nav {
  background: #000;
  clear: both;
  overflow: hidden;
  width: 14.5em;
  height: 100%;
  position: fixed;
  top: 0;
  left: -14.5em;
  z-index: 10000;
  overflow: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header nav.active {
  left: 0;
}
header nav ul li {
  display: block;
  float: none;
  clear: both;
  text-transform: uppercase;
}
header nav ul li a {
  display: block;
  height: auto;
  padding: 0.8em;
  border-bottom: 1px solid #222;
  text-decoration: none;
  line-height: 1em;
  color: #cd2126;
  font-weight: 700;
}
header nav ul li a:hover {
  background: #222;
  color: #ffffff;
}
header nav ul li ul {
  width: 14.5em;
  display: none;
}
header nav ul li ul li {
  float: none;
  clear: both;
}
header nav ul li ul li a {
  height: auto;
  line-height: 0.75em;
  padding: 1em;
  font-size: 0.8em;
  /*opacity: 0.7;*/
  font-weight: 400;
}
header nav ul li ul li ul {
  margin: 0;
  padding: 0.5em 0;
}
header nav ul li:hover a {
  text-decoration: none;
}
header nav ul li:hover ul {
  left: auto;
  display: none;
  position: absolute;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
header nav ul li:hover ul li {
  background: #DD272D;
}
header nav ul li:hover ul li ul {
  left: -999em;
}
header nav ul li:hover ul li a {
  text-shadow: none;
}
header nav ul li:hover ul li:hover a {
  color: #cd2126;
  background: #fff;
}
header nav ul li:hover ul li:hover a:hover {
  background: #fff;
  color: #000;
}
header nav ul li:hover ul li:hover ul {
  left: auto;
}
header nav ul li:hover ul li:hover ul li a {
  font-size: 0.85em;
  border: none;
}
header nav ul li:hover ul li:hover ul li a:hover {
  background: #fff;
  color: #231f20;
}
header nav ul li:hover ul li:hover ul li:hover a {
  background: #fff;
  color: #000;
  text-decoration: underline;
}
.callout {
  display: none;
  background: transparent url(../img/cta-stripe.png) repeat-x left 84px;
  height: 168px;
  padding-bottom: 24px;
  position: relative;
}
.callout ul {
  position: relative;
}
.callout ul li {
  display: inline;
  float: left;
  width: 299px;
  margin: 0 12px;
  background: #231F20;
  -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.65);
}
.callout ul li img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.callout ul li .fb_iframe_widget {
  display: inline;
  float: right;
  position: relative;
  margin-top: -80px;
  background: #fff;
  -moz-box-shadow: -2px 0 12px 0 rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: -2px 0 12px 0 rgba(0, 0, 0, 0.65);
  box-shadow: -2px 0 12px 0 rgba(0, 0, 0, 0.65);
}
.callout ul li .deals {
  height: 144px;
  background: url(../img/bg/triangle.png) no-repeat;
  background-size: 100% auto;
  padding: 12px;
}
.callout ul li .deals h4 {
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.callout ul li .deals h4 span {
  display: block;
  font-size: 1.75em;
  font-weight: 700;
  color: #cd2126;
}
.callout ul li .deals form .text input {
  display: inline;
  float: left;
  width: 114px;
}
.callout ul li .deals form .text.rightfield input {
  display: inline;
  float: right;
}
.callout ul li .deals form .submit input {
  margin-bottom: 0;
}
footer {
  /*border-top: 4px solid #ffffff;*/
  background: #58595B;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 15px 0;
}
footer .offices,
footer .contact-info,
footer .links,
footer .social h4,
footer .last h4 {
  display: none;
}
footer a {
  color: #ffffff;
}
footer .social {
  display: inline;
  float: right;
}
footer .social li {
  float: right;
  margin: 0 2px;
}
footer .social li a {
  text-indent: -9999px;
  display: block;
  width: 24px;
  height: 24px;
}
footer .social li a.linkedin {
  background: url('../img/icons/linkedin.png') 0 0 no-repeat;
}
footer .social li a.twitter {
  background: url('../img/icons/Twitter-PV-Social-Icon.png') 0 0 no-repeat;
}
footer .social li a.facebook {
  background: url('../img/icons/Facebook-PV-Social-Icon.png') 0 0 no-repeat;
}
footer .social li a.instagram {
  background: url('../img/icons/Instagram-PV-Social-Icon.png') 0 0 no-repeat;
}
footer .social li a.snapchat {
  background: url('../img/icons/Snapchat-PV-Social-Icon.png') 0 0 no-repeat;
}
footer .social li a.youtube {
  background: url('../img/icons/youtube.png') 0 0 no-repeat;
}
footer .copy h4 {
  display: none;
}
.hide-sm {
  display: none;
}
.sticky {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 12px;
  background: #cd2126;
  background-image: linear-gradient(bottom, #e02d38 0%, #c51a20 50%);
  background-image: -o-linear-gradient(bottom, #e02d38 0%, #c51a20 50%);
  background-image: -moz-linear-gradient(bottom, #e02d38 0%, #c51a20 50%);
  background-image: -webkit-linear-gradient(bottom, #e02d38 0%, #c51a20 50%);
  background-image: -ms-linear-gradient(bottom, #e02d38 0%, #c51a20 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e02d38), color-stop(0.6, #c51a20));
  z-index: 10;
  color: #fff;
}
.sticky .well-sm {
  padding: 12px;
}
.sticky a {
  color: #fff;
}
/* TOP CALLOUTS */
.shadow {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  width: 100%;
  top: 60px;
  z-index: 1100;
  background: transparent url(../img/bg/shadow-glossy.png) repeat-x;
  left: 0;
}
.shadow.active {
  left: 14.5em;
}
.ordernow {
  margin: 0 5px;
  background: #222;
  background: rgba(100, 101, 102, 0.35);
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.ordernow .title {
  display: inline;
  float: left;
  margin-top: 11px;
}
.ordernow.cart-summary .title {
  margin-top: 3px;
  font-weight: 400;
}
.ordernow.cart-summary .title span {
  display: block;
  font-weight: 700;
}
.ordernow a {
  color: #fff;
}
.ordernow .order-online {
  display: inline;
  float: right;
  background: transparent url(../img/buttons/order-mobile.png) no-repeat center center;
  text-indent: -9999px;
  width: 145px;
  height: 43px;
}
/* =PAGES
-------------------------------------------------------------- */
#contents {
  position: relative;
  padding-top: 130px;
}
#contents .content {
  /*background: #f7f8f9;*/
  background: #fff;
  padding: 12px;
  margin-bottom: 12px;
  -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.65);
}
#contents .content p {
  margin-bottom: 1.25em;
}
#contents .menu {
  background: #f7f8f9 !important;
}
.pages-index-home #contents {
  padding-top: 60px;
  max-width: 100%;
}
#sidebar table {
  width: 100%;
}
/* =HOME PAGE
-------------------------------------------------------------- */
.pages {
  margin-top: -60px;
  padding-top: 60px;
}
.pages .slide {
  background: #000;
  width: 100%;
  overflow: hidden;
  /*border-bottom: 4px solid @white;*/
}
.pages .slide img {
  position: relative;
  width: 100%;
}
.pages .scroll {
  position: absolute;
  left: 50%;
  margin-left: -38.5px;
  margin-top: -38.5px;
  z-index: 9;
  background: url('../img/icons/scroll.png') 0 0 no-repeat;
  width: 77px;
  height: 77px;
}
/* =MENU
-------------------------------------------------------------- */
.accordion {
  padding-top: 5px;
}
.accordion .category {
  margin: 0 7px 7px 5px;
  background: #f7f8f9;
  /*background: @light;*/
}
.accordion .category .selector {
  /*            background: #e5e5e5 url('../img/bg/marble.jpg') left center no-repeat;*/
  background: #ffffff;
  /*background: #e5e5e5;*/
  background-size: 100% auto;
  border: 1px solid #f0f1f1;
  /*            .box-shadow(3px, 3px, 0, 0, rgba(0,0,0,0.2));*/
  height: 60px;
  display: block;
  text-decoration: none;
  padding-left: 225px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 100px;
  line-height: 60px;
}
.accordion .category .selector .image {
  width: 90px;
  height: 60px;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
  top: 0;
}
.accordion .category .selector .image img {
  width: 100%;
  height: auto;
  margin-top: 9px;
}
.accordion .category .name {
  text-transform: uppercase;
  font-size: 1.25em;
  /*font-weight: 700;*/
  margin: 0;
  color: #333;
}
@media only screen and (max-device-width: 480px) {
  .accordion .category .name {
    font-size: 15px;
  }
}
.accordion .category .slide-back {
  width: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}
.accordion .category .collapsable {
  display: none;
  position: relative;
  z-index: 9;
  padding-left: 1px;
  margin: 10px 0 10px 1px;
}
.accordion .category .collapsable .grouped .slip-1 {
  cursor: pointer;
  border: 1px solid #dfe0e1;
  margin: -1px 0 0 -1px;
}
.accordion .category .collapsable .grouped .slip-1 .image,
.accordion .category .collapsable .grouped .slip-1 .more-info,
.accordion .category .collapsable .grouped .slip-1 .description {
  display: none;
}
.accordion .category .collapsable .grouped .slip-1 .name {
  float: left;
  margin: 10px 0px 10px 10px;
  color: '#333';
}
.accordion .category .collapsable .grouped .slide-back {
  display: none;
}
.accordion .category .collapsable .grouped .slip-2 {
  display: none;
  clear: both;
}
.accordion .category .collapsable .grouped .slip-2 .sizes {
  font-weight: 700;
}
.accordion .category .collapsable .grouped .slip-2 .sizes li {
  display: block;
  text-align: center;
  background: #fff;
  padding: 0px;
  margin: 0px;
  height: auto;
}
.accordion .category .collapsable .grouped .slip-2 .sizes li .icon {
  display: none;
}
.accordion .category .collapsable .grouped .slip-2 .sizes li a {
  border: 1px solid #dfe0e1;
  color: #58595B;
  display: block;
  text-decoration: none;
  min-height: auto;
  padding: 15px 0;
  margin: -1px 0 0 -1px;
}
.accordion .category .collapsable .grouped .slip-2 .sizes li a .image {
  display: inline;
  float: left;
  height: auto;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  width: 80%;
  padding: 0px;
  text-transform: uppercase;
}
.accordion .category .collapsable .grouped .slip-2 .sizes li a .image img {
  display: block;
  float: left;
  height: 50px;
  margin: 0 5px 0 10px;
}
.accordion .category .collapsable .grouped .slip-2 .sizes li a .price {
  width: 19%;
  float: right;
  color: #cd2126;
}
.accordion .category .collapsable .grouped .slip-2 .sizes li a .type,
.accordion .category .collapsable .grouped .slip-2 .sizes li a .order {
  display: none;
}
.accordion .category .collapsable .standard {
  border-bottom: 2px dotted #dfe0e1;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  z-index: 2;
  min-height: 146px;
}
@media (max-width: 480px) {
  .accordion .category .collapsable .standard {
    min-height: 175px;
  }
}
@media (max-width: 480px) {
  .accordion .category .collapsable .standard .button {
    float: right;
  }
}
.accordion .category .collapsable .standard .flyout {
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 103px;
  overflow: hidden;
}
.accordion .category .collapsable .standard .flyout.active .slip.slip-1 {
  left: -100%;
}
.accordion .category .collapsable .standard .flyout.active .slip.slip-2 {
  left: 0;
}
.accordion .category .collapsable .standard .flyout .floated-block {
  float: left;
  max-width: 210px;
}
@media (max-width: 480px) {
  .accordion .category .collapsable .standard .flyout .floated-block {
    max-width: 195px;
  }
}
.accordion .category .collapsable .standard .flyout .slip {
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: absolute;
  width: 100%;
  height: 70px;
  background: #fff;
  /*                        .price{
                                                     padding-left: 20px;
                                                }*/
}
.accordion .category .collapsable .standard .flyout .slip .image img {
  width: 140px;
}
.accordion .category .collapsable .standard .flyout .slip.slip-1 {
  background: url('../img/icons/arrow-right.png') right center no-repeat;
  left: 0;
}
.accordion .category .collapsable .standard .flyout .slip.slip-1 p {
  color: #58595b;
  /*display: none;
                                display: none;
                                width: 80%;
                                margin-bottom: 5px;*/
  margin: 0 auto;
  font-size: 0.9em;
}
.accordion .category .collapsable .standard .flyout .slip.slip-1 .description {
  /*display: none;*/
}
.accordion .category .collapsable .standard .flyout .slip.slip-2 {
  height: 70px;
  background: url('../img/icons/arrow-left.png') left center no-repeat;
  left: 120%;
  overflow: hidden;
}
.accordion .category .collapsable .standard .flyout .slip.slip-2 .sizes {
  list-style: none;
  position: absolute;
  left: 30px;
  right: 8px;
  overflow: auto;
  white-space: nowrap;
  padding: 0;
  overflow-y: hidden;
  text-align: center;
}
.accordion .category .collapsable .standard .flyout .slip.slip-2 .sizes li {
  position: static;
  display: inline-block;
  margin-left: -4px;
  width: 60px;
  height: 70px;
}
.accordion .category .collapsable .standard .flyout .slip.slip-2 .sizes li a {
  height: 100%;
  width: 54px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  padding: 2px 5px;
  position: relative;
}
.accordion .category .collapsable .standard .flyout .slip.slip-2 .sizes li a .image {
  display: none;
}
.accordion .category .collapsable .standard .flyout .slip.slip-2 .sizes li a .type {
  color: #cd2126;
  font-size: 0.7em;
}
.accordion .category .collapsable .standard .flyout .slip.slip-2 .sizes li a .price {
  color: #231f20;
  font-size: 0.7em;
}
.accordion .category .collapsable .standard .flyout .slip.slip-2 .sizes li a .pizza {
  margin: 0 auto;
}
.accordion .category .collapsable .standard .flyout .slip.slip-2 .sizes li a .order {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0.6em;
  background: #EF3E42;
  color: #ffffff;
  font-weight: 700;
  line-height: 70px;
}
.accordion .category .collapsable .standard .flyout .slip.slip-2 .sizes li a .order span {
  line-height: 10px;
  vertical-align: middle;
  display: inline-block;
  width: 57%;
  text-align: center;
}
.accordion .category .collapsable .standard .flyout .slip.slip-2 .slide-back {
  display: block;
}
.accordion .category .collapsable .standard .flyout .slip .name {
  /*margin: 1em auto;
                            height: 70px;
                            width: 200px;
                            display: table-cell;*/
  font-size: 12px;
  padding-left: 20px;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .accordion .category .collapsable .standard .flyout .slip .name {
    padding-left: 0px;
  }
}
.accordion .category .collapsable .standard .flyout .slip .description {
  /*margin: 1em auto 0 0;*/
  padding-left: 20px;
  font-size: 0.8em;
}
.accordion .category .collapsable .standard .flyout .slip .description p {
  margin-bottom: 0 !important;
}
.accordion .category .collapsable .standard .flyout .slip .image {
  float: left;
  min-height: 100px;
  min-width: 90px;
}
.accordion .category .collapsable .standard .flyout .slip .image img {
  height: 60px;
  width: auto;
}
.accordion .category .collapsable .standard .more-info {
  display: none;
}
.accordion .category .collapsable .standard.hover {
  cursor: pointer;
  z-index: 999999;
}
.accordion .category .collapsable .standard.hover .slip.slip-2 {
  display: block;
}
.accordion .category .collapsable .standard.hover .more-info {
  display: none;
}
.accordion .category .collapsable .education {
  margin-bottom: 20px;
}
.accordion .category .collapsable .name {
  font-size: 1.3em;
  /*width: 230px;
                margin: 30px 0 0 20px;*/
}
.accordion .block {
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #dedede;
  text-align: center;
}
.accordion .block a {
  color: #666;
  font-size: 1.2em;
}
/**/
.icon {
  display: inline-block;
  width: 100%;
  height: 32px;
}
.icon.flat {
  width: 40px;
  height: 40px;
  background: url('../img/icons/pizza/flatbread.png') center center no-repeat;
}
.icon.pizza {
  width: 100%;
  height: 32px;
}
.icon.pizza.small {
  width: 40px;
  height: 40px;
  background: url('../img/icons/pizza/small.png') center center no-repeat;
}
.icon.pizza.gthin {
  width: 40px;
  height: 40px;
  background: url('../img/icons/pizza/g-free.png') center center no-repeat;
}
.icon.pizza.thin {
  width: 40px;
  height: 40px;
  background: url('../img/icons/pizza/medium.png') center center no-repeat;
}
.icon.pizza.medium {
  width: 40px;
  height: 40px;
  background: url('../img/icons/pizza/medium.png') center center no-repeat;
}
.icon.pizza.large {
  width: 40px;
  height: 40px;
  background: url('../img/icons/pizza/large.png') center center no-repeat;
}
.icon.pizza.x-large {
  width: 40px;
  height: 40px;
  background: url('../img/icons/pizza/x-large.png') center center no-repeat;
}
.icon.pizza.party {
  width: 40px;
  height: 40px;
  background: url('../img/icons/pizza/party.png') center center no-repeat;
}
.icon.wings {
  width: 100%;
  height: 32px;
}
.icon.wings.small {
  width: 40px;
  height: 40px;
  background: url('../img/icons/wings/small.png') center center no-repeat;
}
.icon.wings.medium {
  width: 40px;
  height: 40px;
  background: url('../img/icons/wings/medium.png') center center no-repeat;
}
.icon.wings.large {
  width: 40px;
  height: 40px;
  background: url('../img/icons/wings/large.png') center center no-repeat;
}
.icon.poppers {
  width: 100%;
  height: 32px;
}
.icon.poppers.small {
  width: 40px;
  height: 40px;
  background: url('../img/icons/poppers/small.png') center center no-repeat;
}
.icon.poppers.medium {
  width: 40px;
  height: 40px;
  background: url('../img/icons/poppers/medium.png') center center no-repeat;
}
.icon.poppers.large {
  width: 40px;
  height: 40px;
  background: url('../img/icons/poppers/large.png') center center no-repeat;
}
.icon.panz {
  width: 100%;
  height: 32px;
}
.icon.panz.medium {
  width: 40px;
  height: 40px;
  background: url('../img/icons/panz/medium.png') center center no-repeat;
}
.wizard .step-title {
  display: block;
  border: 1px solid #A7A9AC;
  padding: 0.5em;
  margin-top: -1px;
  background: #008BC0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.wizard .step-title span {
  text-transform: uppercase;
  font-weight: 700;
}
.wizard .step-content {
  border: 1px solid #A7A9AC;
  border-top: none;
}
/* PIZZAS */
.pizza-layout form {
  padding: 5%;
}
.pizza-layout form .product-column .product-image {
  padding: 2em 0;
}
.pizza-layout form .product-column .product-image a.fancy {
  display: block;
}
.pizza-layout form .product-column .product-image img {
  width: 100%;
  height: auto;
}
.pizza-layout form .product-column .product-info {
  text-align: center;
  margin-bottom: 20px;
}
.pizza-layout form .product-column .pizza-title {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3em;
  color: #cd2126;
  margin-bottom: 1em;
  color: #008BC0;
}
.pizza-layout form .product-column .pizza-title.no-bottom {
  margin-bottom: 0.25em;
}
.pizza-layout form .product-column .pizza-title.blue {
  color: #008CC1;
}
.pizza-layout form .product-column .pizza-title.darkred {
  color: #7B1315;
}
.pizza-layout form .product-column .pizza-title.green {
  color: #1D8140;
}
.pizza-layout form .product-column .pizza-title.yellow {
  color: #CA892B;
}
.pizza-layout form .product-column p {
  font-size: 1.2em;
}
.pizza-layout form .pickers-column .pizza-title {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3em;
  color: #cd2126;
  margin-bottom: 1em;
  color: #008BC0;
}
.pizza-layout form .pickers-column .pizza-title.no-bottom {
  margin-bottom: 0.25em;
}
.pizza-layout form .pickers-column .pizza-title.blue {
  color: #008CC1;
}
.pizza-layout form .pickers-column .pizza-title.darkred {
  color: #7B1315;
}
.pizza-layout form .pickers-column .pizza-title.green {
  color: #1D8140;
}
.pizza-layout form .pickers-column .pizza-title.yellow {
  color: #CA892B;
}
.pizza-layout form .pickers-column .topping-group .title {
  background: #cd2126;
  color: #fff;
  background-image: linear-gradient(bottom, #E12F38 0%, #C1171B 50%);
  background-image: -o-linear-gradient(bottom, #E12F38 0%, #C1171B 50%);
  background-image: -moz-linear-gradient(bottom, #E12F38 0%, #C1171B 50%);
  background-image: -webkit-linear-gradient(bottom, #E12F38 0%, #C1171B 50%);
  background-image: -ms-linear-gradient(bottom, #E12F38 0%, #C1171B 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E12F38), color-stop(0.6, #C1171B));
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
  padding: 0.5em;
  margin-bottom: 0.5em;
}
.pizza-layout form .pickers-column .topping-group .title:hover {
  cursor: pointer;
}
.pizza-layout form .pickers-column .topping-group .title .caret {
  margin-top: 6px;
  margin-right: 7px;
}
.pizza-layout form .pickers-column .topping-group .title .caret.left {
  float: right;
}
.pizza-layout form .pickers-column .topping-group .title .active .caret {
  border-width: 0px 5px 5px 5px;
  border-bottom-color: white;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
.pizza-layout form .pickers-column .topping-group .toppings {
  display: none;
}
.pizza-layout form .pickers-column .topping-group .toppings ul {
  margin-bottom: 1em;
}
.pizza-layout form .pickers-column .topping-group .toppings ul.sizes {
  font-weight: 700;
}
.pizza-layout form .pickers-column .topping-group .toppings ul.sizes li {
  float: left;
  clear: none;
  width: 25%;
  text-align: center;
  margin: 0.5em 0;
}
.pizza-layout form .pickers-column .topping-group .toppings ul.sizes li a {
  color: #231f20;
}
.pizza-layout form .pickers-column .topping-group .toppings ul.sizes li a span {
  color: #cd2126;
}
.pizza-layout form .pickers-column .topping-group .toppings ul li {
  clear: both;
  margin-bottom: 0.35em;
}
.pizza-layout form .pickers-column .topping-group .toppings ul li input[type=radio] {
  float: left;
  margin-top: 4px;
}
.pizza-layout form .pickers-column .topping-group .toppings ul li label {
  display: inline-block;
  float: left;
  margin: 0.35em 0 0 0.35em;
  font-size: 0.8em;
  text-transform: none;
  color: #231f20;
  max-width: 90%;
}
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox {
  display: inline-block;
  clear: none;
  float: left;
}
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox input {
  position: absolute;
  margin-left: -9999px;
}
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox label {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 5px 0;
  float: left;
  max-width: none;
}
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox.hidden {
  display: none;
}
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox.topping label,
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox.extra label {
  background: url(../img/icons/topping.png) no-repeat;
}
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox label.labelWWLH,
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox label.labelWWRH,
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox label.labelBQLH,
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox label.labelBQRH,
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox label.labelOOLH,
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox label.labelOORH,
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox label.labelRSLH,
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox label.labelRSRH {
  visibility: hidden;
}
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox.extra label {
  width: 40px;
  background-position: -60px 0px;
}
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox.extra label:hover {
  background-position: -60px -21px;
}
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox.extra label.on:hover {
  background-position: -60px -41px;
}
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox.extra label.on {
  background-position: -60px -41px;
}
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox.topping.lh label {
  background-position: 0px 0px;
}
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox.topping.lh label.on {
  background-position: 0px -20px;
}
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox.topping.wp label {
  background-position: -20px 0px;
}
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox.topping.wp label.on {
  background-position: -20px -20px;
}
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox.topping.rh label {
  background-position: -40px 0px;
}
.pizza-layout form .pickers-column .topping-group .toppings ul .checkbox.topping.rh label.on {
  background-position: -40px -20px;
}
.pizza-layout form .pickers-column .topping-group .topping-group {
  display: none;
  margin: 0;
}
.pizza-layout form .pickers-column .topping-group .topping-group .title {
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  background: #dfe0e1;
  color: #cd2126;
  margin-top: 0.35em;
  text-shadow: none;
  font-size: 0.8em;
}
.pizza-layout form .pickers-column .topping-group .topping-group .title .caret {
  border-top-color: #cd2126;
  float: left;
  margin-top: 0.35em;
}
.pizza-layout form .pickers-column .topping-group .topping-group .title.active .caret {
  border-bottom-color: #cd2126;
}
.pizza-layout form .pickers-column .topping-group .caret {
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: white;
  border-right-color: transparent;
  height: 0px;
  width: 0px;
  display: block;
}
.panz-layout .pickers-column .topping-group .toppings ul li .lh,
.panz-layout .pickers-column .topping-group .toppings ul li .rh {
  display: none;
}
.is_new {
  display: block;
  color: #cd2126;
  font-weight: normal;
  width: 80px;
}
.is_pickup {
  display: block;
  color: #cd2126;
  font-weight: normal;
  width: 80px;
}
.is_introductory {
  display: block;
  color: #cd2126;
  font-weight: normal;
  width: 80px;
}
.is_limited_time {
  display: block;
  color: #cd2126;
  font-weight: normal;
  width: 80px;
}
.online_only {
  display: block;
  color: #cd2126;
  font-weight: normal;
  width: 80px;
}
#contents .upsell {
  margin-bottom: 1em;
  /* upsell customize options */
}
#contents .upsell li {
  background: #f1f2f2;
  padding: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0;
  float: none;
  display: block;
}
#contents .upsell li ul li {
  padding: 0.25em;
  margin-bottom: 0;
}
#contents .upsell li a {
  display: block;
  min-height: 70px;
}
#contents .upsell li a .image {
  display: inline;
  float: left;
  width: 5em;
  padding-right: 1em;
}
#contents .upsell li a .image img {
  width: 100%;
}
#contents .upsell li a .name {
  font-weight: 700;
  text-transform: uppercase;
  display: inline;
  font-size: 1.5em;
  line-height: 31px;
}
#contents .upsell li a:hover {
  text-decoration: none;
}
#contents .upsell .checkout-product .wrapper {
  padding: 0;
}
#contents .upsell .checkout-product h1 {
  display: none;
}
#contents .upsell .checkout-product .content {
  background: transparent !important;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: none;
  padding: 0;
  width: auto;
  float: none;
}
#contents .upsell .checkout-product .content .pizza-layout .product-column {
  float: none;
  width: auto;
}
#contents .upsell .checkout-product .content .pizza-layout .product-column .product-image {
  display: none;
}
#contents .upsell .checkout-product .content .pizza-layout .product-column .product-info .pizza-title {
  display: none;
}
#contents .upsell .checkout-product .content .pizza-layout .pickers-column {
  padding: 0px;
  float: none;
  width: auto;
}
#contents .upsell .checkout-product .wizard .step-title {
  display: none;
}
#contents .upsell .checkout-product .wizard .step-content {
  border: none;
}
#contents .upsell .checkout-product .wizard .product-column {
  padding: 0;
}
#contents .upsell .checkout-product .wizard .product-column .product .product-image {
  /*display: none;*/
}
#contents .upsell .checkout-product .wizard .product-column .product .product-info {
  font-size: 0.75em;
  margin-bottom: 1.5em;
}
#contents .upsell .checkout-product .wizard .product-column .product .product-info h1 {
  display: none;
}
#contents .upsell .checkout-product .wizard .product-column .toppings li {
  margin-bottom: 0;
  border-bottom: none;
}
/* =CHECKOUT
-------------------------------------------------------------- */
.cart .cart-item {
  border-bottom: 1px dashed #dfe0e1;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.cart .cart-item .image {
  display: inline;
  float: left;
  width: 30%;
  text-align: center;
}
.cart .cart-item .image img {
  width: 60%;
  height: auto;
}
.cart .cart-item .details {
  margin-left: 32%;
}
.cart .cart-item .details ul.product-options li {
  margin-bottom: 0.25em;
}
.cart .cart-item .details ul.product-options li.bump-bottom {
  margin-bottom: 1em;
}
.cart .cart-item .details ul.product-options li span {
  color: #008BC0;
}
.cart .cart-item .bump-bottom {
  margin-bottom: 1em;
}
.cart .cart-item .item input {
  width: 2em;
  text-align: center;
  margin: 0px;
  display: inline-block;
  margin-top: -0.5em;
}
.cart .cart-item .item.text a {
  font-size: 1.75em;
  margin: 0 0.1em;
}
.cart .cart-item .item.text a.remove {
  font-size: 1.2em;
}
.cart .totals {
  width: 100%;
}
.cart .totals .heading {
  text-align: right;
  text-transform: uppercase;
}
.cart .totals .total {
  width: 65px;
  text-align: right;
  color: #231f20;
}
.cart .gray-box {
  color: #fff;
  background: #58595B;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  padding: 1em;
  text-align: center;
}
.methods {
  margin-bottom: 1em;
}
.methods .radio {
  padding: 0.5em;
  background: #dfe0e1;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
.methods .radio input[type=radio] {
  display: inline;
  float: left;
  margin: 0.25em 0;
}
.methods .radio label {
  display: inline;
  float: left;
  margin: 0 0.25em;
}
.addresses span b {
  display: none;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  color: #cd2126;
}
.addresses .address input {
  float: left;
  clear: both;
}
.addresses .address label {
  font-size: 1em;
  text-transform: none;
  color: #58595B;
  font-weight: normal;
  float: left;
  margin-bottom: 6px;
}
.delivery-options .select {
  width: 51%;
}
.payments .radio input[type=radio] {
  display: inline;
  float: left;
  margin: 0.25em 0;
  clear: both;
}
.payments .radio label {
  display: inline;
  float: left;
  width: 90%;
  margin: 0.1em 0.5em 0.25em 0.5em;
  color: #58595B;
  font-size: 1em;
}
.stuck-mobile {
  height: 57px;
}
/*.stuck-mobile .product-price {
  position: fixed;
  z-index: 99;
  top: 117px;
  left: 29px;
  right: 28px;
  text-align: center;
  background: #fff;
  box-shadow: 0 5px 8px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 8px -4px rgba(0, 0, 0, 0.2);
}*/
.stuck-mobile .product-price.loading {
  background: url('../img/auto-loader.gif') no-repeat 90% center #fff;
}
.minicart .close {
  width: 12%;
  text-align: left;
}
.minicart .item-name {
  width: 63%;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.minicart .item-name a {
  color: #58595B;
}
.minicart .cost {
  width: 25%;
  text-align: right;
  color: #cd2126;
  font-weight: 700;
}
#sidebar .totals .subtotal {
  width: 75%;
  text-align: right;
  text-transform: uppercase;
}
#sidebar .totals .total {
  width: 25%;
  text-align: right;
  text-transform: uppercase;
}
.clearcart {
  display: inline-block;
  padding: 12px 0;
  text-transform: uppercase;
  color: #A7A9AC;
}
/* =FORMS
-------------------------------------------------------------- */
form .select label {
  padding-top: 0.5em;
}
form .select select {
  width: 100%;
  background: none;
  height: 35px;
  border: 1px solid #F1F2F2;
  -moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
form .date label {
  padding-top: 0.5em;
}
form .date select {
  width: 32%;
  background: none;
  height: 35px;
}
form .checkbox {
  margin: 10px 0px;
  float: left;
}
form .text label,
form .password label,
form .textarea label,
form .select label {
  padding-top: 0.5em;
}
form .text input,
form .password input,
form .textarea input,
form .select input {
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #F1F2F2;
  background: #e8e8e8;
  background-image: linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -o-linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -webkit-linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D9D9D9), color-stop(0.6, #ffffff));
  margin: 0 0 0.5em 0;
  width: 94%;
  padding: 0 3%;
  -moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
}
form .text select,
form .password select,
form .textarea select,
form .select select {
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #F1F2F2;
  background: #e8e8e8;
  background-image: linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -o-linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -webkit-linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D9D9D9), color-stop(0.6, #ffffff));
  margin: 0 0 0.5em 0;
  width: 100%;
  padding: 0 3%;
  -moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
}
form .text textarea,
form .password textarea,
form .textarea textarea,
form .select textarea {
  width: 94%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #F1F2F2;
  background: #e8e8e8;
  padding: 3%;
  background-image: linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -o-linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -webkit-linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D9D9D9), color-stop(0.6, #ffffff));
  -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.3);
}
form .submit input {
  margin-bottom: 1em;
}
form legend {
  display: none;
}
form input[type=checkbox].standard {
  float: left;
}
form input[type=checkbox].standard + label {
  float: left;
  color: #58595B;
  font-weight: normal;
  text-transform: none;
  font-size: 1em;
}
form .checkbox input {
  float: left;
  margin: 6px 6px 0px 0px;
}
form .checkbox label {
  float: left;
  text-transform: none;
  width: 90%;
}
/** Styled select inputs */
.selectbox {
  height: 32px;
  width: 94%;
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 1px solid #F1F2F2;
  background: #e8e8e8;
  background-image: linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -o-linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -webkit-linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(bottom, #D9D9D9 0%, #ffffff 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D9D9D9), color-stop(0.6, #ffffff));
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  margin: 0 0 0.5em 0;
  padding: 0 3%;
}
.selectbox select {
  width: 100%;
}
.selectbox select {
  z-index: 10;
  position: relative;
  border: none;
  background: none;
  outline: none;
  opacity: 0;
  height: 34px;
  -webkit-appearance: none;
  filter: alpha(opacity=0);
}
.selecttext {
  z-index: 9;
  position: absolute;
  left: 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 8px 0 0 2px;
  background: transparent;
  color: #666;
}
.select-arrow {
  background: url(../img/icons/caret.png) no-repeat 50% 50%;
  position: absolute;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 100%;
  width: 26px;
  top: 0;
  right: 0;
  border-left: 1px solid #d6d6d6;
}
.stuck-mobile {
  height: 57px;
}
/*.stuck-mobile .product-price {
  position: fixed;
  background: #fff;
  top: 123px;
  left: 29px;
  right: 28px;
  box-shadow: 0 5px 11px -5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 11px -5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 5px 11px -5px rgba(0, 0, 0, 0.4);
}*/
.stuck-mobile .product-price.loading {
  background: url('../img/auto-loader.gif') no-repeat 90% center #fff;
}
.stores-index #contents .content {
  display: block;
  float: none;
  width: auto;
}
.stores-index #contents .content #map {
  width: 100%;
}
.stores-index #contents .content #map_sidebar {
  display: none;
}
.stores-index #contents .content #map_sidebar .small-title {
  margin: 0;
}
.stores-index #contents .content #map_sidebar .location {
  margin: 0;
  padding: 10px 0;
}
.stores-index #contents .content #map_sidebar .location:hover {
  cursor: pointer;
}
.stores-index #contents .content #map_sidebar .lct {
  background: url(../img/icons/icon-clock.png) no-repeat top left;
  float: right;
  padding-left: 20px;
  margin: 5px;
  clear: both;
}
.stores-index #contents .content #map_sidebar .lct:hover {
  text-decoration: none;
}
.stores-index #contents .content #map_sidebar hr {
  clear: both;
}
.stores-index aside {
  display: none;
}
ul.list {
  list-style: disc outside none;
  margin-left: 40px;
}
ul.floated li {
  width: 48%;
  float: left;
  margin: 0 5px;
}
ul.floated li iframe {
  width: 100%;
  height: auto;
  min-height: 200px;
}
.pages-index-radio-commercials ul.floated li,
.pages-index-toppings ul.floated li {
  width: 100%;
  float: none;
  clear: both;
  margin-bottom: 10px;
}
.datagrid {
  width: 100%;
}
.datagrid tr th {
  background: #f1f2f2;
  width: 1%;
  text-align: center;
  vertical-align: middle;
}
.datagrid tr td {
  border: 1px dotted #dfe0e1;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.datagrid tr .name {
  padding: 10px;
}
.datagrid tr .name .label {
  position: absolute;
  width: 212px;
  height: 30px;
  padding: 5px;
  text-align: left;
  background: #fff;
  margin: -10px 0 0 -22px;
  z-index: 2;
}
.datagrid tr .name .spacer {
  width: 190px;
}
.pages-index-allergen .content.fullpage {
  position: relative;
}
.white-fixed {
  position: absolute;
  top: 68px;
  bottom: 0;
  left: 0;
  width: 258px;
  background: #fff;
  z-index: 1;
}
div.box {
  background: #ffffff;
  padding: 12px;
  margin-bottom: 24px;
  text-align: center;
}
div.box.account {
  text-align: left;
}
div.box.account ul {
  list-style-type: square;
}
div.box.account ul li {
  margin-left: 1em;
}
div.box.account ul li a {
  color: #58595B;
}
div.box.account ul li.logout {
  margin-top: 1em;
  list-style-type: none;
  margin-left: 0;
}
div.box.account ul li.logout a {
  color: #cd2126;
}
/*
.datagrid.allergen {
        width: 100%;
        tr {
                min-height: 37px;
                th {
                        background: #d42323;
                        color: #fff;
                        width: 1%;
                        text-align: center;
                        vertical-align: middle;
                }
                td {
                        border: 1px dotted @bordergray;
                        text-align: center;
                        vertical-align: middle;
                        padding: 10px;
                        min-height:37px;
                        &.black {
                                background: #000;
                                color: #fff;
                                font-weight: bold;
                                text-align: left;
                        }
                        .red-x {
                                color: #e66c4f;
                        }
                        &.name {
                                padding: 0;
                                border: none;
                        }
                        .relative {
                                position: relative;
                                width: 190px;
                                height: 37px;
                        }
                        .absolute {
                                position: absolute;
                        }
                }
                .label {
                        position: absolute; 
                        width: auto;
                        text-align: left;
                        background: #fff;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        margin: 0;
                        padding: 10px;
                        height: 15px;
                }
                .spacer {
                        width: 190px;
                        min-height: 37px;
                }
        }
}*/
.column {
  display: block;
  float: none;
}
.addresses {
  display: block;
}
.addresses li {
  display: block;
  margin: 0.5em 0;
  padding: 0.5em 0.5em 1.5em;
  border-bottom: 1px dashed #dedede;
}
.addresses li.default {
  border-bottom: none;
}
.tablet-giveaway .banner {
  background: url('../img/bg/tablet-order-bg.jpg') center bottom no-repeat;
  height: 100px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.tablet-giveaway .banner img {
  display: inline;
}
.tablet-giveaway input[type="checkbox"] {
  margin: 0.25 0;
  display: inline;
  float: left;
}
.tablet-giveaway label {
  display: inline;
  float: left;
  margin: 0.1em 0.5em 0.25em 0.5em;
  color: #58595B;
  font-size: 1em;
  width: 87%;
}
.stores-view .small-title {
  margin-top: 1em;
}
.less-margin {
  margin: 0.5em 0;
}
.bullets {
  margin: 0.5em 0 0.5em 2em;
  list-style: disc;
  padding: auto;
}
.bullets li {
  margin: 0px;
}
.title-block {
  background: #cd2126;
  color: #fff;
  background-image: linear-gradient(bottom, #E12F38 0%, #C1171B 50%);
  background-image: -o-linear-gradient(bottom, #E12F38 0%, #C1171B 50%);
  background-image: -moz-linear-gradient(bottom, #E12F38 0%, #C1171B 50%);
  background-image: -webkit-linear-gradient(bottom, #E12F38 0%, #C1171B 50%);
  background-image: -ms-linear-gradient(bottom, #E12F38 0%, #C1171B 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E12F38), color-stop(0.6, #C1171B));
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
  padding: 1em;
  margin-bottom: 1.5em;
}
.title-block h1,
.title-block h2,
.title-block h3 {
  color: #fff;
  margin: 0;
  font-size: 1.5em;
}
.inline li ul {
  margin-bottom: 1em;
}
.inline strong {
  display: block;
  text-transform: uppercase;
}
.topping-wrap {
  padding: 1em 0;
  margin-bottom: 1em;
}
.topping-wrap .padding {
  padding: 0.25em 1em;
}
.topping-wrap h1,
.topping-wrap h2,
.topping-wrap h3 {
  margin: 0 0 0.25em 0;
}
.grey {
  background: #f0f0f0;
}
.rogers-top {
  max-width: 100%;
  height: auto;
  margin-top: -12px;
  margin-left: -12px;
  position: relative;
  z-index: 1;
}
header nav ul li a:focus {
  background: #DD272D;
}
@media screen and (min-width: 891px) {
  header nav ul li a {
    font-size: 13px;
    padding: 11px 8px !important;
  }
}
@media screen and (min-width: 719px) and (max-width: 890px) {
  header nav ul li a {
    font-size: 10px;
    padding: 11px 5px !important;
  }
}
.flyout {
  background-color: #FFFFFF;
}
/*.selection-item:hover {
  background-color: #ddd;
}*/
.selection-item.key-hover {
  background-color: #F8FFAA;
}
.selection-item.key-hover:hover {
  background-color: #F8FFAA;
}
.selection-item.selected {
  background-color: yellow;
}
.selection-item.selected:hover {
  background-color: yellow;
}
.hover {
  background-color: #F8FFAA;
}
.accessibility-item:focus {
  outline: 1px dotted grey !important;
}
/* CHANGED BY SIMON */
.pages-index-accessible-customer-service-plan #table10091 td {
  border-bottom: 1px solid grey !important;
  vertical-align: middle;
  line-height: 30px;
}
.pages-index-accessible-customer-service-plan #table10091 td p {
  margin: 0px;
}
footer .wrapper .col-3 h4,
footer .wrapper .col-2 h4,
footer .wrapper .col-1 h4 {
  font-size: 11px;
  font-weight: lighter;
  letter-spacing: 5px;
}
footer .wrapper .locations ul {
  float: left;
  width: 100%;
  margin: 0px auto;
}
footer .wrapper .locations ul li {
  text-align: center;
  clear: both;
  width: 100%;
  margin: 0px;
  padding: 3px;
  letter-spacing: 3px;
  font-weight: lighter;
  color: #FFF;
  font-size: 9px;
}
footer .wrapper .col-3 {
  width: 42%;
  float: left;
}
footer .wrapper .col-3 hr {
  width: 95%;
  margin: 12px auto;
  border-top: 1px solid #ccc;
}
footer .wrapper .col-3 .locations {
  width: 33.33%;
  float: left;
}
footer .wrapper .col-2 {
  width: 28.5%;
  float: left;
}
footer .wrapper .col-2 hr {
  width: 95%;
  margin: 12px auto;
  border-top: 1px solid #ccc;
}
footer .wrapper .col-2 .locations {
  width: 50%;
  float: left;
}
footer .wrapper .col-1 {
  width: 14.285%;
  float: left;
}
footer .wrapper .col-1 hr {
  width: 95%;
  margin: 12px auto;
  border-top: 1px solid #ccc;
}
footer .wrapper .col-1 .locations {
  width: 100%;
  float: left;
}
footer .wrapper .row {
  margin-top: 5%;
}
@media screen and (max-width: 891px) {
  footer .wrapper .row {
    display: none;
  }
}
.homepage_slider .desktop {
  margin: 0px auto;
}
.homepage_slider .mobile {
  margin: 0px auto;
}
#UserLoginForm .input.checkbox,
#UserIndexForm .input.checkbox {
  width: 100%;
}
#UserLoginForm .input.checkbox label,
#UserIndexForm .input.checkbox label {
  font-size: 11px;
  color: grey;
  line-height: 23px;
}
/* MENU PAGE CALORIE */
.menu_calorie {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .menu_calorie {
    font-size: 11px;
    clear: both;
  }
}
.menu_calorie p {
  margin: 0px !important;
  color: #cd2126 !important;
}
/* CARD PAGE */
.card_data div {
  float: left;
}
.card_data div.image_data {
  background-image: url(../img/icons/payment_sprite.png);
  background-repeat: no-repeat;
  width: 128px;
  height: 80px;
  float: left;
}
.card_data div.image_data.VI {
  background-position: -15px -37px;
}
.card_data div.card_details {
  margin-top: 20px;
  height: 80px;
}
form#addCard .input input {
  width: 350px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #F1F2F2;
  margin: 0 0 0.5em 0;
  padding: 0 3%;
  -moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
}
form#addCard .submit input {
  margin-left: 3px;
  margin-top: 10px;
}
/* HOMEPAGE PROMOTION */
@media (min-width: 768px) {
  #home_page_prom_desk {
    display: block !important;
  }
}
@media (min-width: 768px) {
  #home_page_prom_mob {
    display: none;
  }
}
#homepageProm {
  height: 501px;
  width: 600px;
  background-image: url(../img/homepage_promotion/PV-WEB_171110_2L_Popup_DT_01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
#homepagePromb1 {
  height: 99px;
  width: 300px;
  float: left;
  background-image: url(../img/homepage_promotion/PV-WEB_171110_2L_Popup_DT_02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#homepagePromb2 {
  height: 99px;
  width: 300px;
  float: left;
  /*margin-left:300px;*/
  background-image: url(../img/homepage_promotion/PV-WEB_171110_2L_Popup_DT_03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#homepageProm_mob {
  height: 357px;
  width: 300px;
  background-image: url(../img/homepage_promotion/PV-WEB_171110_2L_Popup_MO_01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  /*background-size: cover;*/
}
#homepagePromb_mob1 {
  height: 64px;
  width: 300px;
  /*float: left;*/
  background-image: url(../img/homepage_promotion/PV-WEB_171110_2L_Popup_MO_02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#homepagePromb_mob2 {
  height: 64px;
  width: 300px;
  /*float: left;*/
  /*margin-left:300px;*/
  background-image: url(../img/homepage_promotion/PV-WEB_171110_2L_Popup_MO_03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.fancybox-opened {
  min-width: 300px !important;
}
#homepageProm_kes {
  height: 501px;
  width: 600px;
  background-image: url(../img/homepage_promotion/PV-WEB_171012_gourmet_p1_dt1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
#homepagePromb1_kes {
  height: 99px;
  width: 300px;
  float: left;
  background-image: url(../img/homepage_promotion/PV-WEB_171012_gourmet_p1_dt2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#homepagePromb2_kes {
  height: 99px;
  width: 300px;
  float: left;
  /*margin-left:300px;*/
  background-image: url(../img/homepage_promotion/PV-WEB_171012_gourmet_p1_dt3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#homepageProm_mob_kes {
  height: 357px;
  width: 300px;
  background-image: url(../img/homepage_promotion/PV-WEB_171012_gourmet_p1_mo1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  /*background-size: cover;*/
}
#homepagePromb_mob1_kes {
  height: 64px;
  width: 300px;
  /*float: left;*/
  background-image: url(../img/homepage_promotion/PV-WEB_171012_gourmet_p1_mo2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#homepagePromb_mob2_kes {
  height: 64px;
  width: 300px;
  /*float: left;*/
  /*margin-left:300px;*/
  background-image: url(../img/homepage_promotion/PV-WEB_171012_gourmet_p1_mo3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#homepageProm_2med6 {
  height: 501px;
  width: 600px;
  background-image: url(../img/homepage_promotion/PV-WEB_171012_L5T_p1_dt1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
#homepagePromb1_2med6 {
  height: 99px;
  width: 300px;
  float: left;
  background-image: url(../img/homepage_promotion/PV-WEB_171012_L5T_p1_dt2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#homepagePromb2_2med6 {
  height: 99px;
  width: 300px;
  float: left;
  /*margin-left:300px;*/
  background-image: url(../img/homepage_promotion/PV-WEB_171012_L5T_p1_dt3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#homepageProm_mob_2med6 {
  height: 357px;
  width: 300px;
  background-image: url(../img/homepage_promotion/PV-WEB_171012_L5T_p1_mo1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  /*background-size: cover;*/
}
#homepagePromb_mob1_2med6 {
  height: 64px;
  width: 300px;
  /*float: left;*/
  background-image: url(../img/homepage_promotion/PV-WEB_171012_L5T_p1_mo2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#homepagePromb_mob2_2med6 {
  height: 64px;
  width: 300px;
  /*float: left;*/
  /*margin-left:300px;*/
  background-image: url(../img/homepage_promotion/PV-WEB_171012_L5T_p1_mo3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 480px) {
  .hide-sm {
    display: inline;
  }
  .ordernow a.flyer {
    background: transparent url(../img/icons/file-icon.png) no-repeat right center;
    padding-right: 16px;
  }
}
/** Large tablets with width more than 48em/768px */
@media screen and (min-width: 50em) {
  .inline li {
    float: left;
  }
  .inline li ul li {
    float: none;
    width: 100%;
  }
  .inline.thirds li,
  .inline.quarters li {
    width: 33%;
  }
  .inline.thirds li ul li,
  .inline.quarters li ul li {
    width: 100%;
  }
  .inline.quarters li {
    width: 25%;
  }
  .inline.quarters li.double {
    width: 50%;
  }
  .inline.quarters li.double ul li {
    width: 50%;
    float: left;
  }
  .passport {
    width: 100%;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: block;
  }
  .passport .spacer {
    visibility: hidden;
    width: 100%;
    display: block;
  }
  .passport .book {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
  }
  .passport .name {
    position: absolute;
    z-index: 20;
    left: 45px;
    top: 30px;
    color: #cd2126;
  }
  .passport .phone {
    display: inline-block;
    position: absolute;
    z-index: 30;
    right: 45px;
    top: 30px;
    color: #cd2126;
  }
  .passport .banner {
    display: inline-block;
    position: absolute;
    z-index: 30;
    left: 7%;
    bottom: 9%;
    width: 41%;
  }
  .passport .banner img {
    width: 100%;
  }
  .passport .countdown {
    position: absolute;
    z-index: 30;
    right: 5%;
    bottom: 40px;
    color: #cd2126;
    width: 41%;
    height: 60px;
    line-height: 40px;
  }
  .passport .countdown b {
    font-size: 3em;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .passport .countdown .line1 {
    font-size: 1em;
    vertical-align: middle;
  }
  .passport .countdown .line2 {
    line-height: 1.2em;
    font-size: 0.8em;
  }
  .passport .stamp {
    position: absolute;
    z-index: 40;
  }
  .passport .stamp0 {
    left: 10%;
    top: 49%;
    transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    /* IE 9 */
    -webkit-transform: rotate(80deg) /* Safari and Chrome */;
  }
  .passport .stamp1 {
    left: 30%;
    top: 29%;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    /* IE 9 */
    -webkit-transform: rotate(10deg) /* Safari and Chrome */;
  }
  .passport .stamp2 {
    left: 60%;
    top: 19%;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    /* IE 9 */
    -webkit-transform: rotate(40deg) /* Safari and Chrome */;
  }
  .passport .stamp3 {
    left: 70%;
    top: 49%;
    transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    /* IE 9 */
    -webkit-transform: rotate(120deg) /* Safari and Chrome */;
  }
  .passport .stamp4 {
    left: 25%;
    top: 65%;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -webkit-transform: rotate(30deg) /* Safari and Chrome */;
  }
  .passport .stamp5 {
    left: 13%;
    top: 33%;
    transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    /* IE 9 */
    -webkit-transform: rotate(60deg) /* Safari and Chrome */;
  }
  .passport .stamp6 {
    left: 60%;
    top: 64%;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -webkit-transform: rotate(30deg) /* Safari and Chrome */;
  }
  .passport .stamp7 {
    left: 50%;
    top: 20%;
    transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    /* IE 9 */
    -webkit-transform: rotate(160deg) /* Safari and Chrome */;
  }
  .passport .stamp8 {
    left: 80%;
    top: 50%;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    /* IE 9 */
    -webkit-transform: rotate(40deg) /* Safari and Chrome */;
  }
  .passport .stamp9 {
    left: 35%;
    top: 45%;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    /* IE 9 */
    -webkit-transform: rotate(10deg) /* Safari and Chrome */;
  }
  .passport .stamp10 {
    left: 55%;
    top: 40%;
    transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    /* IE 9 */
    -webkit-transform: rotate(140deg) /* Safari and Chrome */;
  }
  .passport .stamp11 {
    left: 84%;
    top: 29%;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    /* IE 9 */
    -webkit-transform: rotate(10deg) /* Safari and Chrome */;
  }
  .passport .stamp12 {
    left: 60%;
    top: 9%;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    /* IE 9 */
    -webkit-transform: rotate(40deg) /* Safari and Chrome */;
  }
  .passport .stamp13 {
    left: 70%;
    top: 29%;
    transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    /* IE 9 */
    -webkit-transform: rotate(120deg) /* Safari and Chrome */;
  }
  .passport .stamp14 {
    left: 5%;
    top: 66%;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -webkit-transform: rotate(30deg) /* Safari and Chrome */;
  }
  .passport .stamp15 {
    left: 83%;
    top: 53%;
    transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    /* IE 9 */
    -webkit-transform: rotate(60deg) /* Safari and Chrome */;
  }
  .passport .stamp16 {
    left: 6%;
    top: 59%;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -webkit-transform: rotate(30deg) /* Safari and Chrome */;
  }
  .passport .stamp17 {
    left: 15%;
    top: 25%;
    transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    /* IE 9 */
    -webkit-transform: rotate(160deg) /* Safari and Chrome */;
  }
  .passport .stamp18 {
    left: 18%;
    top: 50%;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    /* IE 9 */
    -webkit-transform: rotate(40deg) /* Safari and Chrome */;
  }
  .passport .stamp19 {
    left: 15%;
    top: 15%;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    /* IE 9 */
    -webkit-transform: rotate(10deg) /* Safari and Chrome */;
  }
  .passport .stamp20 {
    left: 55%;
    top: 41%;
    transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    /* IE 9 */
    -webkit-transform: rotate(140deg) /* Safari and Chrome */;
  }
  #UserLoginForm {
    width: 50%;
  }
  .stores-index #contents .content #map {
    width: 58%;
  }
  .stores-index #contents .content #map_sidebar {
    width: 40%;
    display: block;
  }
  .fancybox-opened {
    min-width: 480px;
  }
  #wrap.active,
  header.active,
  .shadow.active {
    left: 0;
  }
  .stuck {
    position: fixed;
    top: 123px;
  }
  .stuck-mobile {
    height: auto;
  }
/*  .stuck-mobile .product-price {
    background: none;
    position: static;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }*/
  header,
  .shadow {
    transition: none;
  }
  header .menu-link {
    display: none;
  }
  header .logo {
    float: left;
    margin: 18px 0px 0 10px;
  }
  header nav {
    position: static;
    width: auto;
    height: auto;
    float: right;
    margin: 0px;
    padding: 0px;
    clear: none;
    background: transparent;
  }
  header nav ul li {
    float: left;
    clear: none;
    background: url(../img/bg/menu-line.png) no-repeat left bottom;
    padding-left: 1px;
  }
  header nav ul li.first {
    background: none;
  }
  header nav ul li:hover ul {
    display: block;
    margin-left: -1px;
  }
  header nav ul li a {
    color: #ffffff;
    border: none;
    padding: 11px 9px;
    height: 32px;
    line-height: 32px;
    /*					text-shadow: 1px 2px 0px #000;*/
  }
  header nav ul li a:hover {
    height: 33px;
    background: #DD272D;
  }
  header nav ul li:hover a {
    height: 33px;
    background: #DD272D;
  }
  header nav ul li:hover ul li {
    padding-left: 0;
  }
  header nav ul li:hover ul li a {
    height: auto;
  }
  .is_new {
    text-indent: -10000px;
    position: absolute;
    display: inline-block;
    background: url(../img/icons/new.png) no-repeat;
    width: 60px;
    height: 60px;
    right: -10px;
    top: -20px;
    z-index: 1;
  }
  .is_pickup {
    text-indent: -10000px;
    position: absolute;
    display: inline-block;
    background: url(../img/icons/pickup.png) no-repeat;
    width: 60px;
    height: 60px;
    right: -5px;
    top: -15px;
    z-index: 1;
  }
  .is_introductory {
    text-indent: -10000px;
    background: url(../img/icons/introductory-offer.png) no-repeat;
    width: 130px;
    height: 25px;
    z-index: 1;
    margin: 0px auto;
    position: absolute;
    left: 32px;
    top: 10px;
  }
  .is_limited_time {
    text-indent: -10000px;
    background: url(../img/icons/limited-time-offer.png) no-repeat;
    width: 130px;
    height: 25px;
    z-index: 1;
    margin: 0px auto;
    position: absolute;
    left: 32px;
    top: 10px;
  }
  .online_only {
    text-indent: -10000px;
    background: url(../img/icons/online-only.png) no-repeat;
    width: 130px;
    height: 25px;
    z-index: 1;
    margin: 0px auto;
    position: absolute;
    left: 20px;
    top: 10px;
  }
  .pizza-layout form {
    padding: 2%;
  }
  .pizza-layout form .column {
    width: 48%;
    padding: 0;
  }
  .pizza-layout form .column.product-column {
    float: right;
  }
  .pizza-layout form .column.pickers-column {
    float: left;
  }
  .accordion .category .selector {
    height: 90px;
    line-height: 90px;
    padding-left: 160px;
  }
  .accordion .category .selector .name {
    font-size: 1.8em;
  }
  .accordion .category .selector .image {
    width: 140px;
    height: auto;
  }
  .accordion .category .collapsable .grouped .slip-1 .image {
    display: inline;
    float: left;
    display: block;
  }
  .accordion .category .collapsable .grouped .slip-1 .image img {
    width: 60px;
    margin: 5px;
  }
  .accordion .category .collapsable .grouped .slip-1 .name {
    margin: 24px 10px;
  }
  .accordion .category .collapsable .grouped .slip-2 .sizes {
    padding-top: 12px;
  }
  .accordion .category .collapsable .grouped .slip-2 .sizes li {
    float: left;
    width: 25%;
    height: 420px;
  }
  .accordion .category .collapsable .grouped .slip-2 .sizes li a {
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    min-height: 373px;
  }
  .accordion .category .collapsable .grouped .slip-2 .sizes li a .image {
    display: block;
    float: none;
    height: 190px;
    text-align: center;
    margin: 0px auto;
    position: relative;
  }
  .accordion .category .collapsable .grouped .slip-2 .sizes li a .image img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    float: none;
    margin: 10px auto;
  }
  .accordion .category .collapsable .grouped .slip-2 .sizes li a .price {
    padding: 10px 0;
    float: none;
    width: auto;
  }
  .accordion .category .collapsable .grouped .slip-2 .sizes li a .order {
    display: inline-block;
    color: #fff;
    font-size: 1.3em;
    padding: 8px 10px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #dedede;
    text-shadow: 1px 1px 2px #444;
    text-decoration: none;
    background: #008BC0 url(../img/icons/arrow-next.png) left center;
  }
  .accordion .category .collapsable .grouped .slip-2 .sizes li a:hover {
    background: #ffffff;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .accordion .category .collapsable .standard {
    float: left;
    width: 25%;
    height: auto;
    text-align: center;
    position: relative;
    background: #ffffff;
    margin: -1px 0 0 -1px;
    z-index: 1;
    border: none;
    min-height: 309px;
    overflow: visible;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 381px;
  }
  .accordion .category .collapsable .standard .flyout {
    overflow: visible;
    height: auto;
    min-height: 364px;
    border: 1px solid #dfe0e1;
  }
  .accordion .category .collapsable .standard .flyout .floated-block {
    float: none;
    width: auto;
    margin: 0px auto;
  }
  .accordion .category .collapsable .standard .flyout .slip {
    position: static;
    width: auto;
    height: auto;
    background: #fff;
  }
  .accordion .category .collapsable .standard .flyout .slip.slip-1 {
    background: #fff;
    left: auto;
  }
  .accordion .category .collapsable .standard .flyout .slip.slip-1 p {
    display: block;
  }
  .accordion .category .collapsable .standard .flyout .slip.slip-2 {
    display: none;
    background: #fff;
    height: auto;
  }
  .accordion .category .collapsable .standard .flyout .slip.slip-2 .sizes {
    border-top: 2px dotted #dfe0e1;
    margin: 12px;
    padding-top: 8px;
    left: 0;
    overflow: auto;
    white-space: normal;
    position: static;
  }
  .accordion .category .collapsable .standard .flyout .slip.slip-2 .sizes li {
    width: auto;
    height: auto;
  }
  .accordion .category .collapsable .standard .flyout .slip.slip-2 .sizes li a {
    width: 44px;
    min-height: 72px;
    padding: 2px;
    margin: 2px 3px;
  }
  .accordion .category .collapsable .standard .flyout .slip.slip-2 .sizes li a:hover {
    cursor: pointer;
  }
  .accordion .category .collapsable .standard .flyout .slip.slip-2 .sizes li a:hover .order {
    display: block;
  }
  .accordion .category .collapsable .standard .flyout .slip.slip-2 .slide-back {
    display: none;
  }
  .accordion .category .collapsable .standard .flyout .slip .name {
    width: 90%;
    height: auto;
    padding-left: 0;
    display: block;
    vertical-align: none;
    margin: 1em auto;
  }
  .accordion .category .collapsable .standard .flyout .slip .description {
    display: none;
    padding: 0;
    margin: 1em auto 0 0;
    font-size: 1em;
  }
  .accordion .category .collapsable .standard .flyout .slip .description p {
    width: 90%;
    margin: 0 auto;
  }
  .accordion .category .collapsable .standard .flyout .slip .image {
    float: none;
  }
  .accordion .category .collapsable .standard .flyout .slip .image img {
    width: 80%;
    height: auto;
  }
  .accordion .category .collapsable .standard .more-info {
    display: block;
    margin: 0 auto;
  }
  .accordion .category .collapsable .standard.hover {
    overflow: visible;
  }
  .accordion .category .collapsable .standard.hover .flyout {
    position: absolute;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    background: #ffffff;
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
  }
  .accordion .category .collapsable .standard.hover .flyout .slip.slip-1 p {
    display: block;
  }
  .accordion .category .collapsable .standard.hover .flyout .slip.slip-1 .name {
    display: none;
  }
  .accordion .category .collapsable .standard.hover .flyout .slip .name {
    display: none;
  }
  .accordion .category .collapsable .standard.hover .flyout .slip.slip-1 .description {
    display: block;
  }
  .accordion .category .collapsable .standard.hover .flyout .slip.slip-2 {
    display: block;
  }
 .accordion .category .collapsable .standard.hover .flyout .slip .description{
    display: block;
  }
  .styled-form .input {
    display: inline;
    float: left;
    width: 46%;
    margin: 0 2%;
  }
  .users-password .fields {
    width: 46%;
    margin: 0 2%;
  }
  .checkout-confirm .delivery-options .select {
    width: 30%;
    margin: 0 1%;
    float: left;
  }
  #contents .upsell li {
    width: 46%;
    margin: 0 1% 1%;
    padding: 1%;
    clear: none;
    float: left;
  }
  #contents .upsell .checkout-product .wizard .product-column .product .product-image {
    margin: 0;
  }
  #contents .upsell .checkout-product .wizard .pickers-column {
    margin-top: 0px;
  }
  .content ul.list {
    font-size: 1.25em;
    line-height: 1.25em;
  }
  .content ul.list {
    margin-bottom: 1.25em;
  }
  .cart h3.small-title {
    font-size: 1.9em;
  }
  .cart .gray-box {
    background: url(../img/bg/promotions.png) no-repeat left center;
    /*padding-left: 220px;*/
    color: #58595B;
    text-align: left;
  }
  .cart .gray-box h4 {
    font-size: 1.9em;
    color: #cd2126;
  }
  .cart .gray-box .input {
    float: left;
    width: 13em;
  }
  .cart .gray-box .button {
    margin-left: 2em;
  }
  .triple {
    width: 75%;
  }
  .single {
    width: 25%;
  }
  .single img {
    width: 100%;
    height: auto;
  }
  .pages-index-radio-commercials ul.floated li {
    width: 48%;
    float: left;
    clear: none;
    margin-bottom: 10px;
  }
  .pages-index-toppings ul.floated li {
    width: 30%;
    float: left;
    clear: none;
    margin-bottom: 10px;
  }
  .pages-index-about #contents .content {
    background: #fff url(../img/bg/16618840_m.jpg) no-repeat right bottom;
    background-size: 466px auto;
  }
  .pages-index-about #contents .content .short1 {
    width: 70%;
  }
  .pages-index-about #contents .content .short2 {
    width: 60%;
  }
  .pages-index-about #contents .content .short3 {
    width: 35%;
  }
  .pages-index-frequently-asked-questions #contents .content {
    background: #fff url(../img/bg/dough-roller2.jpg) no-repeat right top;
  }
  .pages-index-frequently-asked-questions #contents .content .short1 {
    width: 50%;
  }
  .pages-index-frequently-asked-questions #contents .content .short2 {
    width: 100%;
  }
  .pages-index-frequently-asked-questions #contents .content .short3 {
    width: 100%;
  }
  .pages-index-frequently-asked-questions #contents .content .small-title {
    margin-bottom: 0.25em;
  }
  .accordion .category .selector .image img {
    width: auto;
    height: 73px;
  }
}
@media screen and (min-width: 45em) and (max-width: 1295px) {
  .is_introductory {
    left: 0px;
  }
}
@media screen and (min-width: 45em) and (max-width: 1295px) {
  .is_limited_time {
    left: 0px;
  }
}
@media screen and (min-width: 45em) and (max-width: 1295px) {
  .online_only {
    left: 0px;
  }
}
/** Desktop and larger screens width width more than 64em/1024px */
@media screen and (min-width: 63.5em) {
  .menu-txt-link {
    margin-right: 24em;
    margin-top: 25px;
  }
  .stores-index #contents .content #map {
    width: 74%;
  }
  .stores-index #contents .content #map_sidebar {
    width: 25%;
  }
  article,
  header,
  .callout ul {
    max-width: 974px;
    margin: 0 auto;
  }
  .callout {
    display: block;
  }
  .pages-index-home article {
    padding: 0;
  }
  header {
    left: 50%;
    margin-left: -487px;
  }
  header.active {
    left: 50%;
    margin-left: -487px;
  }
  header nav ul li a {
    padding: 11px 24px;
  }
  .shadow {
    width: 950px;
    margin: 0 12px;
    left: 50%;
    margin-left: -475px;
  }
  .shadow.active {
    left: 50%;
    margin-left: -475px;
  }
  .ordernow {
    margin: 0;
  }
  .wrapper {
    padding: 0;
  }
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  footer {
    color: #CDCDCD;
  }
  footer a {
    color: #CDCDCD;
  }
  footer a:hover {
    color: #ffffff;
  }
  footer .wrapper {
    max-width: 974px;
    margin: 0 auto;
  }
  footer li {
    display: inline;
    float: left;
    width: 20%;
    margin-bottom: 1em;
    text-transform: none;
  }
  footer li ul li {
    width: 50%;
    margin-bottom: 0;
  }
  footer h4 {
    margin-bottom: 1em;
    color: #ffffff;
    text-transform: uppercase;
  }
  footer .offices,
  footer .contact-info,
  footer .links,
  footer .last h4 {
    display: block;
  }
  footer .social {
    display: inline;
    float: left;
  }
  footer .social li {
    display: inline;
    float: left;
    width: 24px;
    margin-bottom: 1em;
  }
  footer .social h4,
  footer .copy h4 {
    display: block;
    margin-bottom: 3em;
  }
  #contents h1 {
    margin: 0 12px;
  }
  #contents .content {
    float: left;
    margin: 12px 12px 24px 12px;
    width: 43em;
  }
  #contents .fullpage {
    width: auto;
    display: block;
    float: none;
  }
  .product-options {
    float: left;
    width: 65%;
  }
  .item {
    width: 30%;
    float: right;
    clear: right;
    text-align: right;
  }
  /* =SLIDES
    -------------------------------------------------------------- */
  .pages {
    background: #000;
  }
  .pages .slide {
    text-align: center;
    /*padding: 48px 0;*/
  }
  .pages .slide img {
    max-width: 974px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /* =MENU
    -------------------------------------------------------------- */
  .accordion .category {
    margin: 0;
  }
  .accordion .category .selector {
    margin-bottom: 12px;
  }
  .accordion .category:last-child .selector {
    margin-bottom: 0;
  }
  .accordion .category .collapsable .standard .flyout .slip .name {
    font-size: 1em;
    min-height: 51px;
  }
  .accordion .category .collapsable .standard .flyout .slip .image {
    min-height: 120px;
  }
  aside {
    display: inline;
    float: left;
    width: 21.4em;
    margin: 12px 0 12px 12px;
  }
  aside .passport {
    background: #fff url(../img/callouts/passport-sidebox.jpg) no-repeat bottom left;
    padding: 10px 4px 10px 115px;
    width: auto;
  }
  aside .passport h4 {
    margin: 0.2em 0 0.2em;
    font-weight: normal;
  }
  aside .passport h4.small-title {
    margin: 0.3em 0 0.8em;
    font-weight: bold;
  }
  aside .passport h4 span {
    color: #cd2126;
  }
  aside .passport h6 {
    font-size: 0.7em;
    margin: 0.2em 0 0.2em;
  }
  aside .passport h6 span {
    color: #cd2126;
  }
  aside .passport img {
    width: auto;
  }
  aside img {
    width: 100%;
    height: auto;
  }
  .cart .cart-item .image {
    width: 20em;
  }
  .cart .cart-item .details {
    margin-left: 22em;
  }
  .pages-index-frequently-asked-questions #contents .content .short1 {
    width: 45%;
  }
  .pages-index-frequently-asked-questions #contents .content .short2 {
    width: 100%;
  }
  .pages-index-frequently-asked-questions #contents .content .short3 {
    width: 100%;
  }
  .passport .countdown {
    bottom: 7%;
  }
}
@media screen and (min-width: 81em) {
  .menu-txt-link {
    margin-right: 24.7em;
  }
  .column {
    float: left;
    width: 49%;
  }
  .pages-contact-contact .column {
    width: auto;
  }
  .stores-view .column.right {
    padding-left: 10px;
  }
  .stores-view .small-title {
    margin-top: 0;
  }
  article,
  header,
  .callout ul {
    max-width: 1244px;
  }
  header {
    margin-left: -622px;
  }
  header.active {
    margin-left: -622px;
  }
  .shadow {
    width: 1220px;
    margin: 0 12px;
    left: 50%;
    margin-left: -610px;
  }
  .shadow.active {
    margin-left: -610px;
  }
  #contents {
    padding-top: 170px;
  }
  #contents .content {
    width: 61.7em;
  }
  #contents .fullpage {
    width: auto;
  }
  aside {
    width: 22em;
  }
  .callout {
    height: 220px;
    background: transparent url(../img/cta-stripe.png) repeat-x left 110px;
  }
  .callout ul li {
    width: 390px;
  }
  .callout ul li .fb_iframe_widget {
    width: 220px;
    margin-top: -84px;
  }
  .callout ul li .deals {
    height: 197px;
  }
  .callout ul li .deals h4 {
    font-size: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .callout ul li .deals form .text input {
    width: 153px;
  }
  .accordion .category .collapsable .standard {
    margin: -2px 0 0 -2px;
    height: 400px;
    min-height: 400px;
  }
  .accordion .category .collapsable .standard .flyout {
    min-height: 376px;
  }
  .accordion .category .collapsable .standard .flyout .slip .name {
    font-size: 1em;
    line-height: 1.25em;
    min-height: 42px;
  }
  .accordion .category .collapsable .standard .flyout .slip .image {
    min-height: 172px;
  }
  .ordernow .title {
    font-size: 1.75em;
    margin-top: 24px;
  }
  .ordernow.cart-summary .title {
    margin-top: 3px;
  }
  .ordernow .order-online {
    background: transparent url(../img/buttons/order-big.png) no-repeat center center;
    text-indent: -9999px;
    width: 244px;
    height: 73px;
  }
  .ordernow a.flyer {
    background: transparent url(../img/icons/file-icon-lg.png) no-repeat right center;
    padding-right: 21px;
  }
  .pages .slide img {
    max-width: 1244px;
  }
  .pages-index-frequently-asked-questions #contents .content .short1 {
    width: 62%;
  }
  .pages-index-frequently-asked-questions #contents .content .short2 {
    width: 60%;
  }
  .pages-index-frequently-asked-questions #contents .content .short3 {
    width: 100%;
  }
  .passport .countdown {
    bottom: 10%;
  }
  .passport .countdown .line2 {
    font-size: 1em;
  }
}
@media screen and (min-width: 105em) {
  .menu-txt-link {
    margin-right: 27.7em;
  }
  article,
  header,
  .callout ul {
    max-width: 1424px;
  }
  header {
    margin-left: -712px;
  }
  .shadow {
    width: 1400px;
    margin: 0 12px;
    left: 50%;
    margin-left: -700px;
  }
  #contents .content {
    width: 71.5em;
  }
  #contents .fullpage {
    width: auto;
  }
  aside {
    width: 25em;
  }
  .callout {
    height: 252px;
    background: transparent url(../img/cta-stripe.png) repeat-x left 126px;
  }
  .callout ul li {
    width: 450px;
  }
  .callout ul li .fb_iframe_widget {
    width: 260px;
    margin-top: -90px;
  }
  .callout ul li .deals {
    height: 230px;
  }
  .callout ul li .deals h4 {
    font-size: 1.75em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .callout ul li .deals form .text input {
    width: 179px;
  }
  .pages .slide img {
    max-width: 1424px;
  }
  .accordion .category .collapsable .standard {
    height: 435px;
    min-height: 435px;
  }
  .accordion .category .collapsable .standard .flyout {
    min-height: 416px;
  }
  .accordion .category .collapsable .standard .flyout .slip .name {
    font-size: 1.25em;
  }
  .accordion .category .collapsable .grouped .slip-2 .sizes li {
    height: 420px;
  }
  .accordion .category .collapsable .grouped .slip-2 .sizes li a .image {
    height: 215px;
  }
}
@media screen and (max-width: 41em) {
  aside {
    padding-top: 0 !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  header .logo {
    background-image: url('../img/logo-mobile@2x.png');
    background-size: 146px 19px;
  }
  .ordernow .order-online {
    background-image: url('../img/buttons/order-mobile@2x.png');
    background-size: 145px 43px;
  }
  .icon.pizza.small {
    background-image: url('../img/icons/pizza/small@2x.png');
    background-size: 19px 21px;
  }
  .icon.pizza.gthin {
    width: 40px;
    height: 40px;
    background: url('../img/icons/pizza/g-free@2x.png') center center no-repeat;
  }
  .icon.pizza.thin {
    background-image: url('../img/icons/pizza/medium@2x.png');
    background-size: 24px 25px;
  }
  .icon.pizza.medium {
    background-image: url('../img/icons/pizza/medium@2x.png');
    background-size: 24px 25px;
  }
  .icon.pizza.large {
    background-image: url('../img/icons/pizza/large@2x.png');
    background-size: 30px 29px;
  }
  .icon.pizza.x-large {
    background-image: url('../img/icons/pizza/x-large@2x.png');
    background-size: 38px 36px;
  }
  .icon.pizza.party {
    background-image: url('../img/icons/pizza/party@2x.png');
    background-size: 29px 35px;
  }
  .icon.wings.small {
    background-image: url('../img/icons/wings/small@2x.png');
    background-size: 38px 36px;
  }
  .icon.wings.medium {
    background-image: url('../img/icons/wings/medium@2x.png');
    background-size: 38px 36px;
  }
  .icon.wings.large {
    background-image: url('../img/icons/wings/large@2x.png');
    background-size: 38px 36px;
  }
  .icon.poppers.small {
    background-image: url('../img/icons/poppers/small@2x.png');
    background-size: 38px 36px;
  }
  .icon.poppers.medium {
    background-image: url('../img/icons/poppers/medium@2x.png');
    background-size: 38px 36px;
  }
  .icon.poppers.large {
    background-image: url('../img/icons/poppers/large@2x.png');
    background-size: 38px 36px;
  }
  .pages .scroll {
    background-image: url('../img/icons/scroll@2x.png');
    background-size: 77px 77px;
  }
}
/** Large tablets with width more than 48em/768px */
@media screen and (min-width: 45em) {
  .ie7 .callout ul {
    margin-top: 17px;
  }
  .ie7 header nav ul li a,
  .ie8 header nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/** Desktop and larger screens width width more than 64em/1024px */
@media screen and (min-width: 63.5em) {
  .ie7 article,
  .ie7 header,
  .ie7 .callout ul {
    width: 974px;
  }
  .ie7 header nav ul li a,
  .ie8 header nav ul li a {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 81em) {
  .ie7 article,
  .ie7 header,
  .ie7 .callout ul {
    width: 1244px;
  }
}
@media screen and (min-width: 105em) {
  .ie7 article,
  .ie7 header,
  .ie7 .callout ul {
    width: 1424px;
  }
}
.ie7 .accordion .category .collapsable .standard .flyout .slip-2.slip .sizes {
  text-align: center;
}
.ie7 .accordion .category .collapsable .standard .flyout .slip-2.slip .sizes li {
  display: inline;
}
.ie7 .accordion .category .collapsable .standard .flyout .slip-2.slip .sizes li a .order span {
  width: 70%;
  margin-top: 20px;
}
.ie7 .accordion .category .collapsable .standard:hover .flyout {
  position: static;
}
.ie7 .accordion .category .collapsable .grouped .slip-2 .sizes li a .image {
  position: static;
}
.ie7 footer {
  margin-top: 14px;
}
.ie7 .callout,
.ie7 .callout ul,
.ie7 .callout ul li img {
  position: static;
}
.ie7 .accordion .category .collapsable .standard:hover .flyout,
.ie8 .accordion .category .collapsable .standard:hover .flyout {
  border: 1px solid #dfe0e1;
}
.ie7 .accordion .category .selector,
.ie8 .accordion .category .selector {
  border-top: none;
  border-left: none;
  border-right: 5px solid #ccc;
  border-bottom: 5px solid #ccc;
}
.ie7 .shadow .ordernow,
.ie8 .shadow .ordernow {
  background: url('../img/ie/shadow-bg.png') 0 0 repeat;
}
.ie7 footer ul li {
  width: 19%;
}
.ie7 footer ul li ul li {
  width: 50%;
}
.ie7 footer .social li {
  width: 24px;
}
