/*
skin_path: skins/hercules/
skin_name: hercules
theme_path: 
theme_name: 
type: css
datetime: 2025-01-17 22:30:55
checksum: 62afe0ed5e3405da8526f8839958ae93
status: ok
*/
/* Load: skins/hercules/style_system_overrides.scss */
#container {
  padding: 0;
  background: none;
  box-shadow: none;
}
/* **************************** */
/* Center footer text on mobile */
/* **************************** */
@media (max-width: 767px) {
  footer div {
    text-align: center;
  }
  footer div.vendor {
    text-align: center !important;
  }
  footer div.copyright {
    margin-top: 0px;
  }
}
/* Load: skins/hercules/style_functions.scss */
/* Load: skins/hercules/_variables.scss */
/* Load: skins/hercules/_variables_skin.scss */
/* Load: custom_data/preloaded_custom_data */
/* Load: skins/hercules/styles.scss */
html, body {
  font-size: 14px;
}
#body-bottom-hr {
  display: none;
}
body:not(.home) #body {
  margin: 20px auto;
}
@media (max-width: 767px) {
  body:not(.home) #body {
    padding: 0 8px;
  }
}
@media (min-width: 980px) {
  body:not(.home) #body {
    margin: 40px auto;
  }
}
a:not([class]) {
  color: #000;
  transition: 0.2s;
  text-decoration: underline;
}
a:not([class]):hover, a:not([class]):focus {
  color: #141414;
  /*filter: opacity(0.8);*/
  transition: 0.2s;
}
@media (min-width: 768px) {
  body:not(.home) .input-append button {
    border-radius: 0px 10px 10px 0px !important;
  }
}
@media (min-width: 768px) {
  body:not(.home) .input-append input {
    border-radius: 10px 0px 0px 10px !important;
  }
}
@media (max-width: 767px) {
  form .input-append {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
body:not(.home) .website-image img {
  border-radius: 10px;
}
.inverse_text_color {
  color: #fff;
}
.no_box_shadow {
  box-shadow: none !important;
}
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_no_class {
  list-style: none;
  margin-left: 0;
}
.text_faded {
  color: #bcbcbc;
}
.no_text_shadow {
  text-shadow: none;
}
.disable {
  pointer-events: none;
}
.no_mb {
  margin-bottom: 0 !important;
}
.font_bold {
  font-weight: bold !important;
}
.no_text_decoration {
  text-decoration: none !important;
}
.hide {
  display: none;
}
.visible_phone {
  display: none;
}
@media (min-width: 480px) {
  .visible_phone {
    display: block;
  }
}
.visible_tablet {
  display: none;
}
@media (min-width: 768px) {
  .visible_tablet {
    display: block;
  }
}
.visible_laptop {
  display: none;
}
@media (min-width: 980px) {
  .visible_laptop {
    display: block;
  }
}
.visible_desktop {
  display: none;
}
@media (min-width: 1200px) {
  .visible_desktop {
    display: block;
  }
}
ul.dropdown-menu {
  background: #ff8204;
  transition: 0.2s;
  border-radius: 10px;
  padding: 0;
}
ul.dropdown-menu > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  transition: 0.2s;
  text-decoration: none;
}
ul.dropdown-menu > li > a:hover, ul.dropdown-menu > li > a:focus {
  background: #ea7500;
  color: #fff;
}
.m_zero {
  margin: 0 !important;
}
.mb_xs {
  margin-bottom: 5px !important;
}
.mb_sm {
  margin-bottom: 10px !important;
}
.mb_md {
  margin-bottom: 20px !important;
}
.mb_lg {
  margin-bottom: 30px !important;
}
.mb_xl {
  margin-bottom: 40px !important;
}
.mb_zero {
  margin-bottom: 0 !important;
}
.mt_sm {
  margin-top: 10px !important;
}
.mt_md {
  margin-top: 20px !important;
}
.mt_lg {
  margin-top: 30px !important;
}
.mt_xl {
  margin-top: 40px !important;
}
.mt_zero {
  margin-top: 0px !important;
}
.mr_xs {
  margin-right: 5px !important;
}
.mr_sm {
  margin-right: 10px !important;
}
.mr_md {
  margin-right: 20px !important;
}
.mr_lg {
  margin-right: 30px !important;
}
.mr_xl {
  margin-right: 40px !important;
}
.ml_sm {
  margin-left: 10px !important;
}
.ml_md {
  margin-left: 20px !important;
}
.ml_lg {
  margin-left: 30px !important;
}
.ml_xl {
  margin-left: 40px !important;
}
body {
  background: #fff;
  color: #000;
  padding: 0;
}
header {
  padding: 20px 0;
  position: relative;
  background-image: none;
  z-index: 100;
  background-color: #fff;
}
@media (min-width: 980px) {
  header {
    padding: 30px 0;
  }
}
header .ct_header_row {
  display: none;
}
header .navbar {
  margin: 0 !important;
}
header .navbar .navbar-inner {
  border: none;
  background: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  header .navbar .navbar-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
header .navbar .navbar-inner > .container {
  display: grid;
  position: relative;
}
@media (max-width: 767px) {
  header .navbar .navbar-inner > .container {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "logo logo" "control_area btn-navbar" "nav-collapse nav-collapse";
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .navbar .navbar-inner > .container {
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0px 0px;
    grid-template-areas: "logo control_area btn-navbar" "nav-collapse nav-collapse nav-collapse";
  }
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container {
    grid-template-columns: auto 1fr 115px;
    grid-template-rows: auto;
    align-items: center;
    gap: 0px;
    grid-template-areas: "logo nav-collapse control_area";
  }
}
@media (min-width: 1200px) {
  header .navbar .navbar-inner > .container {
    grid-template-columns: auto 1fr 275px;
  }
}
header .navbar .navbar-inner > .container #logo {
  grid-area: logo;
  text-align: center;
}
@media (max-width: 767px) {
  header .navbar .navbar-inner > .container #logo {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  header .navbar .navbar-inner > .container #logo {
    text-align: left;
  }
}
@media (min-width: 768px) {
  header .navbar .navbar-inner > .container #logo img {
    max-height: 80px;
  }
}
header .navbar .navbar-inner > .container .control_area {
  grid-area: control_area;
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .control_area {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: end;
  }
}
header .navbar .navbar-inner > .container .control_area #opening-status {
  padding: 0;
  color: unset !important;
  background: none !important;
}
header .navbar .navbar-inner > .container .control_area #opening-status path {
  fill: transparent !important;
}
header .navbar .navbar-inner > .container .control_area #opening-status.status-CLOSED path {
  stroke: #e11616 !important;
}
header .navbar .navbar-inner > .container .control_area #opening-status.status-OPEN path {
  stroke: #16ab15 !important;
}
header .navbar .navbar-inner > .container .control_area > *:not(:last-child) {
  margin-right: 8px;
}
header .navbar .navbar-inner > .container .control_area a {
  text-decoration: none !important;
}
header .navbar .navbar-inner > .container .control_area svg {
  overflow: unset !important;
  transition: 0.2s;
}
header .navbar .navbar-inner > .container .control_area svg path {
  stroke: #000;
}
header .navbar .navbar-inner > .container .control_area svg:hover, header .navbar .navbar-inner > .container .control_area svg:focus {
  transition: 0.2s;
  transform: translateY(-2px);
}
header .navbar .navbar-inner > .container .control_area .btn {
  margin-top: 0 !important;
}
header .navbar .navbar-inner > .container .btn-navbar {
  grid-area: btn-navbar;
  justify-self: end;
  padding: 0 !important;
  border: none;
  background: none;
  margin: 0;
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  header .navbar .navbar-inner > .container .btn-navbar {
    margin-left: 5px;
  }
}
@media (max-width: 979px) {
  header .navbar .navbar-inner > .container .btn-navbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
header .navbar .navbar-inner > .container .btn-navbar .icon-bar {
  width: 40px;
  height: 4px;
  box-shadow: none;
  border-radius: 100px;
  background: #ff8204;
  transition: 0.5s;
}
header .navbar .navbar-inner > .container .btn-navbar .icon-bar + .icon-bar {
  margin-top: 9px;
}
header .navbar .navbar-inner > .container .btn-navbar.open .icon-bar:first-child {
  transform: translateY(11px) rotate(132deg) translateX(-1px);
}
header .navbar .navbar-inner > .container .btn-navbar.open .icon-bar:nth-child(2) {
  transform: translateY(-4px) rotate(45deg) translateX(2px);
}
header .navbar .navbar-inner > .container .btn-navbar.open .icon-bar:nth-child(3) {
  opacity: 0;
  pointer-events: none;
}
header .navbar .navbar-inner > .container .nav-collapse {
  grid-area: nav-collapse;
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse {
    height: 100% !important;
    padding-left: 30px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    border-left: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
    margin-right: 10px;
  }
}
header .navbar .navbar-inner > .container .nav-collapse .nav {
  margin: 0 !important;
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav {
    height: 100%;
  }
}
@media (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav {
    margin-top: 20px !important;
  }
}
@media (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li {
    margin-right: 20px;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li.active {
    border-top: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
  }
}
header .navbar .navbar-inner > .container .nav-collapse .nav > li.active > a {
  color: #ff8204;
}
header .navbar .navbar-inner > .container .nav-collapse .nav > li.active .caret {
  border-top-color: #ff8204;
}
header .navbar .navbar-inner > .container .nav-collapse .nav > li > a {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: #000;
  transition: 0.2s;
  letter-spacing: 1px;
  text-shadow: none;
}
header .navbar .navbar-inner > .container .nav-collapse .nav > li > a:hover, header .navbar .navbar-inner > .container .nav-collapse .nav > li > a:focus {
  color: #ff8204;
  transition: 0.2s;
}
header .navbar .navbar-inner > .container .nav-collapse .nav > li > a:hover .caret, header .navbar .navbar-inner > .container .nav-collapse .nav > li > a:focus .caret {
  border-top-color: #ff8204;
  transition: 0.2s;
}
header .navbar .navbar-inner > .container .nav-collapse .nav > li > a .caret {
  border-top-color: #000;
  transition: 0.2s;
}
@media (max-width: 767px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li > a .caret {
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li > a .caret {
    margin-top: 20px;
  }
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li > .dropdown-menu {
    top: 70%;
  }
}
@media (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li > .dropdown-menu > li > a {
    color: #000;
    background: none !important;
  }
}
@media (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li > .dropdown-menu > li > a:hover, header .navbar .navbar-inner > .container .nav-collapse .nav > li > .dropdown-menu > li > a:focus {
    color: #ff8204;
  }
}
body:not(.home) header {
  background: #f3f3f3;
}
@media (min-width: 980px) {
  body:not(.home) header {
    margin-bottom: 30px;
  }
}
body:not(.home) header .navbar-inner > .container .nav-collapse .nav > li.active, body:not(.home) header .nav-collapse {
  border-color: #ff8204 !important;
}
@media (max-width: 979px) {
  body:not(.home) .branch_ordering {
    background: #fff;
  }
}
@media (min-width: 980px) {
  body:not(.home) .branch_ordering {
    background: #f3f3f3;
  }
}
body.user_admin header .navbar .navbar-inner > .container .control_area .user_icon svg path, body.user_member header .navbar .navbar-inner > .container .control_area .user_icon svg path {
  stroke: #16ab15;
}
@media (max-width: 979px) {
  .branch_ordering {
    background: #f3f3f3;
    padding: 10px 0;
  }
}
@media (min-width: 980px) {
  .branch_ordering {
    right: 0;
    position: absolute;
    right: 0;
    bottom: -70px;
    padding: 10px 20px;
    border-radius: 0 0 20px 20px;
    background: #fff;
  }
}
.ct_details_bar {
  display: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  header .navbar .navbar-inner > .container {
    width: 724px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  header .navbar .navbar-inner > .container {
    width: 940px;
  }
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  header .navbar .navbar-inner > .container {
    width: 1170px;
  }
}
.tooltip.in {
  opacity: 1 !important;
}
.tooltip .tooltip-inner {
  line-height: normal;
  max-width: fit-content;
  background: #ff8204;
  color: #fff;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ff8204;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ff8204;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #ff8204;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #ff8204;
}
.social_media_links_base a {
  padding: 0;
  background: none !important;
}
.social_media_links_base a:not(:last-child) {
  margin-right: 5px;
}
.social_media_links_base svg:not(.tiktok) path:first-child {
  fill: #fff;
}
.social_media_links_base svg:not(.tiktok) path:not(:first-child) {
  fill: #000;
}
.social_media_links_base svg.tiktok #Path_12832 {
  fill: #fff;
}
.social_media_links_base svg.tiktok #Path_12839 {
  fill: #000;
}
body:not(.home) .social_media_links_base svg:not(.tiktok) path:first-child {
  fill: #ff8204;
}
body:not(.home) .social_media_links_base svg:not(.tiktok) path:not(:first-child) {
  fill: #000;
}
body:not(.home) .social_media_links_base svg.tiktok #Path_12832 {
  fill: #ff8204;
}
body:not(.home) .social_media_links_base svg.tiktok #Path_12839 {
  fill: #000;
}
.social_media_links {
  display: none;
}
.home {
  overflow-x: hidden;
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .home #container, .home .inner-wrapper {
    overflow-x: hidden !important;
  }
}
@media (min-width: 2000px) {
  .home #container {
    max-width: 1900px;
    margin: auto;
  }
}
@media (min-width: 1400px) {
  .home header .navbar .navbar-inner > .container .nav-collapse .nav > li {
    margin-right: 30px;
  }
}
@media (min-width: 1400px) {
  .home header .navbar .navbar-inner > .container .nav-collapse .nav > li .caret {
    margin-top: 10px;
  }
}
@media (min-width: 1400px) {
  .home .container {
    width: 1400px;
  }
}
@media (min-width: 980px) {
  .home .btn-group:not(.zp_postcode .btn-group) {
    display: flex;
  }
}
@media (min-width: 980px) {
  .home .btn-group:not(.zp_postcode .btn-group) > a:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 1400px) {
  .home .container:not(footer .container, .zp_advices .container) {
    width: 1400px !important;
  }
}
.home .website-image {
  margin-bottom: 0;
}
.home #body {
  display: none;
}
.zp_hero_section #myCarousel {
  margin: 0 !important;
}
.zp_hero_section #myCarousel .carousel-indicators {
  display: none;
}
.zp_hero_section #myCarousel .carousel-control {
  background: none !important;
  opacity: 0.4;
  border: none;
  font-weight: bold;
  left: unset !important;
  top: unset !important;
  bottom: 10% !important;
  right: 15px !important;
  font-size: 120px !important;
  width: 40px;
  height: 40px;
}
@media (min-width: 980px) {
  .zp_hero_section #myCarousel .carousel-control {
    bottom: 0 !important;
    top: 0 !important;
    margin: auto;
    width: 60px;
    height: 60px;
  }
}
.zp_hero_section #myCarousel .carousel-control:focus, .zp_hero_section #myCarousel .carousel-control:hover {
  opacity: 1;
}
.zp_hero_section #myCarousel .carousel-control tspan {
  fill: #fff;
}
.zp_hero_section #myCarousel .carousel-control.left {
  right: 50px !important;
}
@media (min-width: 980px) {
  .zp_hero_section #myCarousel .carousel-control.left {
    right: unset !important;
    left: 1% !important;
  }
}
@media (min-width: 1800px) {
  .zp_hero_section #myCarousel .carousel-control.left {
    left: 5% !important;
  }
}
@media (min-width: 980px) {
  .zp_hero_section #myCarousel .carousel-control.right {
    left: unset !important;
    right: 1% !important;
  }
}
@media (min-width: 1800px) {
  .zp_hero_section #myCarousel .carousel-control.right {
    right: 5% !important;
  }
}
.zp_hero_section #myCarousel .carousel-inner {
  height: 60vw;
  max-height: 600px;
  background: #000;
}
.zp_hero_section #myCarousel .carousel-inner.gradient_color {
  height: 80vw;
  background: radial-gradient(circle, #ffb56a 0%, #ff8204 100%);
}
.zp_hero_section #myCarousel .carousel-inner .item {
  height: 100%;
}
.zp_hero_section #myCarousel .carousel-inner .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 22%;
  opacity: 1;
}
@media (min-width: 1400px) {
  .zp_hero_section #myCarousel .carousel-inner .item img {
    object-position: 40%;
  }
}
.zp_hero_section #myCarousel .carousel-inner .item .carousel-caption {
  padding: 0;
  pointer-events: none;
  top: 0;
  position: absolute;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  background: none;
}
.zp_hero_section #myCarousel .carousel-inner .item_generic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
@media (min-width: 1800px) {
  .zp_hero_section #myCarousel .carousel-inner .item_generic {
    align-items: start;
    text-align: left;
  }
}
.zp_hero_section #myCarousel .carousel_detail {
  display: none;
  position: absolute;
  right: 8%;
  max-width: 640px;
  z-index: 10;
  width: 40vw;
  bottom: -26%;
}
@media (min-width: 1800px) {
  .zp_hero_section #myCarousel .carousel_detail {
    display: block;
  }
}
.zp_slider {
  padding: 30px 0 50px;
}
@media (min-width: 768px) {
  .zp_slider {
    padding: 50px 0 80px;
  }
}
@media (min-width: 1600px) {
  .zp_slider {
    padding: 100px 0;
  }
}
.zp_slider .slick_base .slick-list {
  overflow: unset;
  overflow-x: clip;
}
.zp_slider .slick_base .slick-prev {
  display: none !important;
}
.zp_slider .slick_base .slick-next {
  display: inline-block;
  position: absolute;
  right: -5%;
  top: 60px;
  bottom: 0;
  height: fit-content;
  width: auto;
  margin: auto;
  background: none;
  border: none;
  font-weight: bold;
}
@media (min-width: 1600px) {
  .zp_slider .slick_base .slick-next {
    right: -6%;
  }
}
.zp_slider .slick_base .slick-next::before {
  content: "";
}
.zp_slider .slick_base .slick-next svg tspan {
  fill: #000;
}
.zp_slider .slick_base .slick-dots {
  display: flex;
  justify-content: center;
  bottom: -50px;
}
@media (min-width: 768px) {
  .zp_slider .slick_base .slick-dots {
    bottom: -70px;
  }
}
.zp_slider .slick_base .slick-dots li {
  position: relative;
}
.zp_slider .slick_base .slick-dots li::marker {
  position: absolute;
  left: 0;
  right: 0;
}
.zp_slider .slick_base .slick-dots li button::before {
  font-size: 15px;
}
.zp_slider .slick_base .slick-dots li.slick-active button::before {
  color: #ff8204;
}
.zp_slider .slick_base .slick_object {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.zp_slider .slick_base .slick_object > a {
  transition: 0.2s;
}
.zp_slider .slick_base .slick_object > a:hover, .zp_slider .slick_base .slick_object > a:focus {
  transition: 0.2s;
  transform: translateY(-5px);
}
.zp_slider .slick_base .slick_object img {
  width: 100%;
  /* height: 100%; */
  height: 140px;
  width: 140px;
  object-fit: contain;
  background: #f3f3f3;
  padding: 20px;
  border-radius: 100px;
  box-shadow: 0 0 1px 1px #f3f3f3;
  margin: auto;
}
@media (min-width: 768px) {
  .zp_slider .slick_base .slick_object img {
    height: 200px;
    width: 200px;
  }
}
.zp_slider .slick_base .slick_object > p {
  margin-top: 20px;
}
.zp_slider .slick_base .slick-dots li button::before {
  color: #000;
}
.zp_postcode {
  padding: 0px 20px;
}
.zp_postcode > .container > div {
  color: #000;
  display: flex;
}
@media (max-width: 979px) {
  .zp_postcode > .container > div {
    flex-direction: column-reverse;
  }
}
@media (min-width: 980px) {
  .zp_postcode > .container > div {
    border-radius: 40px 10px 10px 40px;
    align-items: center;
    background: #f3f3f3;
  }
}
.zp_postcode > .container > div .left {
  position: relative;
}
.zp_postcode > .container > div .left .left_postcode_detail {
  position: absolute;
  left: -10%;
  top: 50%;
  max-width: 60%;
}
@media (max-width: 979px) {
  .zp_postcode > .container > div .left .left_postcode_img > img {
    border-radius: 10px;
  }
}
@media (min-width: 980px) {
  .zp_postcode > .container > div .left .left_postcode_img > img {
    border-radius: 10px 0 0 10px;
  }
}
.zp_postcode > .container > div .right {
  margin: 0 !important;
}
@media (max-width: 479px) {
  .zp_postcode > .container > div .right {
    padding: 30px 10px;
  }
}
@media (min-width: 480px) and (max-width: 979px) {
  .zp_postcode > .container > div .right {
    padding: 30px;
  }
}
@media (max-width: 979px) {
  .zp_postcode > .container > div .right {
    max-width: 350px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 30px !important;
  }
}
@media (min-width: 980px) {
  .zp_postcode > .container > div .right {
    background: none !important;
    padding: 0% 5%;
    width: fit-content;
  }
}
@media (min-width: 1200px) {
  .zp_postcode > .container > div .right {
    width: 40%;
    max-width: 380px;
  }
}
.zp_postcode > .container > div .right .mod_postcode_box {
  background: none;
}
.zp_postcode > .container > div .right .mod_postcode_box .input-append {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e8e8e8;
  padding: 5px;
  border-radius: 25px;
  border: 1px solid #cccccc;
}
.zp_postcode > .container > div .right .mod_postcode_box .input-append #mod_postcode_box_pc {
  background: none;
  width: 150px;
  padding: 0;
  border: none;
}
.zp_postcode > .container > div .right .mod_postcode_box .input-append > div {
  display: inline-block;
}
.zp_postcode > .container > div .right .mod_postcode_box .input-append > div button.btn {
  margin-bottom: 0 !important;
}
.zp_postcode > .container > div .right .mod_postcode_box > p.muted {
  margin-bottom: 0 !important;
}
.zp_two_selections {
  background: #f3f3f3;
  padding: 120px 0;
}
@media (max-width: 479px) {
  .zp_two_selections {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .zp_two_selections {
    margin: 25% 0 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .zp_two_selections {
    margin: 180px 0px 0px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .zp_two_selections {
    margin-top: 140px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .zp_two_selections {
    margin-top: 180px;
  }
}
@media (min-width: 1400px) {
  .zp_two_selections {
    margin-top: 130px;
  }
}
@media (max-width: 767px) {
  .zp_two_selections > .container > .row-fluid {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .zp_two_selections > .container > .row-fluid > .left {
    margin-bottom: 40px;
  }
}
.zp_two_selections > .container > .row-fluid > .left .bottom {
  background: #ff8204;
  background: radial-gradient(circle, #ff9b37 0%, #ff8204 100%);
}
.zp_two_selections > .container > .row-fluid > .right .bottom {
  background: radial-gradient(circle, #65da0f 0%, #4faa0c 100%);
}
.zp_two_selections > .container > .row-fluid > div {
  color: #fff;
  border-radius: 20px;
}
.zp_two_selections > .container > .row-fluid .top {
  position: relative;
}
.zp_two_selections > .container > .row-fluid .top img {
  border-radius: 30px 30px 0 0;
}
.zp_two_selections > .container > .row-fluid .top .h2_size, .zp_two_selections > .container > .row-fluid .top h2 {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  line-height: 50% !important;
}
.zp_two_selections > .container > .row-fluid .bottom {
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 1400px) {
  .zp_two_selections > .container > .row-fluid .bottom {
    padding: 30px 0 30px;
    border-radius: 0 0 30px 30px;
  }
}
@media (min-width: 980px) {
  .zp_lp, .not_zp_lp {
    color: #fff;
    background-image: url("https://skins.zfood.co.uk/hercules/./images/zp_lp_bg.jpg");
  }
}
.zp_lp > .container, .not_zp_lp > .container {
  padding: 80px 40px;
}
@media (min-width: 980px) {
  .zp_lp > .container, .not_zp_lp > .container {
    padding: 120px 0px;
  }
}
@media (min-width: 980px) {
  .zp_lp .zp_lp_image, .zp_lp .not_zp_lp_image, .not_zp_lp .zp_lp_image, .not_zp_lp .not_zp_lp_image {
    display: none;
  }
}
.zp_advices {
  padding: 60px 40px;
}
@media (min-width: 1200px) {
  .zp_advices {
    padding: 80px 40px;
  }
}
@media (max-width: 767px) {
  .zp_advices .row-fluid > div:not(:last-child) {
    margin-bottom: 60px;
  }
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .members .btn-group .btn.dropdown-toggle {
  background: #e8e8e8;
  color: #000;
  box-shadow: none;
  text-shadow: none;
  font-weight: bold;
  text-transform: none;
  padding: 8px 8px 7px;
  border: 1px solid #cccccc;
  border-radius: 12px !important;
  height: fit-content;
  opacity: 1;
  font-size: 0.9rem;
}
select::placeholder, textarea::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder, .uneditable-input::placeholder, .members .btn-group .btn.dropdown-toggle::placeholder {
  opacity: 0.4;
  color: #000;
}
select .caret, textarea .caret, input[type="text"] .caret, input[type="password"] .caret, input[type="datetime"] .caret, input[type="datetime-local"] .caret, input[type="date"] .caret, input[type="month"] .caret, input[type="time"] .caret, input[type="week"] .caret, input[type="number"] .caret, input[type="email"] .caret, input[type="url"] .caret, input[type="search"] .caret, input[type="tel"] .caret, input[type="color"] .caret, .uneditable-input .caret, .members .btn-group .btn.dropdown-toggle .caret {
  border-top-color: #000;
  margin-top: 8px;
}
select:hover, select:focus, textarea:hover, textarea:focus, input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="datetime"]:hover, input[type="datetime"]:focus, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="date"]:hover, input[type="date"]:focus, input[type="month"]:hover, input[type="month"]:focus, input[type="time"]:hover, input[type="time"]:focus, input[type="week"]:hover, input[type="week"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="url"]:hover, input[type="url"]:focus, input[type="search"]:hover, input[type="search"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, input[type="color"]:hover, input[type="color"]:focus, .uneditable-input:hover, .uneditable-input:focus, .members .btn-group .btn.dropdown-toggle:hover, .members .btn-group .btn.dropdown-toggle:focus {
  box-shadow: none;
}
select {
  height: 39px;
  padding: 0px 10px 0;
}
body, .label, .font_body {
  font-family: "aileron", sans-serif;
}
h1, h2, h3, h4, h5, h1 *, h2 *, h3 *, h4 *, h5 *, .h2_size, .h3_size, .h4_size, .h5_size, body #editProductModal.modal .modal-body .form-horizontal .control-label strong, .font_title, .members .sidebar-nav .nav-list .nav-header {
  font-family: "neil-bold-pro", sans-serif;
}
.btn, .btn span, .btn *:not(i), .font_btn {
  font-family: "aileron", sans-serif !important;
}
header .navbar .navbar-inner > .container .nav_control, header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a {
  font-family: "aileron", sans-serif !important;
}
@media (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li .dropdown-menu a {
    font-family: "aileron", sans-serif !important;
  }
}
input, select, textarea, #menu-search-box {
  font-family: "Sora", sans-serif;
}
.label, .badge {
  text-shadow: none;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
}
.btn {
  border-radius: 12px !important;
  box-shadow: none;
  text-shadow: none;
  padding: 6px 12px 6px;
  font-weight: 600;
  border: none;
}
.btn-tiny {
  padding: 1px 3px 1px !important;
}
.btn-large {
  font-size: 1.4rem;
  padding: 14px 22px 14px;
  border-radius: 20px !important;
}
.btn-extra-large {
  font-size: 1.6rem;
  padding: 16px 26px 17px;
  border-radius: 22px !important;
}
.btn-small {
  padding: 2px 10px 1px;
}
label.btn {
  padding: 8px 16px 8px !important;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 10px;
}
.btn_no_radius {
  border-radius: 0 !important;
}
.btn {
  transition: 0.2s;
}
.btn:focus, .btn:hover {
  /*filter: opacity(0.8);*/
  transition: 0.2s;
}
.btn.btn-success, .btn#-success {
  background: #16ab15 !important;
  color: #fff;
  border: 2px solid #16ab15;
}
.btn.btn-success .caret, .btn#-success .caret {
  border-top-color: #fff;
}
.btn.btn-danger, .btn#-danger {
  background: #e11616 !important;
  color: #fff;
  border: 2px solid #e11616;
}
.btn.btn-danger .caret, .btn#-danger .caret {
  border-top-color: #fff;
}
.btn.btn-info, .btn#-info {
  background: #1da9da !important;
  color: #fff;
  border: 2px solid #1da9da;
}
.btn.btn-info .caret, .btn#-info .caret {
  border-top-color: #fff;
}
.btn.btn-warning, .btn#-warning {
  background: #f48a3a !important;
  color: #fff;
  border: 2px solid #f48a3a;
}
.btn.btn-warning .caret, .btn#-warning .caret {
  border-top-color: #fff;
}
.btn.btn-primary, .btn#-primary {
  background: #1573ab !important;
  color: #fff;
  border: 2px solid #1573ab;
}
.btn.btn-primary .caret, .btn#-primary .caret {
  border-top-color: #fff;
}
.btn.btn-inverse, .btn#-inverse {
  background: #000 !important;
  color: #fff;
  border: 2px solid #000;
}
.btn.btn-inverse .caret, .btn#-inverse .caret {
  border-top-color: #fff;
}
.btn.btn_primary_skin, .btn#_primary_skin {
  background: #ff8204 !important;
  color: #fff;
  border: 2px solid #ff8204;
}
.btn.btn_primary_skin .caret, .btn#_primary_skin .caret {
  border-top-color: #fff;
}
.btn.btn_secondary_skin, .btn#_secondary_skin {
  background: #4faa0c !important;
  color: #fff;
  border: 2px solid #4faa0c;
}
.btn.btn_secondary_skin .caret, .btn#_secondary_skin .caret {
  border-top-color: #fff;
}
.btn.btn_tertiary_skin, .btn#_tertiary_skin {
  background: #f3f3f3 !important;
  color: #fff;
  border: 2px solid #f3f3f3;
}
.btn.btn_tertiary_skin .caret, .btn#_tertiary_skin .caret {
  border-top-color: #fff;
}
.btn.btnctl-resetPassBtnCancel, .btn#ctl-resetPassBtnCancel {
  background: #e11616 !important;
  color: #fff;
  border: 2px solid #e11616;
}
.btn.btnctl-resetPassBtnCancel .caret, .btn#ctl-resetPassBtnCancel .caret {
  border-top-color: #fff;
}
.btn.btn-success:hover, .btn.btn-success:focus {
  background: #19c218 !important;
}
.btn.btn-info:hover, .btn.btn-info:focus {
  background: #2db4e3 !important;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-error:hover, .btn.btn-error:focus, .btn.ctl-resetPassBtnCancel:hover, .btn.ctl-resetPassBtnCancel:focus {
  background: #ea2727 !important;
}
.btn.btn-warning:hover, .btn.btn-warning:focus {
  background: #f59852 !important;
}
.btn.btn-inverse:hover, .btn.btn-inverse:focus {
  background: #262626 !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #1882c2 !important;
}
.btn.btn_primary_skin:hover, .btn.btn_primary_skin:focus {
  background: #ff8f1e !important;
}
.btn.btn_secondary_skin:hover, .btn.btn_secondary_skin:focus {
  background: #65da0f !important;
}
.btn.btn_tertiary_skin:hover, .btn.btn_tertiary_skin:focus {
  background: white !important;
}
.status-OPEN {
  color: #16ab15 !important;
}
.status-OPEN svg path {
  fill: #16ab15 !important;
}
.status-CLOSED {
  color: #e11616 !important;
}
.status-CLOSED svg path {
  fill: #e11616 !important;
}
.text-success {
  color: #bfce02 !important;
}
.text-danger {
  color: #d90000 !important;
}
.text-error {
  color: #d90000 !important;
}
.text-info {
  color: #45bfff !important;
}
.text-warning {
  color: #ff9f55 !important;
}
.text-primary {
  color: #005ed9 !important;
}
.text-inverse {
  color: #000 !important;
}
.text_primary_skin {
  color: #ff8204 !important;
}
.text_secondary_skin {
  color: #4faa0c !important;
}
.text_tertiary_skin {
  color: #f3f3f3 !important;
}
.text_color_skin {
  color: #000 !important;
}
.text_inverse_skin {
  color: #fff !important;
}
.alert-success, .badge-success, .label-success, .well.well-small.sys-success.sys-message {
  background: #4eff7a;
  color: #004e13;
}
.alert-success .close, .badge-success .close, .label-success .close, .well.well-small.sys-success.sys-message .close {
  color: #004e13;
}
.alert-danger, .badge-danger, .label-danger, .well.well-small.sys-danger.sys-message {
  background: #ff4e4e;
  color: #4e0000;
}
.alert-danger .close, .badge-danger .close, .label-danger .close, .well.well-small.sys-danger.sys-message .close {
  color: #4e0000;
}
.alert-error, .badge-error, .label-error, .well.well-small.sys-error.sys-message {
  background: #ff4e4e;
  color: #4e0000;
}
.alert-error .close, .badge-error .close, .label-error .close, .well.well-small.sys-error.sys-message .close {
  color: #4e0000;
}
.alert-info, .badge-info, .label-info, .well.well-small.sys-info.sys-message {
  background: #4ee0ff;
  color: #00404e;
}
.alert-info .close, .badge-info .close, .label-info .close, .well.well-small.sys-info.sys-message .close {
  color: #00404e;
}
.alert-warning, .badge-warning, .label-warning, .well.well-small.sys-warning.sys-message {
  background: #ffc94e;
  color: #4e3600;
}
.alert-warning .close, .badge-warning .close, .label-warning .close, .well.well-small.sys-warning.sys-message .close {
  color: #4e3600;
}
.alert-primary, .badge-primary, .label-primary, .well.well-small.sys-primary.sys-message {
  background: #000;
  color: black;
}
.alert-primary .close, .badge-primary .close, .label-primary .close, .well.well-small.sys-primary.sys-message .close {
  color: black;
}
.alert-alert, .badge-alert, .label-alert, .well.well-small.sys-alert.sys-message {
  background: #000;
  color: black;
  color: #fff;
}
.alert-alert .close, .badge-alert .close, .label-alert .close, .well.well-small.sys-alert.sys-message .close {
  color: black;
}
.alert-alert .close, .badge-alert .close, .label-alert .close, .well.well-small.sys-alert.sys-message .close {
  color: #fff;
}
.alert_primary_skin, .badge_primary_skin, .label_primary_skin, .well.well-small.sys_primary_skin.sys-message {
  background: #ff8204;
  color: #040200;
}
.alert_primary_skin .close, .badge_primary_skin .close, .label_primary_skin .close, .well.well-small.sys_primary_skin.sys-message .close {
  color: #040200;
}
.alert_secondary_skin, .badge_secondary_skin, .label_secondary_skin, .well.well-small.sys_secondary_skin.sys-message {
  background: #4faa0c;
  color: black;
}
.alert_secondary_skin .close, .badge_secondary_skin .close, .label_secondary_skin .close, .well.well-small.sys_secondary_skin.sys-message .close {
  color: black;
}
.alert_tertiary_skin, .badge_tertiary_skin, .label_tertiary_skin, .well.well-small.sys_tertiary_skin.sys-message {
  background: #f3f3f3;
  color: #747474;
}
.alert_tertiary_skin .close, .badge_tertiary_skin .close, .label_tertiary_skin .close, .well.well-small.sys_tertiary_skin.sys-message .close {
  color: #747474;
}
.fill-success {
  fill: #4eff7a;
}
.fill-danger {
  fill: #ff4e4e;
}
.fill-error {
  fill: #ff4e4e;
}
.fill-info {
  fill: #4ee0ff;
}
.fill-warning {
  fill: #ffc94e;
}
.fill-primary {
  fill: #000;
}
.fill-alert {
  fill: #fff;
}
.fill_primary_skin {
  fill: #ff8204;
}
.fill_secondary_skin {
  fill: #4faa0c;
}
.fill_tertiary_skin {
  fill: #f3f3f3;
}
.fill_text_primary_skin {
  fill: #000;
}
.fill_text_secondary_skin {
  fill: #fff;
}
.alert {
  text-shadow: none;
  border: none;
  font-weight: normal;
}
.sys-alert:not(.modal) {
  border: none !important;
  border-radius: 0 !important;
  text-align: center;
  padding: 10px 30px 14px;
  margin: 0 !important;
  box-shadow: none !important;
}
.sys-alert:not(.modal) *:not(h2, h3, h4, h5) {
  font-weight: bold;
}
.sys-alert:not(.modal) h2, .sys-alert:not(.modal) h3, .sys-alert:not(.modal) h4, .sys-alert:not(.modal) h5 {
  font-weight: 100 !important;
}
.sys-alert:not(.modal) .close {
  opacity: 0.8;
  text-shadow: none;
}
.sys-alert:not(.modal) .lead {
  font-size: 16px;
}
@media (max-width: 767px) {
  .sys-alert:not(.modal) .lead {
    font-size: 14px;
  }
}
.popover {
  border-color: #ff8204;
  background-color: #ff8204;
  border-radius: 10px;
}
.popover.bottom .arrow:after {
  border-bottom-color: #ff8204;
}
.popover.top .arrow:after {
  border-top-color: #ff8204;
}
.popover.right .arrow:after {
  border-right-color: #ff8204;
}
.popover .popover-title {
  background: #ff8204;
  color: #fff;
  border-radius: 10px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin: 0 !important;
  border: none;
}
.popover .popover-content {
  background: #fff;
  color: #000;
  border-radius: 10px;
  border-color: #fff;
}
.well {
  background: #f3f3f3;
  color: #000;
  border-radius: 10px;
  padding: 20px;
  box-shadow: none;
  border: none;
  font-weight: normal;
}
.well legend, .well .page-header {
  color: #000;
  border-bottom: 2px solid #000;
  font-weight: bold !important;
}
.well legend small, .well .page-header small {
  color: #000;
  opacity: 0.6;
}
.well .rating-row .lead {
  color: #000;
}
.well hr {
  border-color: #000;
}
.well_primary_skin {
  background: #ff8204 !important;
}
.well_secondary_skin {
  background: #4faa0c !important;
}
.ui-widget-overlay.ui-front, .modal-backdrop {
  background: #000000;
  opacity: 0.95;
}
#editProductModal.modal, .modal {
  border-radius: 0;
  background: none;
  box-shadow: none;
  border: none;
}
#editProductModal.modal .modal-header, .modal .modal-header {
  border-radius: 0px;
  background: #ff8204;
  border: none;
  padding: 12px 15px 11px;
}
#editProductModal.modal .modal-header h3, #editProductModal.modal .modal-header h4, #editProductModal.modal .modal-header h5, #editProductModal.modal .modal-header button, .modal .modal-header h3, .modal .modal-header h4, .modal .modal-header h5, .modal .modal-header button {
  color: #fff;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#editProductModal.modal .modal-header .close, .modal .modal-header .close {
  margin-top: 6px !important;
  padding: 0;
  opacity: 1;
  text-shadow: none;
}
#editProductModal.modal .modal-body, #editProductModal.modal .official-document, .modal .modal-body, .modal .official-document {
  background: #fff;
  color: #000;
}
#editProductModal.modal .modal-body .type-choose-one .dropdown-toggle, #editProductModal.modal .official-document .type-choose-one .dropdown-toggle, .modal .modal-body .type-choose-one .dropdown-toggle, .modal .official-document .type-choose-one .dropdown-toggle {
  border-radius: 0 !important;
}
#editProductModal.modal .modal-body .type-choose-one .btn.dropdown-toggle, #editProductModal.modal .official-document .type-choose-one .btn.dropdown-toggle, .modal .modal-body .type-choose-one .btn.dropdown-toggle, .modal .official-document .type-choose-one .btn.dropdown-toggle {
  padding: 6px 14px 6px;
}
#editProductModal.modal .modal-body .type-choose-one .btn.dropdown-toggle .caret, #editProductModal.modal .official-document .type-choose-one .btn.dropdown-toggle .caret, .modal .modal-body .type-choose-one .btn.dropdown-toggle .caret, .modal .official-document .type-choose-one .btn.dropdown-toggle .caret {
  margin-top: 7px;
}
#editProductModal.modal .modal-body .well, #editProductModal.modal .official-document .well, .modal .modal-body .well, .modal .official-document .well {
  border-radius: 0;
  color: #000;
  background: #f5f5f5;
  box-shadow: none;
  border: none;
}
#editProductModal.modal .modal-body .well .clearfix .option-label, #editProductModal.modal .official-document .well .clearfix .option-label, .modal .modal-body .well .clearfix .option-label, .modal .official-document .well .clearfix .option-label {
  font-size: 14px;
  line-height: 28px;
}
#editProductModal.modal .modal-body .well .btn.btn-option, #editProductModal.modal .official-document .well .btn.btn-option, .modal .modal-body .well .btn.btn-option, .modal .official-document .well .btn.btn-option {
  border-radius: 0 !important;
  padding: 2px 8px 2px !important;
  font-size: 16px !important;
  box-shadow: none;
  border: none;
  height: 22px !important;
  line-height: 22px !important;
}
#editProductModal.modal .modal-body .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info), #editProductModal.modal .official-document .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info), .modal .modal-body .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info), .modal .official-document .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) {
  color: #ffffff;
  background: #979797;
}
#editProductModal.modal .modal-body .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) .caret, #editProductModal.modal .official-document .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) .caret, .modal .modal-body .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) .caret, .modal .official-document .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) .caret {
  border-top-color: #fff;
}
#editProductModal.modal .modal-body .well .btn.btn-option .caret, #editProductModal.modal .official-document .well .btn.btn-option .caret, .modal .modal-body .well .btn.btn-option .caret, .modal .official-document .well .btn.btn-option .caret {
  margin-top: 10px;
}
#editProductModal.modal .modal-body .well .label, #editProductModal.modal .official-document .well .label, .modal .modal-body .well .label, .modal .official-document .well .label {
  margin-left: 0;
  font-size: 15px;
  border-radius: 0;
  text-shadow: none;
  padding: 6px 5px 6px;
  background: #000;
  color: #fff;
  font-weight: bold;
}
#editProductModal.modal .modal-body hr, #editProductModal.modal .official-document hr, .modal .modal-body hr, .modal .official-document hr {
  border-color: #000;
}
#editProductModal.modal .modal-body small, #editProductModal.modal .official-document small, .modal .modal-body small, .modal .official-document small {
  font-size: 14px;
  color: #000;
}
#editProductModal.modal .modal-body .row-fluid [class*="span"], #editProductModal.modal .official-document .row-fluid [class*="span"], .modal .modal-body .row-fluid [class*="span"], .modal .official-document .row-fluid [class*="span"] {
  min-height: 30px;
}
#editProductModal.modal .modal-body .form-horizontal .control-label, #editProductModal.modal .official-document .form-horizontal .control-label, .modal .modal-body .form-horizontal .control-label, .modal .official-document .form-horizontal .control-label {
  padding-top: 8px;
}
#editProductModal.modal .modal-body .form-horizontal .control-label strong, #editProductModal.modal .official-document .form-horizontal .control-label strong, .modal .modal-body .form-horizontal .control-label strong, .modal .official-document .form-horizontal .control-label strong {
  font-weight: 100 !important;
}
#editProductModal.modal .modal-body .btn.btn-block, #editProductModal.modal .official-document .btn.btn-block, .modal .modal-body .btn.btn-block, .modal .official-document .btn.btn-block {
  background: #4faa0c;
  color: #fff;
}
#editProductModal.modal .modal-body .loyalty-description h2, #editProductModal.modal .official-document .loyalty-description h2, .modal .modal-body .loyalty-description h2, .modal .official-document .loyalty-description h2 {
  margin-top: 1rem;
}
#editProductModal.modal .modal-footer, .modal .modal-footer {
  background: #4e4f4f;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 14px 15px 14px;
}
#editProductModal.modal .modal-footer > h3, #editProductModal.modal .modal-footer > h4, #editProductModal.modal .modal-footer > h5, .modal .modal-footer > h3, .modal .modal-footer > h4, .modal .modal-footer > h5 {
  color: #fff;
  height: 30px;
  padding-top: 9px !important;
}
@media (min-width: 980px) {
  #editProductModal.modal .modal-footer > h3, #editProductModal.modal .modal-footer > h4, #editProductModal.modal .modal-footer > h5, .modal .modal-footer > h3, .modal .modal-footer > h4, .modal .modal-footer > h5 {
    padding-top: 6px !important;
  }
}
#editProductModal.modal .modal-footer .muted, .modal .modal-footer .muted {
  color: #fff;
  opacity: 0.8;
}
#editProductModal.modal .modal-footer .btn:not([class*=" "]), .modal .modal-footer .btn:not([class*=" "]) {
  color: #fff;
  background: #e11616;
  border: 2px solid #e11616;
}
@media (max-width: 767px) {
  #editProductModal.modal .dropdown-menu, .modal .dropdown-menu {
    min-width: auto;
  }
}
table, table.table.table-striped {
  border-radius: 0 !important;
}
table:not(#basket), table.table.table-striped:not(#basket) {
  border: 1px solid;
  border-color: #000 !important;
}
table thead tr, table thead tr:hover, table thead tr:focus, table.table.table-striped thead tr, table.table.table-striped thead tr:hover, table.table.table-striped thead tr:focus {
  border-radius: 0;
}
table thead tr th, table thead tr:hover th, table thead tr:focus th, table.table.table-striped thead tr th, table.table.table-striped thead tr:hover th, table.table.table-striped thead tr:focus th {
  background: #ff8204;
  background-color: #ff8204 !important;
  color: #fff;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table thead tr th:not(#basket thead tr th, #basket thead tr th:hover, #basket thead tr th:focus), table thead tr:hover th:not(#basket thead tr th, #basket thead tr th:hover, #basket thead tr th:focus), table thead tr:focus th:not(#basket thead tr th, #basket thead tr th:hover, #basket thead tr th:focus), table.table.table-striped thead tr th:not(#basket thead tr th, #basket thead tr th:hover, #basket thead tr th:focus), table.table.table-striped thead tr:hover th:not(#basket thead tr th, #basket thead tr th:hover, #basket thead tr th:focus), table.table.table-striped thead tr:focus th:not(#basket thead tr th, #basket thead tr th:hover, #basket thead tr th:focus) {
  background: #ff8204;
  color: #fff;
  border-color: #000 !important;
}
table thead tr td, table thead tr:hover td, table thead tr:focus td, table.table.table-striped thead tr td, table.table.table-striped thead tr:hover td, table.table.table-striped thead tr:focus td {
  background: #ff8204;
  background-color: #ff8204 !important;
  color: #fff;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table thead tr td:first-child, table thead tr th:first-child, table thead tr:hover td:first-child, table thead tr:hover th:first-child, table thead tr:focus td:first-child, table thead tr:focus th:first-child, table.table.table-striped thead tr td:first-child, table.table.table-striped thead tr th:first-child, table.table.table-striped thead tr:hover td:first-child, table.table.table-striped thead tr:hover th:first-child, table.table.table-striped thead tr:focus td:first-child, table.table.table-striped thead tr:focus th:first-child {
  border-left: none !important;
}
table.product-basket#basket:not(.checkout table.product-basket) thead tr, table.product-basket#basket:not(.checkout table.product-basket) thead tr:hover, table.product-basket#basket:not(.checkout table.product-basket) thead tr:focus, table.product-basket#basket:not(.checkout table.product-basket) tbody tr, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:hover, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:focus, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus {
  border-radius: 0;
}
table.product-basket#basket:not(.checkout table.product-basket) thead tr th, table.product-basket#basket:not(.checkout table.product-basket) thead tr:hover th, table.product-basket#basket:not(.checkout table.product-basket) thead tr:focus th, table.product-basket#basket:not(.checkout table.product-basket) tbody tr th, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover th, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus th, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr th, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover th, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:hover th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:focus th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus th {
  background: #fff;
  background-color: #fff !important;
  color: #000;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table.product-basket#basket:not(.checkout table.product-basket) thead tr th small, table.product-basket#basket:not(.checkout table.product-basket) thead tr:hover th small, table.product-basket#basket:not(.checkout table.product-basket) thead tr:focus th small, table.product-basket#basket:not(.checkout table.product-basket) tbody tr th small, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover th small, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus th small, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr th small, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover th small, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:hover th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:focus th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus th small {
  color: #000 !important;
}
table.product-basket#basket:not(.checkout table.product-basket) thead tr td, table.product-basket#basket:not(.checkout table.product-basket) thead tr:hover td, table.product-basket#basket:not(.checkout table.product-basket) thead tr:focus td, table.product-basket#basket:not(.checkout table.product-basket) tbody tr td, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover td, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus td, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr td, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover td, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:hover td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:focus td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus td {
  background: #fff;
  background-color: #fff !important;
  color: #000;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table.product-basket#basket:not(.checkout table.product-basket) thead tr td small, table.product-basket#basket:not(.checkout table.product-basket) thead tr:hover td small, table.product-basket#basket:not(.checkout table.product-basket) thead tr:focus td small, table.product-basket#basket:not(.checkout table.product-basket) tbody tr td small, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover td small, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus td small, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr td small, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover td small, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:hover td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:focus td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus td small {
  color: #000 !important;
}
table.product-basket#basket:not(.checkout table.product-basket) thead tr td:first-child, table.product-basket#basket:not(.checkout table.product-basket) thead tr th:first-child, table.product-basket#basket:not(.checkout table.product-basket) thead tr:hover td:first-child, table.product-basket#basket:not(.checkout table.product-basket) thead tr:hover th:first-child, table.product-basket#basket:not(.checkout table.product-basket) thead tr:focus td:first-child, table.product-basket#basket:not(.checkout table.product-basket) thead tr:focus th:first-child, table.product-basket#basket:not(.checkout table.product-basket) tbody tr td:first-child, table.product-basket#basket:not(.checkout table.product-basket) tbody tr th:first-child, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover td:first-child, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover th:first-child, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus td:first-child, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus th:first-child, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr td:first-child, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr th:first-child, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover td:first-child, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover th:first-child, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus td:first-child, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:hover td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:hover th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:focus td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:focus th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus th:first-child {
  border-left: none !important;
}
table tbody tr, table tbody tr:hover, table tbody tr:focus, table.table.table-striped tbody tr, table.table.table-striped tbody tr:hover, table.table.table-striped tbody tr:focus {
  border-radius: 0;
}
table tbody tr th, table tbody tr:hover th, table tbody tr:focus th, table.table.table-striped tbody tr th, table.table.table-striped tbody tr:hover th, table.table.table-striped tbody tr:focus th {
  background: #ff8204;
  background-color: #ff8204 !important;
  color: #fff;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table tbody tr td, table tbody tr:hover td, table tbody tr:focus td, table.table.table-striped tbody tr td, table.table.table-striped tbody tr:hover td, table.table.table-striped tbody tr:focus td {
  background: #f3f3f3;
  background-color: #f3f3f3 !important;
  color: #000;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table tbody tr td input, table tbody tr td select, table tbody tr:hover td input, table tbody tr:hover td select, table tbody tr:focus td input, table tbody tr:focus td select, table.table.table-striped tbody tr td input, table.table.table-striped tbody tr td select, table.table.table-striped tbody tr:hover td input, table.table.table-striped tbody tr:hover td select, table.table.table-striped tbody tr:focus td input, table.table.table-striped tbody tr:focus td select {
  background: #e8e8e8 !important;
  color: #000 !important;
}
table tbody tr td input::placeholder, table tbody tr td select::placeholder, table tbody tr:hover td input::placeholder, table tbody tr:hover td select::placeholder, table tbody tr:focus td input::placeholder, table tbody tr:focus td select::placeholder, table.table.table-striped tbody tr td input::placeholder, table.table.table-striped tbody tr td select::placeholder, table.table.table-striped tbody tr:hover td input::placeholder, table.table.table-striped tbody tr:hover td select::placeholder, table.table.table-striped tbody tr:focus td input::placeholder, table.table.table-striped tbody tr:focus td select::placeholder {
  color: #000 !important;
}
table tbody tr td table thead tr th, table tbody tr:hover td table thead tr th, table tbody tr:focus td table thead tr th, table.table.table-striped tbody tr td table thead tr th, table.table.table-striped tbody tr:hover td table thead tr th, table.table.table-striped tbody tr:focus td table thead tr th {
  background: #ff8204;
  background-color: #ff8204 !important;
  color: #fff;
  border-color: #000 !important;
}
table tbody tr td:first-child, table tbody tr th:first-child, table tbody tr:hover td:first-child, table tbody tr:hover th:first-child, table tbody tr:focus td:first-child, table tbody tr:focus th:first-child, table.table.table-striped tbody tr td:first-child, table.table.table-striped tbody tr th:first-child, table.table.table-striped tbody tr:hover td:first-child, table.table.table-striped tbody tr:hover th:first-child, table.table.table-striped tbody tr:focus td:first-child, table.table.table-striped tbody tr:focus th:first-child {
  border-left: none !important;
}
table tbody.tbody-day-group tr th, table tbody.tbody-day-group tr:hover th, table tbody.tbody-day-group tr:focus th, table.table.table-striped tbody.tbody-day-group tr th, table.table.table-striped tbody.tbody-day-group tr:hover th, table.table.table-striped tbody.tbody-day-group tr:focus th {
  background: #f3f3f3;
  background-color: #f3f3f3 !important;
  color: #000;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table tbody.tbody-day-group tr td, table tbody.tbody-day-group tr:hover td, table tbody.tbody-day-group tr:focus td, table.table.table-striped tbody.tbody-day-group tr td, table.table.table-striped tbody.tbody-day-group tr:hover td, table.table.table-striped tbody.tbody-day-group tr:focus td {
  background: #f3f3f3;
  background-color: #f3f3f3 !important;
  color: #000;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table tbody.tbody-day-group tr td:first-child, table tbody.tbody-day-group tr th:first-child, table tbody.tbody-day-group tr:hover td:first-child, table tbody.tbody-day-group tr:hover th:first-child, table tbody.tbody-day-group tr:focus td:first-child, table tbody.tbody-day-group tr:focus th:first-child, table.table.table-striped tbody.tbody-day-group tr td:first-child, table.table.table-striped tbody.tbody-day-group tr th:first-child, table.table.table-striped tbody.tbody-day-group tr:hover td:first-child, table.table.table-striped tbody.tbody-day-group tr:hover th:first-child, table.table.table-striped tbody.tbody-day-group tr:focus td:first-child, table.table.table-striped tbody.tbody-day-group tr:focus th:first-child {
  border-left: none !important;
}
table tbody.tbody-day-group tr.ui-state-highlight td, table tbody.tbody-day-group tr.ui-state-highlight th, table.table.table-striped tbody.tbody-day-group tr.ui-state-highlight td, table.table.table-striped tbody.tbody-day-group tr.ui-state-highlight th {
  background: #ff8204 !important;
  color: #fff !important;
}
table tfoot tr td:first-child, table tfoot tr th:first-child, table.table.table-striped tfoot tr td:first-child, table.table.table-striped tfoot tr th:first-child {
  border-left: none !important;
}
table tfoot tr, table tfoot tr:hover, table tfoot tr:focus, table.table.table-striped tfoot tr, table.table.table-striped tfoot tr:hover, table.table.table-striped tfoot tr:focus {
  border-radius: 0;
}
table tfoot tr th, table tfoot tr:hover th, table tfoot tr:focus th, table.table.table-striped tfoot tr th, table.table.table-striped tfoot tr:hover th, table.table.table-striped tfoot tr:focus th {
  background: #f3f3f3;
  background-color: #f3f3f3 !important;
  color: #000;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table tfoot tr td, table tfoot tr:hover td, table tfoot tr:focus td, table.table.table-striped tfoot tr td, table.table.table-striped tfoot tr:hover td, table.table.table-striped tfoot tr:focus td {
  background: #f3f3f3;
  background-color: #f3f3f3 !important;
  color: #000;
  border-color: #000 !important;
  border-radius: 0 !important;
}
#tbl_all_orders tbody > tr > th {
  background: #f3f3f3 !important;
  color: #000 !important;
}
.well-basket table thead tr th, .well-basket table thead tr:hover th, .well-basket table thead tr:focus th, .well-basket table.table.table-striped thead tr th, .well-basket table.table.table-striped thead tr:hover th, .well-basket table.table.table-striped thead tr:focus th, .well-basket table tbody tr td, .well-basket table tbody tr:hover td, .well-basket table tbody tr:focus td, .well-basket table.table.table-striped tbody tr td, .well-basket table.table.table-striped tbody tr:hover td, .well-basket table.table.table-striped tbody tr:focus td, .well-basket table tfoot tr th, .well-basket table tfoot tr:hover th, .well-basket table tfoot tr:focus th, .well-basket table.table.table-striped tfoot tr th, .well-basket table.table.table-striped tfoot tr:hover th, .well-basket table.table.table-striped tfoot tr:focus th {
  background: #000 !important;
  background-color: #000 !important;
  color: #fff !important;
  border-color: #888 !important;
}
.well-basket table thead tr th small, .well-basket table thead tr:hover th small, .well-basket table thead tr:focus th small, .well-basket table.table.table-striped thead tr th small, .well-basket table.table.table-striped thead tr:hover th small, .well-basket table.table.table-striped thead tr:focus th small, .well-basket table tbody tr td small, .well-basket table tbody tr:hover td small, .well-basket table tbody tr:focus td small, .well-basket table.table.table-striped tbody tr td small, .well-basket table.table.table-striped tbody tr:hover td small, .well-basket table.table.table-striped tbody tr:focus td small, .well-basket table tfoot tr th small, .well-basket table tfoot tr:hover th small, .well-basket table tfoot tr:focus th small, .well-basket table.table.table-striped tfoot tr th small, .well-basket table.table.table-striped tfoot tr:hover th small, .well-basket table.table.table-striped tfoot tr:focus th small {
  color: #fff !important;
}
.table th, .table td, .table-condensed th, .table-condensed td {
  padding: 4px 6px 4px;
}
p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_font {
  line-height: 140%;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (max-width: 479px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_font {
    font-size: 1rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_font {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_font {
    font-size: 1.1rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_font {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_font {
    font-size: 1.1rem;
  }
}
@media (min-width: 1400px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_font {
    font-size: 1.1rem;
  }
}
p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_font.p_large {
  margin-bottom: 1.4rem;
  font-weight: bold;
  line-height: 120%;
}
@media (max-width: 479px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_font.p_large {
    font-size: 1.2rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_font.p_large {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_font.p_large {
    font-size: 1.2rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_font.p_large {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_font.p_large {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_font.p_large {
    font-size: 1.6rem;
  }
}
h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
  line-height: 110% !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (max-width: 479px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
    font-size: 4rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
    font-size: 4rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
    font-size: 4.6rem;
  }
}
@media (min-width: 1400px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
    font-size: 5rem;
  }
}
h2:not(.h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
  line-height: 110% !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (max-width: 479px) {
  h2:not(.h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 3rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h2:not(.h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h2:not(.h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 3rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h2:not(.h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  h2:not(.h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  h2:not(.h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 4.5rem;
  }
}
h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h3_size {
  line-height: 110% !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (max-width: 479px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 2.5rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 2.5rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 3.5rem;
  }
}
@media (min-width: 1400px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 3.5rem;
  }
}
h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h4_size {
  line-height: 110% !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (max-width: 479px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 2em;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 2rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 3rem;
  }
}
@media (min-width: 1400px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 3rem;
  }
}
h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h5_size {
  line-height: 110% !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (max-width: 479px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.5em;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.5rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 2.5rem;
  }
}
.h6_size {
  line-height: 110% !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (max-width: 479px) {
  .h6_size {
    font-size: 1.2em;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .h6_size {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .h6_size {
    font-size: 1.2rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .h6_size {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .h6_size {
    font-size: 1.7rem;
  }
}
@media (min-width: 1400px) {
  .h6_size {
    font-size: 1.7rem;
  }
}
@media (max-width: 479px) {
  .ct_details_bar > .container small {
    font-size: 0.7rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .ct_details_bar > .container small {
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .ct_details_bar > .container small {
    font-size: 0.7rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .ct_details_bar > .container small {
    font-size: 0.7rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ct_details_bar > .container small {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .ct_details_bar > .container small {
    font-size: 1rem;
  }
}
.popover .popover-title, #mod_postcode_box_pc {
  font-size: 1.2rem;
}
@media (max-width: 479px) {
  #opening-status {
    font-size: 0.9rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #opening-status {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #opening-status {
    font-size: 1.2rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  #opening-status {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #opening-status {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  #opening-status {
    font-size: 1.2rem;
  }
}
header .navbar .navbar-inner > .container .nav-collapse .nav > li > a {
  line-height: normal;
}
@media (max-width: 479px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li > a {
    font-size: 1.8rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li > a {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li > a {
    font-size: 2.4rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li > a {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li > a {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li > a {
    font-size: 1.2rem;
  }
}
@media (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li .dropdown-menu a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1400px) {
  .home header .navbar .navbar-inner > .container .nav-collapse .nav > li > a {
    font-size: 1.4rem;
  }
}
.ui-tabs-menu .ui-tabs-panel .ui-widget .ui-widget-header, .ui-tabs-menu .ui-widget-content .ui-widget .ui-widget-header, .ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading .name {
  font-size: 1.2rem;
}
.members .sidebar-nav .nav-list .nav-header {
  font-size: 1.1rem;
}
footer {
  margin: 0;
  padding: 40px 0;
  background: #f3f3f3;
}
@media (max-width: 479px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer .footer_control > *:not(:last-child) {
  margin-right: 20px;
}
footer .footer_control svg {
  transition: 0.2s;
}
footer .footer_control svg:hover, footer .footer_control svg:focus {
  transition: 0.2s;
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  footer > .container > .row-fluid {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  footer > .container > .row-fluid > div {
    margin: 40px 0;
  }
}
footer > .container > .row-fluid > div:first-child {
  margin-top: 0;
}
footer > .container > .row-fluid > div:last-child {
  margin-bottom: 0;
}
footer > .container > .row-fluid #footer-link-information {
  color: #ff8204;
  text-decoration: none !important;
}
footer > .container > .row-fluid #footer-link-information:hover, footer > .container > .row-fluid #footer-link-information:focus {
  color: #ff8f1e;
}
.ui-tabs-menu {
  border: none;
  border-radius: none;
  border-top: none;
  background: none;
  padding: 0;
}
@media (min-width: 1200px) {
  .ui-tabs-menu .ui-widget-content {
    padding-top: 4px !important;
    padding-right: 6px !important;
  }
}
.ui-tabs-menu .ui-tabs-panel, .ui-tabs-menu .ui-widget-content {
  color: #000;
}
@media (min-width: 768px) {
  .ui-tabs-menu .ui-tabs-panel, .ui-tabs-menu .ui-widget-content {
    padding-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .ui-tabs-menu .ui-tabs-panel, .ui-tabs-menu .ui-widget-content {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.ui-tabs-menu .ui-tabs-panel .marginbottom15.image_top:not(.marginbottom15.image_top + .ui-state-highlight), .ui-tabs-menu .ui-widget-content .marginbottom15.image_top:not(.marginbottom15.image_top + .ui-state-highlight) {
  margin: 0;
}
.ui-tabs-menu .ui-tabs-panel .ui-widget .ui-widget-header, .ui-tabs-menu .ui-widget-content .ui-widget .ui-widget-header {
  color: #4e0000;
  background: #ff4e4e;
  border-radius: 10px;
  border: none;
  margin-top: 10px !important;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 12px;
}
.ui-tabs-menu .ui-tabs-panel .row-product, .ui-tabs-menu .ui-widget-content .row-product {
  background: none;
  border-color: #000;
  padding: 20px 0;
}
.ui-tabs-menu .ui-tabs-panel .row-product.row-product:first-child, .ui-tabs-menu .ui-widget-content .row-product.row-product:first-child {
  padding-top: 0;
}
.ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading, .ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading-list2, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading-list2 {
  line-height: normal;
  margin-bottom: 5px !important;
  line-height: 15px !important;
}
.ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading .menunumber, .ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading .name, .ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading-list2 .menunumber, .ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading-list2 .name, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading .menunumber, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading .name, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading-list2 .menunumber, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading-list2 .name {
  color: #000;
  font-weight: bold;
}
.ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading-list2, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading-list2 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .ui-tabs-menu .ui-tabs-panel .row-product .row-variation, .ui-tabs-menu .ui-widget-content .row-product .row-variation {
    margin-top: 4px;
  }
}
.ui-tabs-menu .ui-tabs-panel .row-product .row-variation .name, .ui-tabs-menu .ui-widget-content .row-product .row-variation .name {
  padding-top: 4px;
}
.ui-tabs-menu .ui-tabs-panel .row-product .row-variation .price, .ui-tabs-menu .ui-widget-content .row-product .row-variation .price {
  padding-top: 5px;
  color: #000;
}
.ui-tabs-menu .ui-tabs-panel .row-product .row-variation .btn-small, .ui-tabs-menu .ui-widget-content .row-product .row-variation .btn-small {
  margin-top: 1px;
}
.ui-tabs-menu .ui-tabs-panel .ui-state-highlight, .ui-tabs-menu .ui-widget-content .ui-state-highlight {
  background: #f3f3f3;
  color: #000;
  border: none;
  font-size: 16px;
  line-height: 20px;
  border-radius: 10px;
  padding: 10px 20px 10px;
  font-weight: bold;
  text-shadow: none;
}
.ui-tabs-menu .ui-tabs-panel .ui-state-highlight a, .ui-tabs-menu .ui-widget-content .ui-state-highlight a {
  text-decoration: underline;
}
.ui-tabs-menu .ui-tabs-nav {
  background: #fff;
  border: none;
  padding: 0 !important;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default {
  border: none;
  background: rgba(255, 130, 4, 0.6);
  border-radius: 0;
  margin: 0 !important;
  overflow-x: hidden;
  transition: 0.2s;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-hover {
  background: #ff8204;
  transition: 0.2s;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-hover .ui-tabs-anchor {
  color: #ff8204;
  transition: 0.2s;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-active {
  background: #ff8204;
  border-radius: 0 10px 10px 0;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-active .ui-tabs-anchor {
  color: #fff;
  background: #ff8204;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default .ui-tabs-anchor {
  color: #000;
  padding-bottom: 12px !important;
  padding-top: 12px !important;
  font-size: 16px;
  line-height: 18px;
  border-radius: 0;
  background: #fff;
  margin-left: 2px;
  width: 100%;
  padding-left: 30px !important;
  transition: 0.2s;
}
#ui-datepicker-div [class*="ui-corner-"]:not(.ui-slider) {
  border: none;
}
#ui-datepicker-div .ui-slider {
  border: 2px solid #ff8204;
}
#ui-datepicker-div .ui-slider-handle {
  background: #000 !important;
}
.ui-dialog {
  border: 2px solid #000;
  background: #fff;
  color: #000;
  border-radius: 0;
  z-index: 10000000000 !important;
}
.ui-dialog .ui-dialog-titlebar {
  background: #ff8204;
  border: none;
  border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  margin: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  margin: -11px 0 0 0;
  color: #fff;
}
.ui-dialog .ui-dialog-content {
  color: #000;
}
.ui-dialog .ui-dialog-content .well {
  /*
      color: #000;
      border-color: #000;
      background: #fff !important;
      input {
        background: #e2e2e2;
        color: #000 !important;
        &::placeholder {
          color: #000 !important;
          opacity: 0.6;
        }
      }
*/
}
.ui-widget-overlay {
  opacity: 0.8;
}
.menu #body {
  padding: 0px 10px;
  margin-top: 0px;
  margin-bottom: 80px;
}
@media (min-width: 980px) {
  .menu #body {
    padding-left: 0;
    padding-right: 0;
  }
}
.menu .how-im-ordering {
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  color: #000;
  margin-bottom: 30px !important;
}
@media (max-width: 979px) {
  .menu .how-im-ordering {
    text-align: center;
  }
}
@media (min-width: 980px) {
  .menu .how-im-ordering {
    background-position: center;
  }
}
.menu .how-im-ordering > h2 .how-im-ordering-menuname {
  color: #ff8204;
  text-shadow: none;
}
.menu .how-im-ordering > h2 > a {
  text-shadow: none;
  text-decoration: none !important;
}
.menu .how-im-ordering > .container {
  padding: 40px 0px 80px;
  position: relative;
}
@media (min-width: 980px) {
  .menu .how-im-ordering > .container {
    padding: 100px 0;
    text-align: center;
  }
}
.menu .how-im-ordering > .container a.ordering_method_menu {
  line-height: 0;
  font-size: 12px;
  background: #ff8204;
  color: #000;
  text-decoration: none !important;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 20px;
  border-radius: 25px 25px 0 0 !important;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .menu .how-im-ordering .ctrl-offcanvas_productmenu_toggle_bridge_mobile2_ {
    display: none;
  }
}
.menu .navbar-affix-container {
  height: auto !important;
}
@media (min-width: 768px) {
  .menu .navbar-affix-container {
    margin-bottom: 20px;
  }
}
.menu .navbar-affix-container #responsive-food-menu {
  height: 100%;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner {
  border: none;
  height: 100%;
  border-radius: none;
  background: none;
  padding: 0 !important;
  box-shadow: none;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div::before, .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div::after {
  display: none;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand {
  padding: 0;
  text-shadow: none;
  color: #ff8204;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .ctrl-mob-nav-search {
  box-shadow: none;
  padding-top: 0px !important;
  position: relative;
  top: 0px;
  max-width: 20px;
}
@media (min-width: 768px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .ctrl-mob-nav-search {
    display: none;
  }
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .ctrl-mob-nav-search svg path {
  fill: #ff8204;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu {
  margin: 0;
  border: 2px solid #cccccc;
  padding-left: 8px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 9px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu {
    padding-left: 14px;
    padding-right: 18px;
  }
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu i {
  color: #000;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu .search_icon_menu {
    display: none;
  }
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu #menu-search-box {
  width: 220px;
  text-align: center;
  font-weight: 800;
  background: none !important;
  color: #000 !important;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu #menu-search-box::placeholder {
  color: #000 !important;
  opacity: 0.4;
}
.menu .navbar-affix-container #responsive-food-menu.affix {
  height: auto;
  background: #ff8204;
}
.menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner {
  border-radius: 0;
  max-width: 1150px;
  margin: auto;
  box-shadow: none !important;
}
.menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner > .container {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner > .container .brand {
  color: #fff;
}
.menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner > .container svg path {
  fill: #fff;
}
.menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner > .container form#navbar-search-menu {
  border-color: #fff !important;
}
.menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner > .container form#navbar-search-menu i, .menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner > .container form#navbar-search-menu input#menu-search-box {
  color: #fff !important;
}
.menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner > .container form#navbar-search-menu i::placeholder, .menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner > .container form#navbar-search-menu input#menu-search-box::placeholder {
  color: #fff !important;
}
.menu #basket-container {
  padding: 18px;
  border: none !important;
}
@media (max-width: 1199px) {
  .menu #basket-container {
    margin-top: 32px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.menu #basket-container > h3, .menu #basket-container > legend {
  color: #000;
  border: none;
  padding: 0;
}
.menu #basket-container .ui-widget-content {
  border-radius: 0;
  text-shadow: none;
  border: 1px solid #f0f0f0;
  padding: 5px 10px;
}
.menu #basket-container .basket-hr-separator {
  display: none;
}
.menu #basket-container .basket-buttons {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .menu #basket-container .basket-buttons #order-empty {
    margin-bottom: 8px;
  }
}
.menu .image_top {
  border-radius: 10px;
}
@media (max-width: 1181px) {
  .menu .website-image:not(.menu-selection .website-image), .menu .lp_custom_banner {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.menu .menu-selection {
  text-align: center;
}
.menu .menu-selection .alert {
  border: none;
  color: #fff;
  background: none;
  padding: 0 !important;
  margin-bottom: 30px !important;
}
.menu .menu-selection .alert h3 {
  text-shadow: none;
  filter: contrast(50%);
  color: #000;
}
.menu .menu-selection > .row-fluid {
  margin-bottom: 30px;
}
.menu .menu-selection .well {
  padding: 0;
  border: none;
  background: none;
  text-shadow: none;
  box-shadow: none;
}
.menu .menu-selection .well .btn {
  text-shadow: none;
  padding-top: 24px !important;
}
.menu #zp-offcanvas-basket .uk-offcanvas-bar {
  padding-bottom: 70px;
  background: #fff;
  color: #000;
  border: none;
}
.menu #zp-offcanvas-basket .uk-offcanvas-bar h3.uk-h2, .menu #zp-offcanvas-basket .uk-offcanvas-bar a.ctrl-mobile_food_menu_nav_closecanvas {
  margin-top: 9px !important;
}
.menu #zp-offcanvas-basket .uk-offcanvas-bar hr {
  border-color: #646464;
}
.menu #zp-offcanvas-basket .uk-offcanvas-bar .uk-margin-top a:first-child {
  margin-bottom: 8px;
}
.menu #zp-offcanvas-menu .uk-offcanvas-bar {
  background: #fff;
  border: none;
  padding-bottom: 70px;
  border-right: 2px solid #000;
}
.menu #zp-offcanvas-menu .uk-offcanvas-bar h3.uk-h2, .menu #zp-offcanvas-menu .uk-offcanvas-bar a.ctrl-mobile_food_menu_nav_closecanvas {
  color: #000 !important;
  margin-top: 13px !important;
}
.menu #zp-offcanvas-menu .uk-offcanvas-bar .uk-nav-offcanvas > li > a {
  font-size: large;
  color: #000;
  padding: 10px 15px 10px;
}
.menu #zp-offcanvas-menu .uk-offcanvas-bar .uk-nav-offcanvas > li > a:hover, .menu #zp-offcanvas-menu .uk-offcanvas-bar .uk-nav-offcanvas > li > a:focus {
  background: #ff8204;
  color: #fff;
}
.menu #mobile_food_menu_nav {
  z-index: 999;
  background: #fff;
}
.menu #mobile_food_menu_nav .btn {
  border-radius: 0 !important;
  padding-top: 13px;
  border-left: none;
}
.menu #mobile_food_menu_nav .btn small {
  font-size: 80%;
}
.menu #mobile_food_menu_nav .btn.zp-ctl-search {
  border: none;
}
.menu #mobile_food_menu_nav .zp-ctl-categories {
  color: #000;
}
.menu .navbar-search .search-query {
  padding: 0;
  padding-bottom: 2px;
  border: none !important;
}
.menu .blockUI.blockMsg.blockPage {
  bottom: 65px;
  top: unset !important;
}
@media (min-width: 1200px) {
  .menu .blockUI.blockMsg.blockPage {
    bottom: 60px;
    top: unset !important;
    right: 20px !important;
  }
}
.menu .blockUI.blockMsg.blockPage h1, .menu .blockUI.blockMsg.blockPage h2 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.menu .media-body > .description.decription small h3 {
  margin-bottom: 0 !important;
  background: #ff8204;
  color: #fff;
  text-align: center;
  padding: 1rem;
}
.menu .marginbottom15.image_top {
  margin-bottom: 10px !important;
}
.checkout {
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
}
.checkout #body {
  margin-top: 0px;
}
.checkout #body > .container {
  width: 95%;
  padding-top: 0px;
}
@media (max-width: 1199px) {
  .checkout #body > .container {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .checkout #body > .container {
    width: 100%;
  }
}
.checkout #body > .container > .row-fluid:first-child .span9 {
  width: 100%;
}
.checkout #body > .container > .row-fluid:first-child .span9 h2 {
  margin-top: 0px;
  color: #000;
}
.checkout #body > .container > .row-fluid:first-child .span3 {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout #body > .container > .row-fluid:last-child {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout #body > .container > .row-fluid:last-child > form {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout #body > .container > .row-fluid:last-child > form > div:first-child, .checkout #body > .container > .row-fluid:last-child > form > div:last-child {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout #body > .container > .row-fluid:last-child > div {
    width: 100%;
    margin: 0;
  }
}
.checkout .well > h5, .checkout .well > h4, .checkout .well > p.lead {
  margin-bottom: 16px;
}
.checkout .well.well-basket, .checkout .loyaltypoints_box {
  backdrop-filter: none;
  background: #000;
  border: none !important;
  color: #fff;
}
.checkout .well.well-basket > h4, .checkout .well.well-basket > h5, .checkout .loyaltypoints_box > h4, .checkout .loyaltypoints_box > h5 {
  color: #fff;
}
.checkout .well.well-basket small, .checkout .loyaltypoints_box small {
  color: #fff;
}
.checkout .well.well-basket .muted.note-delivery, .checkout .loyaltypoints_box .muted.note-delivery {
  color: #fff;
}
.checkout .well.well-basket .row-credits .ui-widget-header:not(.col-equals .ui-widget-header), .checkout .loyaltypoints_box .row-credits .ui-widget-header:not(.col-equals .ui-widget-header) {
  background: #ff8204;
  color: #fff;
  border: none;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 0;
}
.checkout .well.well-basket .row-credits .well-small:not(.col-equals .well-small), .checkout .loyaltypoints_box .row-credits .well-small:not(.col-equals .well-small) {
  border: none;
  border-radius: 0;
  background: #e9e9e9;
  color: #000;
  box-shadow: none;
  padding: 4px 10px 10px;
}
.checkout .well.well-basket .row-credits .col-equals .lead, .checkout .loyaltypoints_box .row-credits .col-equals .lead {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.checkout .well.well-basket .ctl-pointsoptions a, .checkout .loyaltypoints_box .ctl-pointsoptions a {
  color: #fff;
  text-shadow: none;
  text-transform: none;
}
.checkout .well.well-basket .ctl-redeempoints, .checkout .loyaltypoints_box .ctl-redeempoints {
  margin-bottom: 10px;
}
.checkout .well-login-buttons-section {
  display: flex;
  flex-direction: column;
}
.checkout .well-login-buttons-section .btn:first-child {
  margin-bottom: 6px;
}
.checkout em {
  color: #000;
}
.checkout .marginbottom15 .muted {
  color: #000;
}
@media (max-width: 1199px) {
  .checkout .well-how-pay .trigger-paymentmethod {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .checkout .well-how-pay .trigger-paymentmethod button {
    width: 100% !important;
  }
}
.checkout .voucher_box .success {
  display: flex;
  flex-direction: column;
}
.checkout .voucher_box .success > input {
  margin-bottom: 10px !important;
  width: auto;
}
.members #body {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .members #body {
    padding: 0px;
  }
}
@media (max-width: 979px) {
  .members #body {
    max-width: 510px;
    margin: auto;
  }
}
@media (max-width: 979px) {
  .members #body > .row-fluid, .members #body > .container-fluid .row-fluid {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 979px) {
  .members #body > .row-fluid > div:first-child, .members #body > .container-fluid .row-fluid > div:first-child {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 979px) {
  .members #body > .row-fluid > div:first-child .btn-block, .members #body > .container-fluid .row-fluid > div:first-child .btn-block {
    margin-bottom: 21px;
  }
}
@media (max-width: 979px) {
  .members #body > .row-fluid > div:last-child, .members #body > .container-fluid .row-fluid > div:last-child {
    margin-top: 20px;
    width: 100%;
    margin: 0;
  }
}
.members #body > .row-fluid > div:last-child .navbar-inner, .members #body > .container-fluid .row-fluid > div:last-child .navbar-inner {
  box-shadow: none;
}
.members #body h1:not(.hero-unit h1) {
  color: #000;
}
@media (min-width: 980px) {
  .members #container .well.form-horizontal#frmRegister {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .members #container .well.form-horizontal input:not([type="checkbox"]), .members #container .well.form-horizontal select:not([type="checkbox"]) {
    width: 100%;
    min-width: fit-content;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
  }
}
.members #container .well.form-horizontal legend {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  color: #000;
  font-weight: bold !important;
}
.members #container .well .loyalty-caption {
  text-align: right;
}
.members .media-address:hover {
  background: rgba(255, 255, 255, 0.08);
}
.members .section-customer-map .well, .members .ctl-toggle-columns .well, .members .section-sales-reports .well, .members .section-loyalty-scheme .well, .members .section-tax-report .well {
  border: none;
  box-shadow: none;
}
.members .section-customer-map .ctl-toggle-columns, .members .ctl-toggle-columns .ctl-toggle-columns, .members .section-sales-reports .ctl-toggle-columns, .members .section-loyalty-scheme .ctl-toggle-columns, .members .section-tax-report .ctl-toggle-columns {
  display: flex;
  flex-wrap: wrap;
}
.members .section-customer-map h2, .members .section-customer-map h3, .members .ctl-toggle-columns h2, .members .ctl-toggle-columns h3, .members .section-sales-reports h2, .members .section-sales-reports h3, .members .section-loyalty-scheme h2, .members .section-loyalty-scheme h3, .members .section-tax-report h2, .members .section-tax-report h3 {
  margin-top: 1rem !important;
}
.members .hero-unit {
  background: #ff8204;
  border-radius: 10px;
}
.members .hero-unit * {
  color: #fff;
  font-weight: 400;
}
.members .hero-unit p a {
  text-decoration: underline !important;
  color: #fff !important;
}
.members .sidebar-nav .nav-list .nav-header {
  text-shadow: none;
  color: #ff8204;
}
.members .sidebar-nav .nav-list li a:hover, .members .sidebar-nav .nav-list li a:focus {
  background: #ff8204;
  color: #fff;
}
.members .sidebar-nav .nav-list li a:hover i, .members .sidebar-nav .nav-list li a:focus i {
  background-image: url("https://skins.zfood.co.uk/hercules/./images/white_icons_members_page.png");
}
.members .sidebar-nav .nav-list li a:hover small, .members .sidebar-nav .nav-list li a:focus small {
  color: #fff;
  opacity: 0.8;
}
.members .sidebar-nav .nav-list li a {
  text-shadow: none;
  color: #000;
  text-decoration: none !important;
}
.members .sidebar-nav .nav-list li a small {
  color: #000;
  opacity: 0.6;
}
.members .sidebar-nav .nav-list li a:not(:hover, :focus, li.active a) i {
  background-image: url("https://skins.zfood.co.uk/hercules/./images/black_icons_members_page.png");
}
.members .sidebar-nav .nav-list li.active a {
  background: #ff8204;
  color: #fff;
}
.members .sidebar-nav .nav-list li.active a small {
  color: #fff;
}
.members .sidebar-nav .nav-list li.active a i {
  background-image: url("https://skins.zfood.co.uk/hercules/./images/white_icons_members_page.png");
}
.members .sidebar-nav .nav-list .divider {
  border-color: #000;
  background-color: #000;
}
.members .ctl-toggle-columns .btn {
  margin-left: 0px;
  margin-right: 4px;
  padding: 4px 12px 4px;
  box-shadow: none !important;
}
.members .loyalty-card {
  background: #000;
}
.members .loyalty-card > div.col3 *, .members .loyalty-card > div.col4 * {
  color: #000;
}
.members .loyalty-card > div.col1 .loyalty-label {
  font-size: 48px;
}
.members .form-horizontal .control-label {
  padding-top: 8px;
}
.members .section-product-reports .navbar-inner .brand {
  text-shadow: none;
  font-weight: bold;
  color: #000;
}
.members .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.members .frm_members_sales_reports:not(.navbar-form) > div:not(:last-child), .members .frm_members_menutax_reports:not(.navbar-form) > div:not(:last-child) {
  margin-bottom: 10px;
}
.contact-us #body {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .contact-us #body {
    padding: 0px;
  }
}
.contact-us .gm-style-iw-d {
  color: #000;
}
.contact-us .ui-widget {
  border: none;
  border-radius: 10px;
}
.contact-us .ui-widget .ui-widget-header {
  border: none;
  text-align: center;
  background: #ff8204;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  padding: 10px 20px 10px;
  margin-bottom: 0 !important;
}
.contact-us .ui-widget .ui-widget-content {
  border: none;
  border-radius: 0 0 10px 10px;
  background: #f3f3f3;
  color: #000;
  border-top: none !important;
}
.contact-us .ui-widget .ui-widget-content .delivery-hint {
  color: #000 !important;
}
.contact-us .ui-widget .ui-widget-content #box-contact-info, .contact-us .ui-widget .ui-widget-content #box-contact-info .contact-email {
  margin-bottom: 0 !important;
}
.contact-us .ui-widget.box-contact-information {
  text-align: center;
}
@media (max-width: 767px) {
  .contact-us .ui-widget.box-contact-information {
    margin: 21px 0;
  }
}
@media (min-width: 768px) {
  .contact-us .ui-widget.box-contact-information {
    margin-bottom: 18px;
  }
}
.contact-us .ui-widget.box-contact-information a, .contact-us .ui-widget.box-contact-information .contact-phone_numbers {
  color: #000;
}
.order-complete #body {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 0 20px 0px;
}
@media (min-width: 980px) {
  .order-complete #body {
    margin-top: 40px;
  }
}
.order-complete #body .jumbotron .order-complete-title, .order-complete #body .jumbotron .p-thanks-for .text-warning {
  color: #000 !important;
}
.order-complete #body .jumbotron .p-thanks-for .text-warning {
  text-decoration: underline;
}
.order-complete #body .order-info-well #order-confirmation {
  background: #4faa0c;
  color: #fff;
  border: none;
}
.order-complete .jumbotron {
  margin-top: 0;
}
.review-order #body {
  margin-top: 0px;
  margin-bottom: 60px !important;
  padding: 0 20px 0px;
}
@media (min-width: 980px) {
  .review-order #body {
    margin-top: 40px;
  }
}
.review-order #body small, .review-order #body #frmReviewOrder, .review-order #body #frmReviewOrder .text-success.uk-text-success {
  color: #000 !important;
}
.review-order #body small.muted {
  font-weight: 300;
}
.review-order #body .page-review-order {
  background: #f3f3f3;
  color: #000;
  border-radius: 10px;
  box-shadow: none;
}
.review-order #body .page-review-order .rating-row .lead {
  color: #000;
  font-weight: 500;
}
.review-order #body .page-review-order .page-header, .review-order #body .page-review-order legend {
  color: #000;
  border-color: #000;
  font-weight: bold;
}
.review-order #body .page-review-order table {
  border: none !important;
}
.review-order #body .page-review-order table tbody tr th, .review-order #body .page-review-order table tbody tr td, .review-order #body .page-review-order table thead tr th, .review-order #body .page-review-order table thead tr td {
  background: #f3f3f3 !important;
  color: #000;
}
.review-order #body .page-review-order table tbody tr th select, .review-order #body .page-review-order table tbody tr th input, .review-order #body .page-review-order table tbody tr td select, .review-order #body .page-review-order table tbody tr td input, .review-order #body .page-review-order table thead tr th select, .review-order #body .page-review-order table thead tr th input, .review-order #body .page-review-order table thead tr td select, .review-order #body .page-review-order table thead tr td input {
  background: #e8e8e8 !important;
  color: #000 !important;
}
.welcome .branch_ordering, .welcome header {
  display: none;
}
.welcome #logo {
  margin: 30px auto;
  max-width: 300px;
  text-align: center;
}
@media (max-width: 767px) {
  .welcome #body {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .welcome #welcome-row-fluid-outer {
    text-align: center;
  }
}
.welcome #welcome-row-fluid-outer .h6_size {
  opacity: 0.6;
}
.welcome #welcome-row-fluid-outer .branch-select:not(:last-child) {
  margin-bottom: 10px;
}
.welcome .branch_finder_box > .col.col1 {
  font-weight: 600;
}
.information #body {
  margin-top: 30px;
  padding: 0 20px 0px;
}
@media (min-width: 980px) {
  .information #body {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .information #body .block-terms-conditions, .information #body .block-website-help {
    margin-bottom: 20px;
  }
}
.information .page-header {
  margin-top: 0;
}
.bookings h1, .bookings .mod_table_reservation_v1 > h3 {
  display: none;
}
.bookings #body {
  margin-top: 30px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.bookings #body input {
  padding: 0 !important;
  height: -webkit-fill-available;
}
.bookings #body .mod_table_reservation_v1 .frmModTableReservationV1 {
  max-width: 400px;
  margin: 30px auto 30px;
}
.bookings #people_group {
  border: none;
}
.bookings #body #people_group .controls {
  display: flex;
}
.bookings #body #people_group .controls select {
  width: 30%;
}
.bookings #body #people_group .controls .ctl-modTableReservationV1 {
  margin-left: 10px;
}
.bookings #body #date_group, .bookings #body #time_group, .bookings #body #people_group {
  display: flex;
  align-items: center;
  height: 42px;
  width: 100%;
  margin-bottom: 15px;
  border: none;
}
.bookings #body .controls {
  width: 70%;
  height: 100%;
}
.bookings #body label {
  margin: 0;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  height: 100%;
  border: none;
  width: 30%;
}
.bookings #body select, .bookings #body input {
  margin: 0;
  width: 100%;
  height: 100% !important;
}
body:not(.bookings, .home) .mod_table_reservation_v1 {
  display: none;
}
@media (min-width: 768px) {
  .bookings #body input {
    height: 100% !important;
  }
  .bookings #people_group .controls .ctl-modTableReservationV1 {
    width: -webkit-fill-available;
  }
}


body .visible-walton { display:none !important; } 
body .hidden-walton { display:inherit !important; } 
body.shop_walton .hidden-walton { display:none !important; }
body.shop_walton .visible-walton { display:inherit !important; }

.visible-guest { display:initial !important; }
.hidden-guest { display:none !important; }
.visible-user { display:none !important; }
.hidden-user { display:initial !important; }

body {
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
body {


}

header, #mobile-header {

}

/* Mobile */
.mobile .km-content {
}
.mobile #mobile-header {
}

/* Font Weight */
h1, h2, h3, h4, h5, h1 *, h2 *, h3 *, h4 *, h5 *, .h2_size, .h3_size, .h4_size, .h5_size, body #editProductModal.modal .modal-body .form-horizontal .control-label strong, .font_title, .members .sidebar-nav .nav-list .nav-header {
    font-weight: normal;
}

.menu #zp-offcanvas-basket .uk-offcanvas-bar h3.uk-h2, .menu #zp-offcanvas-basket .uk-offcanvas-bar a.ctrl-mobile_food_menu_nav_closecanvas,
.menu #zp-offcanvas-menu .uk-offcanvas-bar h3.uk-h2, .menu #zp-offcanvas-menu .uk-offcanvas-bar a.ctrl-mobile_food_menu_nav_closecanvas,
.contact-us .ui-widget .ui-widget-header,
.checkout .well > h5, .checkout .well > h4, .checkout .well > p.lead,
body #editProductModal.modal .modal-body .form-horizontal .control-label strong,
#editProductModal.modal .modal-body h4,
#editProductModal.modal .modal-body h4 *,
#editProductModal.modal .modal-body h5,
#editProductModal.modal .modal-body h5 *,
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand,
.members .sidebar-nav .nav-list .nav-header,
.menu .media-body > .description.decription small h3 {
	font-weight: bold !important;
}

/* Font Family */
h1 small,
.welcome #welcome-row-fluid-outer .h6_size,
.contact-us .ui-widget .ui-widget-header,
.members .sidebar-nav .nav-list .nav-header,
.checkout .well > h5, .checkout .well > h4, .checkout .well > p.lead,
.popover .popover-title,
.tooltip .tooltip-inner,
.ui-tabs-menu .ui-tabs-panel .ui-widget .ui-widget-header, .ui-tabs-menu .ui-widget-content .ui-widget .ui-widget-header,
.menu #zp-offcanvas-basket .uk-offcanvas-bar h3.uk-h2, .menu #zp-offcanvas-basket .uk-offcanvas-bar a.ctrl-mobile_food_menu_nav_closecanvas,
.menu #zp-offcanvas-menu .uk-offcanvas-bar h3.uk-h2, .menu #zp-offcanvas-menu .uk-offcanvas-bar a.ctrl-mobile_food_menu_nav_closecanvas,
#editSpecialDealModal.modal .modal-footer .muted,
#editProductModal.modal .modal-footer .muted, 
#editSpecialDealModal.modal .modal-footer > h3, 
#editSpecialDealModal.modal .modal-footer > h4, 
#editSpecialDealModal.modal .modal-footer > h5, 
#editSpecialDealModal.modal .modal-body h3,
#editSpecialDealModal.modal .modal-body h3 *,
#editSpecialDealModal.modal .modal-body h4,
#editSpecialDealModal.modal .modal-body h4 *,
#editSpecialDealModal.modal .modal-body h5,
#editSpecialDealModal.modal .modal-body h5 *,
#editProductModal.modal .modal-footer > h3, 
#editProductModal.modal .modal-footer > h4, 
#editProductModal.modal .modal-footer > h5, 
#editProductModal.modal .modal-body h3,
#editProductModal.modal .modal-body h3 *,
#editProductModal.modal .modal-body h4,
#editProductModal.modal .modal-body h4 *,
#editProductModal.modal .modal-body h5,
#editProductModal.modal .modal-body h5 *,
.modal .modal-footer .muted,
.modal .modal-footer > h3,
#productModalPrice,
#productSpecialDealPrice,
body #editProductModal.modal .modal-body .form-horizontal .control-label strong,
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand,
.ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading .menunumber, .ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading .name, .ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading-list2 .menunumber, .ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading-list2 .name, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading .menunumber, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading .name, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading-list2 .menunumber, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading-list2 .name, 
.menu .media-body > .description.decription small h3,
.product-allergens .popover .popover-content p {
    font-family: "aileron", sans-serif;
}

/* Pop ups */
.popover .popover-title {
    padding-top: 6px;
}

/* Modal */
#editProductModal.modal .modal-header, .modal .modal-header {
    padding: 16px 15px 8px;
}

/* Home Page */
.zp_two_selections > .container > .row-fluid .top h2 {
    bottom: 0;
}
.zp_postcode > .container > div .right {

    position: relative;
}
.jungle_decoration {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    border-radius: 10px 0 0 0;
    pointer-events: none;
}   

.zp_slider .slick_base .slick-next svg tspan {
    fill: #ff8204;
}

/* hide the free delivery note whilst deliveries are inactive */
body.delivers_0 .zp_postcode > .container > div .left .left_postcode_detail {
display: none;
}

@media (max-width: 979px) {
    .zp_postcode > .container > div .right {
        padding-top: 200px;
    }
}

@media (min-width: 980px) {          
    .zp_postcode > .container > div .left,
    .zp_postcode > .container > div .left > .left_postcode_img,
    .zp_postcode > .container > div .left > .left_postcode_img img
    {
        object-fit: cover;
        height: 100%;
        border-radius: 10px 0 0px 10px !important;
    }
    .zp_postcode > .container > div .right {
        padding-top: 220px;
    }
    .jungle_decoration {
        top: -57px;
    }
}


@media (min-width: 980px) and (max-width: 1199px) {
    .zp_postcode > .container > div .right {
        padding-top: 0;
    }    
    .jungle_decoration {
        display: none;
    }
}

@media (min-width: 1200px) {
    .zp_postcode > .container > div {
        height: 600px;
    }  
}

@media (min-width: 1400px) {
    .jungle_decoration {
        top: -50px;
    }
}

.ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading .menunumber, 
.ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading .name, 
.ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading-list2 .menunumber, 
.ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading-list2 .name, 
.ui-tabs-menu .ui-widget-content .row-product h5.media-heading .menunumber, 
.ui-tabs-menu .ui-widget-content .row-product h5.media-heading .name, 
.ui-tabs-menu .ui-widget-content .row-product h5.media-heading-list2 .menunumber, 
.ui-tabs-menu .ui-widget-content .row-product h5.media-heading-list2 .name {
    color: #ff8204;
}

/* Buttons */
.btn-white {
    background: #fff;
    color: #000;
    
}

/* Footer */
.copyright small {
    font-size: 100%;
}