/*
skin_path: skins/kraken/
skin_name: kraken
theme_path: 
theme_name: 
type: css
datetime: 2024-10-23 13:13:56
checksum: 6ce45c5400ab51fcb75392682fd4d840
status: ok
*/
/* Load: skins/kraken/style_system_overrides.scss */
/* **************************** */
/* Center footer text on mobile */
/* **************************** */
@media (max-width: 767px) {
  footer div {
    text-align: center;
    margin: 10px 0 0px;
  }
  footer div.vendor {
    text-align: center !important;
    margin: 25px 0 0px;
  }
  footer div.copyright {
    margin-top: 0px;
  }
}
.row-odd {
  background: none;
}
.menu .ui-tabs-menu.ui-tabs-vertical .tb-nav-tabs li {
  padding-right: 0px !important;
}
.row-variation {
  margin: 10px 0px;
}
@media (min-width: 768px) {
  .row-product {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1182px) {
  .menu #basket-container {
    margin-top: 20px;
  }
}
.menu #zp-offcanvas-basket #order-empty {
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .trigger-paymentmethod.btn-group.extended .btn {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .block-terms-conditions, .block-website-help {
    margin-bottom: 30px;
  }
}
.box-opening-hours {
  margin-top: 30px;
}
/* Load: skins/kraken/style_functions.scss */
@keyframes hero_discount {
  0%, 50%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
}
.image_zoom_out {
  animation: image_zoom_out 1.2s ease;
  animation-fill-mode: none;
}
@keyframes image_zoom_out {
  0% {
    transform: scale(1.14) translateY(-5%);
  }
  100% {
    transform: scale(1.001) translateY(0);
  }
}
.appear_from_bottom {
  animation: appear_from_bottom 1s ease-in-out 1s forwards;
  opacity: 0;
  transform: translateY(20px);
}
@keyframes appear_from_bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* Load: skins/kraken/_variables.scss */
/* Load: skins/kraken/_variables_skin.scss */
/* Load: custom_data/preloaded_custom_data */
/* Load: skins/kraken/styles.scss */
.row_mods, .row_phones, .ct_phone, .home h1, .home-about, #basket-container hr, .home_social, #body-bottom-hr, #opening-status, .ct_details_bar, .home .main {
  display: none;
}
html {
  overflow-x: hidden;
}
html, body {
  font-size: 16px;
}
body {
  background: #181818;
  padding: 0px;
  color: #e8f7ee;
}
.container {
  position: relative;
  width: 100%;
}
.container:not(body.home .container) {
  max-width: 1170px;
}
@media (max-width: 1229px) {
  .container:not(body.home .container) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container:is(.home .container) {
  max-width: 1724px;
}
@media (max-width: 1783px) {
  .container:is(.home .container) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#container {
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
  background: transparent;
  border: 20px solid #FF632D;
}
@media (min-width: 980px) {
  #container {
    margin: 20px;
  }
}
* {
  box-sizing: border-box;
}
.primary_section {
  background: #FF632D;
}
.primary_section h1, .primary_section h2, .primary_section h3, .primary_section h4, .primary_section h5, .primary_section h6, .primary_section p:not(.text-success):not(.text-danger):not(.text-warning):not(.text-primary):not(.text-warning):not(.text-info) {
  color: #E8F7EE;
}
.secondary_section {
  background: #FF632D;
}
.secondary_section h1, .secondary_section h2, .secondary_section h3, .secondary_section h4, .secondary_section h5, .secondary_section h6, .secondary_section p:not(.text-success):not(.text-danger):not(.text-warning):not(.text-primary):not(.text-warning):not(.text-info) {
  color: #e8f7ee;
}
.third_section {
  background: #FFB400;
}
.third_section h1, .third_section h2, .third_section h3, .third_section h4, .third_section h5, .third_section h6, .third_section p:not(.text-success):not(.text-danger):not(.text-warning):not(.text-primary):not(.text-warning):not(.text-info) {
  color: #181818;
}
.well, .ui-widget-content, .page-review-order {
  padding: 15px;
  border-radius: 10px;
  color: #e8f7ee;
}
.well:not(.primary_section, .secondary_section, .third_section), .ui-widget-content:not(.primary_section, .secondary_section, .third_section), .page-review-order:not(.primary_section, .secondary_section, .third_section) {
  background: #2b2b2b;
}
.well.no_border, .ui-widget-content.no_border, .page-review-order.no_border {
  border: none;
  box-shadow: none;
}
.well .text-danger, .well .text-error, .ui-widget-content .text-danger, .ui-widget-content .text-error, .page-review-order .text-danger, .page-review-order .text-error {
  color: #ff3e3e;
}
.well:not(.well .well), .ui-widget-content:not(.well .ui-widget-content, .ui-tabs-menu .ui-widget-content), .page-review-order {
  box-shadow: 0 1px 4px rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.04);
}
.well .ui-widget-content, .well .well {
  border: none;
}
body:not(.home, .error-404) #body {
  padding: 50px 0px;
}
@media (max-width: 1189px) {
  body:not(.home, .error-404) #body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  body:not(.home, .error-404).menu #body {
    padding: 20px;
  }
}
a, .ui-widget-content a {
  color: #FF632D;
}
a:hover, a:focus, .ui-widget-content a:hover, .ui-widget-content a:focus {
  color: #ff6b37;
}
a:not(.btn, .uk-close, .close) {
  text-decoration: underline;
}
.popover .popover-title {
  background: #FF632D;
  color: #e8f7ee;
  font-size: 1.1rem;
  padding: 12px 15px 10px;
}
.popover .popover-content {
  color: #181818;
}
.dropdown-menu {
  background: #FF632D;
  padding: 0px;
  border-radius: 0px;
}
.dropdown-menu li a {
  text-decoration: none;
  color: #E8F7EE;
  padding: 10px 20px;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  background: #ff7647;
  color: #E8F7EE;
}
.sidebar-nav .nav-list {
  padding: 0px 5px;
}
.sidebar-nav .nav-list .nav-header {
  color: #FF632D;
  font-size: 1rem;
  margin: 15px 0px;
  padding: 0px;
  text-shadow: none;
}
.sidebar-nav .nav-list .nav-header:first-child {
  margin-top: 0px;
}
.sidebar-nav .nav-list li:not(.nav-header, .divider) {
  margin: 2px 0px;
}
.sidebar-nav .nav-list li:not(.nav-header, .divider) a {
  font-size: 0.8889rem;
  text-decoration: none;
  color: #e8f7ee;
}
.sidebar-nav .nav-list li:not(.nav-header, .divider) a:hover, .sidebar-nav .nav-list li:not(.nav-header, .divider) a:focus {
  color: #E8F7EE;
  background: #FF632D;
  text-shadow: none;
  font-weight: bold;
}
.sidebar-nav .nav-list li:not(.nav-header, .divider) a:hover i, .sidebar-nav .nav-list li:not(.nav-header, .divider) a:focus i {
  background-image: url("https://skins.zfood.co.uk/kraken/./images/white_icons_members_page.png");
}
.sidebar-nav .nav-list li:not(.nav-header, .divider) a i {
  background-image: url("https://skins.zfood.co.uk/kraken/./images/white_icons_members_page.png");
  position: relative;
  top: 2px;
}
.sidebar-nav .nav-list li:not(.nav-header, .divider).active a, .sidebar-nav .nav-list li:not(.nav-header, .divider).active a:hover, .sidebar-nav .nav-list li:not(.nav-header, .divider).active a:focus, .sidebar-nav .nav-list li:not(.nav-header, .divider):hover a, .sidebar-nav .nav-list li:not(.nav-header, .divider):focus a {
  color: #E8F7EE;
  text-shadow: none;
  font-weight: bold;
  background: #FF632D;
}
.sidebar-nav .nav-list li:not(.nav-header, .divider).active a i, .sidebar-nav .nav-list li:not(.nav-header, .divider).active a:hover i, .sidebar-nav .nav-list li:not(.nav-header, .divider).active a:focus i, .sidebar-nav .nav-list li:not(.nav-header, .divider):hover a i, .sidebar-nav .nav-list li:not(.nav-header, .divider):focus a i {
  background-image: url("https://skins.zfood.co.uk/kraken/./images/white_icons_members_page.png");
}
hr, .nav-list .divider {
  border-top-color: transparent;
  border-bottom: 2px solid #FF632D;
  margin: 20px 0;
}
.home hr {
  max-width: 300px;
}
.website-image img, #under_login_image img, #menu_selection_image img {
  border-radius: 10px;
}
ul {
  list-style-type: square;
}
ul li {
  line-height: 140%;
}
ul li::marker {
  color: #FF632D;
}
.navbar .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
}
.navbar .brand {
  text-shadow: none;
  color: #E8F7EE;
  font-size: 1rem;
  font-weight: bold;
}
.page-header {
  border-color: #e8f7ee;
}
.delivers_0 .box-delivery-information {
  display: none;
}
/*TABLES*/
table, .table {
  /*th, td {
        padding: 8px 8px 5px;
    }*/
}
table thead.ui-widget-header, table thead th, .table thead.ui-widget-header, .table thead th {
  background: #FF632D;
  color: #e8f7ee;
  border-color: #e8f7ee;
}
table th, .table th {
  border-color: #e8f7ee;
  background: #FF632D;
  color: #e8f7ee;
}
table td, .table td {
  border-color: #e8f7ee;
  color: #e8f7ee;
}
table, .table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th, .table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th, table .muted, .table-hover tbody tr.ui-state-highlight:hover > th, .table-hover tbody tr.ui-state-highlight:hover > td {
  background: #2b2b2b;
}
.table-bordered, .table tbody + tbody {
  border-color: #e8f7ee;
}
#basket-container thead.ui-widget-header, #basket-container thead th, #basket-container tfoot th, .checkout thead th, .checkout tfoot th, #zp-offcanvas-basket table thead.ui-widget-header, #zp-offcanvas-basket table thead th, #zp-offcanvas-basket table tfoot th, .checkout .well-basket thead.ui-widget-header, .checkout .well-basket thead.ui-widget-header thead th {
  background: #2b2b2b;
  color: #e8f7ee;
}
legend {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.5rem;
  border-color: #FF632D;
  padding-bottom: 10px;
  color: #FF632D;
}
legend small {
  color: white;
  font-size: 1rem;
}
.modal .modal-header {
  background: #FF632D;
  color: #E8F7EE;
  padding: 9px 15px 3px;
}
.modal .modal-header h3 {
  margin-bottom: 0px;
}
.modal .modal-header .close {
  margin-top: -4px;
}
.modal .modal-body {
  color: #181818;
}
.modal .modal-body .well {
  background: #f3f3f3;
  color: #181818;
  border: none;
  box-shadow: none;
}
.modal .modal-body .type-choose-one .dropdown-toggle {
  max-width: 100%;
}
.modal .modal-footer {
  background: #2b2828;
  color: #e8f7ee;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .modal .modal-footer {
    text-align: center;
  }
}
.modal .modal-footer h3 {
  margin-top: 7px !important;
}
@media (max-width: 767px) {
  .modal .modal-footer h3 {
    display: block;
    width: 100%;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .modal .modal-footer h3 small {
    display: block;
  }
}
.label, .badge {
  text-shadow: none;
  border-radius: 0px;
}
.social_media_links {
  margin-top: 10px;
}
.social_media_links .btn-group {
  display: flex;
  justify-content: center;
}
.social_media_links .btn {
  /*background: $primary_color;*/
  background: transparent;
  width: 36px !important;
  height: 36px;
  padding: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
  transition: all 0.3s;
}
.social_media_links .btn:hover, .social_media_links .btn:focus {
  transform: translateY(2px);
}
.social_media_links img {
  height: 32px;
}
.social_media_links small {
  display: none;
}
.btn, .btn-group > .btn:first-child, .btn-group > .btn:last-child, .ui-widget button {
  font-family: "Manrope", sans-serif;
  border-radius: 10px;
  box-shadow: none;
  text-shadow: none;
  font-size: 0.8rem;
  border: none;
  /*font-weight: 600;*/
  /*padding: 10px 18px;*/
  padding: 9px 18px 11px;
}
.btn.btn-large, .btn-group > .btn:first-child.btn-large, .btn-group > .btn:last-child.btn-large, .ui-widget button.btn-large {
  padding: 16px 30px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .btn.btn-large, .btn-group > .btn:first-child.btn-large, .btn-group > .btn:last-child.btn-large, .ui-widget button.btn-large {
    font-size: 1.167rem;
    padding: 21px 35px;
  }
}
.btn.ctrl-mobile_food_menu_nav_closecanvas, .btn-group > .btn:first-child.ctrl-mobile_food_menu_nav_closecanvas, .btn-group > .btn:last-child.ctrl-mobile_food_menu_nav_closecanvas, .ui-widget button.ctrl-mobile_food_menu_nav_closecanvas {
  border-radius: 10px;
}
.btn.btn-small, .btn-group > .btn:first-child.btn-small, .btn-group > .btn:last-child.btn-small, .ui-widget button.btn-small {
  font-size: 0.7rem;
  padding: 5px 9px 4px;
}
.btn.btn-order, .btn-group > .btn:first-child.btn-order, .btn-group > .btn:last-child.btn-order, .ui-widget button.btn-order {
  margin-top: -3px;
}
.btn.btn-link, .btn-group > .btn:first-child.btn-link, .btn-group > .btn:last-child.btn-link, .ui-widget button.btn-link {
  color: #FF632D;
}
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, .navbar-search .search-query, .members .well.span9 .btn.dropdown-toggle, select {
  box-shadow: none;
  border: 2px solid rgba(232, 247, 238, 0.3);
  font-size: 0.7778rem;
  background: #f4f4f4;
  color: #1d1d1b;
  font-family: "Manrope", sans-serif;
}
@media (min-width: 768px) {
  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, .navbar-search .search-query, .members .well.span9 .btn.dropdown-toggle, select {
    font-size: 0.8889rem;
    /*font-size: 1rem;*/
  }
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
  border-color: #FF632D;
}
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, .navbar-search .search-query, .members .well.span9 .btn.dropdown-toggle, select {
  height: 40px;
}
.ui-dialog {
  padding: 0px;
}
.ui-dialog .ui-dialog-titlebar {
  background: #FF632D;
  color: #E8F7EE;
  padding: 9px 15px 5px;
  border-radius: 10px 10px 0px 0px;
}
.ui-dialog .well {
  border: none;
  box-shadow: none;
  background: #FF632D;
  color: #E8F7EE;
}
#ui-datepicker-div {
  border: 1px solid #e8f7ee;
}
#ui-datepicker-div .ui-widget-content {
  box-shadow: none;
  padding: 0px;
  border-radius: 0px;
  border-color: #e8f7ee;
}
#ui-datepicker-div .ui-datepicker-header {
  background: #878686;
}
.ui-widget-header {
  background: #FF632D;
  color: #E8F7EE;
  font-family: "amandine", sans-serif;
  /*padding: 5px 5px;*/
  padding: 9px 10px 5px;
  border: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #FFB400;
  color: #181818;
  border: none;
}
.ui-state-highlight td, .ui-widget-content .ui-state-highlight td, .ui-widget-header .ui-state-highlight td {
  background: #FFB400;
  color: #181818;
}
.alert {
  text-shadow: none;
  color: #e8f7ee;
  border-radius: 0px;
}
.alert span *:last-child {
  margin-bottom: 0px;
}
.sys-message {
  margin-bottom: 0px !important;
  text-align: center;
}
.sys-message.well {
  background: grey;
  text-align: center;
  border-radius: 0px;
  padding: 8px 35px 8px 14px;
}
.sys-message.well .close {
  color: #ffffff;
  opacity: 0.8;
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.sys-message .close {
  color: #ffffff;
  opacity: 0.8;
}
.sys-message .close:hover, .sys-message .close:focus {
  opacity: 1;
}
body:not(.book, .reservations, .bookings, .book-a-table) .mod_table_reservation_v1 {
  display: none;
}
.supersize {
  font-size: 50px;
  margin-bottom: 15px;
  margin-top: 0px;
}
@media (min-width: 481px) and (max-width: 767px) {
  .supersize {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .supersize {
    font-size: 70px;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  .supersize {
    font-size: 80px;
  }
}
@media (min-width: 1201px) and (max-width: 1650px) {
  .supersize {
    font-size: 101px;
  }
}
@media (min-width: 1651px) {
  .supersize {
    font-size: 101px;
  }
}
h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .supersize), .hero-unit h1, .h1_size {
  font-size: 35px;
  margin-bottom: 10px;
  margin-top: 0px;
}
@media (min-width: 481px) and (max-width: 767px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .supersize), .hero-unit h1, .h1_size {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .supersize), .hero-unit h1, .h1_size {
    font-size: 40px;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .supersize), .hero-unit h1, .h1_size {
    font-size: 55px;
  }
}
@media (min-width: 1201px) and (max-width: 1650px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .supersize), .hero-unit h1, .h1_size {
    font-size: 61px;
  }
}
@media (min-width: 1651px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .supersize), .hero-unit h1, .h1_size {
    font-size: 61px;
  }
}
h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .supersize), .h2_size {
  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media (min-width: 481px) and (max-width: 767px) {
  h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .supersize), .h2_size {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .supersize), .h2_size {
    font-size: 36px;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .supersize), .h2_size {
    font-size: 40px;
  }
}
@media (min-width: 1201px) and (max-width: 1650px) {
  h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .supersize), .h2_size {
    font-size: 48px;
  }
}
@media (min-width: 1651px) {
  h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .supersize), .h2_size {
    font-size: 48px;
  }
}
h3:not(.h1_size, .h2_size, .h4_size, .h5_size, .supersize), .h3_size {
  font-size: 24px;
}
@media (min-width: 481px) and (max-width: 767px) {
  h3:not(.h1_size, .h2_size, .h4_size, .h5_size, .supersize), .h3_size {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h3:not(.h1_size, .h2_size, .h4_size, .h5_size, .supersize), .h3_size {
    font-size: 32px;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  h3:not(.h1_size, .h2_size, .h4_size, .h5_size, .supersize), .h3_size {
    font-size: 36px;
  }
}
@media (min-width: 1201px) and (max-width: 1650px) {
  h3:not(.h1_size, .h2_size, .h4_size, .h5_size, .supersize), .h3_size {
    font-size: 40px;
  }
}
@media (min-width: 1651px) {
  h3:not(.h1_size, .h2_size, .h4_size, .h5_size, .supersize), .h3_size {
    font-size: 40px;
  }
}
h4:not(.h1_size, .h2_size, .h3_size, .h5_size), .h4_size {
  font-size: 20px;
}
@media (min-width: 481px) and (max-width: 767px) {
  h4:not(.h1_size, .h2_size, .h3_size, .h5_size), .h4_size {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h4:not(.h1_size, .h2_size, .h3_size, .h5_size), .h4_size {
    font-size: 24px;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  h4:not(.h1_size, .h2_size, .h3_size, .h5_size), .h4_size {
    font-size: 28px;
  }
}
@media (min-width: 1201px) and (max-width: 1650px) {
  h4:not(.h1_size, .h2_size, .h3_size, .h5_size), .h4_size {
    font-size: 32px;
  }
}
@media (min-width: 1651px) {
  h4:not(.h1_size, .h2_size, .h3_size, .h5_size), .h4_size {
    font-size: 32px;
  }
}
h5, .h5_size {
  font-size: 18px;
}
@media (min-width: 481px) and (max-width: 767px) {
  h5, .h5_size {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h5, .h5_size {
    font-size: 21px;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  h5, .h5_size {
    font-size: 21px;
  }
}
@media (min-width: 1201px) and (max-width: 1650px) {
  h5, .h5_size {
    font-size: 21px;
  }
}
@media (min-width: 1651px) {
  h5, .h5_size {
    font-size: 21px;
  }
}
p:not(.lead, .sublead), .cat-desc {
  font-size: 0.8889rem;
  line-height: 140%;
  margin: 15px 0px;
}
@media (min-width: 481px) and (max-width: 767px) {
  p:not(.lead, .sublead), .cat-desc {
    font-size: 0.8889rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  p:not(.lead, .sublead), .cat-desc {
    font-size: 1rem;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  p:not(.lead, .sublead), .cat-desc {
    font-size: 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1650px) {
  p:not(.lead, .sublead), .cat-desc {
    font-size: 1rem;
  }
}
@media (min-width: 1651px) {
  p:not(.lead, .sublead), .cat-desc {
    font-size: 1rem;
  }
}
.lead {
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}
@media (min-width: 481px) and (max-width: 767px) {
  .lead {
    font-size: 1.167rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .lead {
    font-size: 1.167rem;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  .lead {
    font-size: 1.167rem;
  }
}
@media (min-width: 1201px) and (max-width: 1650px) {
  .lead {
    font-size: 1.167rem;
  }
}
@media (min-width: 1651px) {
  .lead {
    font-size: 1.167rem;
  }
}
@media (min-width: 980px) {
  .lead {
    margin-bottom: 30px;
  }
}
.sublead {
  font-size: 1.1667rem;
  margin-bottom: 10px;
}
h1, h2, h3, .modal-header h3, h4, legend {
  font-family: "amandine", sans-serif;
  line-height: 110%;
  font-weight: normal;
}
body, h5, h6 {
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-weight: normal;
}
.btn-success, #editProductModal .btn-group > .dropdown-toggle.btn-success, #editSpecialDealModal.btn-group > .dropdown-toggle.btn-success, .ui-widget-content .ui-state-default.ui-datepicker-close {
  background: #148F41;
  color: #e8f7ee !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, #editProductModal .btn-group > .dropdown-toggle.btn-success:hover, #editProductModal .btn-group > .dropdown-toggle.btn-success:focus, #editProductModal .btn-group > .dropdown-toggle.btn-success:active, #editSpecialDealModal.btn-group > .dropdown-toggle.btn-success:hover, #editSpecialDealModal.btn-group > .dropdown-toggle.btn-success:focus, #editSpecialDealModal.btn-group > .dropdown-toggle.btn-success:active, .ui-widget-content .ui-state-default.ui-datepicker-close:hover, .ui-widget-content .ui-state-default.ui-datepicker-close:focus, .ui-widget-content .ui-state-default.ui-datepicker-close:active {
  background: #17a54b;
  color: #e8f7ee !important;
}
.text-success, .carousel-caption h4.text-success, .status_OPEN {
  color: #148F41;
}
.alert-success, .label-success, .badge-success {
  background: #246b0c;
  color: #e8f7ee;
}
.btn-primary {
  background: #0889cc !important;
  color: #e8f7ee;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #0999e5 !important;
  color: #e8f7ee;
}
.text-primary, .carousel-caption h4.text-primary {
  color: #0889cc;
}
.alert-primary, .label-primary, .badge-primary {
  color: #e8f7ee;
  background: #1f6f97;
}
.btn-info, #editProductModal fieldset .btn-group > .dropdown-toggle.btn-info, #editSpecialDealModal fieldset .btn-group > .dropdown-toggle.btn-info, .ui-widget-content .ui-state-default.ui-datepicker-current {
  background: #169da6 !important;
  color: #e8f7ee;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, #editProductModal fieldset .btn-group > .dropdown-toggle.btn-info:hover, #editProductModal fieldset .btn-group > .dropdown-toggle.btn-info:focus, #editProductModal fieldset .btn-group > .dropdown-toggle.btn-info:active, #editSpecialDealModal fieldset .btn-group > .dropdown-toggle.btn-info:hover, #editSpecialDealModal fieldset .btn-group > .dropdown-toggle.btn-info:focus, #editSpecialDealModal fieldset .btn-group > .dropdown-toggle.btn-info:active, .ui-widget-content .ui-state-default.ui-datepicker-current:hover, .ui-widget-content .ui-state-default.ui-datepicker-current:focus, .ui-widget-content .ui-state-default.ui-datepicker-current:active {
  background: #19b2bd !important;
  color: #e8f7ee;
}
.text-info, .carousel-caption h4.text-info {
  color: #169da6;
}
.alert-info, .label-info, .badge-info {
  color: #e8f7ee;
  background: #1f8d97;
}
.btn-danger, .modal-footer button:first-of-type, #editProductModal .btn-group > .dropdown-toggle.btn-danger, #editSpecialDealModal.btn-group > .dropdown-toggle.btn-danger, #ctl-resetPassBtnCancel {
  background: #e72727;
  color: #e8f7ee;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .modal-footer button:first-of-type:hover, .modal-footer button:first-of-type:focus, .modal-footer button:first-of-type:active, #editProductModal .btn-group > .dropdown-toggle.btn-danger:hover, #editProductModal .btn-group > .dropdown-toggle.btn-danger:focus, #editProductModal .btn-group > .dropdown-toggle.btn-danger:active, #editSpecialDealModal.btn-group > .dropdown-toggle.btn-danger:hover, #editSpecialDealModal.btn-group > .dropdown-toggle.btn-danger:focus, #editSpecialDealModal.btn-group > .dropdown-toggle.btn-danger:active, #ctl-resetPassBtnCancel:hover, #ctl-resetPassBtnCancel:focus, #ctl-resetPassBtnCancel:active {
  background: #ea3e3e;
  color: #e8f7ee;
}
.text-danger, .carousel-caption h4.text-danger, .text-error, .status_CLOSED {
  color: #e8f7ee;
  color: #e72727;
}
.alert-danger, .label-danger, .badge-danger, .alert-error {
  color: #e8f7ee;
  background: #971f1f;
}
.btn-warning {
  background: #f1770c;
  color: #e8f7ee;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #f48422;
  color: #e8f7ee;
}
.text-warning, .carousel-caption h4.text-warning, .well em {
  color: #f1770c;
}
.alert-warning, .label-warning, .badge-warning {
  color: #e8f7ee;
  background: #ce7114;
}
.btn-inverse {
  background: #837b7b;
  color: #e8f7ee;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active {
  background: #8f8888;
  color: #e8f7ee;
}
.alert-inverse, .label-inverse, .badge-inverse {
  background: black;
  color: #e8f7ee;
}
.status_CLOSED, .status_OPEN {
  font-weight: bold;
}
.primary_text {
  color: #FF632D !important;
}
.secondary_text {
  color: #FF632D !important;
}
.third_text {
  color: #FFB400 !important;
}
.primary_btn {
  background: #FF632D;
  color: #E8F7EE;
}
.primary_btn:hover, .primary_btn:focus, .primary_btn.active {
  background: #ff7647;
  color: #E8F7EE;
}
.primary_btn .caret {
  border-top-color: #E8F7EE;
}
.secondary_btn {
  background: #FF632D;
  color: #e8f7ee;
}
.secondary_btn:hover, .secondary_btn:focus, .secondary_btn.active {
  background: #ff7647;
  color: #e8f7ee;
}
.secondary_btn .caret {
  border-top-color: #e8f7ee;
}
.third_btn {
  background: #FFB400;
  color: #181818;
}
.third_btn:hover, .third_btn:focus, .third_btn.active {
  background: #ffbc1a;
  color: #181818;
}
.third_btn .caret {
  border-top-color: #181818;
}
header {
  background-image: none;
  padding-top: 20px;
}
@media (min-width: 980px) {
  header .ct_header_row {
    display: flex;
    align-items: center;
  }
}
header .ct_header_row .header_icons {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  margin-left: 0px;
  margin-bottom: 0px;
}
@media (min-width: 980px) {
  header .ct_header_row .header_icons.visible-desktop:not(.welcome .header_icons) {
    display: flex !important;
  }
}
header .ct_header_row .header_icons.hidden-desktop {
  float: left;
}
@media (max-width: 979px) {
  header .ct_header_row .header_icons.hidden-desktop:not(.welcome .header_icons) {
    display: flex !important;
  }
}
header .ct_header_row .header_icons.hidden-desktop .btn {
  background: transparent;
  padding: 0px;
  margin: 0px;
}
header .ct_header_row .header_icons.hidden-desktop .btn img {
  height: 26.63px;
}
header .ct_header_row .header_icons.hidden-desktop .btn small {
  display: none;
}
header .ct_header_row .header_icons svg {
  transition: all 0.3s;
}
header .ct_header_row .header_icons svg * {
  stroke: #e8f7ee;
}
header .ct_header_row .header_icons svg:not(.status_OPEN, .status_CLOSED):hover {
  transform: translateY(2px);
}
@media (min-width: 980px) and (max-width: 1200px) {
  header .ct_header_row .header_icons svg {
    max-height: 24px;
  }
}
header .ct_header_row .header_icons .header_status {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e8f7ee;
  line-height: 20px;
  font-size: 1rem;
}
@media (min-width: 980px) and (max-width: 1200px) {
  header .ct_header_row .header_icons .header_status {
    font-size: 0.8rem;
    position: relative;
    top: 1px;
  }
}
header .ct_header_row .header_icons .header_status svg {
  displaY: none;
}
@media (min-width: 980px) and (max-width: 1200px) {
  header .ct_header_row .header_icons .header_status svg {
    max-height: 24px;
  }
}
header .ct_header_row .header_icons .header_status svg.status_OPEN * {
  stroke: #148F41;
}
header .ct_header_row .header_icons .header_status svg.status_CLOSED * {
  stroke: #e72727;
}
@media (max-width: 1650px) {
  header .ct_header_row .header_icons .header_status .text_we {
    display: none;
  }
}
header .ct_header_row .header_icons .header_members:not(.user_guest .header_members) svg * {
  stroke: #148F41;
}
@media (min-width: 980px) and (max-width: 1200px) {
  header .ct_header_row .header_icons .header_location {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .ct_header_row .left_column {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 979px) {
  header .ct_header_row .left_column #logo {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .ct_header_row .middle_column {
    width: 100%;
    margin-left: 0px;
  }
}
header .navbar {
  margin-bottom: 0px !important;
}
header .navbar .navbar-inner {
  padding-left: 0px;
  padding-right: 0px;
}
header .navbar .navbar-inner .container {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 980px) {
  header .navbar .navbar-inner .container {
    display: flex;
    justify-content: center;
  }
}
header .navbar .navbar-inner .container .nav-collapse {
  background: #FF632D;
}
@media (max-width: 979px) {
  header .navbar .navbar-inner .container .nav-collapse {
    position: relative;
    top: 10px;
  }
}
@media (min-width: 980px) {
  header .navbar .navbar-inner .container .nav-collapse {
    background: transparent;
  }
}
header .navbar .navbar-inner .container .nav-collapse .nav {
  z-index: 1000;
}
@media (min-width: 980px) {
  header .navbar .navbar-inner .container .nav-collapse .nav > li:first-child {
    padding-left: 0px;
  }
}
header .navbar .navbar-inner .container .nav-collapse .nav > li.dropdown.open > .dropdown-toggle, header .navbar .navbar-inner .container .nav-collapse .nav > li.dropdown.active > .dropdown-toggle, header .navbar .navbar-inner .container .nav-collapse .nav > li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
}
header .navbar .navbar-inner .container .nav-collapse .nav > li.active > a, header .navbar .navbar-inner .container .nav-collapse .nav > li > a:hover, header .navbar .navbar-inner .container .nav-collapse .nav > li > a:focus {
  color: #e8f7ee;
  background: transparent;
  box-shadow: none;
  opacity: 1;
}
@media (min-width: 980px) {
  header .navbar .navbar-inner .container .nav-collapse .nav > li.active > a, header .navbar .navbar-inner .container .nav-collapse .nav > li > a:hover, header .navbar .navbar-inner .container .nav-collapse .nav > li > a:focus {
    color: #e8f7ee;
  }
}
header .navbar .navbar-inner .container .nav-collapse .nav > li.active > a .caret, header .navbar .navbar-inner .container .nav-collapse .nav > li > a:hover .caret, header .navbar .navbar-inner .container .nav-collapse .nav > li > a:focus .caret {
  opacity: 1;
}
header .navbar .navbar-inner .container .nav-collapse .nav > li > a {
  color: #e8f7ee;
  font-size: 1.125rem;
  text-shadow: none;
  opacity: 0.75;
  font-family: "Manrope", sans-serif;
  padding: 10px 25px;
  text-align: center;
}
@media (min-width: 980px) {
  header .navbar .navbar-inner .container .nav-collapse .nav > li > a {
    color: #e8f7ee;
    text-align: left;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  header .navbar .navbar-inner .container .nav-collapse .nav > li > a {
    padding: 10px;
    font-size: 1rem;
  }
}
header .navbar .navbar-inner .container .nav-collapse .nav > li > a .caret {
  border-top-color: #e8f7ee;
  opacity: 0.75;
  margin-top: 11px;
}
@media (min-width: 980px) {
  header .navbar .navbar-inner .container .nav-collapse .nav > li > a .caret {
    border-top-color: #e8f7ee;
  }
}
@media (max-width: 979px) {
  header .navbar .navbar-inner .container .nav-collapse .nav > li .dropdown-menu a {
    color: #e8f7ee;
    opacity: 0.75;
    text-align: center;
  }
}
@media (max-width: 979px) {
  header .navbar .navbar-inner .container .nav-collapse .nav > li .dropdown-menu a:hover, header .navbar .navbar-inner .container .nav-collapse .nav > li .dropdown-menu a:focus {
    background: none;
    color: #e8f7ee;
    opacity: 1;
  }
}
header .navbar .navbar-inner .btn-navbar {
  background: transparent;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  margin-top: 7px;
}
header .navbar .navbar-inner .btn-navbar .icon-bar {
  background: #e8f7ee;
  box-shadow: none;
  width: 22px;
  height: 3px;
}
header .navbar .nav li.dropdown.open > .dropdown-toggle .caret, header .navbar .nav li.dropdown.active > .dropdown-toggle .caret, header .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #e8f7ee;
}
.ct_details_bar * {
  color: #e8f7ee;
  font-size: 1rem;
}
.ct_details_bar .container > div {
  min-height: 0px;
}
footer {
  padding: 20px 0px;
  margin: 0px;
}
@media (min-width: 980px) {
  footer {
    padding: 40px 0px;
  }
}
footer > .container > .row-fluid {
  display: flex;
  flex-direction: column;
}
@media (max-width: 979px) {
  footer > .container > .row-fluid {
    align-items: center;
  }
}
@media (min-width: 980px) {
  footer > .container > .row-fluid {
    flex-direction: row;
    justify-content: space-between;
    /*align-items: flex-end;*/
  }
}
footer > .container > .row-fluid > [class*="span"] {
  padding: 0px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
  footer > .container > .row-fluid > [class*="span"] {
    width: 100%;
    margin-left: 0px;
  }
}
footer > .container > .row-fluid > [class*="span"]:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 980px) {
  footer > .container > .row-fluid > [class*="span"]:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media (min-width: 980px) {
  footer > .container > .row-fluid .copyright {
    text-align: left;
  }
}
footer > .container > .row-fluid .copyright .label-copyright {
  color: #e8f7ee;
  font-size: 0.8889rem;
  /*@include mq($laptop, 0) {
                    font-size: 1rem;
                }*/
}
@media (min-width: 980px) {
  footer > .container > .row-fluid .vendor {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  footer > .container > .row-fluid .vendor .vendor-zpos img {
    display: block;
    margin: 0px auto;
  }
}
footer > .container > .row-fluid .cards img {
  max-width: 400px;
}
footer > .container > .row-fluid .cards, footer > .container > .row-fluid .vendor {
  padding-top: 5px;
}
.home {
  overflow-x: hidden;
}
.home #home_taste_image, .home #home_loyalty {
  max-width: 2000px;
  margin: 0px auto;
}
.home section {
  padding: 20px 0px;
  position: relative;
}
@media (min-width: 980px) and (max-width: 1200px) {
  .home section {
    padding: 40px 0px;
  }
}
@media (min-width: 1201px) {
  .home section {
    padding: 50px 0px;
  }
}
.home section#home_hero {
  padding-top: 0px;
  padding-bottom: 0px;
}
.home section#home_hero #home_hero_top {
  text-align: center;
}
.home section#home_hero #home_hero_top p {
  animation-delay: 0s;
}
.home section#home_hero #home_hero_top .supersize {
  animation-delay: 0.5s;
  /*opacity: 0;*/
}
.home section#home_hero .mod_postcode_box .col3 {
  display: none;
}
.home section#home_hero .mod_postcode_box .input-append {
  border: 1px solid #e8f7ee;
  padding: 3px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  max-width: 170px;
  justify-content: space-between;
  margin: 30px auto 10px auto;
  flex-direction: column;
}
@media (min-width: 768px) {
  .home section#home_hero .mod_postcode_box .input-append {
    flex-direction: row;
    max-width: 450px;
  }
}
.home section#home_hero .mod_postcode_box .input-append #mod_postcode_box_pc {
  background: none;
  border: none;
  color: #e8f7ee;
  font-size: 1rem;
}
@media (min-width: 481px) and (max-width: 767px) {
  .home section#home_hero .mod_postcode_box .input-append #mod_postcode_box_pc {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .home section#home_hero .mod_postcode_box .input-append #mod_postcode_box_pc {
    font-size: 1.167rem;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  .home section#home_hero .mod_postcode_box .input-append #mod_postcode_box_pc {
    font-size: 1.167rem;
  }
}
@media (min-width: 1201px) and (max-width: 1650px) {
  .home section#home_hero .mod_postcode_box .input-append #mod_postcode_box_pc {
    font-size: 1.167rem;
  }
}
@media (min-width: 1651px) {
  .home section#home_hero .mod_postcode_box .input-append #mod_postcode_box_pc {
    font-size: 1.167rem;
  }
}
.home section#home_hero .mod_postcode_box .input-append #mod_postcode_box_pc::placeholder {
  color: #e8f7ee6b;
}
.home section#home_hero .mod_postcode_box .input-append #mod_postcode_box_pc:focus {
  box-shadow: none;
}
@media (max-width: 767px) {
  .home section#home_hero .mod_postcode_box .input-append #mod_postcode_box_pc {
    padding: 20px 0px 25px;
  }
}
.home section#home_hero .mod_postcode_box .input-append .btn-group {
  margin-left: 0px;
}
.home section#home_hero .mod_postcode_box .input-append .btn-group .btn {
  border-radius: 10px;
  margin-left: 0px;
}
@media (max-width: 767px) {
  .home section#home_hero .mod_postcode_box .input-append .btn-group .btn .caret {
    margin-top: 8px;
  }
}
.home section#home_hero .mod_postcode_box .input-append .btn-group.open .btn.dropdown-toggle {
  box-shadow: none;
  background: #ff5014;
}
.home section#home_hero .mod_postcode_box h4 {
  animation-delay: 1s;
  /*opacity: 0;*/
}
.home section#home_hero #home_hero_grid {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .home section#home_hero #home_hero_grid {
    margin-top: 50px;
    margin-bottom: 0px;
  }
}
.home section#home_hero #home_hero_grid .home_hero_grid_item {
  overflow: hidden;
}
@media (min-width: 768px) {
  .home section#home_hero #home_hero_grid .home_hero_grid_item {
    width: 24.5%;
  }
}
@media (max-width: 767px) {
  .home section#home_hero #home_hero_grid .home_hero_grid_item {
    width: 50%;
    float: left;
    padding: 5px;
  }
}
@media (min-width: 1201px) {
  .home section#home_hero #home_hero_grid .home_hero_grid_item:not(:first-child) {
    width: 24.5%;
    margin-left: 0.66666%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .home section#home_hero #home_hero_grid .home_hero_grid_item:not(#home_hero_grid_3) {
    width: 33%;
    margin-left: 0.3333%;
  }
}
.home section#home_hero #home_hero_grid .home_hero_grid_item img {
  border-radius: 10px;
}
.home section#home_hero #home_hero_grid #home_hero_grid_1, .home section#home_hero #home_hero_grid #home_hero_grid_1 img {
  animation-delay: 200ms;
}
@media (min-width: 768px) {
  .home section#home_hero #home_hero_grid #home_hero_grid_1, .home section#home_hero #home_hero_grid #home_hero_grid_1 img {
    border-radius: 0px 250px 0px 0px;
  }
}
.home section#home_hero #home_hero_grid #home_hero_grid_2, .home section#home_hero #home_hero_grid #home_hero_grid_2 img, .home section#home_hero #home_hero_grid #home_hero_grid_3, .home section#home_hero #home_hero_grid #home_hero_grid_3 img {
  animation-delay: 100ms;
}
@media (min-width: 768px) {
  .home section#home_hero #home_hero_grid #home_hero_grid_2, .home section#home_hero #home_hero_grid #home_hero_grid_2 img, .home section#home_hero #home_hero_grid #home_hero_grid_3, .home section#home_hero #home_hero_grid #home_hero_grid_3 img {
    border-radius: 250px 250px 0px 0px;
  }
}
.home section#home_hero #home_hero_grid #home_hero_grid_4, .home section#home_hero #home_hero_grid #home_hero_grid_4 img {
  animation-delay: 200ms;
}
@media (min-width: 768px) {
  .home section#home_hero #home_hero_grid #home_hero_grid_4, .home section#home_hero #home_hero_grid #home_hero_grid_4 img {
    border-radius: 250px 0px 0px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .home section#home_hero #home_hero_grid #home_hero_grid_3 {
    display: none;
  }
}
.home section#home_hero #home_hero_grid #home_hero_grid_4 {
  position: relative;
}
.home section#home_hero #home_hero_grid #home_hero_grid_4 #hero_btn_right {
  position: absolute;
  right: 20px;
  bottom: 40px;
}
.home section#home_hero .discount_banner {
  margin: 20px auto 0px;
  animation: hero_discount 3s infinite linear;
  width: 240px;
  height: 240px;
}
.home section#home_hero .discount_banner a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .home section#home_hero .discount_banner {
    left: 0px;
    position: absolute;
    z-index: 2;
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .home section#home_hero .discount_banner {
    bottom: 10px;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  .home section#home_hero .discount_banner {
    bottom: 100px;
  }
}
@media (min-width: 1201px) {
  .home section#home_hero .discount_banner {
    bottom: 200px;
  }
}
.home section#home_taste {
  border-top: 20px solid #FF632D;
  padding: 0px;
}
.home section#home_taste #home_taste_content {
  padding: 20px 20px;
}
@media (min-width: 980px) and (max-width: 1200px) {
  .home section#home_taste #home_taste_content {
    padding: 40px 20px;
  }
}
@media (min-width: 1201px) and (max-width: 1783px) {
  .home section#home_taste #home_taste_content {
    padding: 50px 20px;
  }
}
@media (min-width: 1784px) {
  .home section#home_taste #home_taste_content {
    padding: 50px 0px;
  }
}
@media (min-width: 768px) {
  .home section#home_taste #home_taste_content .row-fluid {
    display: flex;
    align-items: center;
  }
}
.home section#home_taste #home_taste_content .row-fluid #home_taste_left {
  text-align: center;
}
@media (min-width: 768px) {
  .home section#home_taste #home_taste_content .row-fluid #home_taste_left {
    text-align: left;
  }
}
.home section#home_taste #home_taste_content .row-fluid #home_taste_right {
  text-align: center;
}
@media (min-width: 768px) {
  .home section#home_taste #home_taste_content .row-fluid #home_taste_right {
    text-align: right;
  }
}
.home section#home_cuisine {
  border-top: 20px solid #FF632D;
}
@media (min-width: 768px) {
  .home section#home_cuisine > .container > .row-fluid {
    display: flex;
    align-items: center;
  }
}
.home section#home_cuisine > .container > .row-fluid #home_cuisine_left {
  display: none;
}
@media (min-width: 980px) {
  .home section#home_cuisine > .container > .row-fluid #home_cuisine_left {
    display: block;
  }
}
.home section#home_cuisine > .container > .row-fluid #home_cuisine_right {
  text-align: center;
}
@media (min-width: 768px) {
  .home section#home_cuisine > .container > .row-fluid #home_cuisine_right {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .home section#home_cuisine > .container > .row-fluid #home_cuisine_right {
    width: 100%;
    margin-left: 0px;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .home section#home_cuisine > .container > .row-fluid #home_cuisine_right .title_content {
    text-align: right;
    min-width: 300px;
  }
}
.home section#home_cuisine > .container > .row-fluid #home_cuisine_right .title_content hr {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .home section#home_cuisine > .container > .row-fluid #home_cuisine_right .title_content hr {
    margin-left: 0px;
  }
}
@media (min-width: 980px) {
  .home section#home_cuisine > .container > .row-fluid #home_cuisine_right .body_content {
    max-width: 540px;
  }
}
.home section#home_loyalty {
  min-height: 350px;
  display: flex;
  align-items: center;
  background: url("https://skins.zfood.co.uk/kraken/images/home_loyalty.jpg") no-repeat;
  background-size: cover;
  text-align: center;
}
@media (min-width: 768px) {
  .home section#home_loyalty {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .home section#home_loyalty {
    min-height: 400px;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  .home section#home_loyalty {
    min-height: 400px;
  }
}
@media (min-width: 1201px) {
  .home section#home_loyalty {
    min-height: 500px;
  }
}
.home section#home_loyalty #home_loyalty_content {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .home section#home_loyalty #home_loyalty_content {
    max-width: 600px;
  }
}
.home .btn-group:not(.mod_postcode_box .btn-group) {
  margin-top: 10px;
}
.menu .ui-tabs-menu.ui-tabs-vertical {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.menu .ui-tabs-menu.ui-tabs-vertical .tb-nav-tabs {
  background: transparent;
  border: none;
  padding: 0px !important;
}
.menu .ui-tabs-menu.ui-tabs-vertical .tb-nav-tabs li {
  margin-left: -2px !important;
  border-radius: 10px;
  background: #ffffff;
}
.menu .ui-tabs-menu.ui-tabs-vertical .tb-nav-tabs li a {
  color: #181818;
  padding: 9px 10px 5px !important;
}
.menu .ui-tabs-menu.ui-tabs-vertical .tb-nav-tabs li.ui-state-active, .menu .ui-tabs-menu.ui-tabs-vertical .tb-nav-tabs li:hover, .menu .ui-tabs-menu.ui-tabs-vertical .tb-nav-tabs li:focus {
  background: #FF632D;
}
.menu .ui-tabs-menu.ui-tabs-vertical .tb-nav-tabs li.ui-state-active a, .menu .ui-tabs-menu.ui-tabs-vertical .tb-nav-tabs li:hover a, .menu .ui-tabs-menu.ui-tabs-vertical .tb-nav-tabs li:focus a {
  color: #E8F7EE;
}
.menu .ui-tabs-menu.ui-tabs-vertical .ui-tabs-panel {
  padding-top: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 767px) {
  .menu .ui-tabs-menu.ui-tabs-vertical .ui-tabs-panel {
    width: 100% !important;
    padding: 0px !important;
  }
}
.menu #responsive-food-menu {
  background: #FF632D;
}
.menu #responsive-food-menu.affix .navbar-inner {
  border-radius: 0px;
}
.menu #responsive-food-menu .navbar-inner {
  box-shadow: none;
  padding: 0px;
  position: relative;
  background: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.menu #responsive-food-menu .navbar-inner .container {
  padding-left: 20px;
  padding-right: 20px;
}
.menu #responsive-food-menu .navbar-inner .container .brand {
  margin-left: 0px;
  padding: 10px 0px;
  font-size: 1.2rem;
}
@media (min-width: 980px) {
  .menu #responsive-food-menu .navbar-inner .container .brand {
    font-size: 1.5rem;
  }
}
.menu #responsive-food-menu .navbar-inner .container #menu-search-box {
  font-size: 0.7rem;
  width: 220px;
  border: none;
}
.menu #responsive-food-menu .navbar-inner .container .navbar-search {
  margin-top: 2px;
  margin-bottom: 2px;
}
.menu #responsive-food-menu .navbar-inner .container .ctrl-mob-nav-search {
  box-shadow: none;
}
.menu #responsive-food-menu.affix-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.menu .product-container-panel .ui-widget-header {
  background: #f94000;
  padding: 12px 12px 8px;
  font-weight: normal;
}
.menu .product-container-panel .cat-desc {
  font-size: 1rem;
}
.menu .product-container-panel .row-product {
  padding: 10px 0px;
  border-color: #e8f7ee;
}
@media (max-width: 767px) {
  .menu .product-container-panel .row-product {
    padding: 13px 0px 10px;
  }
}
.menu .product-container-panel .row-product:hover {
  background: none;
}
.menu .product-container-panel .row-product h5 {
  font-weight: bold;
  /*color: #fbbd32;*/
  font-size: 1rem;
}
.menu .product-container-panel.dynamic-cont- {
  padding: 12px 12px 6px;
}
.menu .product-container-panel.dynamic-cont- h3 {
  font-size: 24px;
}
.menu #basket-container h3:not(.popover-title) {
  text-align: center;
  font-size: 2rem;
}
.menu #basket-container .basket-buttons {
  margin-top: 10px;
}
.menu #basket-container .basket-buttons .btn {
  padding: 17px 24px;
}
.menu #basket-container .basket-buttons .btn i {
  position: relative;
}
@media (max-width: 767px) {
  .menu #basket-container .basket-buttons .btn {
    margin-bottom: 5px;
  }
}
.menu #editProductModal fieldset .btn-option {
  height: auto !important;
  color: #e8f7ee;
}
.menu #editProductModal fieldset .btn-option .caret {
  border-top-color: #e8f7ee;
  margin-top: 6px;
}
.menu #editProductModal fieldset .btn-option:not(.btn-danger, .btn-success, .btn-info) {
  background: #979797;
}
.menu #editProductModal fieldset .btn-option:not(.btn-danger, .btn-success, .btn-info):hover, .menu #editProductModal fieldset .btn-option:not(.btn-danger, .btn-success, .btn-info):focus {
  background: #848181;
}
.menu #editProductModal fieldset .label-default {
  background: #000000;
  color: #ffffff;
}
.menu #zp-offcanvas-menu .uk-offcanvas-bar a {
  color: #e8f7ee;
}
.menu #zp-offcanvas-menu .uk-offcanvas-bar a:hover, .menu #zp-offcanvas-menu .uk-offcanvas-bar a:focus {
  background: #383838;
}
.menu .how-im-ordering {
  text-align: center;
  background: transparent !important;
  border: none !important;
}
@media (min-width: 1201px) {
  .menu .how-im-ordering {
    text-align: left;
  }
}
.menu .how-im-ordering a {
  text-decoration: none;
}
.menu .how-im-ordering h2 {
  font-size: 2rem;
}
.menu .navbar-affix-container {
  height: auto !important;
}
.menu .ctrl-offcanvas_productmenu_toggle_bridge_mobile2_ {
  margin: 0px auto 20px;
  display: block;
}
.menu .menu-selection {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .menu .menu-selection {
    margin-bottom: 50px;
  }
}
.menu .menu-selection > .row-fluid {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .menu .menu-selection > .row-fluid .btn {
    max-width: 400px;
    margin: 0px auto 20px;
  }
}
.menu .loyalty_banner {
  margin-top: 20px;
  text-align: center;
}
.menu #mobile_food_menu_nav .btn {
  padding: 5px 5px 2px;
}
.menu #mobile_food_menu_nav .zp-ctl-categories {
  color: #e8f7ee;
}
.discount_banner {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  margin: 0px auto;
}
@media (min-width: 481px) {
  .discount_banner {
    width: 300px;
    height: 300px;
  }
}
.discount_banner svg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.discount_banner svg:is(.primary svg) #Path_1 {
  fill: #FF632D;
}
.discount_banner svg:is(.primary svg) #Path_2 {
  stroke: #FF632D;
}
.discount_banner svg:is(.secondary svg) #Path_1 {
  fill: #FF632D;
}
.discount_banner svg:is(.secondary svg) #Path_2 {
  stroke: #FF632D;
}
.discount_banner svg:is(.third svg) #Path_1 {
  fill: #FFB400;
}
.discount_banner svg:is(.third svg) #Path_2 {
  stroke: #FFB400;
}
.discount_banner .content {
  position: relative;
  z-index: 2;
}
.discount_banner .content:is(.primary .content) {
  color: #E8F7EE;
}
.discount_banner .content:is(.primary .content) .code .value {
  color: #FF632D;
}
.discount_banner .content:is(.secondary .content) {
  color: #e8f7ee;
}
.discount_banner .content:is(.secondary .content) .code .value {
  color: #FF632D;
}
.discount_banner .content:is(.third .content) {
  color: #181818;
}
.discount_banner .content:is(.third .content) .code .value {
  color: #FF632D;
}
.discount_banner .content .code {
  font-size: 27px;
}
.discount_banner .content .terms {
  max-width: 150px;
  margin: 0px auto;
  line-height: 70%;
}
.discount_banner .content .terms small {
  font-size: 11px;
}
.discount_banner a:hover *, .discount_banner a:focus * {
  text-decoration: none;
}
.checkout .voucher_box .success > span {
  display: none;
}
.checkout .loyaltypoints_box > p {
  margin-bottom: 10px;
}
.checkout .loyaltypoints_box .row-credits > div:not(.col-equals) .ui-widget-header {
  border-radius: 10px 10px 0px 0px;
}
.checkout .loyaltypoints_box .row-credits > div:not(.col-equals) .well {
  border-color: #e8f7ee;
  border-radius: 0px 0px 10px 10px;
  margin-top: 0px;
}
.checkout .loyaltypoints_box .row-credits .col-equals .ui-widget-header {
  background: transparent !important;
}
.checkout .loyaltypoints_box .row-credits .col-equals .well {
  margin: 0px;
}
.checkout .loyalty-description h2:not(.first-child) {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .checkout #frmProceed > [class*="span"], .checkout #frmProceed + [class*="span"] {
    width: 100%;
    margin-left: 0px;
  }
}
.checkout #loginSignin, .checkout #ctl-forgotPassword {
  width: 100%;
  margin-bottom: 5px;
}
.checkout_discount {
  text-align: center;
}
.checkout_discount h2 {
  font-size: 30px;
  line-height: 110%;
  margin-bottom: 5px;
}
.checkout_discount h3 {
  font-size: 32px !important;
  margin: -5px 0px -10px;
}
.checkout_discount .code {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 5px;
}
.checkout_discount .terms {
  font-size: 12px;
  margin-top: 0px;
}
.members .well.span9 .btn.dropdown-toggle {
  border-radius: 4px;
  padding: 8px 6px;
}
.members .ctl-toggle-columns .btn {
  box-shadow: none;
  border-radius: 0px;
}
.members .section-product-reports #tbl_all_orders > tbody > tr > th {
  background: #2b2b2b;
  color: #e8f7ee;
}
.members #newName {
  min-width: 220px;
}
.contact-us #contact_map_canvas {
  color: #000000;
}
.contact-us .ui-widget-header {
  border: none;
  font-weight: normal;
  padding: 9px 10px 5px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.contact-us .ui-widget-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.contact-us .contact-phone_numbers {
  margin-bottom: 0px !important;
}
.contact-us .contact-email {
  margin-top: 5px !important;
}
@media (max-width: 767px) {
  .contact-us .box-contact-information {
    margin-top: 30px;
  }
}
.welcome #opening-status, .welcome .navbar, .welcome .header_icons, .welcome .label-copyright, .welcome .cards, .welcome header .middle_column, .welcome header .right_column {
  display: none !important;
}
.welcome header .left_column {
  width: 100%;
  text-align: center;
}
.welcome h1 {
  font-size: 40px;
}
.welcome h2 {
  font-size: 28px;
}
.welcome .branch-select {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .welcome .btn {
    max-width: 400px;
    margin: 0px auto;
  }
}
.welcome #welcome-row-fluid-outer {
  text-align: center;
}
@media (min-width: 768px) {
  .welcome #welcome-row-fluid-outer {
    text-align: left;
  }
}
.order-complete .jumbotron {
  margin-top: 0px;
}
.order-complete #order-confirmation {
  text-shadow: none;
  color: #e8f7ee;
}
.error-404 h1 {
  text-align: center;
  margin-top: 50px;
}
.error-404 h2, .error-404 h3, .error-404 p {
  color: #e8f7ee;
}
.error-404 #body {
  padding: 30px 0px 50px;
}
.error-404 .alert {
  background: transparent;
  border: none;
}
.reservations .left, .reservations .right, .book .left, .book .right, .booking .reservation .left, .booking .reservation .right, .book-a-table .left, .book-a-table .right {
  text-align: center;
}
.reservations .left img, .reservations .right img, .book .left img, .book .right img, .booking .reservation .left img, .booking .reservation .right img, .book-a-table .left img, .book-a-table .right img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .reservations .left, .reservations .right, .book .left, .book .right, .booking .reservation .left, .booking .reservation .right, .book-a-table .left, .book-a-table .right {
    text-align: left;
  }
}
.reservations .left, .book .left, .booking .reservation .left, .book-a-table .left {
  display: none;
}
@media (min-width: 768px) {
  .reservations .left, .book .left, .booking .reservation .left, .book-a-table .left {
    display: block;
  }
}
.reservations .middle .mod_table_reservation_v1, .book .middle .mod_table_reservation_v1, .booking .reservation .middle .mod_table_reservation_v1, .book-a-table .middle .mod_table_reservation_v1 {
  margin-top: 20px;
}
.reservations .middle .mod_table_reservation_v1 h3, .book .middle .mod_table_reservation_v1 h3, .booking .reservation .middle .mod_table_reservation_v1 h3, .book-a-table .middle .mod_table_reservation_v1 h3 {
  display: none;
}
.reservations .middle .mod_table_reservation_v1 .frmModTableReservationV1, .book .middle .mod_table_reservation_v1 .frmModTableReservationV1, .booking .reservation .middle .mod_table_reservation_v1 .frmModTableReservationV1, .book-a-table .middle .mod_table_reservation_v1 .frmModTableReservationV1 {
  max-width: 330px;
  margin: 0px auto 20px;
}
@media (max-width: 767px) {
  .reservations .middle .mod_table_reservation_v1 .frmModTableReservationV1 .ctl-modTableReservationV1, .book .middle .mod_table_reservation_v1 .frmModTableReservationV1 .ctl-modTableReservationV1, .booking .reservation .middle .mod_table_reservation_v1 .frmModTableReservationV1 .ctl-modTableReservationV1, .book-a-table .middle .mod_table_reservation_v1 .frmModTableReservationV1 .ctl-modTableReservationV1 {
    margin-left: 0px !important;
    margin-top: 10px;
  }
}
.page-review-order .rating-row .lead {
  color: #e8f7ee;
}
.page-review-order .rating-row .text-info {
  font-size: 0.8rem;
}


body .visible-melksham { display:none !important; } 
body .hidden-melksham { display:inherit !important; } 
body.shop_melksham .hidden-melksham { display:none !important; }
body.shop_melksham .visible-melksham { display:inherit !important; }

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

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


	background-attachment: scroll;
}

header, #mobile-header {

	background-attachment: scroll;
}

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

/*FONTS*/
.supersize {
	font-family: 'Magic Retro';
}

/*HEADER*/
@media (min-width: 1201px) {
    header .navbar .navbar-inner .container .nav-collapse .nav > li > a {
        padding: 10px 12px;
    }
}
@media (max-width: 1200px) and (min-width: 980px) {
    header .navbar .navbar-inner .container .nav-collapse .nav > li > a {
        padding: 10px 10px;
        font-size: 14px;
    }
}
@media (min-width: 980px) {
 	header .navbar .navbar-inner .container .nav-collapse .nav > li.active > a, 
    header .navbar .navbar-inner .container .nav-collapse .nav > li > a:hover, 
    header .navbar .navbar-inner .container .nav-collapse .nav > li > a:focus  {
        color: #e88d13;
    }
    header .navbar .navbar-inner .container .nav-collapse .nav > li.active > a .caret, 
    header .navbar .navbar-inner .container .nav-collapse .nav > li > a:hover .caret, 
    header .navbar .navbar-inner .container .nav-collapse .nav > li > a:focus .caret {
     	border-top-color: #e88d13;
    }
}
@media (max-width: 979px) {
    header .navbar .navbar-inner .container .nav-collapse .nav > li.active > a, 
    header .navbar .navbar-inner .container .nav-collapse .nav > li > a:hover, 
    header .navbar .navbar-inner .container .nav-collapse .nav > li > a:focus {
        color: #FFFFFF;
    }
}

/*GLOBAL*/
legend {
    color: #E8F7EE;
}

/*HOME*/
.discount_banner .content:is(.primary .content) .code .value {
    color: #000000;
}
#home_taste_content .row-fluid {
    align-items: row;
    flex-direction: column;
    text-align: center;
}
#home_taste_left *, #home_taste_right * {
    text-align: center;
}
#home_taste_right {
    margin: 0;
    max-width: 650px;
    width: 100%;
}
.home section#home_loyalty {
 	background: url('/myimages/1265/zpos-bg-indian_curries_v2.jpg') no-repeat;
}
@media (min-width: 768px) {
    .home section#home_taste #home_taste_content .row-fluid #home_taste_right {
        text-align: center;
    }
}
.home .hygiene {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

/*MENU*/
.menu #responsive-food-menu .navbar-inner .container #menu-search-box {
 	width: 200px;
    height: 35px;
}
#responsive-food-menu  .ctrl-mob-nav-search {
    position: relative;
    top: 2px;
}

/*MEMBERS*/
.hero-unit {
    background: #585858;
}

/*CONTACT*/
.contact-us .ui-widget-header,
.contact-us h3 {
    font-size: 24px;
}

/*CHECKOUT*/
.loyaltypoints_box .btn.btn-large {
    padding: 21px 20px;
}

/*REVIEWS*/
.reviews437 .page-header h2 {
    font-size: 24px;
}
.reviews437 .page-header h3 {
    font-size: 20px;
    margin-top: 20px;
}
.reviews437 #body i {
    color: #f95c29;
}

/*DELIVERY COLLECTION OFFERS*/
.menu-container-home-delivery .collectoffer,
.orderfor-home-delivery .collectoffer,
.menu-container-collection .deloffer,
.orderfor-collection .deloffer{
    display:none;
}


@media (max-width: 767px) {
    .reviews437 .page-header {
        text-align: center;
    }
    .reviews437 #body>.row-fluid > .span12 > .media {
        text-align: center;
    }
    .reviews437 #body > .row-fluid > .span12 .media .pull-left {
        float: none;
        text-align: center;
    }
    .reviews437 #body > .row-fluid > .span12 .media .media-body {
        width: 100%;
    }
    .reviews437 #body > .row-fluid > .span12 .media .media-heading .rating {
        display: block;
        float: none;
        margin: 5px 0px;
    }
    .reviews437 #body > .row-fluid > .span12 .media blockquote {
        border: none;
    }
}
@media (max-width: 979px) {
 	 #website-image-19073 {
         text-align: center;
    }
}