/* Minification failed. Returning unminified contents.
(870,21): run-time error CSS1038: Expected hex color, found '#inherit'
 */
/* put in a ":before" selector
   need to give base element padding-left: 20px 
*/
/* put in a ":after" selector of base element
   need to give base element padding-right: 15px 
*/
#change-store {
  position: absolute;
  bottom: 0;
  right: 0;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  padding-bottom: 10px;
}

#store-name-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  position: relative;
  width: 100%;
}

/************************* Store Details Breakpoints *******************************/
@media (max-width: 1024px) {
  #store-name-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  #store-name-wrapper {
    margin-top: 45px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #store-name-wrapper > h1 {
    font-size: 24px;
  }

  #change-store {
    right: 10px;
  }

  #store-description-top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .reverse-flex-wrap {
    flex-flow: row-reverse wrap-reverse !important;
    -webkit-flex-flow: row-reverse wrap-reverse !important;
    -moz-flex-flow: row-reverse wrap-reverse !important;
    -ms-flex-flow: row-reverse wrap-reverse !important;
    padding: 10px 0 0 0;
  }

  #disclaimer {
    margin-top: -100px;
    padding-top: 100px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  #store-name-wrapper {
    margin-top: 5px;
  }

  pizzamenus #store-name-wrapper {
    display: none;
  }

  #store-description-top {
    display: none;
  }

  #store-description-bottom {
    display: block;
    padding: 10px 10px 0 10px;
  }
}
@media (max-width: 414px) {
  #store-name-wrapper > h1 {
    padding-left: 10px;
    padding-bottom: 30px;
  }
  #store-name-wrapper #change-store {
    position: absolute;
    left: 10px;
    padding-top: 40px;
    bottom: 0px;
  }
  pizzamenus #store-name-wrapper #change-store {
    display: none;
  }
  #store-name-wrapper #disclaimer {
    margin-top: -150px;
    padding-top: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (width: 768px) and (orientation: portrait), (min-width: 1025px) {
  #change-store {
    position: relative;
    margin: 0 auto 0 10px;
    align-self: flex-end;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    padding-bottom: 10px;
  }

  .mSafari-6 #change-store {
    padding-bottom: 0;
    height: 10px;
    margin-top: 21px;
  }
}
.ie10 #change-store {
  display: inline-block;
  margin-top: 25px;
  height: 10px;
}

.lt-ie10 #change-store {
  float: none;
  display: inline-block;
}

.lt-ie9 #change-store {
  float: none;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

#menulinks-wrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.75+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 60%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 60%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 60%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 60%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 60%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bf000000", endColorstr="#00000000",GradientType=0 );
  /* IE6-9 */
  z-index: 500;
  position: relative;
}

#menulinks {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 25px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
}

pizzamenus {
  display: block;
  max-width: 1024px;
}
pizzamenus h1 {
  position: relative;
  z-index: 100;
}

pizzamenus .btn {
  font-size: 16px;
  width: 100%;
}

pizzamenus .background-feature-right {
  display: block;
  top: 800px;
}

.product-menu > li, .product-submenu > li {
  font-family: "Oswald", impact, charcoal, sans-serif;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  font-size: initial;
  text-align: left;
}

.anchor h2 {
  padding: 0;
  font-size: 27px;
}

.product-menu {
  padding-right: 150px;
  margin-left: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.product-menu > li {
  margin-bottom: 5px;
  margin-top: -4px;
  background-color: #006491;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  padding: 4px;
  font-size: 15px;
}
.product-menu > li > a {
  margin: 0 auto;
  padding: 5px 15px;
  width: 100%;
  color: white;
}
.product-menu > li:hover, .product-menu > li:focus, .product-menu > li:active {
  position: relative;
  background-color: #007AAF;
}
.product-menu > li:hover div, .product-menu > li:focus div, .product-menu > li:active div {
  color: white;
}
.product-menu li.selected-menu {
  position: relative;
  background-color: #E21836;
}
.product-menu li.selected-menu div {
  color: white;
}
.product-menu li.selected-menu:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 100, 145, 0);
  border-top-color: #E21836;
  border-width: 6px;
  margin-left: -6px;
}

.product-submenu {
  margin-top: 10px;
}

.product-submenu > li {
  font-family: "droid_sans", verdana, geneva, sans-serif;
  font-size: 12px;
  padding: 0 9px;
  font-size: 13px;
  border-left: 1px dotted black;
  margin-bottom: 5px;
}
.product-submenu > li:first-child {
  padding-left: 0;
  border-left: none;
}
.product-submenu > li:last-child {
  padding-right: 0;
}

.product-submenu a:hover, .product-submenu a:focus {
  text-decoration: underline;
}

.at-product-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  padding-top: 10px;
}

.product-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  width: 18.9%;
  padding: 5px;
  padding-top: 0px;
  background-color: rgba(0, 0, 0, 0.05);
}
.product-container:hover, .product-container:focus, .product-container.hovered {
  background-color: rgba(174, 141, 92, 0.2);
}

.product {
  padding: 10px;
}

.menu-entry {
  display: inline;
  font-family: "droid_sans", verdana, geneva, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  width: 100%;
  word-wrap: break-word;
  display: block;
}

.kjs {
  color: #727272;
  font-size: 12px;
}
.kjs.small {
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  float: right;
}

.product-price {
  float: left;
  font-size: 12px;
}

.size-price-container .size-icon {
  background-color: #fff;
  color: #000;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  text-align: center;
  clear: left;
  margin-right: 5px;
}

.size-price-container .size-price {
  line-height: 1.5;
}

.size-price-container {
  padding-bottom: 5px;
}

.ordernow {
  align-self: flex-end;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  font-family: "Oswald", impact, charcoal, sans-serif;
  margin: 10px 0 0 0;
  width: 90%;
  min-width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 500;
}

.ordernow:hover, .ordernow:focus {
  background-color: #b6132c;
  border-color: #b6132c;
  cursor: pointer;
}

.pizza-image {
  width: 90%;
  padding: 25px 5% 5px 5%;
  cursor: pointer;
  overflow: hidden;
}
@-moz-document url-prefix() {
  .pizza-image {
    height: auto !important;
  }
}

.lt-ie10 .pizza-image {
  height: auto !important;
}

#menu-download {
  position: relative;
  margin: 55px 0 0 0;
  padding-top: 20px;
  border-top: 1px dotted white;
  font-weight: bold;
}

@media screen\0  {
  .pizza-image {
    height: auto !important;
  }
}
.pizza-image:hover {
  transform: scale(1.15);
  transition: all 0.3s ease;
}

.prod-info {
  display: block;
  width: 90%;
}

.back {
  display: none;
  width: auto;
  cursor: pointer;
}

.prod-image {
  position: relative;
  display: inline-block;
  width: 100%;
}

.product-page-link {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.legends {
  position: absolute;
  right: 0;
  display: table;
  transition: all 50ms ease;
  list-style: none;
}
pizzamenus .legends {
  bottom: 0;
}
.legends > li {
  display: table-cell;
}

.legend-img {
  width: 30px;
  height: auto;
  max-height: 40px;
  vertical-align: middle;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 100ms ease;
  z-index: 500;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007AAF;
  width: 50px;
  height: 40px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  z-index: 500;
}

#return-to-top img {
  color: #fff;
  margin: 0;
  position: relative;
  text-align: center;
  font-size: 20px;
  top: 20%;
  left: 30%;
  z-index: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: #007399;
}

#return-to-top:hover img {
  color: #fff;
  top: 0;
}

#back-to-menu {
  display: none;
  max-width: none;
}

.owl-item .product-container {
  width: 95%;
  padding: 2%;
}

.pizza-category {
  position: relative;
  margin-top: 10px;
}
.pizza-category.first-category .menu-info-link {
  margin-top: 0px;
}

.pizza-header {
  position: relative;
  border-bottom: 1px dotted black;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
}
.pizza-header .anchor {
  align-self: baseline;
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  -ms-align-self: baseline;
  padding-right: 20px;
}
.pizza-header .menu-info-link {
  align-self: baseline;
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  -ms-align-self: baseline;
  display: inline-block;
  float: right;
  margin-top: 60px;
}

.pizzachef-wrapper .pizza-header {
  margin-top: 10px;
}
.pizzachef-wrapper .pizzachef-header #pizzachef-logo {
  width: 220px;
  background-image: url("/Content/Images/pizzachef_logo-black.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 38px;
  display: inline-block;
}
.pizzachef-wrapper .pizzachef-header #pizzachef-logo img {
  width: 100%;
  height: 100%;
  padding: 0;
}
.pizzachef-wrapper .pizzachef-header h3 {
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}
.pizzachef-wrapper #pizzachef-banner {
  width: 100%;
  margin: 10px 0;
}
.pizzachef-wrapper .btn {
  min-width: 250px;
  max-width: 250px;
}

@media screen and (max-width: 1023px) {
  .product-submenu {
    display: none;
  }
}
@media (max-width: 768px) {
  .product-container {
    width: 22%;
    padding: 1.5%;
    padding-top: 0;
  }

  #submenu-pizzachef #pizzachef-banner {
    width: 100%;
  }

  #back-to-menu {
    display: inline-block;
    margin: 10px 0;
  }

  pizzamenus.content {
    margin: 0 10px;
  }

  #menulinks-wrapper {
    display: none;
  }

  .product-container {
    width: 28%;
    padding: 2.5%;
    padding-top: 0;
  }
  .owl-item .product-container {
    width: 90%;
    padding: 5%;
  }

  pizzamenus .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 597px) {
  .pizzachef-wrapper a.menu-info-link {
    margin-top: 10px;
  }
}
@media (max-width: 414px) {
  .product-container {
    width: 45%;
    padding: 2.5%;
    padding-top: 0;
  }
  .owl-item .product-container {
    width: 90%;
    padding: 5%;
  }

  .pizza-category {
    margin-top: 20px;
  }

  .pizza-header .anchor {
    width: 100%;
    padding-bottom: 0;
  }
  .pizza-header .menu-info-link {
    margin-top: 10px;
  }

  .back {
    display: inline;
    margin-top: 80px;
  }

  #menu-download {
    font-size: 82%;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .prod-info .kjs {
    width: 100%;
  }
  .prod-info .kjs.small {
    padding-bottom: 10px;
    padding-left: 0;
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (width: 768px) and (orientation: portrait), (min-width: 1025px) {
  .product-menu {
    padding-right: 225px;
  }

  .product-submenu {
    padding-right: 200px;
  }

  #store-description-top {
    padding: 5px 250px 5px 5px;
  }

  .mSafari pizzamenus .pizza-header .menu-info-link {
    display: inline-block;
    margin-top: 60px;
  }
  .mSafari pizzamenus .first-category .menu-info-link {
    display: inline-block;
    float: none;
    margin-right: auto;
  }

  .mSafari-6 pizzamenus .first-category .menu-info-link {
    display: inline-block;
    float: none;
    margin-right: initial;
  }
}
@media (max-width: 768px) {
  .NL_v1 .content {
    padding: unset;
  }
}
.NL_v1 #menulinks-wrapper {
  background: none;
  height: 90px;
  z-index: 1000;
}
.NL_v1 #menulinks-wrapper.mobile-menu {
  height: 50px;
}
.NL_v1 #menulinks-wrapper.no-submenu {
  height: 40px;
}
.NL_v1 #menulinks {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  max-width: none;
}
    .NL_v1 #menulinks .product-menu {
        background-color: #454545;
        text-align: center;
        overflow: auto;
        white-space: nowrap;
        margin: 74px 0 0;
        padding: 0;
        display: block;
        height: 50px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    }
@media (max-width: 980px) and (min-width: 768px) {
    .NL_v1 #menulinks .product-menu {
        margin: 69px 0 0;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .NL_v1 #menulinks .product-menu {
        margin: 69px 0 0;
    }
}
.NL_v1 #menulinks .product-menu li {
  background-color: initial;
  padding: 0 20px;
  margin: 0;
}
.NL_v1 #menulinks .product-menu li a {
  font-family: EvelethCleanThin;
  font-size: 15px;
  line-height: 50px;
  text-decoration: none;
  padding: 0;
  cursor: pointer;
  font-weight: bold;
}
.NL_v1 #menulinks .product-menu li .product-dropdown {
  display: none;
}
.NL_v1 #menulinks .product-menu li .product-submenu {
  display: block;
  visibility: hidden;
  width: 100%;
  background-color: #007aaf;
  padding: 0;
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
  position: fixed;
  top: 120px;
  left: 0;
  right: 0;
  z-index: -1;
  margin-top: initial;
}
.NL_v1 #menulinks .product-menu li .product-submenu li {
  display: inline-block;
  padding: 0 10px;
  margin: 0;
  border: none;
}
.NL_v1 #menulinks .product-menu li .product-submenu li a {
  font-family: EvelethCleanThin;
  font-size: 11px;
  line-height: 45px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
.NL_v1 #menulinks .product-menu li .product-submenu li a:hover {
  font-weight: bold;
}
.NL_v1 #menulinks .product-menu li .product-submenu li.sub-selected > a {
  font-weight: bold;
}
.NL_v1 #menulinks .product-menu li.selected > a {
  color: #59b4e5;
}
.NL_v1 #menulinks .product-menu li.selected::after {
  display: none;
}
.NL_v1 #menulinks .product-menu li.selected > ul.product-submenu {
  visibility: visible;
}
.NL_v1 .pizza-header {
  border-bottom: solid 0.8px #454545;
}
.NL_v1 .pizza-header .anchor h2 {
  color: #000;
  font-size: 18px;
  letter-spacing: 1.4px;
}
.NL_v1 .pizza-header .anchor h2 .subMenuName1 {
  color: inherit;
  font-family: EvelethCleanRegular;
}
.NL_v1 .pizza-header .anchor h2 .subMenuName2 {
  color: inherit;
  font-family: EvelethCleanThin;
}
.NL_v1 .pizza-header .menu-info-link {
  display: none;
  color: #000000;
}
.NL_v1 .pizza-header .menu-info-link:after {
  border-left: 4px solid #000;
}
.NL_v1 #wrapper {
  background-color: #inherit;
}
.NL_v1 .at-product-menu {
  justify-content: space-between;
}
.NL_v1 .product-container {
  width: 48%;
  border: solid 1px #EEEEEE;
  margin: 0 0 20px 0;
  color: #454545;
  padding: 0 0 5px 0;
  background-color: #fff;
  display: inline-block;
}
.NL_v1 .product-container:hover {
  padding-left: 0px;
  background-color: #fff;
}
.NL_v1 .product-container .prod-footer {
  color: inherit;
  padding: 10px 0 0 10px;
}
.NL_v1 .product-container .prod-footer .kjs.small {
  color: inherit;
  float: left;
  padding-left: 10px;
  font-size: 13px;
  padding-bottom: unset;
  margin-top: -5px;
  text-transform: lowercase;
}
.NL_v1 .product-container .prod-footer .product-price {
  color: inherit;
  font-size: 13px;
  text-transform: capitalize;
  margin-top: -5px;
}
.NL_v1 .product-container .prod-footer .order-now {
  color: #e21e3d;
  font-size: 15px;
  font-weight: bold;
  float: right;
  margin-right: 10px;
  display: inline-table;
  margin-top: -5px;
}
.NL_v1 .product-container .product-page-link {
  width: 100%;
  color: inherit;
}
.NL_v1 .product-container .product-page-link .prod-image {
  color: inherit;
}
.NL_v1 .product-container .product-page-link .prod-image .img-container {
  width: 156px;
  height: 104px;
  float: left;
  margin-right: 10px;
  background-color: #fff;
}
.NL_v1 .product-container .product-page-link .prod-image .pizza-image {
  width: 156px;
  height: 104px;
  padding: unset;
  float: left;
  margin-right: 10px;
  position: relative;
  padding-top: 0px;
}
.NL_v1 .product-container .product-page-link .prod-image .pizza-image:hover {
  transform: unset;
  transition: unset;
}
.NL_v1 .product-container .product-page-link .prod-image .menu-entry {
  color: inherit;
  width: unset;
  top: 15px;
  font-size: 15px;
  font-weight: 900;
  display: inline;
}
.NL_v1 .product-container .product-page-link .prod-image .menu-page-product-description {
  color: inherit;
  text-transform: none;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  padding-left: 5px;
}
.NL_v1 .product-container .product-page-link .prod-image .legends {
  right: unset;
  bottom: unset;
  left: 5px;
  top: 0;
}
.NL_v1 .product-container .product-page-link .prod-image .legends img {
  padding: 2px;
}
@media (min-width: 768px) {
  .NL_v1 .prod-image .img-container {
    width: 255px !important;
    height: auto !important;
  }
  .NL_v1 .prod-image .pizza-image {
    width: 255px !important;
    height: auto !important;
  }
}
.NL_v1 .back-link {
  color: #000000;
}
.NL_v1 .back-link:before {
  border-left-color: #000000;
  margin-top: -7px;
}
@media (max-width: 414px) {
  .NL_v1 .product-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .NL_v1 #menulinks-wrapper {
    display: block;
    height: 85px;
    margin-top: -3px;
  }
  .NL_v1 #menulinks-wrapper.mobile-menu {
    display: none;
  }
  .NL_v1 #menulinks-wrapper.no-submenu {
    height: 35px;
  }
  .NL_v1 #menulinks-wrapper .product-menu li.selected .product-dropdown {
    background-color: #007aaf;
    display: block;
    height: 50px;
    font-family: EvelethCleanRegular;
    font-size: 15px;
    line-height: 50px;
    padding: 0 10px;
    position: fixed;
    margin-top: 9px;
    top: 100px;
    left: 0;
    right: 0;
    text-align: left;
    color: #fff;
  }
  .NL_v1 #menulinks-wrapper .product-menu li.selected .product-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 6px solid #454545;
  }
  .NL_v1 #menulinks-wrapper .product-menu li.selected .product-dropdown.expanded:after {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    margin-top: -3px;
  }
  .NL_v1 #menulinks-wrapper .product-menu li.selected .product-submenu {
    z-index: 1000;
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-transform: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
  .NL_v1 #menulinks-wrapper .product-menu li.selected .product-submenu li {
    display: block;
  }
  .NL_v1 #menulinks-wrapper .product-menu li.selected .product-submenu li a {
    line-height: 30px;
  }
  .NL_v1 #menulinks-wrapper .product-menu li.selected .product-submenu.hide {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
}
@media (max-width: 880px) {
  .NL_v1 #menulinks .product-menu li .product-submenu {
    top: 154px;
  }
}
.NL_v1 .header-contact-number:before {
  background-image: unset;
}
.NL_v1 .submenu-description {
  color: #454545;
}
.NL_v1 .pizzachef-wrapper .pizzachef-header #pizzachef-logo {
  background-image: url(/Content/Images/pizzachef_v1.png);
}
.NL_v1 .pizzachef-wrapper .pizzachef-header h3 {
  color: #454545;
}
.NL_v1 .pizzachef-wrapper .btn {
  margin-bottom: 10px;
  color: #fff;
}
.NL_v1 #menu-download {
  border-top: solid 0.8px #454545;
}
.NL_v1 #menu-download a {
  color: #454545;
}
.NL_v1 #menu-download a .fa-file-pdf {
  background-image: url("/Content/Images/font-awesome/file-pdf-o_000_20.png");
}
.NL_v1 .notification {
  color: #454545 !important;
  margin: 20px 0 20px 0 !important;
}
.NL_v1 .notification a {
  color: inherit !important;
}

#legacyMenu .productDisclaimer a {
  color: #337ab7;
}

#legacyMenu .productDisclaimer a:hover {
  color: #23527c;
  text-decoration: underline;
}

#legacyMenu .menuDealContainer {
  min-width: 220px;
  max-width: 18.6%;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  min-width: 210px;
  margin-top: 10px;
}
#legacyMenu a {
  text-transform: none;
  letter-spacing: 0px;
}
#legacyMenu .black-transparent-bg {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
#legacyMenu .menuDealHeader {
  min-height: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  padding: 5px 0px;
  background-color: #E21836;
}
#legacyMenu .menuDealContent {
  padding: 5px 0px;
  min-height: 177px;
  width: 100%;
  font-size: 13px;
  text-align: center;
  line-height: 15px;
}
#legacyMenu .menuDealFooter {
  min-height: 12px;
  font-size: 8px;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  padding: 6px 0px;
  text-align: center;
}
#legacyMenu .menuDealPrice {
  margin-top: 5px;
}
#legacyMenu .WholeNo {
  font-size: 34px;
  float: left;
  margin: 0% 0% 0% 28%;
}
#legacyMenu .FractionNo {
  float: left;
  margin: 5% 0% 0% 0%;
  font-size: 18px;
}
#legacyMenu .Euro {
  float: left;
  margin: -4% 0% 0% -11%;
  font-size: 18px;
}
#legacyMenu .PriceComma {
  float: left;
  font-size: 27px;
}

#legacyVoucher {
  position: relative;
  -webkit-flex: 1 0 200px;
  min-width: 220px;
  max-width: 18.5%;
  margin: 1%;
  background-color: white;
  height: 145px;
  margin-bottom: 10px;
  border-radius: 3px;
}
#legacyVoucher img {
  padding: 0;
  position: absolute;
  height: 100%;
}

#LegacyStoreDetailsPage #vouchers-peek-wrapper #vouchers-container {
  width: 100%;
  height: 157px;
}

@media (max-width: 768px) {
  #LegacyStoreDetailsPage #vouchers-peek-wrapper #vouchers-container {
    height: 157px;
  }
}
@media (max-width: 414px) {
  #LegacyStoreDetailsPage #vouchers-peek-wrapper #vouchers-container {
    height: 157px !important;
  }
}
@media (max-width: 480px) {
  #legacyMenu .at-product-menu {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
  }
}
.na-header {
  border-bottom: black 0.15em solid;
}

body {
  background-color: transparent !important;
}

.nutritional-total-row {
  /*border-top: black 1pt solid;*/
  height: 1.25em;
}

#na-section {
  margin: 0 25px 0 25px;
}

.slidingDiv {
  margin-top: 10px;
}

.img-collapse {
  height: 32px;
  width: 28px;
  margin-top: 5px;
  vertical-align: middle;
  display: inline-block;
  background-image: url("/Content/Images/Plus.png");
  background-repeat: no-repeat;
  -ms-background-size: 28px 28px;
  background-size: 28px 28px;
  border: 0;
}

.img-expand {
  height: 32px;
  width: 28px;
  margin-top: 5px;
  vertical-align: middle;
  display: inline-block;
  background-image: url("/Content/Images/Minus.png");
  background-repeat: no-repeat;
  -ms-background-size: 28px 28px;
  background-size: 28px 28px;
  border: 0;
}

#NutritionalInformation {
  width: 100%;
  margin: 50px 25px 0 25px;
}
#NutritionalInformation .row {
  margin-right: -15px;
  margin-left: -15px;
}
#NutritionalInformation .row:before, #NutritionalInformation .row:after {
  display: table;
  content: " ";
}
#NutritionalInformation .row:after {
  clear: both;
}
#NutritionalInformation .col-xs-2, #NutritionalInformation .col-xs-3,
#NutritionalInformation .col-xs-4, #NutritionalInformation .col-xs-6,
#NutritionalInformation .col-xs-12, #NutritionalInformation .col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
#NutritionalInformation .col-xs-offset-1 {
  margin-left: 5%;
}
#NutritionalInformation .col-xs-2 {
  width: 16.66666667%;
}
#NutritionalInformation .col-xs-3 {
  width: 25%;
}
#NutritionalInformation .col-xs-4 {
  width: 30%;
}
#NutritionalInformation .col-xs-6 {
  width: 50%;
}
#NutritionalInformation .col-xs-11 {
  width: 91.66666667%;
}
#NutritionalInformation .col-xs-12 {
  width: 100%;
}
#NutritionalInformation .dropdown-menu {
  position: absolute;
  background-color: black;
  top: auto;
  bottom: 100%;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
}
#NutritionalInformation .dropdown-menu li {
  cursor: pointer;
  margin: 2px;
}
#NutritionalInformation .dropdown {
  padding: 5px !important;
  margin-top: 5px !important;
  background: rgba(0, 0, 0, 0.05) url(/Content/Images/transparent-black-bg.png) 0 0 repeat !important;
  max-width: none !important;
  min-width: 200px;
  outline-color: black;
  position: relative;
}
#NutritionalInformation .dropdown::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  border: 6px solid transparent;
  border-bottom: 6px solid white;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
#NutritionalInformation .slide-toggle {
  cursor: pointer;
}
#NutritionalInformation #NutritionalsInfoRow, #NutritionalInformation #AllergensInfoRow {
  padding-bottom: 15px !important;
}
#NutritionalInformation #AllergensInfo {
  background: rgba(0, 0, 0, 0.05) url(/Content/Images/transparent-black-bg.png) 0 0 repeat !important;
}
#NutritionalInformation #AllergensInfo li {
  float: left;
  width: 97px;
  padding-right: 4px;
  height: 111px;
  display: block;
  border: none;
  text-align: center !important;
}
#NutritionalInformation #AllergensInfo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 69px;
}
#NutritionalInformation #AllergensInfo p {
  padding-top: 0px !important;
}

#nutrition-title, #allergen-title {
  cursor: pointer;
}

#product-id-header {
  position: relative;
  padding-top: 45px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#product-id-header h1 {
  font-size: 30px;
  font-family: "Oswald", impact, charcoal, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: dotted 1px;
}

.product-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
}

.product-image {
  -webkit-flex: 5;
  -moz-flex: 5;
  -ms-flex: 5;
  flex: 5;
  -webkit-flex: 5 0 0;
  position: relative;
}
.product-image > img {
  width: 90%;
}
.product-image .legend-img {
  right: 30px;
  left: initial;
}

.product-description {
  -webkit-flex: 4;
  -moz-flex: 4;
  -ms-flex: 4;
  flex: 4;
  -webkit-flex: 4 0 0;
  padding: 10px;
  position: relative;
}
.product-description ul li.variety-item {
  padding-bottom: 10px;
}
.product-description ul li.variety-item p.title {
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  border: 0;
}
.product-description h3 {
  font-family: "droid_sans", verdana, geneva, sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.product-description .btn {
  min-width: 200px;
  width: 200px;
  font-size: 16px;
}
.product-description .spacer {
  margin-top: 20px;
}

.legends-wrapper.visible-on-ipad > .legends {
  position: static;
}

.kj-disclaimer {
  margin-top: 15px;
}
.kj-disclaimer li {
  font-weight: bold;
  font-size: 16px;
}

.product-header {
  font-size: 14px;
  margin-top: 10px;
}

.fb-like {
  margin-top: 25px;
  display: inline-block;
}
.fb-like.visible-on-ipad {
  margin: 20px 10px 0px 10px;
}
.fb-like span {
  overflow: hidden !important;
}

.info-box {
  position: relative;
  padding-top: 10px;
  margin: 40px auto;
  max-width: 400px;
  display: table;
}
.info-box:before, .info-box :after {
  content: " ";
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.info-box:after {
  clear: both;
}
.info-box .information, .info-box .allergens {
  text-align: center;
  width: 50%;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  font-family: "Oswald", impact, charcoal, sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: table-cell;
  text-transform: uppercase;
}
.info-box .information {
  border-right: 0;
}

.google-ratings {
  margin-top: 20px;
  display: inline-block;
}
.google-ratings a {
  display: block;
}
.google-ratings img {
  width: 30px;
}

@media only screen and (max-width: 480px) {
  .product-image, .product-description {
    min-width: 200px;
    margin-left: 5%;
    -webkit-flex: 4 0 200px;
  }

  .product-image > img {
    width: 100%;
  }

  .info-box {
    margin: 10px;
    margin-top: 0;
  }

  .fb-like.visible-on-ipad {
    display: none !important;
  }

  .fb-like.hidden-on-ipad {
    display: inherit !important;
  }

  .legends-wrapper.visible-on-ipad {
    display: none !important;
  }

  .legends.hidden-on-ipad {
    display: inherit !important;
    bottom: 0;
  }
}
@media (max-width: 414px) {
  .product-image {
    min-width: 250px;
    -webkit-flex: 2 0 250px;
    margin-right: 10px;
  }

  .info-box .information, .info-box .allergens {
    font-size: 11px;
  }
}
.NL_v1 {
  /*Nutrition Info*/
}
.NL_v1 .content.product {
  padding: 0;
  max-width: unset;
}
.NL_v1 #product-id-header {
  display: block;
  background-color: #454545;
  padding: 0;
  margin: 0;
}
.NL_v1 #product-id-header .product-id-header-container {
  max-width: 1024px;
  margin: auto;
}
.NL_v1 #back-to-product-menu {
  font-size: 16px;
  font-weight: normal;
  line-height: 45px;
  text-decoration: none;
  color: #fff;
  margin-top: 3px;
}
.NL_v1 #back-to-product-menu:before {
  border-left-color: #fff;
}
.NL_v1 .product-details {
  display: block;
  margin: auto;
}
.NL_v1 .product-details-image-wrapper {
  background: #fff;
}
.NL_v1 .product-details-image-wrapper img {
  height: 450px;
  object-fit: contain;
  position: relative;
}
.NL_v1 .product-details-image-wrapper .legend-img {
  right: 5px;
  top: -45px;
}
.NL_v1 .product-description h3 {
  color: #454545;
}
@media (max-width: 768px) {
  .NL_v1 .legend-img {
    top: 0px !important;
  }
}
.NL_v1 .product-description {
  margin: auto;
  padding: 0;
  max-width: 1024px;
}
.NL_v1 .product-description h1 {
  color: #454545;
  font-family: EvelethCleanREgular;
  font-size: 24px;
  line-height: 42px;
  border-bottom-style: solid;
  border-bottom-width: 0.5px;
  margin: 10px 0;
}
.NL_v1 .product-description h1 span {
  color: #454545;
  font-size: 18px;
  letter-spacing: 0;
  font-family: oswald, impact, charcoal, sans-serif;
  text-transform: lowercase;
}
.NL_v1 .product-description p {
  color: #454545;
  font-size: 18px;
  letter-spacing: 0;
  padding-top: 5px;
}
.NL_v1 .product-description .btn {
  margin: 20px auto;
  text-align: center;
  padding: 12px;
  width: 350px;
  min-width: initial;
  max-width: initial;
  background-color: #d0021b;
  border-color: #d0021b;
  line-height: 20px;
  color: #fff;
}
.NL_v1 .product-description .btn:after {
  display: none;
}
.NL_v1 .product-description .btn:hover {
  background-color: #b6132c;
  border-color: #b6132c;
}
.NL_v1 .info-box {
  margin: auto;
  padding: 0;
  display: block;
  max-width: 1024px;
}
.NL_v1 .info-box a {
  display: block;
  color: #000;
  text-align: left;
  width: initial;
  border: none;
  text-transform: none;
  font-size: 18px;
  letter-spacing: 0;
  padding: 10px 0;
  text-decoration: underline;
}
.NL_v1 .info-box:before {
  display: none;
}
@media (max-width: 768px) {
  .NL_v1 .product-details .product-image {
    min-width: initial;
    margin: 0px;
  }
  .NL_v1 .product-details-image-wrapper img {
    height: 275px;
  }
  .NL_v1 div#na-section {
    margin: 0 15px;
  }
  .NL_v1 .product-description {
    margin: 0 15px;
  }
  .NL_v1 .product-description h1 {
    font-size: 25px;
  }
  .NL_v1 .product-description h1 span {
    float: right;
  }
  .NL_v1 .product-description .btn {
    width: 100%;
  }
  .NL_v1 .info-box {
    margin: 0 15px 30px;
  }
  .NL_v1 .info-box a {
    text-decoration: none;
    box-shadow: 0px 2px 4px 0 #6b6b6b;
    margin-bottom: 15px;
    padding: 20px;
  }
  .NL_v1 .info-box a:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #454545;
    border-left: 6px solid #000;
    margin-top: -14px;
    right: 10px;
    top: initial;
  }
}
.NL_v1 #na-section {
  margin: auto;
  padding: 0;
  display: block;
  max-width: 1024px;
  font-size: 18px;
}
.NL_v1 #na-section > .col-sm-6 {
  width: 100%;
}
.NL_v1 #na-section #nutrition-section {
  padding: 15px 0px;
}
.NL_v1 #na-section #nutrition-desc {
  padding-top: 15px;
}

.mobile-main-menu {
  text-align: center;
  margin: 150px 10px 50px 10px;
  list-style: none;
}
.mobile-main-menu li {
  position: relative;
  display: inline-block;
  margin: 0 auto 2px;
  width: 100%;
  background: white;
  text-align: left;
  overflow: hidden;
  max-width: 400px;
  min-height: 50px;
}
.mobile-main-menu li.mobile-link {
  background: transparent;
  padding: 10px 0;
}
.mobile-main-menu li a {
  display: block;
  text-decoration: none;
  color: #454545;
}
.mobile-main-menu li img {
  width: auto !important;
  max-width: 100%;
  float: right;
  padding-top: 0px;
}
.mobile-main-menu li i.fa {
  float: none;
  height: 20px;
  width: 17px;
}
.mobile-main-menu li .description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  font: normal normal normal 20px/20px "Oswald", sans-serif;
  text-transform: uppercase;
}
.mobile-main-menu li .description span {
  line-height: 1.3;
  display: table-cell;
}
.mobile-main-menu li .mobile-menu-download-description {
  font-size: 15px;
}
.mobile-main-menu li .mobile-menu-download-description .fa {
  padding-right: 5px;
}

.NL_v1 .mobile-main-menu {
  margin: 0 auto;
  max-width: 530px;
  padding-top: 5px;
}
.NL_v1 .mobile-main-menu li {
  display: block;
  margin: 10px 0;
  max-width: none;
  width: initial;
  background: #fff;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.NL_v1 .mobile-main-menu li img {
  display: block;
  width: 100% !important;
  height: 120px;
  float: initial;
  object-fit: cover;
}
.NL_v1 .mobile-main-menu li .description {
  position: relative;
  padding: 10px;
}
.NL_v1 .mobile-main-menu li .description span {
  color: #000;
  font-family: EvelethCleanThin;
  font-size: 18px;
  letter-spacing: 1.4px;
  white-space: nowrap;
  display: inline-block;
}
.NL_v1 .mobile-main-menu li .description span.last {
  font-family: EvelethCleanRegular;
}
@media (max-width: 768px) and (orientation: portrait) {
  .NL_v1 .mobile-main-menu {
    padding-top: 2px;
  }
  .NL_v1 .mobile-main-menu li {
    margin: 8px;
  }
}

.NL_v1 #product-id-header .product-id-header-container {
    margin-top: 156px;
}

@media (min-width: 768px) and (max-width:1023px) {
    .NL_v1 #product-id-header .product-id-header-container {
        margin-top: 128px !important;
    }
}

@media (max-width: 560px) {
    .NL_v1 #product-id-header .product-id-header-container {
        margin-top: 154px !important;
    }
}
