@import url(https://fonts.googleapis.com/css?family=Freeman|Protest+Strike);
/*
skin_path: skins/wario/
skin_name: wario
theme_path: 
theme_name: 
type: css
datetime: 2025-01-19 13:57:28
checksum: 7fd30c5c41e8d60f169fdb8a95695381
status: ok
*/
/* Load: skins/wario/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/wario/style_functions.scss */
/* Load: skins/wario/_variables.scss */
/* Load: skins/wario/_variables_skin.scss */
/* Load: skins/wario/styles.scss */
html, body {
  font-size: 14px;
}
@media (min-width: 1600px) {
  .home .container {
    width: 1600px;
  }
}
#body-bottom-hr {
  display: none;
}
@media (max-width: 767px) {
  body:not(.home) #body {
    padding: 0 8px;
  }
}
a:not([class]) {
  color: #ffed02;
}
@media (max-width: 767px) {
  form .input-append {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
.inverse_text_color {
  color: #000;
}
.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;
}
ul.dropdown-menu {
  background: #ffed02;
  transition: 0.2s;
  border-radius: 0;
  padding: 0;
}
ul.dropdown-menu > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
  transition: 0.2s;
}
ul.dropdown-menu > li > a:hover, ul.dropdown-menu > li > a:focus {
  background: #e8d700;
  color: #000;
}
.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;
}
.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_sm {
  margin-right: 10px !important;
}
.mr_md {
  margin-right: 20px !important;
}
.mr_lg {
  margin-right: 30px !important;
}
.mr_xl {
  margin-right: 40px !important;
}
.ml_sm {
  margin-left: 10px !important;
}
.ml_md {
  margin-left: 20px !important;
}
.ml_lg {
  margin-left: 30px !important;
}
.ml_xl {
  margin-left: 40px !important;
}
body {
  background: #000;
  color: #fff;
  padding: 0;
}
header {
  background: none;
}
@media (min-width: 980px) {
  header {
    display: flex;
    align-items: center;
  }
}
header .row_mods, header .row_phones {
  display: none;
}
@media (max-width: 979px) {
  header .ct_header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #fff;
  }
}
@media (min-width: 980px) {
  header .ct_header_row {
    width: 40% !important;
  }
}
@media (max-width: 979px) {
  header .ct_header_row::before, header .ct_header_row::after {
    display: none;
  }
}
header .ct_header_row > div.left_column {
  margin: 20px !important;
}
@media (max-width: 979px) {
  header .ct_header_row > div.left_column {
    width: 70% !important;
  }
}
@media (min-width: 980px) {
  header .ct_header_row > div.left_column {
    width: 100% !important;
    margin: 20px 20px 20px 0 !important;
  }
}
@media (min-width: 980px) {
  header .ct_header_row > div.left_column #logo {
    width: 100%;
  }
}
@media (min-width: 980px) {
  header .ct_header_row > div.left_column #logo a {
    width: 100%;
    display: block;
  }
}
@media (min-width: 980px) {
  header .ct_header_row > div.left_column #logo a img {
    max-height: unset;
    width: 100%;
  }
}
header .ct_header_row > div.right_column {
  margin: 10px;
}
@media (max-width: 979px) {
  header .ct_header_row > div.right_column {
    width: 30% !important;
    text-align: right;
  }
}
@media (min-width: 980px) {
  header .ct_header_row > div.right_column {
    display: none;
  }
}
header .ct_header_row > div.right_column .btn-navbar {
  background: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 980px) {
  header .ct_header_row > div.right_column .btn-navbar {
    display: none !important;
  }
}
header .ct_header_row > div.right_column .btn-navbar .icon-bar + .icon-bar {
  margin-top: 8px;
}
header .ct_header_row > div.right_column .btn-navbar span {
  background: #ffed02;
  height: 5px;
  width: 40px;
  box-shadow: none;
  border: none;
}
@media (min-width: 980px) {
  header .right_column {
    width: 60% !important;
  }
}
header .navbar {
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  header .navbar {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 980px) {
  header .navbar {
    width: 100%;
  }
}
header .navbar .navbar-inner {
  padding: 0 15px;
  background: #fff;
  border: none;
}
@media (min-width: 980px) {
  header .navbar .navbar-inner {
    background: none;
    padding-right: 0;
  }
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
header .navbar .navbar-inner > .container .nav-collapse .main-menu {
  margin: 0;
  text-align: center;
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu {
    margin-right: 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
header .navbar .navbar-inner > .container .nav-collapse .main-menu > li.active > a {
  color: #532582;
  background: none !important;
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li.active > a {
    color: #ffed02;
  }
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li.active > a .caret {
    border-top-color: #ffed02;
    border-bottom-color: #ffed02;
  }
}
header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a {
  background: none;
  text-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  transition: 0.2s;
  color: #000;
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a {
    color: #fff;
  }
}
header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a:hover, header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a:focus {
  transition: 0.2s;
}
@media (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a:hover, header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a:focus {
    color: #532582;
  }
}
header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a:hover .caret, header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a:focus .caret {
  transition: 0.2s;
}
@media (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a:hover .caret, header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a:focus .caret {
    border-top-color: #532582;
    border-bottom-color: #532582;
  }
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a:hover .caret, header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a:focus .caret {
    border-top-color: #532582;
    border-bottom-color: #532582;
  }
}
header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a .caret {
  transition: 0.2s;
}
@media (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a .caret {
    border-top-color: #000;
    border-bottom-color: #000;
  }
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a {
    padding: 15px 20px;
    color: #fff;
  }
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a:hover, header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a:focus {
    color: #532582;
  }
}
@media (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li .dropdown-menu a {
    color: #000;
    background: none !important;
    text-transform: uppercase;
  }
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li .dropdown-menu a:hover, header .navbar .navbar-inner > .container .nav-collapse .main-menu > li .dropdown-menu a:focus {
    color: #532582;
  }
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li.menu .dropdown-menu {
    width: 100%;
  }
}
header .navbar .navbar-inner > .container .nav_control {
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 980px) {
  header .navbar .navbar-inner > .container .nav_control {
    justify-content: flex-end;
    background: #fff;
    width: fit-content;
    padding: 0 20px;
  }
}
header .navbar .navbar-inner > .container .nav_control .brand {
  margin-left: 0;
}
header .navbar .navbar-inner > .container .nav_control #opening-status, header .navbar .navbar-inner > .container .nav_control .nav_address, header .navbar .navbar-inner > .container .nav_control .nav_user a {
  display: flex;
  padding: 0;
}
header .navbar .navbar-inner > .container .nav_control #opening-status:not(#opening-status), header .navbar .navbar-inner > .container .nav_control .nav_address:not(#opening-status), header .navbar .navbar-inner > .container .nav_control .nav_user a:not(#opening-status) {
  color: #532582;
  margin-right: 10px;
}
header .navbar .navbar-inner > .container .nav_control #opening-status svg, header .navbar .navbar-inner > .container .nav_control .nav_address svg, header .navbar .navbar-inner > .container .nav_control .nav_user a svg {
  margin-right: 4px;
}
header .navbar .navbar-inner > .container .nav_control #opening-status svg:not(#opening-status svg), header .navbar .navbar-inner > .container .nav_control .nav_address svg:not(#opening-status svg), header .navbar .navbar-inner > .container .nav_control .nav_user a svg:not(#opening-status svg) {
  color: #532582;
}
header .navbar .navbar-inner > .container .nav_control #opening-status svg:not(#opening-status svg) path, header .navbar .navbar-inner > .container .nav_control .nav_address svg:not(#opening-status svg) path, header .navbar .navbar-inner > .container .nav_control .nav_user a svg:not(#opening-status svg) path {
  fill: #532582 !important;
}
.home #body, .ct_details_bar {
  display: none;
}
body:not(.home) header {
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  body:not(.home) header {
    margin-bottom: 40px;
  }
}
body.user_member header .navbar .navbar-inner > .container .nav_control .nav_user a svg:not(#opening-status svg) path, body.user_admin header .navbar .navbar-inner > .container .nav_control .nav_user a svg:not(#opening-status svg) path {
  fill: #17b131 !important;
}
body.user_member header .navbar .navbar-inner > .container .nav_control .nav_user .p_nav_control, body.user_admin header .navbar .navbar-inner > .container .nav_control .nav_user .p_nav_control {
  color: #17b131 !important;
}
@media (min-width: 1600px) {
  .home header .navbar .navbar-inner > .container .nav_control {
    padding-bottom: 3px;
  }
}
.tooltip.in {
  opacity: 1 !important;
}
.tooltip .tooltip-inner {
  line-height: normal;
  max-width: fit-content;
  background: #532582;
  color: #fff;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #532582;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #532582;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #532582;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #532582;
}
.social_media_links_base a {
  padding: 0;
  background: none !important;
}
.social_media_links_base a:not(:last-child) {
  margin-right: 5px;
}
.social_media_links_base svg:not(.tiktok) path:first-child {
  fill: #000;
}
.social_media_links_base svg:not(.tiktok) path:not(:first-child) {
  fill: #fff;
}
.social_media_links_base svg.tiktok #Path_12832 {
  fill: #000;
}
.social_media_links_base svg.tiktok #Path_12839 {
  fill: #fff;
}
body:not(.home) .social_media_links_base svg:not(.tiktok) path:first-child {
  fill: #532582;
}
body:not(.home) .social_media_links_base svg:not(.tiktok) path:not(:first-child) {
  fill: #fff;
}
body:not(.home) .social_media_links_base svg.tiktok #Path_12832 {
  fill: #532582;
}
body:not(.home) .social_media_links_base svg.tiktok #Path_12839 {
  fill: #fff;
}
.social_media_links {
  display: none;
}
.home {
  overflow-x: hidden;
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .home #container, .home .inner-wrapper {
    overflow-x: hidden !important;
  }
}
@media (min-width: 1600px) {
  .home header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a {
    font-size: 2rem;
  }
  .home header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a {
    padding: 22px 34px 22px;
  }
  .home header .navbar .navbar-inner > .container {
    width: auto;
  }
  .home .navbar .navbar-inner > .container .nav_control #opening-status svg, .home header .navbar .navbar-inner > .container .nav_control .nav_address svg, .home header .navbar .navbar-inner > .container .nav_control .nav_user a svg, .home .navbar .brand, .home .p_nav_control {
    font-size: 1.2rem !important;
  }
  .home header .navbar .navbar-inner > .container .nav_control #opening-status:not(#opening-status), .home header .navbar .navbar-inner > .container .nav_control .nav_address:not(#opening-status), .home header .navbar .navbar-inner > .container .nav_control .nav_user a:not(#opening-status) {
    margin-right: 20px;
  }
  .home header .ct_header_row > div.left_column {
    margin: 40px 40px 40px 0 !important;
  }
  .home .zp_hero_section > .container > .content > .right #myCarousel .carousel-caption .carousel_text {
    font-size: 1.4rem;
  }
  .home header .navbar .navbar-inner > .container .nav-collapse .main-menu {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
}
@media (min-width: 2000px) {
  .home #container {
    max-width: 1900px;
    margin: auto;
  }
}
.home .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .home .btn-group {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .home .btn-group {
    flex-direction: row;
  }
}
@media (max-width: 1199px) {
  .home .btn-group > .btn:first-child {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1200px) {
  .home .btn-group > .btn:first-child {
    margin-right: 10px !important;
  }
}
.home .btn-group .second_btn {
  display: none;
}
@media (min-width: 1200px) {
  .home .btn-group .second_btn {
    display: block;
  }
}
.home .website-image {
  margin-bottom: 0;
}
.zp_hero_section {
  z-index: 4;
  position: relative;
}
@media (min-width: 768px) {
  .zp_hero_section {
    height: 40vw;
    max-height: 450px;
  }
}
@media (min-width: 1600px) {
  .zp_hero_section {
    height: 50vw;
    max-height: 500px;
  }
}
.zp_hero_section > .container > .content {
  display: flex;
}
@media (max-width: 767px) {
  .zp_hero_section > .container > .content {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .zp_hero_section > .container > .content {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .zp_hero_section > .container > .content > .left_mobile {
    width: 100%;
  }
}
.zp_hero_section > .container > .content > .left_mobile .zp_hero_section_mobile {
  width: 100%;
}
.zp_hero_section > .container > .content > .left_mobile .zp_hero_section_mobile img {
  width: 100%;
}
.zp_hero_section > .container > .content > .left_desktop .zp_hero_section_desktop {
  top: 0px;
  left: 0px;
  position: absolute;
  height: 100%;
}
@media (min-width: 2000px) {
  .zp_hero_section > .container > .content > .left_desktop .zp_hero_section_desktop {
    width: 53% !important;
  }
}
.zp_hero_section > .container > .content > .left_desktop .zp_hero_section_desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.zp_hero_section > .container > .content > .right #myCarousel {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .zp_hero_section > .container > .content > .right #myCarousel {
    max-width: 390px;
    margin: 0 auto !important;
  }
}
.zp_hero_section > .container > .content > .right #myCarousel .carousel-indicators {
  display: none;
}
.zp_hero_section > .container > .content > .right #myCarousel .carousel-control {
  padding: 0;
  border: none;
  height: unset;
  font-size: unset;
  background: none;
  line-height: unset;
  right: 0;
  left: unset;
  bottom: unset;
  top: 50px;
  width: 20px;
  font-size: 40px;
  font-weight: bold;
}
.zp_hero_section > .container > .content > .right #myCarousel .carousel-control.right {
  right: 22px;
}
.zp_hero_section > .container > .content > .right #myCarousel .carousel-control.left {
  right: 48px;
}
.zp_hero_section > .container > .content > .right #myCarousel .carousel-caption {
  padding: 20px;
  position: unset;
  background: none;
  text-align: center;
}
@media (max-width: 767px) {
  .zp_hero_section > .container > .content > .right #myCarousel .carousel-caption {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .zp_hero_section > .container > .content > .right #myCarousel .carousel-caption {
    padding: 0;
    padding-top: 30px;
    padding-left: 20px;
  }
}
@media (min-width: 980px) and (max-width: 1599px) {
  .zp_hero_section > .container > .content > .right #myCarousel .carousel-caption {
    padding-left: 50px;
  }
}
@media (min-width: 2000px) {
  .zp_hero_section > .container > .content > .right #myCarousel .carousel-caption {
    padding-left: 100px;
  }
}
@media (min-width: 1600px) {
  .zp_hero_section > .container > .content > .right #myCarousel .carousel-caption img {
    max-width: 800px;
  }
}
.zp_hero_section > .container > .content > .right #myCarousel .carousel-caption .carousel_text {
  margin-bottom: 20px !important;
  margin-top: 10px !important;
}
@media (min-width: 1200px) {
  .zp_hero_section > .container > .content > .right #myCarousel .carousel-caption .carousel_text {
    left: 80px;
    bottom: 65px;
    max-width: 200px;
    position: absolute;
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .zp_hero_section > .container > .content > .right #myCarousel .carousel-caption .carousel_text {
    left: 85px;
    bottom: 78px;
    max-width: 250px;
  }
}
@media (min-width: 2000px) {
  .zp_hero_section > .container > .content > .right #myCarousel .carousel-caption .carousel_text {
    left: 125px;
    bottom: 78px;
  }
}
@media (min-width: 1200px) {
  .zp_hero_section > .container > .content > .right #myCarousel .carousel-caption .btn-group {
    margin-top: 30px;
  }
}
.zp_social_section, .zp_postcode {
  position: relative;
  padding: 35px 20px 40px;
  background: #532582;
}
@media (min-width: 768px) {
  .zp_social_section, .zp_postcode {
    position: relative;
    padding: 0;
    padding-bottom: 40px;
  }
}
@media (min-width: 980px) {
  .zp_social_section, .zp_postcode {
    max-height: 400px;
  }
}
@media (min-width: 1600px) {
  .zp_social_section, .zp_postcode {
    max-height: unset;
    padding-bottom: 80px;
  }
}
.zp_social_section > .container, .zp_postcode > .container {
  z-index: 4;
  position: relative;
}
@media (min-width: 768px) {
  .zp_social_section > .container > .content, .zp_postcode > .container > .content {
    margin-top: -60px;
  }
}
@media (min-width: 980px) {
  .zp_social_section > .container > .content, .zp_postcode > .container > .content {
    margin-top: -90px;
  }
}
@media (min-width: 768px) {
  .zp_social_section > .container > .content > .left, .zp_postcode > .container > .content > .left {
    padding-top: 100px;
  }
}
@media (min-width: 980px) {
  .zp_social_section > .container > .content > .left, .zp_postcode > .container > .content > .left {
    padding-top: 10vw;
  }
}
@media (min-width: 1600px) {
  .zp_social_section > .container > .content > .left, .zp_postcode > .container > .content > .left {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .zp_social_section > .container > .content > .left p:not(.special_title_bg), .zp_postcode > .container > .content > .left p:not(.special_title_bg) {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .zp_social_section > .container > .content > .left p:not(.special_title_bg), .zp_postcode > .container > .content > .left p:not(.special_title_bg) {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .zp_social_section > .container > .content > .left p:not(.special_title_bg), .zp_postcode > .container > .content > .left p:not(.special_title_bg) {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1600px) {
  .zp_social_section > .container > .content > .left p:not(.special_title_bg), .zp_postcode > .container > .content > .left p:not(.special_title_bg) {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1600px) {
  .zp_social_section > .container > .content > .left svg, .zp_postcode > .container > .content > .left svg {
    width: 55px;
  }
}
.zp_social_section > .container > .content > .left .input-append, .zp_postcode > .container > .content > .left .input-append {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  max-width: fit-content;
  margin: 20px auto 10px;
  border-radius: 100px;
  border: 5px solid black;
}
@media (min-width: 1200px) {
  .zp_social_section > .container > .content > .left .input-append, .zp_postcode > .container > .content > .left .input-append {
    margin: 25px auto 15px;
  }
}
@media (min-width: 1600px) {
  .zp_social_section > .container > .content > .left .input-append, .zp_postcode > .container > .content > .left .input-append {
    max-width: 420px;
    margin: 30px auto 20px;
    justify-content: space-between;
    height: 55px;
  }
}
.zp_social_section > .container > .content > .left .input-append #mod_postcode_box_pc, .zp_postcode > .container > .content > .left .input-append #mod_postcode_box_pc {
  border: none !important;
  background: none !important;
  box-shadow: none;
}
@media (min-width: 1600px) {
  .zp_social_section > .container > .content > .left .input-append .btn-group, .zp_postcode > .container > .content > .left .input-append .btn-group {
    height: 100%;
  }
}
.zp_social_section > .container > .content > .left .input-append .btn-group button, .zp_postcode > .container > .content > .left .input-append .btn-group button {
  margin: 0 !important;
}
@media (min-width: 1600px) {
  .zp_social_section > .container > .content > .left .input-append .btn-group button, .zp_postcode > .container > .content > .left .input-append .btn-group button {
    height: 100%;
  }
}
.zp_social_section > .container > .content > .right, .zp_postcode > .container > .content > .right {
  margin: 0;
}
@media (min-width: 1200px) {
  .zp_postcode > .container > .content > .left p:not(.special_title_bg) {
    max-width: 360px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .zp_postcode > .container > .content > .left {
    padding-top: 13vw;
  }
}
.zp_grid_section {
  position: relative;
  background: #532582;
  padding: 20px 0;
}
@media (min-width: 980px) and (max-width: 1599px) {
  .zp_grid_section {
    padding: 0;
  }
}
@media (min-width: 2000px) {
  .zp_grid_section {
    padding: 0;
  }
}
.zp_grid_section .zp_grid_section_mobile {
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
  background: #000;
  display: grid;
  grid-template-columns: 1fr 0.2fr 1fr;
  grid-template-rows: auto auto;
  gap: 5px;
  grid-template-areas: "mac_cheese mac_cheese shakes" "burger_cheetos burger_combo burger_combo";
}
@media (max-width: 479px) {
  .zp_grid_section .zp_grid_section_mobile {
    transform: rotate(-1deg) scale(1.2);
  }
}
@media (min-width: 480px) {
  .zp_grid_section .zp_grid_section_mobile {
    transform: rotate(-1deg) scale(1.1);
  }
}
@media (min-width: 768px) {
  .zp_grid_section .zp_grid_section_mobile {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "mac_cheese mac_cheese shakes shakes meal_deal meal_deal" "burger_cheetos burger_cheetos burger_combo burger_combo strawberry strawberry";
  }
}
@media (min-width: 980px) and (max-width: 1599px) {
  .zp_grid_section .zp_grid_section_mobile {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "mac_cheese burger_cheetos burger_combo meal_deal shakes";
    transform: none;
  }
}
@media (min-width: 1600px) {
  .zp_grid_section .zp_grid_section_mobile {
    display: none;
  }
}
.zp_grid_section .zp_grid_section_mobile div {
  height: 100%;
}
.zp_grid_section .zp_grid_section_mobile div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zp_grid_section .zp_grid_section_mobile .zp_pic_one {
  grid-area: burger_cheetos;
}
.zp_grid_section .zp_grid_section_mobile .zp_pic_two {
  grid-area: mac_cheese;
}
.zp_grid_section .zp_grid_section_mobile .zp_pic_three {
  grid-area: burger_combo;
}
.zp_grid_section .zp_grid_section_mobile .zp_pic_four {
  grid-area: bun_team;
  display: none;
}
.zp_grid_section .zp_grid_section_mobile .zp_pic_five {
  grid-area: meal_deal;
  display: none;
}
@media (min-width: 768px) {
  .zp_grid_section .zp_grid_section_mobile .zp_pic_five {
    display: block;
  }
}
.zp_grid_section .zp_grid_section_mobile .zp_pic_six {
  grid-area: shakes;
}
.zp_grid_section .zp_grid_section_mobile .zp_pic_seven {
  grid-area: strawberry;
  display: none;
}
@media (min-width: 768px) {
  .zp_grid_section .zp_grid_section_mobile .zp_pic_seven {
    display: block;
  }
}
@media (min-width: 980px) and (max-width: 1599px) {
  .zp_grid_section .zp_grid_section_mobile .zp_pic_seven {
    display: none;
  }
}
.zp_grid_section .zp_grid_section_desktop {
  display: none;
}
@media (min-width: 1600px) {
  .zp_grid_section .zp_grid_section_desktop {
    height: 650px;
    display: flex;
    transform: rotate(-1deg) scale(1.1);
    border-top: 10px solid #000;
    background: #000;
    border-bottom: 10px solid #000;
  }
}
@media (min-width: 2000px) {
  .zp_grid_section .zp_grid_section_desktop {
    transform: unset;
  }
}
.zp_grid_section .zp_grid_section_desktop .left_side {
  width: 34%;
  height: 100%;
}
.zp_grid_section .zp_grid_section_desktop .left_side > div {
  height: 100%;
}
.zp_grid_section .zp_grid_section_desktop .left_side > div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zp_grid_section .zp_grid_section_desktop .right_side {
  margin: 0;
  width: 66%;
  height: 100%;
}
.zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:first-child {
  height: 49.2%;
  margin-bottom: 10px;
}
@media (min-width: 2000px) {
  .zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:first-child {
    display: flex;
  }
}
.zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:first-child > div {
  margin-left: 10px;
  height: 100%;
}
@media (min-width: 2000px) {
  .zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:first-child > div {
    width: 100% !important;
  }
}
.zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:first-child > div.mac_cheese {
  width: 35%;
}
.zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:first-child > div.burger_combo {
  width: 26%;
}
.zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:first-child > div.bun_team {
  width: 30%;
}
.zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:first-child > div > div {
  height: 100%;
}
.zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:first-child > div > div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:last-child {
  height: 49.2%;
}
@media (min-width: 2000px) {
  .zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:last-child {
    display: flex;
  }
}
.zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:last-child > div {
  margin-left: 10px;
  height: 100%;
}
@media (min-width: 2000px) {
  .zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:last-child > div {
    width: 100% !important;
  }
}
.zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:last-child > div.meal_deal {
  width: 32%;
}
.zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:last-child > div.shakes {
  width: 27%;
}
.zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:last-child > div.strawberry {
  width: 32%;
}
.zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:last-child > div > div {
  height: 100%;
}
.zp_grid_section .zp_grid_section_desktop .right_side > .row-fluid:last-child > div > div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zp_grid_section .zp_wow_img {
  display: none;
  animation: exhaleBalloon 20s ease-in-out infinite;
}
@media (min-width: 1200px) {
  .zp_grid_section .zp_wow_img {
    display: block;
    position: absolute;
    top: -70px;
    width: 25vw;
    left: 40px;
  }
}
@media (min-width: 1600px) {
  .zp_grid_section .zp_wow_img {
    top: -205px;
    left: 80px;
    width: 30vw;
  }
}
@media (min-width: 2000px) {
  .zp_grid_section .zp_wow_img {
    top: -210px;
    left: 140px;
  }
}
.zp_grid_section .website-image {
  transition: 0.2s;
}
.zp_grid_section .website-image:hover, .zp_grid_section .website-image:focus {
  transition: 0.2s;
  filter: brightness(80%);
}
.zp_godzilla {
  padding: 60px 40px 120px;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .zp_godzilla {
    padding: 80px 40px 100px;
  }
}
@media (min-width: 1200px) {
  .zp_godzilla {
    padding: 100px 40px 140px;
  }
}
.zp_godzilla::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: -102%;
  height: 300vh;
  width: 300vw;
  margin: auto;
  background: repeating-conic-gradient(#ffed02 10deg 30deg, #f8df00 30deg 55deg) !important;
  animation: rotateGradient 60s linear infinite;
  z-index: -1;
}
@media (min-width: 1600px) {
  .zp_godzilla::before {
    left: -101%;
  }
}
@media (min-width: 2000px) {
  .zp_godzilla::before {
    left: -2%;
    width: 2000px;
    height: 2500px;
  }
}
.zp_godzilla .container > *:not(img) {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .zp_godzilla .container > *:not(img) {
    max-width: 490px;
  }
}
@media (min-width: 1200px) {
  .zp_godzilla .container > *:not(img) {
    max-width: 530px;
  }
}
@media (min-width: 1600px) {
  .zp_godzilla .container > *:not(img) {
    max-width: 680px;
  }
}
.zp_godzilla .container img {
  max-width: 250px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .zp_godzilla .container img {
    max-width: 350px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .zp_godzilla .container img {
    max-width: 380px;
  }
}
@media (min-width: 1600px) {
  .zp_godzilla .container img {
    max-width: 470px;
  }
}
.zp_lp {
  position: relative;
}
@media (min-width: 980px) {
  .zp_lp {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .zp_lp {
    margin-top: -10px;
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .zp_lp {
    padding: 90px 0 110px;
  }
}
.zp_lp::before {
  content: "";
  background: #532582;
  position: absolute;
  top: 0;
  left: 0;
  border-top: #000 10px solid;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: rotate(2deg) scale(1.1);
}
@media (min-width: 2000px) {
  .zp_lp::before {
    transform: unset;
  }
}
.zp_lp > .container {
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) and (max-width: 979px) {
  .zp_lp > .container .row-fluid {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 980px) {
  .zp_lp > .container .row-fluid {
    display: flex;
    align-items: center;
  }
}
.zp_lp > .container .zp_godzilla_img {
  position: absolute;
  top: -105px;
  max-width: 130px;
  right: 0;
  animation: tinyJumps 4s ease-in-out infinite;
}
@media (min-width: 768px) {
  .zp_lp > .container .zp_godzilla_img {
    top: -540px;
    right: -60px;
    max-width: 200px;
  }
}
@media (min-width: 980px) {
  .zp_lp > .container .zp_godzilla_img {
    top: -570px;
    right: 0px;
  }
}
@media (min-width: 1200px) {
  .zp_lp > .container .zp_godzilla_img {
    top: -640px;
    right: 20px;
    max-width: 250px;
  }
}
@media (min-width: 1600px) {
  .zp_lp > .container .zp_godzilla_img {
    top: -770px;
    right: 180px;
    max-width: 280px;
  }
}
.zp_lp > .container .left {
  padding: 45px 20px 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .zp_lp > .container .left {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 980px) {
  .zp_lp > .container .left {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .zp_lp > .container .left p:not(.special_title_bg) {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .zp_lp > .container .left p:not(.special_title_bg) {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .zp_lp > .container .left p:not(.special_title_bg) {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1600px) {
  .zp_lp > .container .left p:not(.special_title_bg) {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
.zp_lp > .container .right {
  padding: 10px 0px 0px 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .zp_lp > .container .right {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .zp_lp > .container .right img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .zp_lp .zp_lp_mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .zp_lp .zp_lp_desktop {
    display: none;
  }
}
@media (min-width: 980px) {
  .zp_lp .zp_lp_desktop {
    position: relative;
  }
}
@media (min-width: 980px) {
  .zp_lp .zp_lp_desktop img {
    transform: scale(1.4) rotate(1deg);
    position: absolute;
    right: -60px;
    top: 20px;
    width: 450px;
    bottom: 0;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .zp_lp .zp_lp_desktop img {
    right: 40px;
  }
}
@media (min-width: 1600px) {
  .zp_lp .zp_lp_desktop img {
    top: 30px;
    width: 620px;
  }
}
@media (min-width: 2000px) {
  .zp_lp .zp_lp_desktop img {
    position: unset;
    width: 550px;
  }
}
@media (min-width: 768px) {
  .zp_not_lp > .container .left p:not(.special_title_bg) {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .zp_not_lp > .container .left p:not(.special_title_bg) {
    max-width: 490px;
  }
}
.special_title_bg {
  padding: 12px 12px;
  margin: auto;
  background: #000;
  transform: rotate(-2deg);
  max-width: fit-content;
  color: #fff;
  filter: drop-shadow(-8px -8px 0px #fff);
}
@media (min-width: 980px) {
  .special_title_bg {
    padding: 12px 24px;
    filter: drop-shadow(-8px -8px 0px #fff);
  }
}
@keyframes rotateGradient {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tinyJumps {
  0%, 20%, 40%, 60%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-10px);
    /* First jump */
  }
  30% {
    transform: translateY(-20px);
    /* Second jump */
  }
  50% {
    transform: translateY(-15px);
    /* Third jump */
  }
  80%, 100% {
    transform: translateY(0);
    /* Rest position */
  }
}
@keyframes exhaleBalloon {
  0%, 100% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.15);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.15);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.2);
  }
}
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: #fff;
  color: #532582;
  box-shadow: none;
  text-shadow: none;
  font-weight: bold;
  text-transform: none;
  padding: 8px 12px 8px;
  border: none;
  border-radius: 17px !important;
  height: fit-content;
  opacity: 1;
}
select::placeholder, textarea::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder, .uneditable-input::placeholder, .members .btn-group .btn.dropdown-toggle::placeholder {
  opacity: 0.4;
  font-weight: 300;
  color: #532582;
}
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: #532582;
  margin-top: 7px;
}
select:hover, select:focus, textarea:hover, textarea:focus, input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="datetime"]:hover, input[type="datetime"]:focus, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="date"]:hover, input[type="date"]:focus, input[type="month"]:hover, input[type="month"]:focus, input[type="time"]:hover, input[type="time"]:focus, input[type="week"]:hover, input[type="week"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="url"]:hover, input[type="url"]:focus, input[type="search"]:hover, input[type="search"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, input[type="color"]:hover, input[type="color"]:focus, .uneditable-input:hover, .uneditable-input:focus, .members .btn-group .btn.dropdown-toggle:hover, .members .btn-group .btn.dropdown-toggle:focus {
  box-shadow: none;
}
select {
  height: 36px;
  padding-left: 8px;
}
body, .label, .font_body {
  font-family: "basic-sans", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h1 *, h2 *, h3 *, h4 *, h5 *, .h2_size, .h3_size, .h4_size, .h5_size, body #editProductModal.modal .modal-body .form-horizontal .control-label strong, .font_title {
  font-family: "Protest Strike", Arial, sans-serif;
}
.btn, .btn span, .btn *:not(i), .font_btn {
  font-family: "Freeman", Arial, sans-serif !important;
}
header .navbar .navbar-inner > .container .nav_control, header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a {
  font-family: "Freeman", Arial, sans-serif !important;
}
@media (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li .dropdown-menu a {
    font-family: "Freeman", Arial, sans-serif !important;
  }
}
input, select, textarea, #menu-search-box {
  font-family: "Freeman", Arial, sans-serif;
}
.carousel_arrows_font {
  font-family: "chaloops", sans-serif;
}
.label, .badge {
  text-shadow: none;
  border-radius: 0px;
  padding-top: 2px;
  padding-bottom: 0px;
  font-weight: bold;
}
.btn {
  text-transform: uppercase;
  border-radius: 25px !important;
  box-shadow: none;
  text-shadow: none;
  border: none !important;
  padding: 8px 16px 8px;
}
.btn-tiny {
  padding: 1px 3px 1px !important;
}
.btn-large {
  padding: 14px 20px 12px;
}
@media (min-width: 1200px) {
  .btn-large {
    padding: 18px 28px 16px;
  }
}
.btn-small {
  padding: 2px 10px 0px;
}
label.btn {
  padding: 8px 16px 8px !important;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 10px;
}
.btn {
  transition: 0.2s;
}
.btn:focus, .btn:hover {
  filter: brightness(80%);
  transition: 0.2s;
}
.btn.btn-success, .btn#-success {
  background: #16ab15;
  color: #fff;
}
.btn.btn-success .caret, .btn#-success .caret {
  border-top-color: #fff;
}
.btn.btn-danger, .btn#-danger {
  background: #f82020;
  color: #fff;
}
.btn.btn-danger .caret, .btn#-danger .caret {
  border-top-color: #fff;
}
.btn.btn-info, .btn#-info {
  background: #1da9da;
  color: #fff;
}
.btn.btn-info .caret, .btn#-info .caret {
  border-top-color: #fff;
}
.btn.btn-warning, .btn#-warning {
  background: #f48a3a;
  color: #fff;
}
.btn.btn-warning .caret, .btn#-warning .caret {
  border-top-color: #fff;
}
.btn.btn-primary, .btn#-primary {
  background: #1573ab;
  color: #fff;
}
.btn.btn-primary .caret, .btn#-primary .caret {
  border-top-color: #fff;
}
.btn.btn-inverse, .btn#-inverse {
  background: #fff;
  color: #000;
}
.btn.btn-inverse .caret, .btn#-inverse .caret {
  border-top-color: #000;
}
.btn.btn_primary_skin, .btn#_primary_skin {
  background: #532582;
  color: #fff;
  background: #532582 !important;
}
.btn.btn_primary_skin .caret, .btn#_primary_skin .caret {
  border-top-color: #fff;
}
.btn.btn_secondary_skin, .btn#_secondary_skin {
  background: #ffed02;
  color: #000;
  background: #ffed02 !important;
}
.btn.btn_secondary_skin .caret, .btn#_secondary_skin .caret {
  border-top-color: #000;
}
.btn.btn_tertiary_skin, .btn#_tertiary_skin {
  background: #000;
  color: #ffed02;
}
.btn.btn_tertiary_skin .caret, .btn#_tertiary_skin .caret {
  border-top-color: #ffed02;
}
.btn.btnctl-resetPassBtnCancel, .btn#ctl-resetPassBtnCancel {
  background: #f82020;
  color: #fff;
}
.btn.btnctl-resetPassBtnCancel .caret, .btn#ctl-resetPassBtnCancel .caret {
  border-top-color: #fff;
}
.status-OPEN {
  color: #17b131 !important;
}
.status-OPEN svg path {
  fill: #17b131 !important;
}
.status-CLOSED {
  color: #d90000 !important;
}
.status-CLOSED svg path {
  fill: #d90000 !important;
}
.text-success {
  color: #17b131 !important;
}
.text-danger {
  color: #d90000 !important;
}
.text-error {
  color: #d90000 !important;
}
.text-info {
  color: #45bfff !important;
}
.text-warning {
  color: #ff9f55 !important;
}
.text-primary {
  color: #005ed9 !important;
}
.text-inverse {
  color: #fff !important;
}
.text_primary_skin {
  color: #532582 !important;
}
.text_secondary_skin {
  color: #ffed02 !important;
}
.text_tertiary_skin {
  color: #f8df00 !important;
}
.text_color_skin {
  color: #000 !important;
}
.text_inverse_skin {
  color: #000 !important;
}
.alert-success, .badge-success, .label-success, .well.well-small.sys-success.sys-message {
  background: #4eff7a;
  color: #004e13;
}
.alert-success .close, .badge-success .close, .label-success .close, .well.well-small.sys-success.sys-message .close {
  color: #004e13;
}
.alert-danger, .badge-danger, .label-danger, .well.well-small.sys-danger.sys-message {
  background: #ff4e4e;
  color: #4e0000;
}
.alert-danger .close, .badge-danger .close, .label-danger .close, .well.well-small.sys-danger.sys-message .close {
  color: #4e0000;
}
.alert-error, .badge-error, .label-error, .well.well-small.sys-error.sys-message {
  background: #ff4e4e;
  color: #4e0000;
}
.alert-error .close, .badge-error .close, .label-error .close, .well.well-small.sys-error.sys-message .close {
  color: #4e0000;
}
.alert-info, .badge-info, .label-info, .well.well-small.sys-info.sys-message {
  background: #4ee0ff;
  color: #00404e;
}
.alert-info .close, .badge-info .close, .label-info .close, .well.well-small.sys-info.sys-message .close {
  color: #00404e;
}
.alert-warning, .badge-warning, .label-warning, .well.well-small.sys-warning.sys-message {
  background: #ffc94e;
  color: #4e3600;
}
.alert-warning .close, .badge-warning .close, .label-warning .close, .well.well-small.sys-warning.sys-message .close {
  color: #4e3600;
}
.alert-primary, .badge-primary, .label-primary, .well.well-small.sys-primary.sys-message {
  background: #ffffff;
  color: gray;
}
.alert-primary .close, .badge-primary .close, .label-primary .close, .well.well-small.sys-primary.sys-message .close {
  color: gray;
}
.alert-alert, .badge-alert, .label-alert, .well.well-small.sys-alert.sys-message {
  background: #fff;
  color: gray;
  color: #000;
}
.alert-alert .close, .badge-alert .close, .label-alert .close, .well.well-small.sys-alert.sys-message .close {
  color: gray;
}
.alert-alert .close, .badge-alert .close, .label-alert .close, .well.well-small.sys-alert.sys-message .close {
  color: #000;
}
.alert_primary_skin, .badge_primary_skin, .label_primary_skin, .well.well-small.sys_primary_skin.sys-message {
  background: #532582;
  color: black;
}
.alert_primary_skin .close, .badge_primary_skin .close, .label_primary_skin .close, .well.well-small.sys_primary_skin.sys-message .close {
  color: black;
}
.alert_secondary_skin, .badge_secondary_skin, .label_secondary_skin, .well.well-small.sys_secondary_skin.sys-message {
  background: #ffed02;
  color: #020200;
}
.alert_secondary_skin .close, .badge_secondary_skin .close, .label_secondary_skin .close, .well.well-small.sys_secondary_skin.sys-message .close {
  color: #020200;
}
.alert_tertiary_skin, .badge_tertiary_skin, .label_tertiary_skin, .well.well-small.sys_tertiary_skin.sys-message {
  background: #f8df00;
  color: black;
}
.alert_tertiary_skin .close, .badge_tertiary_skin .close, .label_tertiary_skin .close, .well.well-small.sys_tertiary_skin.sys-message .close {
  color: black;
}
.alert {
  text-shadow: none;
  border: none;
}
.sys-alert:not(.modal) {
  border: none !important;
  border-radius: 0 !important;
  text-align: center;
  padding: 10px 30px 14px;
  margin: 0 !important;
}
.sys-alert:not(.modal) *:not(h2, h3, h4, h5) {
  font-weight: bold;
}
.sys-alert:not(.modal) h2, .sys-alert:not(.modal) h3, .sys-alert:not(.modal) h4, .sys-alert:not(.modal) h5 {
  font-weight: 100 !important;
}
.sys-alert:not(.modal) .close {
  opacity: 0.8;
  text-shadow: none;
}
.popover {
  border-color: #ffed02;
  background-color: #ffed02;
  border-radius: 0;
}
.popover.bottom .arrow:after {
  border-bottom-color: #ffed02;
}
.popover.top .arrow:after {
  border-top-color: #ffed02;
}
.popover.right .arrow:after {
  border-right-color: #ffed02;
}
.popover .popover-title {
  background: #ffed02;
  color: #000;
  border-radius: 0;
  padding-top: 10px !important;
  padding-bottom: 8px !important;
  margin: 0 !important;
  border: none;
}
.popover .popover-content {
  background: #000;
  color: #fff;
  border-radius: 0;
  border-color: #000;
}
.well {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 20px;
  box-shadow: none;
  font-weight: 500;
  border: 4px solid #ffed02;
}
.well legend, .well .page-header {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: bold !important;
}
.well legend small, .well .page-header small {
  color: #fff;
  opacity: 0.6;
}
.well small:not(.pay-name) {
  color: #fff;
  opacity: 1;
}
.well .rating-row .lead {
  color: #fff;
}
.well hr {
  border-color: #fff;
}
.well_primary_skin {
  background: #532582 !important;
}
.well_secondary_skin {
  background: #ffed02 !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: #532582;
  border: none;
  padding: 18px 15px 18px;
}
#editProductModal.modal .modal-header h3, #editProductModal.modal .modal-header h4, #editProductModal.modal .modal-header h5, #editProductModal.modal .modal-header button, .modal .modal-header h3, .modal .modal-header h4, .modal .modal-header h5, .modal .modal-header button {
  color: #fff;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#editProductModal.modal .modal-header .close, .modal .modal-header .close {
  margin-top: 6px !important;
  padding: 0;
  opacity: 1;
  text-shadow: none;
}
#editProductModal.modal .modal-body, #editProductModal.modal .official-document, .modal .modal-body, .modal .official-document {
  background: #fff;
  color: #000;
}
#editProductModal.modal .modal-body .type-choose-one .dropdown-toggle, #editProductModal.modal .official-document .type-choose-one .dropdown-toggle, .modal .modal-body .type-choose-one .dropdown-toggle, .modal .official-document .type-choose-one .dropdown-toggle {
  border-radius: 0 !important;
}
#editProductModal.modal .modal-body .type-choose-one .btn.dropdown-toggle, #editProductModal.modal .official-document .type-choose-one .btn.dropdown-toggle, .modal .modal-body .type-choose-one .btn.dropdown-toggle, .modal .official-document .type-choose-one .btn.dropdown-toggle {
  padding: 6px 14px 6px;
}
#editProductModal.modal .modal-body .type-choose-one .btn.dropdown-toggle .caret, #editProductModal.modal .official-document .type-choose-one .btn.dropdown-toggle .caret, .modal .modal-body .type-choose-one .btn.dropdown-toggle .caret, .modal .official-document .type-choose-one .btn.dropdown-toggle .caret {
  margin-top: 7px;
}
#editProductModal.modal .modal-body .well, #editProductModal.modal .official-document .well, .modal .modal-body .well, .modal .official-document .well {
  border-radius: 0;
  color: #000;
  background: #f5f5f5;
  box-shadow: none;
  border: none;
}
#editProductModal.modal .modal-body .well .clearfix .option-label, #editProductModal.modal .official-document .well .clearfix .option-label, .modal .modal-body .well .clearfix .option-label, .modal .official-document .well .clearfix .option-label {
  font-size: 14px;
  line-height: 28px;
}
#editProductModal.modal .modal-body .well .btn.btn-option, #editProductModal.modal .official-document .well .btn.btn-option, .modal .modal-body .well .btn.btn-option, .modal .official-document .well .btn.btn-option {
  border-radius: 0 !important;
  padding: 2px 8px 2px !important;
  font-size: 16px !important;
  box-shadow: none;
  border: none;
  height: 22px !important;
  line-height: 22px !important;
}
#editProductModal.modal .modal-body .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info), #editProductModal.modal .official-document .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info), .modal .modal-body .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info), .modal .official-document .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) {
  color: #ffffff;
  background: #979797;
}
#editProductModal.modal .modal-body .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) .caret, #editProductModal.modal .official-document .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) .caret, .modal .modal-body .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) .caret, .modal .official-document .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) .caret {
  border-top-color: #fff;
}
#editProductModal.modal .modal-body .well .btn.btn-option .caret, #editProductModal.modal .official-document .well .btn.btn-option .caret, .modal .modal-body .well .btn.btn-option .caret, .modal .official-document .well .btn.btn-option .caret {
  margin-top: 8px;
}
#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: 8px 5px 4px;
  background: #000;
  color: #fff;
  font-weight: bold;
}
#editProductModal.modal .modal-body hr, #editProductModal.modal .official-document hr, .modal .modal-body hr, .modal .official-document hr {
  border-color: #000;
}
#editProductModal.modal .modal-body small, #editProductModal.modal .official-document small, .modal .modal-body small, .modal .official-document small {
  font-size: 14px;
  color: #000;
}
#editProductModal.modal .modal-body .row-fluid [class*="span"], #editProductModal.modal .official-document .row-fluid [class*="span"], .modal .modal-body .row-fluid [class*="span"], .modal .official-document .row-fluid [class*="span"] {
  min-height: 30px;
}
#editProductModal.modal .modal-body .form-horizontal .control-label, #editProductModal.modal .official-document .form-horizontal .control-label, .modal .modal-body .form-horizontal .control-label, .modal .official-document .form-horizontal .control-label {
  padding-top: 6px;
}
#editProductModal.modal .modal-body .form-horizontal .control-label strong, #editProductModal.modal .official-document .form-horizontal .control-label strong, .modal .modal-body .form-horizontal .control-label strong, .modal .official-document .form-horizontal .control-label strong {
  font-weight: 100 !important;
}
#editProductModal.modal .modal-body .btn.btn-block, #editProductModal.modal .official-document .btn.btn-block, .modal .modal-body .btn.btn-block, .modal .official-document .btn.btn-block {
  background: #ffed02;
  color: #000;
}
#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-body input, #editProductModal.modal .modal-body select, #editProductModal.modal .official-document input, #editProductModal.modal .official-document select, .modal .modal-body input, .modal .modal-body select, .modal .official-document input, .modal .official-document select {
  background: #e8e8e8;
}
#editProductModal.modal .modal-body .btn.hidden, #editProductModal.modal .modal-body img[src$="undefined"], #editProductModal.modal .modal-body img[src=""], #editProductModal.modal .official-document .btn.hidden, #editProductModal.modal .official-document img[src$="undefined"], #editProductModal.modal .official-document img[src=""], .modal .modal-body .btn.hidden, .modal .modal-body img[src$="undefined"], .modal .modal-body img[src=""], .modal .official-document .btn.hidden, .modal .official-document img[src$="undefined"], .modal .official-document img[src=""] {
  display: none;
}
#editProductModal.modal .modal-footer, .modal .modal-footer {
  background: #4e4f4f;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 14px 15px 14px;
}
#editProductModal.modal .modal-footer > h3, #editProductModal.modal .modal-footer > h4, #editProductModal.modal .modal-footer > h5, .modal .modal-footer > h3, .modal .modal-footer > h4, .modal .modal-footer > h5 {
  color: #fff;
  height: 30px;
  padding-top: 4px !important;
}
#editProductModal.modal .modal-footer .muted, .modal .modal-footer .muted {
  color: #fff;
  opacity: 0.8;
}
#editProductModal.modal .modal-footer .btn:not([class*=" "]), .modal .modal-footer .btn:not([class*=" "]) {
  color: #fff;
  background: #f82020;
  border: 2px solid #f82020;
}
@media (max-width: 767px) {
  #editProductModal.modal .dropdown-menu, .modal .dropdown-menu {
    min-width: auto;
  }
}
table, table.table.table-striped {
  border-radius: 0 !important;
}
table:not(#basket), table.table.table-striped:not(#basket) {
  border: 1px solid;
  border-color: #fff !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: #532582;
  background-color: #532582 !important;
  color: #fff;
  border-color: #fff !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: #532582;
  color: #fff;
  border-color: #fff !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: #532582;
  background-color: #532582 !important;
  color: #fff;
  border-color: #fff !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: #532582;
  background-color: #532582 !important;
  color: #fff;
  border-color: #fff !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: #000;
  background-color: #000 !important;
  color: #fff;
  border-color: #fff !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: #fff !important;
  color: #532582 !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: #532582 !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: #532582;
  background-color: #532582 !important;
  color: #000;
  border-color: #fff !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: #000;
  background-color: #000 !important;
  color: #fff;
  border-color: #fff !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: #000;
  background-color: #000 !important;
  color: #fff;
  border-color: #fff !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: #532582 !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: #000;
  background-color: #000 !important;
  color: #fff;
  border-color: #fff !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: #000;
  background-color: #000 !important;
  color: #fff;
  border-color: #fff !important;
  border-radius: 0 !important;
}
#tbl_all_orders tbody > tr > th {
  background: #000 !important;
  color: #fff !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: #fff !important;
  background-color: #fff !important;
  color: #000 !important;
  border-color: #000 !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: #000 !important;
}
.table th, .table td, .table-condensed th, .table-condensed td {
  padding: 4px 6px 4px;
}
p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size), .popover .popover-title, .menu .how-im-ordering > h2 > a small, .p_font {
  line-height: 150%;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (max-width: 479px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size), .popover .popover-title, .menu .how-im-ordering > h2 > a small, .p_font {
    font-size: 1rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size), .popover .popover-title, .menu .how-im-ordering > h2 > a small, .p_font {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size), .popover .popover-title, .menu .how-im-ordering > h2 > a small, .p_font {
    font-size: 1rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size), .popover .popover-title, .menu .how-im-ordering > h2 > a small, .p_font {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size), .popover .popover-title, .menu .how-im-ordering > h2 > a small, .p_font {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size), .popover .popover-title, .menu .how-im-ordering > h2 > a small, .p_font {
    font-size: 1rem;
  }
}
p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size).p_large, .popover .popover-title.p_large, .menu .how-im-ordering > h2 > a small.p_large, .p_font.p_large {
  margin-bottom: 1.4rem;
}
@media (max-width: 479px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size).p_large, .popover .popover-title.p_large, .menu .how-im-ordering > h2 > a small.p_large, .p_font.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).p_large, .popover .popover-title.p_large, .menu .how-im-ordering > h2 > a small.p_large, .p_font.p_large {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size).p_large, .popover .popover-title.p_large, .menu .how-im-ordering > h2 > a small.p_large, .p_font.p_large {
    font-size: 1rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size).p_large, .popover .popover-title.p_large, .menu .how-im-ordering > h2 > a small.p_large, .p_font.p_large {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size).p_large, .popover .popover-title.p_large, .menu .how-im-ordering > h2 > a small.p_large, .p_font.p_large {
    font-size: 1.1rem;
  }
}
@media (min-width: 1600px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size).p_large, .popover .popover-title.p_large, .menu .how-im-ordering > h2 > a small.p_large, .p_font.p_large {
    font-size: 1.4rem;
  }
}
header .navbar .navbar-inner > .container .nav_control #opening-status svg, header .navbar .navbar-inner > .container .nav_control .nav_address svg, header .navbar .navbar-inner > .container .nav_control .nav_user a svg, header .navbar .brand, .p_nav_control {
  margin-bottom: 0rem;
}
@media (max-width: 479px) {
  header .navbar .navbar-inner > .container .nav_control #opening-status svg, header .navbar .navbar-inner > .container .nav_control .nav_address svg, header .navbar .navbar-inner > .container .nav_control .nav_user a svg, header .navbar .brand, .p_nav_control {
    font-size: 0.9rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  header .navbar .navbar-inner > .container .nav_control #opening-status svg, header .navbar .navbar-inner > .container .nav_control .nav_address svg, header .navbar .navbar-inner > .container .nav_control .nav_user a svg, header .navbar .brand, .p_nav_control {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav_control #opening-status svg, header .navbar .navbar-inner > .container .nav_control .nav_address svg, header .navbar .navbar-inner > .container .nav_control .nav_user a svg, header .navbar .brand, .p_nav_control {
    font-size: 0.9rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  header .navbar .navbar-inner > .container .nav_control #opening-status svg, header .navbar .navbar-inner > .container .nav_control .nav_address svg, header .navbar .navbar-inner > .container .nav_control .nav_user a svg, header .navbar .brand, .p_nav_control {
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  header .navbar .navbar-inner > .container .nav_control #opening-status svg, header .navbar .navbar-inner > .container .nav_control .nav_address svg, header .navbar .navbar-inner > .container .nav_control .nav_user a svg, header .navbar .brand, .p_nav_control {
    font-size: 0.9rem;
  }
}
@media (min-width: 1600px) {
  header .navbar .navbar-inner > .container .nav_control #opening-status svg, header .navbar .navbar-inner > .container .nav_control .nav_address svg, header .navbar .navbar-inner > .container .nav_control .nav_user a svg, header .navbar .brand, .p_nav_control {
    font-size: 0.9rem;
  }
}
h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h1_size {
  line-height: 110%;
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-weight: lighter;
}
@media (max-width: 479px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_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, .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, .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, .alerts *, .sys-alert *, .p_font), .h1_size {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h1_size {
    font-size: 3.6rem;
  }
}
@media (min-width: 1600px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h1_size {
    font-size: 4.8rem;
  }
}
h2:not(.h3_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h2_size {
  line-height: 110%;
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-weight: lighter;
}
@media (max-width: 479px) {
  h2:not(.h3_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 2rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h2:not(.h3_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h2:not(.h3_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 2.5rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h2:not(.h3_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  h2:not(.h3_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 3.1rem;
  }
}
@media (min-width: 1600px) {
  h2:not(.h3_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 4rem;
  }
}
h3:not(.h2_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h3_size {
  line-height: 110%;
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-weight: lighter;
}
@media (max-width: 479px) {
  h3:not(.h2_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 1.9rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h3:not(.h2_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h3:not(.h2_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 1.9rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h3:not(.h2_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  h3:not(.h2_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 2.6rem;
  }
}
@media (min-width: 1600px) {
  h3:not(.h2_size, .h4_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 3.3rem;
  }
}
h4:not(.h2_size, .h3_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h4_size {
  line-height: 110%;
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-weight: lighter;
}
@media (max-width: 479px) {
  h4:not(.h2_size, .h3_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 1.6rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h4:not(.h2_size, .h3_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h4:not(.h2_size, .h3_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 1.6rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h4:not(.h2_size, .h3_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  h4:not(.h2_size, .h3_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 2.4rem;
  }
}
@media (min-width: 1600px) {
  h4:not(.h2_size, .h3_size, .h5_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 2.5rem;
  }
}
.ui-tabs-menu .ui-tabs-panel .ui-widget .ui-widget-header, h5:not(.h2_size, .h3_size, .h4_size, .alerts *, .sys-alert *, .p_font), .h5_size {
  line-height: 110%;
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-weight: lighter;
}
@media (max-width: 479px) {
  .ui-tabs-menu .ui-tabs-panel .ui-widget .ui-widget-header, h5:not(.h2_size, .h3_size, .h4_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.2rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .ui-tabs-menu .ui-tabs-panel .ui-widget .ui-widget-header, h5:not(.h2_size, .h3_size, .h4_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .ui-tabs-menu .ui-tabs-panel .ui-widget .ui-widget-header, h5:not(.h2_size, .h3_size, .h4_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.2rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .ui-tabs-menu .ui-tabs-panel .ui-widget .ui-widget-header, h5:not(.h2_size, .h3_size, .h4_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ui-tabs-menu .ui-tabs-panel .ui-widget .ui-widget-header, h5:not(.h2_size, .h3_size, .h4_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .ui-tabs-menu .ui-tabs-panel .ui-widget .ui-widget-header, h5:not(.h2_size, .h3_size, .h4_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.5rem;
  }
}
@media (max-width: 479px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a {
    font-size: 1.5rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a {
    font-size: 1.5rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a {
    font-size: 1.5rem;
  }
}
@media (max-width: 979px) {
  header .navbar .navbar-inner > .container .nav-collapse .main-menu > li .dropdown-menu a {
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .zp_social_section > .container > .content > .left .input-append #mod_postcode_box_pc, .zp_postcode > .container > .content > .left .input-append #mod_postcode_box_pc {
    font-size: 1.4rem;
  }
}
@media (max-width: 479px) {
  .menu .how-im-ordering > h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .menu .how-im-ordering > h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .menu .how-im-ordering > h2 {
    font-size: 3rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .menu .how-im-ordering > h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .menu .how-im-ordering > h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .menu .how-im-ordering > h2 {
    font-size: 3rem;
  }
}
@media (max-width: 479px) {
  .members .sidebar-nav .nav-list .nav-header {
    font-size: 1.1rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .members .sidebar-nav .nav-list .nav-header {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .members .sidebar-nav .nav-list .nav-header {
    font-size: 1.1rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .members .sidebar-nav .nav-list .nav-header {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .members .sidebar-nav .nav-list .nav-header {
    font-size: 1.1rem;
  }
}
@media (min-width: 1600px) {
  .members .sidebar-nav .nav-list .nav-header {
    font-size: 1.1rem;
  }
}
footer {
  margin: 0;
}
footer > .container {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding: 30px 0;
}
@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 > div.social_media_footer p {
  max-width: 320px;
  margin-right: auto;
}
@media (max-width: 767px) {
  footer > .container > .row-fluid > div.social_media_footer p {
    margin-left: auto;
  }
}
footer > .container > .row-fluid div#logo img {
  max-width: 90%;
}
footer .label-copyright {
  color: #ffffff;
}
footer .last_column .cards {
  margin-bottom: 10px;
}
body:not(.home) footer {
  margin-top: 40px;
  margin-bottom: 40px;
}
body:not(.home) footer svg path:first-of-type {
  fill: #532582;
}
.home footer {
  padding: 30px 20px;
  background: #532582;
  position: relative;
  z-index: 5;
  width: 100%;
}
@media (min-width: 1600px) {
  .home footer > .container > .row-fluid > div.social_media_footer > * {
    margin-left: 40px;
  }
}
.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: #fff;
}
@media (min-width: 768px) {
  .ui-tabs-menu .ui-tabs-panel, .ui-tabs-menu .ui-widget-content {
    padding-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .ui-tabs-menu .ui-tabs-panel, .ui-tabs-menu .ui-widget-content {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.ui-tabs-menu .ui-tabs-panel .marginbottom15.image_top:not(.marginbottom15.image_top + .ui-state-highlight), .ui-tabs-menu .ui-widget-content .marginbottom15.image_top:not(.marginbottom15.image_top + .ui-state-highlight) {
  margin: 0;
}
.ui-tabs-menu .ui-tabs-panel .ui-widget .ui-widget-header, .ui-tabs-menu .ui-widget-content .ui-widget .ui-widget-header {
  color: #4e0000;
  background: #ff4e4e;
  border-radius: 0;
  border: none;
  margin-top: 10px !important;
  margin-bottom: 10px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.ui-tabs-menu .ui-tabs-panel .row-product, .ui-tabs-menu .ui-widget-content .row-product {
  background: none;
  border-color: #fff;
  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 {
  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 {
  line-height: normal;
  font-weight: normal;
  color: #ffed02;
}
.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: 3px;
}
.ui-tabs-menu .ui-tabs-panel .row-product .row-variation .price, .ui-tabs-menu .ui-widget-content .row-product .row-variation .price {
  padding-top: 3px;
  color: #fff;
}
.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: #4ee0ff;
  color: #00404e;
  border: none;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
  padding: 10px 20px 10px;
  font-weight: bold;
  text-shadow: none;
}
.ui-tabs-menu .ui-tabs-panel .ui-state-highlight a, .ui-tabs-menu .ui-widget-content .ui-state-highlight a {
  color: white;
  text-decoration: underline;
}
.ui-tabs-menu .ui-tabs-nav {
  background: #000;
  border: none;
  padding: 0 !important;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default {
  border: none;
  background: rgba(255, 237, 2, 0.6);
  border-radius: 0;
  margin: 0 !important;
  overflow-x: hidden;
  transition: 0.2s;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-hover {
  background: #9f6bd5;
  transition: 0.2s;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-hover .ui-tabs-anchor {
  color: #9f6bd5;
  transition: 0.2s;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-active {
  background: #9f6bd5;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-active .ui-tabs-anchor {
  color: #532582;
  background: #9f6bd5;
  border-radius: 0;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default .ui-tabs-anchor {
  color: #fff;
  padding-bottom: 12px !important;
  padding-top: 12px !important;
  font-size: 16px;
  line-height: 18px;
  border-radius: 0;
  background: #000;
  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 #532582;
}
#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: #532582;
  border: none;
  border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  margin: 0;
  padding-top: 2px;
  padding-bottom: 0px;
  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;
}
.ui-dialog .ui-dialog-content .well input {
  background: #e2e2e2;
  color: #000 !important;
}
.ui-dialog .ui-dialog-content .well input::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: #fff;
  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: #ffed02;
  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: #532582;
  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;
}
.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: #ffed02;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu {
  margin: 0;
  border: 2px solid #fff;
  padding-left: 8px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 8px;
  border-radius: 17px !important;
}
@media (min-width: 768px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu {
    padding-left: 14px;
    padding-top: 10px;
    padding-right: 18px;
    padding-bottom: 8px;
  }
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu i {
  color: #fff;
  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: 180px;
  text-align: center;
  font-weight: 800;
  background: none !important;
  color: #fff !important;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu #menu-search-box::placeholder {
  color: #fff !important;
  opacity: 0.6;
}
.menu .navbar-affix-container #responsive-food-menu.affix {
  height: auto;
  background: #532582;
}
.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 #basket-container {
  padding: 18px;
  background: #fff;
  color: #000;
  border: none !important;
}
@media (max-width: 1199px) {
  .menu #basket-container {
    margin-top: 32px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.menu #basket-container > h3, .menu #basket-container > legend {
  color: #000;
  border: none;
  padding: 0;
}
.menu #basket-container .ui-widget-content {
  border-radius: 0;
  text-shadow: none;
  border: 2px solid #afafaf;
  background: none;
  color: #fff;
  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: 0;
}
@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: #fff;
}
.menu .menu-selection > .row-fluid {
  margin-bottom: 30px;
}
.menu .menu-selection .well {
  padding: 0;
  border: none;
  background: none;
  text-shadow: none;
  box-shadow: none;
}
.menu .menu-selection .well .btn {
  text-shadow: none;
  padding-top: 24px !important;
}
.menu #zp-offcanvas-basket .uk-offcanvas-bar {
  padding-bottom: 70px;
  background: #fff;
  color: #000;
  border: none;
}
.menu #zp-offcanvas-basket .uk-offcanvas-bar h3.uk-h2, .menu #zp-offcanvas-basket .uk-offcanvas-bar a.ctrl-mobile_food_menu_nav_closecanvas {
  margin-top: 9px;
}
.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: #000;
  border: none;
  padding-bottom: 70px;
  border-right: 2px solid #fff;
}
.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: #fff !important;
  margin-top: 13px;
}
.menu #zp-offcanvas-menu .uk-offcanvas-bar .uk-nav-offcanvas > li > a {
  font-size: large;
  color: #fff;
  padding: 8px 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: #ffed02;
  color: #000;
}
.menu #mobile_food_menu_nav {
  z-index: 999;
  background: #000;
}
.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: #ffed02;
}
.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;
}
.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: #fff;
}
.checkout #body > .container > .row-fluid:first-child .span3 {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout #body > .container > .row-fluid:last-child {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout #body > .container > .row-fluid:last-child > form {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout #body > .container > .row-fluid:last-child > form > div:first-child, .checkout #body > .container > .row-fluid:last-child > form > div:last-child {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout #body > .container > .row-fluid:last-child > div {
    width: 100%;
    margin: 0;
  }
}
.checkout .well > h5, .checkout .well > h4, .checkout .well > p.lead {
  margin-bottom: 16px;
}
.checkout .well.well-basket, .checkout .loyaltypoints_box {
  backdrop-filter: none;
  background: #fff;
  border: none !important;
  color: #000;
}
.checkout .well.well-basket > h4, .checkout .well.well-basket > h5, .checkout .loyaltypoints_box > h4, .checkout .loyaltypoints_box > h5 {
  color: #000;
}
.checkout .well.well-basket small, .checkout .loyaltypoints_box small {
  color: #000;
}
.checkout .well.well-basket .muted.note-delivery, .checkout .loyaltypoints_box .muted.note-delivery {
  color: #000;
}
.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: #532582;
  color: #fff;
  border: none;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 0;
}
.checkout .well.well-basket .row-credits .well-small:not(.col-equals .well-small), .checkout .loyaltypoints_box .row-credits .well-small:not(.col-equals .well-small) {
  border: none;
  border-radius: 0;
  background: #e9e9e9;
  color: #000;
  box-shadow: none;
  padding: 4px 10px 10px;
}
.checkout .well.well-basket .row-credits .col-equals .lead, .checkout .loyaltypoints_box .row-credits .col-equals .lead {
  color: #000;
  padding-left: 0;
  padding-right: 0;
}
.checkout .well.well-basket .ctl-pointsoptions a, .checkout .loyaltypoints_box .ctl-pointsoptions a {
  color: #532582;
  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: #fff;
}
.checkout .marginbottom15 .muted {
  color: #fff;
}
@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;
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .members #body {
    padding: 0px;
  }
}
@media (max-width: 979px) {
  .members #body {
    max-width: 510px;
    margin: auto;
  }
}
@media (min-width: 980px) {
  .members #body {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@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: #fff;
}
@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: 10px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: bold !important;
}
.members #container .well .loyalty-caption {
  text-align: right;
}
.members .media-address:hover {
  background: rgba(255, 255, 255, 0.08);
}
.members .section-customer-map .well, .members .ctl-toggle-columns .well, .members .section-sales-reports .well, .members .section-loyalty-scheme .well, .members .section-tax-report .well {
  border: none;
  box-shadow: none;
}
.members .section-customer-map .ctl-toggle-columns, .members .ctl-toggle-columns .ctl-toggle-columns, .members .section-sales-reports .ctl-toggle-columns, .members .section-loyalty-scheme .ctl-toggle-columns, .members .section-tax-report .ctl-toggle-columns {
  display: flex;
  flex-wrap: wrap;
}
.members .section-customer-map h2, .members .section-customer-map h3, .members .ctl-toggle-columns h2, .members .ctl-toggle-columns h3, .members .section-sales-reports h2, .members .section-sales-reports h3, .members .section-loyalty-scheme h2, .members .section-loyalty-scheme h3, .members .section-tax-report h2, .members .section-tax-report h3 {
  margin-top: 1rem !important;
}
.members .hero-unit {
  background: #532582;
  border-radius: 0;
}
.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: #ffed02;
}
.members .sidebar-nav .nav-list li a:hover, .members .sidebar-nav .nav-list li a:focus {
  background: #532582;
  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/wario/./images/white_icons_members_page.png");
}
.members .sidebar-nav .nav-list li a:hover small, .members .sidebar-nav .nav-list li a:focus small {
  color: #fff;
  opacity: 0.8;
}
.members .sidebar-nav .nav-list li a {
  text-shadow: none;
  color: #fff;
}
.members .sidebar-nav .nav-list li a small {
  color: #fff;
  opacity: 0.6;
}
.members .sidebar-nav .nav-list li a:not(:hover, :focus, li.active a) i {
  background-image: url("https://skins.zfood.co.uk/wario/./images/white_icons_members_page.png");
}
.members .sidebar-nav .nav-list li.active a {
  background: #532582;
  color: #fff;
}
.members .sidebar-nav .nav-list li.active a small {
  color: #fff;
}
.members .sidebar-nav .nav-list li.active a i {
  background-image: url("https://skins.zfood.co.uk/wario/./images/white_icons_members_page.png");
}
.members .sidebar-nav .nav-list .divider {
  border-color: #fff;
  background-color: #fff;
}
.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: #fff;
}
.members .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.members .frm_members_sales_reports:not(.navbar-form) > div:not(:last-child), .members .frm_members_menutax_reports:not(.navbar-form) > div:not(:last-child) {
  margin-bottom: 10px;
}
.contact-us #body {
  padding: 0 20px;
  margin-top: 0px !important;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contact-us #body {
    padding: 0px;
    margin-top: 40px !important;
  }
}
.contact-us .gm-style-iw-d {
  color: #000;
}
.contact-us .ui-widget {
  border: none;
}
.contact-us .ui-widget .ui-widget-header {
  border: none;
  text-align: center;
  background: #ffed02;
  border-radius: 0 0 0px 0px;
  color: #000;
  padding: 10px 20px 10px;
  margin-bottom: 0 !important;
}
.contact-us .ui-widget .ui-widget-content {
  border: 4px solid #ffed02 !important;
  border-radius: 0 0 0 0;
  background: #000;
  color: #fff;
  border-top: none !important;
}
.contact-us .ui-widget .ui-widget-content .delivery-hint {
  color: #fff !important;
}
.contact-us .ui-widget .ui-widget-content i {
  background-image: url("https://skins.zfood.co.uk/wario/./images/white_icons_members_page.png");
}
.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: #fff;
}
.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: #fff !important;
}
.order-complete #body .jumbotron .p-thanks-for .text-warning {
  text-decoration: underline;
}
.order-complete #body .order-info-well #order-confirmation {
  background: #ffed02;
  color: #000;
  border: none;
}
.order-complete .jumbotron {
  margin-top: 0;
}
.review-order #body {
  margin-top: 0px;
  margin-bottom: 60px !important;
  padding: 0 20px 0px;
}
@media (min-width: 980px) {
  .review-order #body {
    margin-top: 40px;
  }
}
.review-order #body small, .review-order #body #frmReviewOrder, .review-order #body #frmReviewOrder .text-success.uk-text-success {
  color: #fff !important;
}
.review-order #body small.muted {
  font-weight: 300;
}
.review-order #body .page-review-order {
  background: #000;
  color: #fff;
  border: 4px solid #ffed02;
  border-radius: 0;
}
.review-order #body .page-review-order .rating-row .lead {
  color: #fff;
  font-weight: 500;
}
.review-order #body .page-review-order .page-header, .review-order #body .page-review-order legend {
  color: #fff;
  border-color: #fff;
  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: #000 !important;
  color: #fff;
}
.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: #fff !important;
  color: #532582 !important;
}
.welcome header {
  display: none;
}
.welcome #logo {
  margin: 30px auto;
  max-width: 300px;
}
@media (max-width: 767px) {
  .welcome #body {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.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;
}


body .visible-chorltoncumhardy { display:none !important; } 
body .hidden-chorltoncumhardy { display:inherit !important; } 
body.shop_chorltoncumhardy .hidden-chorltoncumhardy { display:none !important; }
body.shop_chorltoncumhardy .visible-chorltoncumhardy { 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 {
	font-family: 'Freeman';
}
h2 {
	font-family: 'Protest Strike';
}
h3 {
}
h4 {
}
body {


	background-attachment: scroll;
}

header, #mobile-header {

	background-attachment: scroll;
}

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

.delivery-options #body > h1 {
    display: none;
}
.btn_store img {
    border-radius: 100px;
}
.btn_store {
    transition: .2s;
}
.btn_store:focus,
.btn_store:hover {
    transition: .2s;
   	opacity: .8;
}
.top_hr_bigger {
    border-top: 3px solid;
}
.uk-close-alt {
    background: #7d7d7d;
}
.box-delivery-information {
    display: none;
}
@media (max-width: 767px) {
    .btn_store:not(:last-child) {
        margin-bottom: 20px;
    }
    .btn_store {
        
        max-width: 250px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    footer {
   padding:0px !important;
    }
}
@media (min-width: 768px) {    
    .btn_store {
        margin-top: 20px;
    }
}


/*CG - TO BE PUT INSIDE 1.1 V OF SKIN by HS*/
@media (max-width: 767px) {
    .zp_hero_section > .container > .content > .right #myCarousel img {
        position: relative;
        top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .zp_hero_section > .container > .content > .right #myCarousel img {
        position: relative;
        left: 20px;
        top: 30px;
        max-width: 300px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .zp_hero_section > .container > .content > .right #myCarousel img {
        position: relative;
        left: 40px;
        top: 30px;
        max-width: 380px;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .zp_hero_section > .container > .content > .right #myCarousel img {
        position: relative;
        left: 60px;
        top: 30px;
        max-width: 500px;
    }
}
@media (min-width: 1600px) {
    .zp_hero_section > .container > .content > .right #myCarousel img {
        max-width: 800px;
        position: relative;
        left: 70px;
        top: 20px;
    }
}
/*END CG*/