/*
skin_path: skins/bubblegum/
skin_name: bubblegum
theme_path: 
theme_name: 
type: css
datetime: 2024-09-26 14:13:20
checksum: 44690eb803d3b718aee543a7bed26ccf
status: ok
*/
/* Load: skins/bubblegum/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/bubblegum/style_functions.scss */
/* Load: skins/bubblegum/_variables.scss */
/*$text_color: #000;*/
/* Load: skins/bubblegum/_variables_skin.scss */
/* Load: custom_data/preloaded_custom_data */
/* Load: skins/bubblegum/styles.scss */
html, body {
  font-size: 18px;
}
body #body > .page-header h1, body #body > h1, .checkout #body > .container > .row-fluid:first-child .span9 h2 {
  color: #8d64f0 !important;
}
body #body > .page-header h1 small, body #body > h1 small, .checkout #body > .container > .row-fluid:first-child .span9 h2 small {
  color: #8d64f0 !important;
  opacity: 0.6;
}
#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;
  }
}
@media (min-width: 1700px) {
  body:not(.home) .container:not(.navbar-affix-container #responsive-food-menu .navbar-inner > .container) {
    width: 1300px;
  }
}
a:not([class]) {
  color: #8d64f0;
  transition: 0.2s;
  text-decoration: underline;
}
a:not([class]):hover, a:not([class]):focus {
  /*filter: opacity(0.8);*/
  color: #9e7bf2;
  transition: 0.2s;
}
.well a:not([class], .dropdown-menu a) {
  color: #8d64f0;
}
@media (min-width: 768px) {
  body:not(.home) .input-append button {
    margin-left: 10px;
  }
}
@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: 20px;
}
.muted:not(.well-basket .muted, .modal .muted) {
  color: #131313 !important;
  opacity: 0.7 !important;
}
.well .muted {
  color: #000 !important;
}
.hidden_v2 {
  transform: translateY(-100%);
  transition: 0.5s;
}
.gradient_skin {
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: center;
  height: 390px !important;
  background: linear-gradient(321deg, #8d64f0 0%, #c1f064 100%) !important;
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 1699px) {
  .gradient_skin {
    height: 300px !important;
  }
}
@media (min-width: 1700px) {
  .gradient_skin {
    height: 400px !important;
    padding-top: 60px;
  }
}
.gradient_skin > * {
  color: #fff;
}
.gradient_skin > * small {
  color: #131313;
}
@media (min-width: 480px) {
  .gradient_skin > * {
    padding: 0 20px;
  }
}
@media (min-width: 1700px) {
  .gradient_skin + .zp_hero_address > p {
    bottom: 30px !important;
  }
}
@media (min-width: 1700px) {
  .gradient_skin + .zp_hero_address > .mod_postcode_base {
    bottom: 50px !important;
  }
}
.ui-dialog .muted {
  color: #000 !important;
}
.header_top {
  transform: translateY(0px);
  transition: 0.2s;
}
.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;
}
.font_900 {
  font-weight: 900 !important;
}
.no_text_decoration {
  text-decoration: none !important;
}
.hide {
  display: none;
}
.no_scroll {
  overflow-y: hidden;
}
.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;
  }
}
.visible_desktop_xl {
  display: none;
}
@media (min-width: 1700px) {
  .visible_desktop_xl {
    display: block;
  }
}
@media (max-width: 767px) {
  .hidden_phone {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden_tablet {
    display: none !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .hidden_laptop {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .hidden_desktop {
    display: none !important;
  }
}
@media (min-width: 1700px) {
  .hidden_desktop_xl {
    display: none !important;
  }
}
.cursor {
  display: inline-block;
  width: 10px;
  background-color: transparent;
  animation: blink-animation 1s steps(1) infinite;
}
.lowercase {
  text-transform: lowercase;
}
.inverse_only_stroke path {
  stroke: #fff;
  fill: none !important;
}
.only_stroke path {
  stroke: #131313;
  fill: none !important;
}
.only_fill path {
  stroke: none !important;
  fill: #131313 !important;
}
.only_fill.logged_in path {
  stroke: none !important;
  fill: #16ab15 !important;
}
.inverse_only_fill path {
  stroke: none !important;
  fill: #fff !important;
}
@keyframes blink-animation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.blink {
  opacity: 1;
}
ul.dropdown-menu {
  background: #8d64f0;
  transition: 0.2s;
  border-radius: 20px;
  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: #6b36ec;
  color: #fff;
}
.m_zero {
  margin: 0 !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;
}
.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_xs {
  margin-left: 5px !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: #131313;
  padding: 0;
  background-image: url("https://skins.zfood.co.uk/bubblegum/./images/zp_bg.jpg");
  background-repeat: repeat;
}
@media (min-width: 2000px) {
  body {
    background-repeat: repeat;
    background-size: auto;
    background-position: top;
  }
}
header {
  z-index: 100;
  background: none;
  transition: 0.2s;
}
header .navbar {
  margin: 0 !important;
}
header .navbar .navbar-inner {
  background: none;
  box-shadow: none;
  border: none;
}
@media (min-width: 768px) {
  header .navbar .navbar-inner {
    padding: 0;
  }
}
header .navbar .navbar-inner > .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "logo logo" "control_area btn-navbar-ops" "nav-collapse nav-collapse";
  align-items: center;
  padding: 20px 0;
}
@media (min-width: 768px) {
  header .navbar .navbar-inner > .container {
    grid-template-columns: 25% 50% 25%;
    grid-template-rows: auto auto;
    grid-template-areas: "control_area logo btn-navbar-ops" "nav-collapse nav-collapse nav-collapse";
  }
}
@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: 1200px) {
  header .navbar .navbar-inner > .container {
    width: 1170px;
  }
}
header .navbar .navbar-inner > .container #logo {
  grid-area: logo;
  z-index: 15;
  text-align: center;
}
@media (max-width: 767px) {
  header .navbar .navbar-inner > .container #logo img {
    margin-bottom: 10px;
    max-height: 60px;
  }
}
header .navbar .navbar-inner > .container .btn-navbar-ops {
  z-index: 15;
  grid-area: btn-navbar-ops;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
header .navbar .navbar-inner > .container .btn-navbar-ops svg {
  transition: 0.2s;
  height: 30px;
  width: 30px;
}
@media (min-width: 1200px) {
  header .navbar .navbar-inner > .container .btn-navbar-ops svg {
    height: 40px;
    width: 40px;
  }
}
header .navbar .navbar-inner > .container .btn-navbar-ops svg:focus, header .navbar .navbar-inner > .container .btn-navbar-ops svg:hover {
  transition: 0.2s;
  transform: translateY(-2px);
}
header .navbar .navbar-inner > .container .btn-navbar-ops .btn-navbar {
  display: block;
  margin: 0;
  margin-left: 20px;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
header .navbar .navbar-inner > .container .btn-navbar-ops .btn-navbar .icon-bar {
  background: #131313;
  box-shadow: none !important;
  width: 40px;
  height: 2px;
  border-radius: 100px !important;
  transition: 0.5s;
}
header .navbar .navbar-inner > .container .btn-navbar-ops .btn-navbar .icon-bar:first-child {
  margin: 0;
}
header .navbar .navbar-inner > .container .btn-navbar-ops .btn-navbar .icon-bar + .icon-bar {
  margin-top: 12px;
}
header .navbar .navbar-inner > .container .btn-navbar-ops .btn-navbar.open .icon-bar:first-child {
  transform: translateY(4px) rotate(134deg) translateX(4px);
}
header .navbar .navbar-inner > .container .btn-navbar-ops .btn-navbar.open .icon-bar:nth-child(2) {
  transform: translateY(-5px) rotate(45deg) translateX(-3px);
}
header .navbar .navbar-inner > .container .btn-navbar-ops .btn-navbar.open .icon-bar:nth-child(3) {
  opacity: 0;
  pointer-events: none;
}
header .navbar .navbar-inner > .container .btn-navbar-ops #opening-status {
  padding: 0;
  margin: 0;
  padding-top: 2px !important;
  font-weight: bold;
  text-shadow: none;
}
header .navbar .navbar-inner > .container .control_area {
  grid-area: control_area;
  z-index: 100;
}
header .navbar .navbar-inner > .container .control_area a {
  text-decoration: none;
}
header .navbar .navbar-inner > .container .control_area a:not(:last-child) {
  margin-right: 5px;
}
header .navbar .navbar-inner > .container .control_area a svg {
  height: 30px;
  width: 30px;
  transition: 0.2s;
}
@media (min-width: 1200px) {
  header .navbar .navbar-inner > .container .control_area a svg {
    height: 40px;
    width: 40px;
  }
}
header .navbar .navbar-inner > .container .control_area a svg:hover, header .navbar .navbar-inner > .container .control_area a svg:focus {
  transition: 0.2s;
  transform: translateY(-2px);
}
header .navbar .navbar-inner > .container .nav-collapse {
  grid-area: nav-collapse;
  height: 100vh !important;
  width: 100vw !important;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  background: #fff;
  pointer-events: none;
  z-index: 10;
  transition: 0.5s;
  opacity: 0;
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse {
    padding-top: 0 !important;
  }
}
header .navbar .navbar-inner > .container .nav-collapse.open {
  pointer-events: all;
  z-index: 10;
  transition: 0.5s;
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav-collapse > .container {
    width: 724px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  header .navbar .navbar-inner > .container .nav-collapse > .container {
    width: 940px;
  }
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse > .container {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  header .navbar .navbar-inner > .container .nav-collapse > .container {
    width: 1170px;
  }
}
header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu {
  margin: 0;
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
}
header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li {
  margin-bottom: 18px;
  overflow: visible;
}
header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li > a {
  padding: 0;
  margin: 0;
  background: none !important;
  box-shadow: none;
  text-shadow: none;
  border: none !important;
  text-decoration: none !important;
  color: #131313;
  font-weight: bold;
  text-transform: normal;
}
header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li > a:hover, header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li > a:focus {
  color: #8d64f0;
}
header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li > a:hover .caret, header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li > a:focus .caret {
  border-top-color: #8d64f0;
}
header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li > a .caret {
  border-top-color: #131313;
  margin-top: 15px;
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li > a .caret {
    margin-top: 20px;
  }
}
header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li > ul {
  margin: 0 !important;
  width: 100%;
  background: none !important;
  box-shadow: none !important;
  border: none;
}
header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li > ul > li > a {
  padding: 0;
  margin-top: 20px;
  color: #131313;
  background: none !important;
  font-weight: bold;
  text-transform: normal;
}
header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li > ul > li > a:hover, header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li > ul > li > a:focus {
  color: #8d64f0;
}
header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li.active > a {
  color: #8d64f0;
}
header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li.active > a .caret {
  border-top-color: #8d64f0;
}
header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li.open > ul {
  display: block;
  position: unset;
  overflow: unset;
}
header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li.open > ul::after, header .navbar .navbar-inner > .container .nav-collapse > .container .main-menu > li.open > ul::before {
  display: none;
}
header .ct_header_row {
  display: none;
}
.ct_details_bar {
  background: #000;
  padding: 10px 0px 10px;
  transition: 0.5s;
  z-index: 15 !important;
  position: relative;
}
@media (min-width: 1200px) {
  .ct_details_bar {
    padding: 15px 0;
  }
}
.ct_details_bar > .container::before, .ct_details_bar > .container::after {
  content: none;
}
@media (max-width: 767px) {
  .ct_details_bar > .container {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .ct_details_bar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.ct_details_bar > .container small {
  color: #fff;
}
.ct_details_bar > .container small a {
  color: #8d64f0 !important;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .ct_details_bar > .container .ct_local_branch_details {
    padding-top: 5px;
  }
}
body.home .ct_details_bar {
  display: none;
}
body.user_member .user_icon path, body.user_admin .user_icon path {
  stroke: #10bb1f;
}
.tooltip.in {
  opacity: 1 !important;
}
.tooltip .tooltip-inner {
  line-height: normal;
  max-width: fit-content;
  background: #8d64f0;
  color: #fff;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #8d64f0;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #8d64f0;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #8d64f0;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #8d64f0;
}
.social_media_links_base a, .footer_control a, .social_hero_section a {
  padding: 0;
  background: none !important;
}
.social_media_links_base svg, .footer_control svg, .social_hero_section svg {
  max-width: 30px;
  transition: 0.2s;
}
.social_media_links_base svg path:not(.btn-instagram path), .footer_control svg path:not(.btn-instagram path), .social_hero_section svg path:not(.btn-instagram path) {
  fill: #131313;
}
.social_media_links_base svg circle, .footer_control svg circle, .social_hero_section svg circle {
  fill: #131313;
}
.social_media_links_base svg #instagram-svgrepo-com_6_, .footer_control svg #instagram-svgrepo-com_6_, .social_hero_section svg #instagram-svgrepo-com_6_ {
  fill: #fff;
}
.social_media_links_base svg:hover, .social_media_links_base svg:focus, .footer_control svg:hover, .footer_control svg:focus, .social_hero_section svg:hover, .social_hero_section svg:focus {
  transition: 0.2s;
  transform: translateY(-2px);
}
.footer_control a:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .social_hero_section > *:not(:last-child) {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .social_hero_section > * {
    margin-bottom: 20px;
  }
}
.social_media_links {
  display: none;
}
@keyframes lightUpPrimary {
  0%, 10% {
    -webkit-text-stroke: 2px #9e9e9f;
    color: transparent;
    text-shadow: 0 0 0 transparent;
    opacity: 0;
  }
  10%, 40% {
    -webkit-text-stroke: 2px #8d64f0;
    color: transparent;
    text-shadow: 0 0 10px #8d64f0;
    opacity: 1;
  }
  40%, 60% {
    -webkit-text-stroke: 2px #9e9e9f;
    color: transparent;
    text-shadow: 0 0 0 transparent;
    opacity: 1;
  }
  60%, 90% {
    -webkit-text-stroke: 2px #8d64f0;
    color: transparent;
    text-shadow: 0 0 10px #8d64f0;
    opacity: 1;
  }
  90%, 100% {
    -webkit-text-stroke: 2px #9e9e9f;
    color: transparent;
    text-shadow: 0 0 0 transparent;
    opacity: 0;
  }
}
@keyframes lightUpSecondary {
  0%, 10% {
    -webkit-text-stroke: 2px #9e9e9f;
    color: transparent;
    text-shadow: 0 0 0 transparent;
    opacity: 0;
  }
  10%, 40% {
    -webkit-text-stroke: 2px #c1f064;
    color: transparent;
    text-shadow: 0 0 10px #c1f064;
    opacity: 1;
  }
  40%, 60% {
    -webkit-text-stroke: 2px #9e9e9f;
    color: transparent;
    text-shadow: 0 0 0 transparent;
    opacity: 1;
  }
  60%, 90% {
    -webkit-text-stroke: 2px #c1f064;
    color: transparent;
    text-shadow: 0 0 10px #c1f064;
    opacity: 1;
  }
  90%, 100% {
    -webkit-text-stroke: 2px #9e9e9f;
    color: transparent;
    text-shadow: 0 0 0 transparent;
    opacity: 0;
  }
}
@keyframes breathing {
  0% {
    transform: scale(1);
    /* Initial size */
  }
  50% {
    transform: scale(1.05);
    /* Slightly larger, "inhale" */
  }
  100% {
    transform: scale(1);
    /* Back to original, "exhale" */
  }
}
.litPrimary {
  transition: 0.2s;
}
.litSecondary {
  transition: 0.2s;
}
.home {
  overflow-x: hidden !important;
}
.home .inner-wrapper {
  position: relative;
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .home #container, .home .inner-wrapper {
    overflow-x: hidden !important;
  }
}
.home #container {
  overflow-x: hidden !important;
}
@media (min-width: 2000px) {
  .home #container {
    max-width: 1900px;
    margin: auto;
  }
}
.home .btn_image {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-radius: 20px 0 0 0 !important;
  background: #fff;
  color: #131313;
  padding: 17px 24px 16px;
  border: none;
  font-weight: 600;
}
@media (min-width: 1700px) {
  .home .btn_image {
    padding: 37px 48px 36px;
  }
}
@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: 1700px) {
  .home .container:not(.zp_advices .container, .container_regular) {
    width: 1700px;
  }
}
.home .website-image {
  margin-bottom: 0;
}
.home .website-image img {
  border-radius: 20px;
}
.home #body {
  display: none;
}
#mod_postcode_box_pc {
  max-width: 170px;
  margin-right: 0px;
  padding: 15px 15px 15px 21px;
  text-align: center;
  border-radius: 22px !important;
}
@media (min-width: 768px) {
  #mod_postcode_box_pc {
    max-width: 300px;
  }
}
.zp_hero_section #myCarousel {
  margin: 0 !important;
}
.zp_hero_section #myCarousel .carousel-indicators {
  top: 20px;
  bottom: unset;
  right: 0px;
  margin: auto !important;
  display: flex;
  justify-content: right;
  position: absolute !important;
}
@media (max-width: 767px) {
  .zp_hero_section #myCarousel .carousel-indicators {
    right: 20px;
  }
}
.zp_hero_section #myCarousel .carousel-indicators li {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 25px;
}
.zp_hero_section #myCarousel .carousel-indicators li:first-child {
  margin: 0 !important;
}
.zp_hero_section #myCarousel .carousel-control {
  top: 25%;
  opacity: 0.8;
  z-index: 9;
  border: none;
  background: none;
  font-weight: bold;
  pointer-events: all;
}
.zp_hero_section #myCarousel .carousel-control:hover, .zp_hero_section #myCarousel .carousel-control:focus {
  opacity: 1;
}
@media (min-width: 768px) {
  .zp_hero_section #myCarousel .carousel-control {
    top: unset;
    right: 0;
    bottom: 5%;
    font-size: 100px;
  }
}
@media (min-width: 768px) {
  .zp_hero_section #myCarousel .carousel-control.left {
    left: unset;
    right: 45px;
  }
}
.zp_hero_section #myCarousel .carousel-inner {
  height: 420px;
  background: #000;
}
@media (min-width: 768px) {
  .zp_hero_section #myCarousel .carousel-inner {
    height: 700px;
  }
}
@media (min-width: 1700px) {
  .zp_hero_section #myCarousel .carousel-inner {
    height: 780px;
  }
}
.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: center;
}
.zp_hero_section #myCarousel .carousel-inner .item .carousel-caption {
  padding: 0;
  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;
}
@media (max-width: 767px) {
  .zp_hero_section #myCarousel .carousel-inner .item .carousel-caption {
    top: -10px;
  }
}
.zp_hero_section #myCarousel .carousel-inner .item .carousel-caption *:not(.btn) {
  color: #131313;
}
@media (max-width: 767px) {
  .zp_hero_section #myCarousel .carousel-inner .item .carousel-caption img {
    max-height: 80px;
  }
}
.zp_hero_section #myCarousel .zp_hero_address {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  text-align: center;
  position: absolute;
  height: 100%;
}
.zp_hero_section #myCarousel .zp_hero_address > p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .zp_hero_section #myCarousel .zp_hero_address > p {
    bottom: 10px;
  }
}
.zp_hero_section #myCarousel .zp_hero_address .mod_postcode_base {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .zp_hero_section #myCarousel .zp_hero_address .mod_postcode_base {
    /*bottom: 10px;*/
    bottom: 20px;
  }
}
@media (min-width: 768px) {
  .zp_hero_section #myCarousel .zp_hero_address .mod_postcode_base {
    bottom: 40px;
  }
}
.zp_hero_section #myCarousel .zp_hero_address .mod_postcode_base .input-append {
  border: none !important;
  border-radius: 30px;
  display: flex;
  max-width: 400px;
  align-items: center;
  height: 65px;
  justify-content: space-between;
  margin: 0 !important;
  background: #f4f4f4;
}
.zp_hero_section #myCarousel .zp_hero_address .mod_postcode_base .input-append #mod_postcode_box_pc {
  background: none !important;
  border: none;
}
.zp_hero_section #myCarousel .zp_hero_address .mod_postcode_base .input-append .btn-group {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.zp_hero_section #myCarousel .zp_hero_address .mod_postcode_base .input-append .btn-group > button {
  height: 80%;
  margin-right: 8px !important;
  padding: 10px 15px !important;
  border: 1px solid #a5e91e;
}
.zp_hero_section #myCarousel .zp_hero_address .mod_postcode_base .input-append .btn-group > button .caret {
  margin-top: 8px;
}
.zp_postcode {
  padding: 60px 20px 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .zp_postcode {
    text-align: left;
    padding: 100px 0px 0;
  }
}
@media (min-width: 1700px) {
  .zp_postcode {
    padding: 150px 20px 0;
  }
}
.zp_postcode .container > .row-fluid {
  position: relative;
}
@media (max-width: 1199px) {
  .zp_postcode .container > .row-fluid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .zp_postcode .container > .row-fluid {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .zp_postcode .container > .row-fluid .left {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .zp_postcode .container > .row-fluid .right {
    width: 100%;
    margin: 0;
    display: none;
  }
}
.zp_postcode .container > .row-fluid .right img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .zp_two_rows .content {
    margin: 50px 0;
  }
}
@media (min-width: 980px) {
  .zp_two_rows .content {
    margin: 100px 0;
  }
}
.zp_two_rows .content > div {
  position: relative;
}
@media (max-width: 767px) {
  .zp_two_rows .content > div {
    max-width: 90%;
    margin: 20px auto !important;
  }
}
.zp_two_rows .content > div img {
  width: 100%;
}
.zp_lp > .container > .row-fluid {
  position: relative;
}
@media (max-width: 767px) {
  .zp_lp > .container > .row-fluid {
    margin: auto;
    max-width: 90%;
  }
}
.zp_lp > .container > .row-fluid .zp_lp_text_img {
  padding: 40px;
  background: #8d64f0;
  margin-bottom: 20px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .zp_lp > .container > .row-fluid .zp_lp_text_img {
    right: 0;
    top: -20px;
    max-width: 30%;
    background: none;
    position: absolute;
  }
}
.zp_lp > .container > .row-fluid .zp_lp_text_img img {
  animation: breathing 2s ease-in-out infinite;
}
.zp_lp > .container > .row-fluid .zp_lp_img {
  z-index: -1;
  position: relative;
}
@media (max-width: 479px) {
  .zp_lp > .container > .row-fluid .zp_lp_img img {
    height: 200px;
    object-fit: cover;
  }
}
.zp_our_goal {
  padding: 40px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .zp_our_goal {
    margin: 50px 0;
    padding: 0;
  }
}
@media (min-width: 980px) {
  .zp_our_goal {
    margin: 100px 0;
    padding: 0;
  }
}
.zp_our_goal > .container {
  max-width: 90%;
  margin: auto;
  max-width: 1100px;
}
.zp_burgers_text {
  position: relative;
}
@media (min-width: 1700px) {
  .zp_burgers_text {
    background: #000;
  }
}
@media (max-width: 1699px) {
  .zp_burgers_text .text_animations {
    display: none;
  }
}
@media (min-width: 1700px) {
  .zp_burgers_text .text_animations {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: center;
  }
}
.zp_burgers_text .text_animations > * {
  text-decoration: none;
}
.zp_burgers_text .text_animations > * > * {
  color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 2px;
  margin: 0 !important;
  transition: 0.2s;
  text-shadow: 0 0 0 transparent;
  opacity: 0.6;
  text-transform: uppercase;
}
.zp_burgers_text .zp_burgers_text_img img {
  border-radius: 0 !important;
}
@media (min-width: 1700px) {
  .zp_burgers_text .zp_burgers_text_img img {
    opacity: 1;
  }
}
.last_btn_group.btn-group {
  display: flex;
}
@media (max-width: 767px) {
  .last_btn_group.btn-group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.last_btn_group.btn-group > * {
  width: 100%;
  margin: 0 !important;
}
.last_btn_group.btn-group .btn_burgers_text {
  font-weight: 900;
  padding: 24px 20px 20px;
  border-radius: 0 !important;
  border: none !important;
  /*
        &:first-child {
            background: $secondary_color;
            color: darken($secondary_color, 25%);
        }
        &:last-child {
            background: $primary_color;
            color: lighten($primary_color, 25%);
        }
        */
}
@media (min-width: 1200px) {
  .last_btn_group.btn-group .btn_burgers_text {
    padding: 26px 20px 24px;
  }
}
@media (min-width: 1700px) {
  .last_btn_group.btn-group .btn_burgers_text {
    padding: 44px 20px 40px;
  }
}
.last_btn_group.btn-group .btn_burgers_text > * {
  margin: 0 !important;
  text-transform: uppercase;
  font-size: 1.8rem !important;
}
@media (min-width: 1200px) {
  .last_btn_group.btn-group .btn_burgers_text > * {
    font-size: 2.8rem !important;
  }
}
@media (min-width: 1700px) {
  .last_btn_group.btn-group .btn_burgers_text > * {
    font-size: 4.5rem !important;
  }
}
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: #f4f4f4;
  color: #000;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal !important;
  text-transform: none;
  padding: 8px 14px 8px;
  /*border: none !important;*/
  border: 1px solid #e1e1e1;
  border-radius: 15px !important;
  height: fit-content;
  opacity: 1;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  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 {
    width: -moz-available !important;
    width: -webkit-fill-available !important;
  }
}
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.3;
  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;
}
.modal select, .modal textarea, .modal input[type="text"], .modal input[type="password"], .modal input[type="datetime"], .modal input[type="datetime-local"], .modal input[type="date"], .modal input[type="month"], .modal input[type="time"], .modal input[type="week"], .modal input[type="number"], .modal input[type="email"], .modal input[type="url"], .modal input[type="search"], .modal input[type="tel"], .modal input[type="color"] {
  background: #ececec;
}
select {
  height: 35px;
  padding: 0px 12px 0;
}
body, .label, .font_body {
  font-family: "hoss-sharp", sans-serif;
}
h1, h2, h3, h4, h5, h1 *, h2 *, h3 *, h4 *, h5 *, .h1_size, .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, .well span.lead:not(.sys-alert span.lead) {
  font-family: "hoss-sharp", sans-serif;
  font-weight: bold;
}
.btn, .btn span, .btn *:not(i), .font_btn {
  font-family: "hoss-sharp", sans-serif !important;
}
header .navbar .navbar-inner > .container .nav_control, header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a, header .navbar .navbar-inner > .container .nav-collapse .main-menu > li .dropdown-menu a {
  font-family: "hoss-sharp", sans-serif !important;
}
input, select, textarea, #menu-search-box {
  font-family: "hoss-sharp", sans-serif;
}
h1, h2, h3, h4, h5, h1 *, h2 *, h3 *, h4 *, h5 *, .h1_size, .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, .well span.lead:not(.sys-alert span.lead), .dropdown-menu * {
  text-transform: normal;
}
.label, .badge {
  text-shadow: none;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: normal;
}
.btn {
  border-radius: 15px !important;
  box-shadow: none;
  text-shadow: none;
  padding: 6px 16px 6px;
  font-weight: normal;
  text-transform: none;
}
.btn.order-empty, .btn.order-checkout {
  font-size: 1.2rem;
  padding: 10px;
}
.btn-medium {
  padding: 12px 18px 12px;
  border-radius: 5px !important;
}
.btn-tiny {
  padding: 1px 3px 1px !important;
}
.btn-large {
  font-size: 1.4em;
  padding: 20px;
  border-radius: 30px !important;
}
.btn-small {
  padding: 2px 6px 0px;
}
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 {
  color: #fff;
  border: 2px solid;
  border-color: #16ab15;
  background: #16ab15 !important;
}
.btn.btn-success .caret, .btn#-success .caret {
  border-top-color: #fff;
}
.btn.btn-danger, .btn#-danger {
  color: #fff;
  border: 2px solid;
  border-color: #e11616;
  background: #e11616 !important;
}
.btn.btn-danger .caret, .btn#-danger .caret {
  border-top-color: #fff;
}
.btn.btn-info, .btn#-info {
  color: #fff;
  border: 2px solid;
  border-color: #1da9da;
  background: #1da9da !important;
}
.btn.btn-info .caret, .btn#-info .caret {
  border-top-color: #fff;
}
.btn.btn-warning, .btn#-warning {
  color: #fff;
  border: 2px solid;
  border-color: #f48a3a;
  background: #f48a3a !important;
}
.btn.btn-warning .caret, .btn#-warning .caret {
  border-top-color: #fff;
}
.btn.btn-primary, .btn#-primary {
  color: #fff;
  border: 2px solid;
  border-color: #1573ab;
  background: #1573ab !important;
}
.btn.btn-primary .caret, .btn#-primary .caret {
  border-top-color: #fff;
}
.btn.btn-inverse, .btn#-inverse {
  color: #fff;
  border: 2px solid;
  border-color: #000;
  background: #000 !important;
}
.btn.btn-inverse .caret, .btn#-inverse .caret {
  border-top-color: #fff;
}
.btn.btn-white, .btn#-white {
  color: #fff;
  border: 2px solid;
  border-color: none;
  background: none !important;
}
.btn.btn-white .caret, .btn#-white .caret {
  border-top-color: #fff;
}
.btn.btn_primary_skin, .btn#_primary_skin {
  color: #fff;
  border: 2px solid;
  border-color: #8d64f0;
  background: #8d64f0 !important;
  border-color: #af93f5;
}
.btn.btn_primary_skin .caret, .btn#_primary_skin .caret {
  border-top-color: #fff;
}
.btn.btn_primary_skin_inverse, .btn#_primary_skin_inverse {
  color: #fff;
  border: 2px solid;
  border-color: #8d64f0;
  background: #8d64f0 !important;
  background: none !important;
}
.btn.btn_primary_skin_inverse .caret, .btn#_primary_skin_inverse .caret {
  border-top-color: #fff;
}
.btn.btn_secondary_skin, .btn#_secondary_skin {
  color: #000;
  border: 2px solid;
  border-color: #c1f064;
  background: #c1f064 !important;
  border-color: #d4f593;
}
.btn.btn_secondary_skin .caret, .btn#_secondary_skin .caret {
  border-top-color: #000;
}
.btn.btn_secondary_skin_inverse, .btn#_secondary_skin_inverse {
  color: #000;
  border: 2px solid;
  border-color: #8d64f0;
  background: #8d64f0 !important;
  background: none !important;
}
.btn.btn_secondary_skin_inverse .caret, .btn#_secondary_skin_inverse .caret {
  border-top-color: #000;
}
.btn.btn_tertiary_skin, .btn#_tertiary_skin {
  color: #000000;
  border: 2px solid;
  border-color: #9e9e9f;
  background: #9e9e9f !important;
  background: none !important;
}
.btn.btn_tertiary_skin .caret, .btn#_tertiary_skin .caret {
  border-top-color: #000000;
}
.btn.btnctl-resetPassBtnCancel, .btn#ctl-resetPassBtnCancel {
  color: #fff;
  border: 2px solid;
  border-color: #e11616;
  background: #e11616 !important;
}
.btn.btnctl-resetPassBtnCancel .caret, .btn#ctl-resetPassBtnCancel .caret {
  border-top-color: #fff;
}
.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: #10bb1f !important;
}
.text-danger {
  color: #ff3535 !important;
}
.text-error {
  color: #ff3535 !important;
}
.text-info {
  color: #12a9f9 !important;
}
.text-warning {
  color: #f48a3a !important;
}
.text-primary {
  color: #005ed9 !important;
}
.text-inverse {
  color: #000 !important;
}
.text_primary_skin {
  color: #8d64f0 !important;
}
.text_secondary_skin {
  color: #c1f064 !important;
}
.text_tertiary_skin {
  color: #9e9e9f !important;
}
.text_color_skin {
  color: #131313 !important;
}
.text_inverse_skin {
  color: #fff !important;
}
.alert-success, .badge-success, .label-success, .well.well-small.sys-success.sys-message {
  background: #6cf08d;
  color: #09541c;
}
.alert-success .close, .badge-success .close, .label-success .close, .well.well-small.sys-success.sys-message .close {
  color: #09541c;
}
.alert-danger, .badge-danger, .label-danger, .well.well-small.sys-danger.sys-message {
  background: #ff4141;
  color: #410000;
}
.alert-danger .close, .badge-danger .close, .label-danger .close, .well.well-small.sys-danger.sys-message .close {
  color: #410000;
}
.alert-error, .badge-error, .label-error, .well.well-small.sys-error.sys-message {
  background: #ff4141;
  color: #410000;
}
.alert-error .close, .badge-error .close, .label-error .close, .well.well-small.sys-error.sys-message .close {
  color: #410000;
}
.alert-info, .badge-info, .label-info, .well.well-small.sys-info.sys-message {
  background: #38ddff;
  color: #002e38;
}
.alert-info .close, .badge-info .close, .label-info .close, .well.well-small.sys-info.sys-message .close {
  color: #002e38;
}
.alert-warning, .badge-warning, .label-warning, .well.well-small.sys-warning.sys-message {
  background: #ffe13e;
  color: #3e3400;
}
.alert-warning .close, .badge-warning .close, .label-warning .close, .well.well-small.sys-warning.sys-message .close {
  color: #3e3400;
}
.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: #8d64f0;
  color: #1c084e;
}
.alert-alert .close, .badge-alert .close, .label-alert .close, .well.well-small.sys-alert.sys-message .close {
  color: #1c084e;
}
.alert_primary_skin, .badge_primary_skin, .label_primary_skin, .well.well-small.sys_primary_skin.sys-message {
  background: #8d64f0;
  color: #1c084e;
}
.alert_primary_skin .close, .badge_primary_skin .close, .label_primary_skin .close, .well.well-small.sys_primary_skin.sys-message .close {
  color: #1c084e;
}
.alert_secondary_skin, .badge_secondary_skin, .label_secondary_skin, .well.well-small.sys_secondary_skin.sys-message {
  background: #c1f064;
  color: #364e08;
}
.alert_secondary_skin .close, .badge_secondary_skin .close, .label_secondary_skin .close, .well.well-small.sys_secondary_skin.sys-message .close {
  color: #364e08;
}
.alert_tertiary_skin, .badge_tertiary_skin, .label_tertiary_skin, .well.well-small.sys_tertiary_skin.sys-message {
  background: #9e9e9f;
  color: #1f1f1f;
}
.alert_tertiary_skin .close, .badge_tertiary_skin .close, .label_tertiary_skin .close, .well.well-small.sys_tertiary_skin.sys-message .close {
  color: #1f1f1f;
}
.fill-success {
  fill: #6cf08d;
}
.fill-danger {
  fill: #ff4141;
}
.fill-error {
  fill: #ff4141;
}
.fill-info {
  fill: #38ddff;
}
.fill-warning {
  fill: #ffe13e;
}
.fill-primary {
  fill: #000;
}
.fill-alert {
  fill: #fff;
}
.fill_primary_skin {
  fill: #8d64f0;
}
.fill_secondary_skin {
  fill: #c1f064;
}
.fill_tertiary_skin {
  fill: #9e9e9f;
}
.fill_text_primary_skin {
  fill: #131313;
}
.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 !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.sys-alert:not(.modal) .close {
  opacity: 0.8;
  text-shadow: none;
}
.popover {
  border-color: #8d64f0;
  background-color: #8d64f0;
  border-radius: 20px;
}
.popover.bottom .arrow:after {
  border-bottom-color: #8d64f0;
}
.popover.top .arrow:after {
  border-top-color: #8d64f0;
}
.popover.right .arrow:after {
  border-right-color: #8d64f0;
}
.popover .popover-title {
  background: #8d64f0;
  color: #fff;
  border-radius: 20px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin: 0 !important;
  border: none;
}
.popover .popover-content {
  background: #fff;
  color: #131313;
  border-radius: 0 0 20px 20px;
  border-color: #fff;
}
.well {
  background: #fff;
  color: #000;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 4px #ccc;
  border: none !important;
}
.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: #8d64f0 !important;
}
.well_secondary_skin {
  background: #c1f064 !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: #8d64f0;
  border: none;
  padding: 12px 15px 10px;
}
#editProductModal.modal .modal-header *, #editProductModal.modal .modal-header h3, #editProductModal.modal .modal-header h4, #editProductModal.modal .modal-header h5, #editProductModal.modal .modal-header button, .modal .modal-header *, .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: 4px !important;
  padding: 0;
  opacity: 1;
  text-shadow: none;
}
@media (max-width: 479px) {
  #editProductModal.modal .modal-header .close, .modal .modal-header .close {
    margin-top: 1px !important;
  }
}
#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: 8px;
}
#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: 1px 8px 1px !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: 9px;
}
#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: 5px 5px;
  background: #000;
  color: #fff;
  font-weight: normal;
}
#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;
}
#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 .btn.btn-block, #editProductModal.modal .official-document .btn.btn-block, .modal .modal-body .btn.btn-block, .modal .official-document .btn.btn-block {
  background: #c1f064;
  color: #131313;
}
#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;
  padding-top: 8px !important;
}
@media (min-width: 980px) and (max-width: 1699px) {
  #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: 4px !important;
  }
}
@media (min-width: 1700px) {
  #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: 0px !important;
  }
}
#editProductModal.modal .modal-footer .muted, .modal .modal-footer .muted {
  color: #fff !important;
  opacity: 0.8 !important;
}
#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;
  }
}
.modal .btn.hidden, .modal img[src$="undefined"], .modal img[src=""] {
  display: none;
}
@media (max-width: 767px) {
  .modal-footer {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  #productModalPrice small {
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .modal-footer .btn:nth-child(2) {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .modal-footer .btn:nth-child(3) {
    margin-left: 0;
  }
  .modal small {
    font-size: 100%;
  }
}
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: #8d64f0;
  background-color: #8d64f0 !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: #8d64f0;
  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: #8d64f0;
  background-color: #8d64f0 !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: #8d64f0;
  background-color: #8d64f0 !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: #fff;
  background-color: #fff !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: #f4f4f4 !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: #8d64f0;
  background-color: #8d64f0 !important;
  color: #131313;
  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: #fff;
  background-color: #fff !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: #fff;
  background-color: #fff !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: #8d64f0 !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: #fff;
  background-color: #fff !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: #fff;
  background-color: #fff !important;
  color: #000;
  border-color: #000 !important;
  border-radius: 0 !important;
}
#tbl_all_orders tbody > tr > th {
  background: #fff !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: #131313 !important;
  background-color: #131313 !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;*/
  padding: 6px 6px;
}
p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_size {
  line-height: 140%;
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-weight: normal;
}
@media (max-width: 479px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_size {
    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_size {
    font-size: 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_size {
    font-size: 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_size {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_size {
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_size {
    font-size: 1rem;
  }
}
p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_size.p_large {
  margin-bottom: 1.2rem;
  line-height: 140%;
}
@media (max-width: 479px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_size.p_large {
    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_large, .p_size.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_size.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_size.p_large {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_size.p_large {
    font-size: 1.2rem;
  }
}
@media (min-width: 1700px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_size.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: 3rem;
  }
}
@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: 3rem;
  }
}
@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: 3rem;
  }
}
@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: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  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: 1700px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
    font-size: 5rem;
  }
}
h2:not(.h1_size, .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(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 2.5rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 2.5rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 3.5rem;
  }
}
@media (min-width: 1700px) {
  h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 4rem;
  }
}
h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_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, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 1.7rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 1.7rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 2rem;
  }
}
@media (min-width: 1700px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 2.8rem;
  }
}
h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_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, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 1.4rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 1.4rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 1.7rem;
  }
}
@media (min-width: 1700px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 2.5rem;
  }
}
h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_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, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.2rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.2rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.5rem;
  }
}
@media (min-width: 1700px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.8rem;
  }
}
h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
  line-height: 110% !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (max-width: 479px) {
  h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
    font-size: 1.2rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
    font-size: 1.4rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
    font-size: 1.6rem;
  }
}
@media (min-width: 1700px) {
  h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
    font-size: 1.6rem;
  }
}
.popover .popover-title {
  font-size: 1.2rem;
}
@media (max-width: 479px) {
  .ct_details_bar > .container small {
    font-size: 1rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .ct_details_bar > .container small {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .ct_details_bar > .container small {
    font-size: 1rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .ct_details_bar > .container small {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .ct_details_bar > .container small {
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  .ct_details_bar > .container small {
    font-size: 1rem;
  }
}
#mod_postcode_box_pc {
  /*.font-size: 1.2rem;*/
  font-size: 1rem;
}
@media (min-width: 768px) {
  #mod_postcode_box_pc {
    /*font-size: 1.6rem;*/
    font-size: 1.4rem;
  }
}
@media (max-width: 479px) {
  #opening-status {
    font-size: 1.5rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #opening-status {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #opening-status {
    font-size: 1.5rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  #opening-status {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  #opening-status {
    font-size: 1.5rem;
  }
}
@media (min-width: 1700px) {
  #opening-status {
    font-size: 1.5rem;
  }
}
.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.5rem;
}
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: 2.2rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li > a {
    font-size: 2.2rem;
  }
}
@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: 2.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li > a {
    font-size: 2.4rem;
  }
}
@media (min-width: 1700px) {
  header .navbar .navbar-inner > .container .nav-collapse .nav > li > a {
    font-size: 2.4rem;
  }
}
header .navbar .navbar-inner > .container .nav-collapse .main-menu > li .dropdown-menu a {
  font-size: 2rem;
}
.members .sidebar-nav .nav-list .nav-header {
  font-size: 1.1rem;
}
.btn_image_font_size {
  margin: 0 !important;
  /*font-size: 1.5rem !important;
    @include mq($d-xl, 0) {
        font-size: 2.5rem !important;
    }*/
  font-size: 1rem !important;
}
@media (min-width: 1700px) {
  .btn_image_font_size {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 479px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand {
    font-size: 1.5rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand {
    font-size: 1.5rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand {
    font-size: 1.5rem;
  }
}
@media (min-width: 1700px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand {
    font-size: 1.5rem;
  }
}
/*


  */
footer {
  margin: 0;
  padding: 40px 0;
  background: none;
  /* Alternative Footer Styling */
  /* Alternative Footer Styling 2 */
  /* End Alternative Footer Styling */
}
@media (max-width: 479px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 980px) {
  footer .menu_footer {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 979px) {
  footer .menu_footer > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 980px) {
  footer .menu_footer > li:not(:last-child) {
    margin-right: 30px;
  }
}
footer .menu_footer > li > a {
  color: #131313;
  text-decoration: unset !important;
  background: none !important;
  transition: 0.2s;
}
footer .menu_footer > li > a:hover, footer .menu_footer > li > a:focus {
  color: #8d64f0;
  transition: 0.2s;
}
footer .menu_footer > li > a:hover .caret, footer .menu_footer > li > a:focus .caret {
  transition: 0.2s;
  border-top-color: #8d64f0 !important;
}
footer .menu_footer > li > a .caret {
  transition: 0.2s;
  margin-top: 8px !important;
  border-top-color: #131313 !important;
}
footer .contact_footer {
  margin: auto;
  max-width: 1050px;
}
footer .contact_footer > div {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
footer .alternative_footer_layout_2 {
  margin-bottom: 40px;
  border-bottom: 2px solid #9e9e9f;
  padding-bottom: 40px;
}
@media (max-width: 979px) {
  footer .alternative_footer_layout_2 {
    text-align: center;
  }
}
@media (min-width: 980px) {
  footer .alternative_footer_layout_2 {
    display: flex;
    justify-content: space-between;
  }
}
footer .alternative_footer_layout_2 #logo img {
  max-height: 100px;
}
footer .alternative_footer_layout_2 > .left {
  margin-bottom: 40px;
}
@media (min-width: 980px) {
  footer .alternative_footer_layout_2 > .left {
    margin-bottom: 0;
  }
}
footer .alternative_footer_layout_2 > .right {
  align-items: start !important;
}
@media (max-width: 979px) {
  footer .alternative_footer_layout_2 > .right {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 980px) {
  footer .alternative_footer_layout_2 > .right {
    max-width: fit-content;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer .alternative_footer_layout_2 > .right > div:not(:last-child) {
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  footer .alternative_footer_layout_2 > .right > div:not(:last-child) {
    margin-right: 60px;
  }
}
@media (min-width: 980px) {
  footer .alternative_footer_layout_2::before, footer .alternative_footer_layout_2::after {
    display: none;
  }
}
@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: #8d64f0;
}
footer .vendor-zpos path {
  fill: #131313;
}
.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: #131313;
}
@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: darken($primary_color, 50%);
                background: $primary_color;*/
  color: #131313;
  background: #c1f064;
  /*border-radius: $border_radius;*/
  border-radius: 4px;
  border: none;
  margin-top: 10px !important;
  margin-bottom: 10px;
  /*padding: 10px 20px;*/
  padding: 10px 20px 8px;
}
.ui-tabs-menu .ui-tabs-panel .row-product, .ui-tabs-menu .ui-widget-content .row-product {
  background: none;
  border-color: #131313;
  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: unset !important;
  margin-bottom: 5px !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: $primary_color;*/
  color: #131313;
  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: #131313;
}
.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: #131313;
  color: #fff;
  border: none;
  font-size: 16px;
  line-height: 20px;
  border-radius: 20px;
  padding: 10px 20px 10px;
  font-weight: normal;
  text-shadow: none;
}
.ui-tabs-menu .ui-tabs-panel .ui-state-highlight a, .ui-tabs-menu .ui-widget-content .ui-state-highlight a {
  color: #fff;
  text-decoration: underline;
}
.ui-tabs-menu .ui-tabs-nav {
  background: none;
  border: none;
  padding: 0 !important;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default {
  border: none;
  background: none;
  border-radius: 0;
  margin: 0 !important;
  overflow-x: hidden;
  transition: 0.2s;
  border-left: 2px solid #8d64f0;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-hover {
  background: none;
  transition: 0.2s;
  border-radius: 0 20px 20px 0;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-hover .ui-tabs-anchor {
  color: #8d64f0;
  transition: 0.2s;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-active {
  background: #8d64f0;
  border-radius: 0 20px 20px 0;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-active .ui-tabs-anchor {
  color: #fff;
  background: #8d64f0;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default .ui-tabs-anchor {
  color: #131313;
  padding-bottom: 12px !important;
  padding-top: 12px !important;
  font-size: 16px;
  line-height: 18px;
  border-radius: 0;
  background: none;
  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 #8d64f0;
}
#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: #8d64f0;
  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: #131313;
  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: #8d64f0;
  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: #8d64f0;
  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: #131313;
  opacity: 0.5;
  font-weight: bold;
}
.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: #131313;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu {
  margin: 0;
  border: 2px solid #131313;
  padding-left: 8px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 9px;
  border-radius: 20px;
  min-width: 180px;
}
@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: #131313;
  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: 160px;
  text-align: center;
  font-weight: 800;
  background: none !important;
  color: #131313 !important;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu #menu-search-box::placeholder {
  color: #131313 !important;
  opacity: 0.4;
}
.menu .navbar-affix-container #responsive-food-menu.affix {
  height: auto;
  background: #8d64f0;
}
.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;
  opacity: 1;
}
.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;
}
@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;
  font-weight: normal !important;
}
.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: 20px;
}
@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: #131313;
}
.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: 20px !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 #131313;
}
.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: #131313 !important;
  margin-top: 13px !important;
}
.menu #zp-offcanvas-menu .uk-offcanvas-bar .uk-nav-offcanvas > li > a {
  font-size: large;
  color: #131313;
  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: #8d64f0;
  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: #fff;
}
.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 .menu-container > .row-fluid > .span4 .website-image {
  width: 100%;
}
.menu .menu-container > .row-fluid > .span4 .website-image img {
  width: 100%;
}
.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: #131313;
}
.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 {
  background: #131313;
  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: #8d64f0;
  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: #fff;
  color: #131313;
  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;
  box-shadow: none;
  border: none !important;
  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: #131313;
}
@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: #8d64f0;
}
@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;
  }
}
.members #container .well.form-horizontal legend {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  color: #000;
}
.members #container .well .loyalty-caption {
  text-align: right;
}
.members #container .well .loyalty-caption > * {
  margin: 0 !important;
}
.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: #8d64f0;
  border-radius: 20px;
}
.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: #8d64f0;
}
.members .sidebar-nav .nav-list li a:hover, .members .sidebar-nav .nav-list li a:focus {
  background: #8d64f0;
  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/bubblegum/./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 !important;
  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;
  margin-left: 4px;
}
.members .sidebar-nav .nav-list li a:not(:hover, :focus, li.active a) i {
  background-image: url("https://skins.zfood.co.uk/bubblegum/./images/black_icons_members_page.png");
}
.members .sidebar-nav .nav-list li.active a {
  background: #8d64f0;
  color: #fff;
}
.members .sidebar-nav .nav-list li.active a small {
  color: #fff !important;
}
.members .sidebar-nav .nav-list li.active a i {
  background-image: url("https://skins.zfood.co.uk/bubblegum/./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;
}
.members .sidebar-nav .nav-list li a {
  display: flex;
  align-items: center;
}
.members .sidebar-nav .nav-list li a i {
  margin-right: 5px;
  padding-bottom: 1px;
}
.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: 20px;
  box-shadow: 0 0 4px #ccc;
}
.contact-us .ui-widget .ui-widget-header {
  border: none;
  text-align: center;
  background: #8d64f0;
  border-radius: 20px 20px 0px 0px;
  color: #fff;
  padding: 10px 20px 8px;
  margin-bottom: 0 !important;
}
.contact-us .ui-widget .ui-widget-content {
  border: none;
  border-radius: 0 0 20px 20px;
  background: #fff;
  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: #131313 !important;
}
.order-complete #body .jumbotron .p-thanks-for .text-warning {
  text-decoration: underline;
}
.order-complete #body .order-info-well #order-confirmation {
  background: #c1f064;
  color: #131313;
  border: none;
  font-weight: normal;
}
.order-complete .jumbotron {
  margin-top: 0;
}
.order-complete .jumbotron .lead {
  font-weight: normal;
}
.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 .page-review-order {
  background: #fff;
  color: #000;
  border-radius: 20px;
  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: #fff !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: #f4f4f4 !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;
}
.reservations h1, .bookings h1, .reservations .mod_table_reservation_v1 > h3, .bookings .mod_table_reservation_v1 > h3 {
  display: none;
}
.reservations #body, .bookings #body {
  margin-top: 30px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.reservations #body input, .bookings #body input {
  padding: 0 !important;
  height: -webkit-fill-available;
}
.reservations #body .mod_table_reservation_v1 .frmModTableReservationV1, .bookings #body .mod_table_reservation_v1 .frmModTableReservationV1 {
  max-width: 400px;
  margin: 30px auto 30px;
}
.reservations #people_group, .bookings #people_group {
  border: none;
}
.reservations #body #people_group .controls, .bookings #body #people_group .controls {
  display: flex;
}
.reservations #body #people_group .controls select, .bookings #body #people_group .controls select {
  width: 30%;
}
.reservations #body #people_group .controls .ctl-modTableReservationV1, .bookings #body #people_group .controls .ctl-modTableReservationV1 {
  margin-left: 10px;
}
.reservations #body #date_group, .bookings #body #date_group, .reservations #body #time_group, .bookings #body #time_group, .reservations #body #people_group, .bookings #body #people_group {
  display: flex;
  align-items: center;
  height: 42px;
  width: 100%;
  margin-bottom: 15px;
  border: none;
}
.reservations #body .controls, .bookings #body .controls {
  width: 70%;
  height: 100%;
}
.reservations #body label, .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%;
}
.reservations #body select, .bookings #body select, .reservations #body input, .bookings #body input {
  margin: 0;
  width: 100%;
  height: 100% !important;
}
body:not(.reservations, .bookings, .home) .mod_table_reservation_v1 {
  display: none;
}
@media (min-width: 768px) {
  .reservations #body input, .bookings #body input {
    height: 100% !important;
  }
  .reservations #people_group .controls .ctl-modTableReservationV1, .bookings #people_group .controls .ctl-modTableReservationV1 {
    width: -webkit-fill-available;
    width: -moz-available;
  }
}
.outer-wrapper {
  opacity: 0;
  transition: 0.2s;
}
.outer-wrapper.show {
  opacity: 1;
  transition: 0.2s;
}
.spinner_base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
}


body .visible-leicester { display:none !important; } 
body .hidden-leicester { display:inherit !important; } 
body.shop_leicester .hidden-leicester { display:none !important; }
body.shop_leicester .visible-leicester { 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 {


	background-attachment: scroll;
}

header, #mobile-header {

	background-attachment: scroll;
}

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

/*FONT SIZES*/
html,
body {
    font-size: 14px;
}
@media (min-width: 1700px) {
    h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
        font-size: 7rem;
    }
    h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
        font-size: 6rem;
    }
    h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
        font-size: 3.5rem;
    }
    h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
        font-size: 2.8rem;
    }
    h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
        font-size: 2.5rem;
    }
    h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
        font-size: 2.2rem;
    }
}
@media (min-width: 1200px) and (max-width: 1699px) {
    h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
        font-size: 5rem;
    }
    h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
        font-size: 4rem;
    }
    h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
        font-size: 3.5rem;
    }
    h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
        font-size: 2.5rem;
    }
    h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
        font-size: 2rem;
    }
    h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
        font-size: 1.8rem;
    }
}
@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: 4.5rem;
    }
    h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
        font-size: 3.5rem;
    }
    h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
        font-size: 3rem;
    }
    h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
        font-size: 2.5rem;
    }
    h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
        font-size: 2rem;
    }
    h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
        font-size: 1.8rem;
    }
}
@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: 4.5rem;
    }
    h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
        font-size: 3.5rem;
    }
    h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
        font-size: 2.5rem;
    }
    h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
        font-size: 2.2rem;
    }
    h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
        font-size: 1.8rem;
    }
    h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
        font-size: 1.5rem;
    }
}
@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: 4.5rem;
    }
    h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
        font-size: 3.5rem;
    }
    h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
        font-size: 2.5rem;
    }
    h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
        font-size: 2.2rem;
    }
    h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
        font-size: 1.8rem;
    }
    h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
        font-size: 1.5rem;
    }
}
@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: 4.5rem;
    }
    h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
        font-size: 3.5rem;
    }
    h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
        font-size: 2.3rem;
    }
    h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
        font-size: 2.2rem;
    }
    h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
        font-size: 1.5rem;
    }
    h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
        font-size: 1.2rem;
    }
}

h1, h2, h3, h4, h5, h1 *, h2 *, h3 *, h4 *, h5 *, .h1_size, .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, .well span.lead:not(.sys-alert span.lead) {
    font-weight: 900;
}

.zp_hero_section #myCarousel .zp_hero_address .mod_postcode_base .input-append .btn-group > button {
    padding: 10px 18px 6px !important;
}
.zp_hero_section #myCarousel .zp_hero_address .mod_postcode_base .input-append .btn-group > button .caret {
    margin-top: 6px;
}
.zp_hero_section #myCarousel .zp_hero_address > p {
 	font-size: 16px;   
}

/* Header */
#logo a {
    position: relative;   
}
.shop_name_text {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #000 !important; 
}

/* Buttons */
.btn {
    font-weight: bold;
}



.btn:not(.btn-small, .btn-large, .btn-tiny) {
    padding: 6px 16px 4px;
    font-weight: 600;    
}

.btn.ctl-redeempoints {
    padding: 8px 16px 4px;
}

.btn-large {
    /*font-size: 1.4rem;
    padding: 18px 18px 14px;*/
    font-size: 1.5rem;
    padding: 20px 18px 16px;
    border-radius: 40px !important;
}

.home .btn_image {
    padding: 20px 24px 16px;
}

.members .ctl-toggle-columns .btn {
    padding-bottom: 1px;
}

label.btn {
    padding: 8px 16px 5px !important;
}

.last_btn_group.btn-group .btn_burgers_text { 
    padding: 28px 20px 20px; 
}

.zp_burgers_text .text_animations > * > * {
    text-transform: uppercase;
    font-size: 11rem;
    font-weight: 900;
    padding-top: 30px;
    line-height: 75% !important;
}

.last_btn_group.btn-group .btn_burgers_text * {
    font-weight: 900;    
}

.btn_image_font_size {
    font-weight: 600;
    font-size: 1.5rem !important;
}
@media (min-width: 1700px) {
    .btn_image_font_size {
    	font-size: 2rem !important;
    }
}

ul.dropdown-menu > li > a {
    padding-top: 8px;
    padding-bottom: 5px;
}

.label, .badge {
    padding-top: 4px;
}

/* Home Page */
.zp_hero_section #myCarousel .carousel-inner .item > img.loaded_strawberries {
 	object-position: left;   
}
#mod_postcode_box_pc {
 	padding: 17px 15px 15px 21px;   
}
@media (min-width: 768px) {
    /*#mod_postcode_box_pc {
        font-size: 1.4rem;      
    }*/
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    padding-top: 4px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    margin: -12px 0 0 0; 
}

/* Menu Page */
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu {
    padding-top: 10px;    
    padding-bottom: 8px;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu #menu-search-box {
    width: 210px;
}
.menu .navbar-search .search-query {
    padding-bottom: 0;
}

.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;
}
.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 {
    margin-bottom: 0 !important; 
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default .ui-tabs-anchor {
    padding-bottom: 10px !important;
}

/*.table th, .table td, .table-condensed th, .table-condensed td {
    padding-bottom: 2px;
}*/

/* Inputs */

.zp_hero_section #myCarousel .zp_hero_address .mod_postcode_base .input-append #mod_postcode_box_pc {
    font-weight: bold !important;
}

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 {
    padding-bottom: 6px;
}
select { 
    padding: 1px 12px 0;
}

@media (min-width: 768px) {
    .zp_hero_section #myCarousel .zp_hero_address .mod_postcode_base .input-append {
        max-width: 450px;
    }
    .zp_hero_section #myCarousel .zp_hero_address .mod_postcode_base .input-append #mod_postcode_box_pc {
        width: 230px;
    }
    .shop_name_text {
        position: absolute;
        bottom: -35px;
        left: 0;
        right: 0;
        text-transform: uppercase;
        letter-spacing: 9px;
        color: #000 !important;
        font-size: 20px;
    }
}

/* Modals */
#editProductModal.modal .modal-body .well .label, 
#editProductModal.modal .official-document .well .label, 
.modal .modal-body .well .label, 
.modal .official-document .well .label {
    padding: 7px 5px 3px;
}

#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 {
    padding: 2px 8px 0px !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: 7px 14px 5px;
}
#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: 6px;
}
#editProductModal.modal .modal-header, .modal .modal-header {
    padding: 14px 15px 10px;
}

@media (min-width: 1700px) {
    .last_btn_group.btn-group .btn_burgers_text { 
        padding: 30px 20px 20px; 
    }   
    .home .btn_image {
        /*padding: 40px 48px 36px;*/
        padding: 36px 48px 28px;
    }
    #editProductModal.modal .modal-footer, .modal .modal-footer {
        padding: 14px 15px 8px;
    }
    #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: 2px !important;
    }
}

/* Contact Us */
.contact-us .ui-widget .ui-widget-header {
    padding: 12px 20px 8px;
}
.contact-us .ui-widget.box-contact-information .contact-phone_numbers {
    margin-bottom: 0px;
}

/* Checkout */
.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) {
    padding-top: 8px;
    padding-bottom: 4px;
}
.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) {
    padding: 10px 10px 8px;
}

/*MEMBERS*/
.members .sidebar-nav .nav-list li a:not(:hover, :focus, li.active a) i,
.members .sidebar-nav .nav-list li.active a i,
.members .sidebar-nav .nav-list li a:hover i, 
.members .sidebar-nav .nav-list li a:focus i{
    position: relative;
    top: -2px;
}
.nav-list>li>a {
    padding: 5px 15px 2px;
}