/*
skin_path: skins/diba/
skin_name: diba
theme_path: 
theme_name: 
type: css
datetime: 2024-11-21 17:42:47
checksum: c830301a6ec0b3e1f21f88f0e32833c7
status: ok
*/
/* Load: skins/diba/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/diba/style_functions.scss */
/* Load: skins/diba/_variables.scss */
/*$text_color: #000;*/
/* Load: skins/diba/_variables_skin.scss */
/* Load: custom_data/preloaded_custom_data */
/*
$primary_color: #3AAFa9;
$secondary_color: #2B7A78;
$well_bg: #DEF2F1;
//$well_font_color: #FFFFFF;
$text_color: grey;
$well_font_color: grey;
$input_bg: #afdddb;
*/
/* Load: skins/diba/styles.scss */
html, body {
  font-size: 18px;
}
body #body > .page-header h1, body #body > h1, .checkout #body > .container > .row-fluid:first-child .span9 h2 {
  color: #54001c !important;
}
body #body > .page-header h1 small, body #body > h1 small, .checkout #body > .container > .row-fluid:first-child .span9 h2 small {
  color: #54001c !important;
  opacity: 0.6;
}
#body-bottom-hr {
  display: none;
}
body:not(.home) #body {
  margin: 20px auto;
}
@media (max-width: 767px) {
  body:not(.home) #body {
    padding: 0 8px;
  }
}
@media (min-width: 980px) {
  body:not(.home) #body {
    margin: 40px auto;
  }
}
@media (min-width: 1700px) {
  body:not(.home) .container:not(.navbar-affix-container #responsive-food-menu .navbar-inner > .container, header .navbar-inner .container) {
    width: 1300px;
  }
}
a:not([class]) {
  color: #8d64f0;
  transition: 0.2s;
  text-decoration: underline;
}
a:not([class]):hover, a:not([class]):focus {
  /*filter: opacity(0.8);*/
  color: #9e7bf2;
  transition: 0.2s;
}
.well a:not([class], .dropdown-menu a) {
  color: #54001c;
}
@media (min-width: 768px) {
  body:not(.home) .input-append button {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  form .input-append {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
body:not(.home) .website-image img {
  border-radius: 20px;
}
.muted:not(.well-basket .muted, .modal .muted) {
  color: #CA9C5E !important;
  opacity: 0.7 !important;
}
.well .muted {
  color: #000 !important;
}
.hidden_v2 {
  transform: translateY(-100%);
  transition: 0.5s;
}
.gradient_skin {
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: center;
  height: 390px !important;
  background: linear-gradient(321deg, #54001c 0%, #CA9C5E 100%) !important;
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 1699px) {
  .gradient_skin {
    height: 300px !important;
  }
}
@media (min-width: 1700px) {
  .gradient_skin {
    height: 400px !important;
    padding-top: 60px;
  }
}
.gradient_skin > * {
  color: #55001C;
}
.gradient_skin > * small {
  color: #CA9C5E;
}
@media (min-width: 480px) {
  .gradient_skin > * {
    padding: 0 20px;
  }
}
@media (min-width: 1700px) {
  .gradient_skin + .zp_hero_address > p {
    bottom: 30px !important;
  }
}
@media (min-width: 1700px) {
  .gradient_skin + .zp_hero_address > .mod_postcode_base {
    bottom: 50px !important;
  }
}
.ui-dialog .muted {
  color: #000 !important;
}
.header_top {
  transform: translateY(0px);
  transition: 0.2s;
}
.inverse_text_color {
  color: #55001C;
}
.no_box_shadow {
  box-shadow: none !important;
}
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_no_class {
  list-style: none;
  margin-left: 0;
}
.text_faded {
  color: #bcbcbc;
}
.no_text_shadow {
  text-shadow: none;
}
.disable {
  pointer-events: none;
}
.no_mb {
  margin-bottom: 0 !important;
}
.font_bold {
  font-weight: bold !important;
}
.font_900 {
  font-weight: 900 !important;
}
.no_text_decoration {
  text-decoration: none !important;
}
.hide {
  display: none;
}
.no_scroll {
  overflow-y: hidden;
}
.visible_phone {
  display: none;
}
@media (min-width: 480px) {
  .visible_phone {
    display: block;
  }
}
.visible_tablet {
  display: none;
}
@media (min-width: 768px) {
  .visible_tablet {
    display: block;
  }
}
.visible_laptop {
  display: none;
}
@media (min-width: 980px) {
  .visible_laptop {
    display: block;
  }
}
.visible_desktop {
  display: none;
}
@media (min-width: 1200px) {
  .visible_desktop {
    display: block;
  }
}
.visible_desktop_xl {
  display: none;
}
@media (min-width: 1700px) {
  .visible_desktop_xl {
    display: block;
  }
}
@media (max-width: 767px) {
  .hidden_phone {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden_tablet {
    display: none !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .hidden_laptop {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .hidden_desktop {
    display: none !important;
  }
}
@media (min-width: 1700px) {
  .hidden_desktop_xl {
    display: none !important;
  }
}
.cursor {
  display: inline-block;
  width: 10px;
  background-color: transparent;
  animation: blink-animation 1s steps(1) infinite;
}
.lowercase {
  text-transform: lowercase;
}
.inverse_only_stroke path {
  stroke: #55001C;
  fill: none !important;
}
.only_stroke path {
  stroke: #CA9C5E;
  fill: none !important;
}
.only_fill path {
  stroke: none !important;
  fill: #CA9C5E !important;
}
.only_fill.logged_in path {
  stroke: none !important;
  fill: #5eac5e !important;
}
.inverse_only_fill path {
  stroke: none !important;
  fill: #55001C !important;
}
@keyframes blink-animation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.blink {
  opacity: 1;
}
ul.dropdown-menu {
  background: #54001c;
  transition: 0.2s;
  border-radius: 20px;
  padding: 0;
}
ul.dropdown-menu > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #55001C;
  transition: 0.2s;
  text-decoration: none;
}
ul.dropdown-menu > li > a:hover, ul.dropdown-menu > li > a:focus {
  background: #21000b;
  color: #55001C;
}
.m_zero {
  margin: 0 !important;
}
.mb_sm {
  margin-bottom: 10px !important;
}
.mb_md {
  margin-bottom: 20px !important;
}
.mb_lg {
  margin-bottom: 30px !important;
}
.mb_xl {
  margin-bottom: 40px !important;
}
.mb_zero {
  margin-bottom: 0 !important;
}
.mt_sm {
  margin-top: 10px !important;
}
.mt_md {
  margin-top: 20px !important;
}
.mt_lg {
  margin-top: 30px !important;
}
.mt_xl {
  margin-top: 40px !important;
}
.mr_xs {
  margin-right: 5px !important;
}
.mr_sm {
  margin-right: 10px !important;
}
.mr_md {
  margin-right: 20px !important;
}
.mr_lg {
  margin-right: 30px !important;
}
.mr_xl {
  margin-right: 40px !important;
}
.ml_xs {
  margin-left: 5px !important;
}
.ml_sm {
  margin-left: 10px !important;
}
.ml_md {
  margin-left: 20px !important;
}
.ml_lg {
  margin-left: 30px !important;
}
.ml_xl {
  margin-left: 40px !important;
}
body {
  background: #54001c;
  color: #CA9C5E;
  padding: 0;
  background-repeat: repeat;
}
@media (min-width: 2000px) {
  body {
    background-repeat: repeat;
    background-size: auto;
    background-position: top;
  }
}
.tooltip.in {
  opacity: 1 !important;
}
.tooltip .tooltip-inner {
  line-height: normal;
  max-width: fit-content;
  background: #54001c;
  color: #55001C;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #54001c;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #54001c;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #54001c;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #54001c;
}
.social_media_links_base a, .footer_control a, .social_hero_section a {
  padding: 0;
  background: none !important;
}
.social_media_links_base svg, .footer_control svg, .social_hero_section svg {
  max-width: 30px;
  transition: 0.2s;
}
.social_media_links_base svg path:not(.btn-instagram path), .footer_control svg path:not(.btn-instagram path), .social_hero_section svg path:not(.btn-instagram path) {
  fill: #CA9C5E;
}
.social_media_links_base svg circle, .footer_control svg circle, .social_hero_section svg circle {
  fill: #54001c;
}
.social_media_links_base svg #instagram-svgrepo-com_6_, .footer_control svg #instagram-svgrepo-com_6_, .social_hero_section svg #instagram-svgrepo-com_6_ {
  fill: #54001c;
}
.social_media_links_base svg:hover, .social_media_links_base svg:focus, .footer_control svg:hover, .footer_control svg:focus, .social_hero_section svg:hover, .social_hero_section svg:focus {
  transition: 0.2s;
  transform: translateY(-2px);
}
.footer_control a:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .social_hero_section > *:not(:last-child) {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .social_hero_section > * {
    margin-bottom: 20px;
  }
}
.social_media_links {
  display: none;
}
@keyframes lightUpPrimary {
  0%, 10% {
    -webkit-text-stroke: 2px #9e9e9f;
    color: transparent;
    text-shadow: 0 0 0 transparent;
    opacity: 0;
  }
  10%, 40% {
    -webkit-text-stroke: 2px #54001c;
    color: transparent;
    text-shadow: 0 0 10px #54001c;
    opacity: 1;
  }
  40%, 60% {
    -webkit-text-stroke: 2px #9e9e9f;
    color: transparent;
    text-shadow: 0 0 0 transparent;
    opacity: 1;
  }
  60%, 90% {
    -webkit-text-stroke: 2px #54001c;
    color: transparent;
    text-shadow: 0 0 10px #54001c;
    opacity: 1;
  }
  90%, 100% {
    -webkit-text-stroke: 2px #9e9e9f;
    color: transparent;
    text-shadow: 0 0 0 transparent;
    opacity: 0;
  }
}
@keyframes lightUpSecondary {
  0%, 10% {
    -webkit-text-stroke: 2px #9e9e9f;
    color: transparent;
    text-shadow: 0 0 0 transparent;
    opacity: 0;
  }
  10%, 40% {
    -webkit-text-stroke: 2px #CA9C5E;
    color: transparent;
    text-shadow: 0 0 10px #CA9C5E;
    opacity: 1;
  }
  40%, 60% {
    -webkit-text-stroke: 2px #9e9e9f;
    color: transparent;
    text-shadow: 0 0 0 transparent;
    opacity: 1;
  }
  60%, 90% {
    -webkit-text-stroke: 2px #CA9C5E;
    color: transparent;
    text-shadow: 0 0 10px #CA9C5E;
    opacity: 1;
  }
  90%, 100% {
    -webkit-text-stroke: 2px #9e9e9f;
    color: transparent;
    text-shadow: 0 0 0 transparent;
    opacity: 0;
  }
}
@keyframes breathing {
  0% {
    transform: scale(1);
    /* Initial size */
  }
  50% {
    transform: scale(1.05);
    /* Slightly larger, "inhale" */
  }
  100% {
    transform: scale(1);
    /* Back to original, "exhale" */
  }
}
.litPrimary {
  transition: 0.2s;
}
.litSecondary {
  transition: 0.2s;
}
.home .btn-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 480px) {
  .home .btn-group {
    flex-direction: row;
  }
}
@media (max-width: 479px) {
  .home .btn-group .btn:first-child {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 480px) {
  .home .btn-group .btn:first-child {
    margin-right: 20px !important;
  }
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .members .btn-group .btn.dropdown-toggle {
  background: #f4f4f4;
  color: #000;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal !important;
  text-transform: none;
  padding: 6px 12px 6px;
  /*border: none !important;*/
  border: 1px solid #e1e1e1;
  border-radius: 15px !important;
  height: fit-content;
  opacity: 1;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .members .btn-group .btn.dropdown-toggle {
    width: -moz-available !important;
    width: -webkit-fill-available !important;
  }
}
select::placeholder, textarea::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder, .uneditable-input::placeholder, .members .btn-group .btn.dropdown-toggle::placeholder {
  opacity: 0.3;
  color: #000;
}
select .caret, textarea .caret, input[type="text"] .caret, input[type="password"] .caret, input[type="datetime"] .caret, input[type="datetime-local"] .caret, input[type="date"] .caret, input[type="month"] .caret, input[type="time"] .caret, input[type="week"] .caret, input[type="number"] .caret, input[type="email"] .caret, input[type="url"] .caret, input[type="search"] .caret, input[type="tel"] .caret, input[type="color"] .caret, .uneditable-input .caret, .members .btn-group .btn.dropdown-toggle .caret {
  border-top-color: #000;
  margin-top: 8px;
}
select:hover, select:focus, textarea:hover, textarea:focus, input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="datetime"]:hover, input[type="datetime"]:focus, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="date"]:hover, input[type="date"]:focus, input[type="month"]:hover, input[type="month"]:focus, input[type="time"]:hover, input[type="time"]:focus, input[type="week"]:hover, input[type="week"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="url"]:hover, input[type="url"]:focus, input[type="search"]:hover, input[type="search"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, input[type="color"]:hover, input[type="color"]:focus, .uneditable-input:hover, .uneditable-input:focus, .members .btn-group .btn.dropdown-toggle:hover, .members .btn-group .btn.dropdown-toggle:focus {
  box-shadow: none;
}
.modal select, .modal textarea, .modal input[type="text"], .modal input[type="password"], .modal input[type="datetime"], .modal input[type="datetime-local"], .modal input[type="date"], .modal input[type="month"], .modal input[type="time"], .modal input[type="week"], .modal input[type="number"], .modal input[type="email"], .modal input[type="url"], .modal input[type="search"], .modal input[type="tel"], .modal input[type="color"] {
  background: #ececec;
}
select {
  height: 35px;
  padding: 0px 12px 0;
}
body, .label, .font_body {
  font-family: "Reforma 2018 Blanca", sans-serif;
}
h1, h2, h3, h4, h5, h1 *, h2 *, h3 *, h4 *, h5 *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, body #editProductModal.modal .modal-body .form-horizontal .control-label strong, .font_title, .members .sidebar-nav .nav-list .nav-header, .well span.lead:not(.sys-alert span.lead) {
  font-family: "Reforma 2018 Blanca", sans-serif;
  font-weight: bold;
}
.btn, .btn span, .btn *:not(i), .font_btn {
  font-family: "Reforma 2018 Blanca", sans-serif !important;
}
header .navbar .navbar-inner > .container .nav_control, header .navbar .navbar-inner > .container .nav-collapse .main-menu > li > a, header .navbar .navbar-inner > .container .nav-collapse .main-menu > li .dropdown-menu a {
  font-family: "Reforma 2018 Blanca", sans-serif !important;
}
input, select, textarea, #menu-search-box {
  font-family: "Reforma 2018 Blanca", sans-serif;
}
h1, h2, h3, h4, h5, h1 *, h2 *, h3 *, h4 *, h5 *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, body #editProductModal.modal .modal-body .form-horizontal .control-label strong, .font_title, .members .sidebar-nav .nav-list .nav-header, .well span.lead:not(.sys-alert span.lead), .dropdown-menu * {
  text-transform: normal;
}
.label, .badge {
  text-shadow: none;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: normal;
}
.btn {
  box-shadow: none;
  text-shadow: none;
  padding: 5px 12px 5px;
  font-weight: normal;
  text-transform: none;
}
.btn.order-empty, .btn.order-checkout {
  font-size: 1.2rem;
  padding: 10px;
}
.btn-medium {
  padding: 12px 18px 12px;
  border-radius: 5px !important;
}
.btn-tiny {
  padding: 1px 3px 1px !important;
}
.btn-large {
  font-size: 1.2em;
}
.btn-small {
  padding: 0px 6px 0px;
}
label.btn {
  padding: 5px 16px 5px !important;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 10px;
}
.btn_no_radius {
  border-radius: 0 !important;
}
.btn {
  transition: 0.2s;
}
.btn:focus, .btn:hover {
  filter: brightness(80%);
  transition: 0.2s;
}
.btn.btn-success, .btn#-success {
  color: #fff;
  border: 2px solid;
  border-color: #5eac5e;
  background: #5eac5e !important;
}
.btn.btn-success .caret, .btn#-success .caret {
  border-top-color: #fff;
}
.btn.btn-danger, .btn#-danger {
  color: #fff;
  border: 2px solid;
  border-color: #dd3f3f;
  background: #dd3f3f !important;
}
.btn.btn-danger .caret, .btn#-danger .caret {
  border-top-color: #fff;
}
.btn.btn-info, .btn#-info {
  color: #fff;
  border: 2px solid;
  border-color: #1da9da;
  background: #1da9da !important;
}
.btn.btn-info .caret, .btn#-info .caret {
  border-top-color: #fff;
}
.btn.btn-warning, .btn#-warning {
  color: #fff;
  border: 2px solid;
  border-color: #f48a3a;
  background: #f48a3a !important;
}
.btn.btn-warning .caret, .btn#-warning .caret {
  border-top-color: #fff;
}
.btn.btn-primary, .btn#-primary {
  color: #fff;
  border: 2px solid;
  border-color: #1573ab;
  background: #1573ab !important;
}
.btn.btn-primary .caret, .btn#-primary .caret {
  border-top-color: #fff;
}
.btn.btn-inverse, .btn#-inverse {
  color: #fff;
  border: 2px solid;
  border-color: #000;
  background: #000 !important;
}
.btn.btn-inverse .caret, .btn#-inverse .caret {
  border-top-color: #fff;
}
.btn.btn-white, .btn#-white {
  color: #fff;
  border: 2px solid;
  border-color: none;
  background: none !important;
}
.btn.btn-white .caret, .btn#-white .caret {
  border-top-color: #fff;
}
.btn.btn_primary_skin, .btn#_primary_skin {
  color: #fff;
  border: 2px solid;
  border-color: #54001c;
  background: #54001c !important;
}
.btn.btn_primary_skin .caret, .btn#_primary_skin .caret {
  border-top-color: #fff;
}
.btn.btn_primary_skin_inverse, .btn#_primary_skin_inverse {
  color: #fff;
  border: 2px solid;
  border-color: #54001c;
  background: #54001c !important;
  background: none !important;
}
.btn.btn_primary_skin_inverse .caret, .btn#_primary_skin_inverse .caret {
  border-top-color: #fff;
}
.btn.btn_secondary_skin, .btn#_secondary_skin {
  color: #000;
  border: 2px solid;
  border-color: #CA9C5E;
  background: #CA9C5E !important;
}
.btn.btn_secondary_skin .caret, .btn#_secondary_skin .caret {
  border-top-color: #000;
}
.btn.btn_secondary_skin_inverse, .btn#_secondary_skin_inverse {
  color: #000;
  border: 2px solid;
  border-color: #54001c;
  background: #54001c !important;
  background: none !important;
}
.btn.btn_secondary_skin_inverse .caret, .btn#_secondary_skin_inverse .caret {
  border-top-color: #000;
}
.btn.btn_tertiary_skin, .btn#_tertiary_skin {
  color: #000000;
  border: 2px solid;
  border-color: #9e9e9f;
  background: #9e9e9f !important;
  background: none !important;
}
.btn.btn_tertiary_skin .caret, .btn#_tertiary_skin .caret {
  border-top-color: #000000;
}
.btn.btnctl-resetPassBtnCancel, .btn#ctl-resetPassBtnCancel {
  color: #fff;
  border: 2px solid;
  border-color: #dd3f3f;
  background: #dd3f3f !important;
}
.btn.btnctl-resetPassBtnCancel .caret, .btn#ctl-resetPassBtnCancel .caret {
  border-top-color: #fff;
}
.status-OPEN {
  color: #5eac5e !important;
}
.status-OPEN svg path {
  fill: #5eac5e !important;
}
.status-CLOSED {
  color: #dd3f3f !important;
}
.status-CLOSED svg path {
  fill: #dd3f3f !important;
}
.text-success {
  color: #5ecc5b !important;
}
.text-danger {
  color: #ff3535 !important;
}
.text-error {
  color: #ff3535 !important;
}
.text-info {
  color: #12a9f9 !important;
}
.text-warning {
  color: #f48a3a !important;
}
.text-primary {
  color: #005ed9 !important;
}
.text-inverse {
  color: #000 !important;
}
.text_primary_skin {
  color: #54001c !important;
}
.text_secondary_skin {
  color: #CA9C5E !important;
}
.text_tertiary_skin {
  color: #9e9e9f !important;
}
.text_color_skin {
  color: #CA9C5E !important;
}
.text_inverse_skin {
  color: #55001C !important;
}
.alert-success, .badge-success, .label-success, .well.well-small.sys-success.sys-message {
  background: #6cf08d;
  color: #09541c;
}
.alert-success .close, .badge-success .close, .label-success .close, .well.well-small.sys-success.sys-message .close {
  color: #09541c;
}
.alert-danger, .badge-danger, .label-danger, .well.well-small.sys-danger.sys-message {
  background: #ff4141;
  color: #410000;
}
.alert-danger .close, .badge-danger .close, .label-danger .close, .well.well-small.sys-danger.sys-message .close {
  color: #410000;
}
.alert-error, .badge-error, .label-error, .well.well-small.sys-error.sys-message {
  background: #ff4141;
  color: #410000;
}
.alert-error .close, .badge-error .close, .label-error .close, .well.well-small.sys-error.sys-message .close {
  color: #410000;
}
.alert-info, .badge-info, .label-info, .well.well-small.sys-info.sys-message {
  background: #38ddff;
  color: #002e38;
}
.alert-info .close, .badge-info .close, .label-info .close, .well.well-small.sys-info.sys-message .close {
  color: #002e38;
}
.alert-warning, .badge-warning, .label-warning, .well.well-small.sys-warning.sys-message {
  background: #ffe13e;
  color: #3e3400;
}
.alert-warning .close, .badge-warning .close, .label-warning .close, .well.well-small.sys-warning.sys-message .close {
  color: #3e3400;
}
.alert-primary, .badge-primary, .label-primary, .well.well-small.sys-primary.sys-message {
  background: #000;
  color: black;
}
.alert-primary .close, .badge-primary .close, .label-primary .close, .well.well-small.sys-primary.sys-message .close {
  color: black;
}
.alert-alert, .badge-alert, .label-alert, .well.well-small.sys-alert.sys-message {
  background: #54001c;
  color: black;
}
.alert-alert .close, .badge-alert .close, .label-alert .close, .well.well-small.sys-alert.sys-message .close {
  color: black;
}
.alert_primary_skin, .badge_primary_skin, .label_primary_skin, .well.well-small.sys_primary_skin.sys-message {
  background: #54001c;
  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: #CA9C5E;
  color: #1f160a;
}
.alert_secondary_skin .close, .badge_secondary_skin .close, .label_secondary_skin .close, .well.well-small.sys_secondary_skin.sys-message .close {
  color: #1f160a;
}
.alert_tertiary_skin, .badge_tertiary_skin, .label_tertiary_skin, .well.well-small.sys_tertiary_skin.sys-message {
  background: #9e9e9f;
  color: #1f1f1f;
}
.alert_tertiary_skin .close, .badge_tertiary_skin .close, .label_tertiary_skin .close, .well.well-small.sys_tertiary_skin.sys-message .close {
  color: #1f1f1f;
}
.fill-success {
  fill: #6cf08d;
}
.fill-danger {
  fill: #ff4141;
}
.fill-error {
  fill: #ff4141;
}
.fill-info {
  fill: #38ddff;
}
.fill-warning {
  fill: #ffe13e;
}
.fill-primary {
  fill: #000;
}
.fill-alert {
  fill: #fff;
}
.fill_primary_skin {
  fill: #54001c;
}
.fill_secondary_skin {
  fill: #CA9C5E;
}
.fill_tertiary_skin {
  fill: #9e9e9f;
}
.fill_text_primary_skin {
  fill: #CA9C5E;
}
.fill_text_secondary_skin {
  fill: #55001C;
}
.alert {
  text-shadow: none;
  border: none;
  font-weight: normal;
}
.sys-alert:not(.modal) {
  border: none !important;
  border-radius: 0 !important;
  text-align: center;
  padding: 10px 30px 14px !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.sys-alert:not(.modal) .close {
  opacity: 0.8;
  text-shadow: none;
}
.ct_details_bar {
  background: #000;
  padding: 10px 0px 10px;
  transition: 0.5s;
  z-index: 15 !important;
  position: relative;
}
@media (min-width: 1200px) {
  .ct_details_bar {
    padding: 15px 0;
  }
}
.ct_details_bar > .container::before, .ct_details_bar > .container::after {
  content: none;
}
@media (max-width: 767px) {
  .ct_details_bar > .container {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .ct_details_bar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.ct_details_bar > .container small {
  color: #55001C;
}
.ct_details_bar > .container small a {
  color: #54001c !important;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .ct_details_bar > .container .ct_local_branch_details {
    padding-top: 5px;
  }
}
.popover {
  border-color: #54001c;
  background-color: #54001c;
  border-radius: 20px;
}
.popover.bottom .arrow:after {
  border-bottom-color: #54001c;
}
.popover.top .arrow:after {
  border-top-color: #54001c;
}
.popover.right .arrow:after {
  border-right-color: #54001c;
}
.popover .popover-title {
  background: #54001c;
  color: #55001C;
  border-radius: 20px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin: 0 !important;
  border: none;
}
.popover .popover-content {
  background: #54001c;
  color: #CA9C5E;
  border-radius: 0 0 20px 20px;
  border-color: #54001c;
}
.well {
  background: #fff;
  color: #000;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 4px #ccc;
  border: none !important;
}
.well legend, .well .page-header {
  color: #000;
  border-bottom: 2px solid #000;
  font-weight: bold !important;
}
.well legend small, .well .page-header small {
  color: #000;
  opacity: 0.6;
}
.well .rating-row .lead {
  color: #000;
}
.well hr {
  border-color: #000;
}
.well_primary_skin {
  background: #54001c !important;
}
.well_secondary_skin {
  background: #CA9C5E !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: #54001c;
  border: none;
  padding: 12px 15px 10px;
}
#editProductModal.modal .modal-header *, #editProductModal.modal .modal-header h3, #editProductModal.modal .modal-header h4, #editProductModal.modal .modal-header h5, #editProductModal.modal .modal-header button, .modal .modal-header *, .modal .modal-header h3, .modal .modal-header h4, .modal .modal-header h5, .modal .modal-header button {
  color: #55001C;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#editProductModal.modal .modal-header .close, .modal .modal-header .close {
  margin-top: 4px !important;
  padding: 0;
  opacity: 1;
  text-shadow: none;
}
@media (max-width: 479px) {
  #editProductModal.modal .modal-header .close, .modal .modal-header .close {
    margin-top: 1px !important;
  }
}
#editProductModal.modal .modal-body, #editProductModal.modal .official-document, .modal .modal-body, .modal .official-document {
  background: #fff;
  color: #000;
}
#editProductModal.modal .modal-body .type-choose-one .dropdown-toggle, #editProductModal.modal .official-document .type-choose-one .dropdown-toggle, .modal .modal-body .type-choose-one .dropdown-toggle, .modal .official-document .type-choose-one .dropdown-toggle {
  border-radius: 0 !important;
}
#editProductModal.modal .modal-body .type-choose-one .btn.dropdown-toggle, #editProductModal.modal .official-document .type-choose-one .btn.dropdown-toggle, .modal .modal-body .type-choose-one .btn.dropdown-toggle, .modal .official-document .type-choose-one .btn.dropdown-toggle {
  padding: 6px 14px 6px;
}
#editProductModal.modal .modal-body .type-choose-one .btn.dropdown-toggle .caret, #editProductModal.modal .official-document .type-choose-one .btn.dropdown-toggle .caret, .modal .modal-body .type-choose-one .btn.dropdown-toggle .caret, .modal .official-document .type-choose-one .btn.dropdown-toggle .caret {
  margin-top: 8px;
}
#editProductModal.modal .modal-body .well, #editProductModal.modal .official-document .well, .modal .modal-body .well, .modal .official-document .well {
  border-radius: 0;
  color: #000;
  background: #f5f5f5;
  box-shadow: none;
  border: none;
}
#editProductModal.modal .modal-body .well .clearfix .option-label, #editProductModal.modal .official-document .well .clearfix .option-label, .modal .modal-body .well .clearfix .option-label, .modal .official-document .well .clearfix .option-label {
  font-size: 14px;
  line-height: 28px;
}
#editProductModal.modal .modal-body .well .btn.btn-option, #editProductModal.modal .official-document .well .btn.btn-option, .modal .modal-body .well .btn.btn-option, .modal .official-document .well .btn.btn-option {
  border-radius: 0 !important;
  padding: 1px 8px 1px !important;
  font-size: 16px !important;
  box-shadow: none;
  border: none;
  height: 22px !important;
  line-height: 22px !important;
}
#editProductModal.modal .modal-body .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info), #editProductModal.modal .official-document .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info), .modal .modal-body .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info), .modal .official-document .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) {
  color: #ffffff;
  background: #979797;
}
#editProductModal.modal .modal-body .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) .caret, #editProductModal.modal .official-document .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) .caret, .modal .modal-body .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) .caret, .modal .official-document .well .btn.btn-option:not(.btn-success, .btn-danger, .btn-info) .caret {
  border-top-color: #fff;
}
#editProductModal.modal .modal-body .well .btn.btn-option .caret, #editProductModal.modal .official-document .well .btn.btn-option .caret, .modal .modal-body .well .btn.btn-option .caret, .modal .official-document .well .btn.btn-option .caret {
  margin-top: 9px;
}
#editProductModal.modal .modal-body .well .label, #editProductModal.modal .official-document .well .label, .modal .modal-body .well .label, .modal .official-document .well .label {
  margin-left: 0;
  font-size: 15px;
  border-radius: 0;
  text-shadow: none;
  padding: 5px 5px;
  background: #000;
  color: #fff;
  font-weight: normal;
}
#editProductModal.modal .modal-body hr, #editProductModal.modal .official-document hr, .modal .modal-body hr, .modal .official-document hr {
  border-color: #000;
}
#editProductModal.modal .modal-body small, #editProductModal.modal .official-document small, .modal .modal-body small, .modal .official-document small {
  font-size: 14px;
}
#editProductModal.modal .modal-body .row-fluid [class*="span"], #editProductModal.modal .official-document .row-fluid [class*="span"], .modal .modal-body .row-fluid [class*="span"], .modal .official-document .row-fluid [class*="span"] {
  min-height: 30px;
}
#editProductModal.modal .modal-body .form-horizontal .control-label, #editProductModal.modal .official-document .form-horizontal .control-label, .modal .modal-body .form-horizontal .control-label, .modal .official-document .form-horizontal .control-label {
  padding-top: 7.5px;
}
#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: #CA9C5E;
  color: #CA9C5E;
}
#editProductModal.modal .modal-body .loyalty-description h2, #editProductModal.modal .official-document .loyalty-description h2, .modal .modal-body .loyalty-description h2, .modal .official-document .loyalty-description h2 {
  margin-top: 1rem;
}
#editProductModal.modal .modal-footer, .modal .modal-footer {
  background: #4e4f4f;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 14px 15px 14px;
}
#editProductModal.modal .modal-footer > h3, #editProductModal.modal .modal-footer > h4, #editProductModal.modal .modal-footer > h5, .modal .modal-footer > h3, .modal .modal-footer > h4, .modal .modal-footer > h5 {
  color: #fff;
  padding-top: 8px !important;
}
@media (min-width: 980px) and (max-width: 1699px) {
  #editProductModal.modal .modal-footer > h3, #editProductModal.modal .modal-footer > h4, #editProductModal.modal .modal-footer > h5, .modal .modal-footer > h3, .modal .modal-footer > h4, .modal .modal-footer > h5 {
    padding-top: 4px !important;
  }
}
@media (min-width: 1700px) {
  #editProductModal.modal .modal-footer > h3, #editProductModal.modal .modal-footer > h4, #editProductModal.modal .modal-footer > h5, .modal .modal-footer > h3, .modal .modal-footer > h4, .modal .modal-footer > h5 {
    padding-top: 0px !important;
  }
}
#editProductModal.modal .modal-footer .muted, .modal .modal-footer .muted {
  color: #fff !important;
  opacity: 0.8 !important;
}
#editProductModal.modal .modal-footer .btn:not([class*=" "]), .modal .modal-footer .btn:not([class*=" "]) {
  color: #fff;
  background: #dd3f3f;
  border: 2px solid #dd3f3f;
}
@media (max-width: 767px) {
  #editProductModal.modal .dropdown-menu, .modal .dropdown-menu {
    min-width: auto;
  }
}
.modal .btn.hidden, .modal img[src$="undefined"], .modal img[src=""] {
  display: none;
}
@media (max-width: 767px) {
  #editSpecialDealModal .modal-footer, #editProductModal .modal-footer {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #productModalPrice small {
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .modal-footer .btn:nth-child(2) {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .modal-footer .btn:nth-child(3) {
    margin-left: 0;
  }
  .modal small {
    font-size: 100%;
  }
}
table, table.table.table-striped {
  border-radius: 0 !important;
}
table:not(#basket), table.table.table-striped:not(#basket) {
  border: 1px solid;
  border-color: #000 !important;
}
table thead tr, table thead tr:hover, table thead tr:focus, table.table.table-striped thead tr, table.table.table-striped thead tr:hover, table.table.table-striped thead tr:focus {
  border-radius: 0;
}
table thead tr th, table thead tr:hover th, table thead tr:focus th, table.table.table-striped thead tr th, table.table.table-striped thead tr:hover th, table.table.table-striped thead tr:focus th {
  background: #54001c;
  background-color: #54001c !important;
  color: #55001C;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table thead tr th:not(#basket thead tr th, #basket thead tr th:hover, #basket thead tr th:focus), table thead tr:hover th:not(#basket thead tr th, #basket thead tr th:hover, #basket thead tr th:focus), table thead tr:focus th:not(#basket thead tr th, #basket thead tr th:hover, #basket thead tr th:focus), table.table.table-striped thead tr th:not(#basket thead tr th, #basket thead tr th:hover, #basket thead tr th:focus), table.table.table-striped thead tr:hover th:not(#basket thead tr th, #basket thead tr th:hover, #basket thead tr th:focus), table.table.table-striped thead tr:focus th:not(#basket thead tr th, #basket thead tr th:hover, #basket thead tr th:focus) {
  background: #54001c;
  color: #55001C;
  border-color: #000 !important;
}
table thead tr td, table thead tr:hover td, table thead tr:focus td, table.table.table-striped thead tr td, table.table.table-striped thead tr:hover td, table.table.table-striped thead tr:focus td {
  background: #54001c;
  background-color: #54001c !important;
  color: #55001C;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table thead tr td:first-child, table thead tr th:first-child, table thead tr:hover td:first-child, table thead tr:hover th:first-child, table thead tr:focus td:first-child, table thead tr:focus th:first-child, table.table.table-striped thead tr td:first-child, table.table.table-striped thead tr th:first-child, table.table.table-striped thead tr:hover td:first-child, table.table.table-striped thead tr:hover th:first-child, table.table.table-striped thead tr:focus td:first-child, table.table.table-striped thead tr:focus th:first-child {
  border-left: none !important;
}
table.product-basket#basket:not(.checkout table.product-basket) thead tr, table.product-basket#basket:not(.checkout table.product-basket) thead tr:hover, table.product-basket#basket:not(.checkout table.product-basket) thead tr:focus, table.product-basket#basket:not(.checkout table.product-basket) tbody tr, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:hover, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:focus, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus {
  border-radius: 0;
}
table.product-basket#basket:not(.checkout table.product-basket) thead tr th, table.product-basket#basket:not(.checkout table.product-basket) thead tr:hover th, table.product-basket#basket:not(.checkout table.product-basket) thead tr:focus th, table.product-basket#basket:not(.checkout table.product-basket) tbody tr th, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover th, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus th, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr th, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover th, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:hover th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:focus th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover th, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus th {
  background: #fff;
  background-color: #fff !important;
  color: #000;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table.product-basket#basket:not(.checkout table.product-basket) thead tr th small, table.product-basket#basket:not(.checkout table.product-basket) thead tr:hover th small, table.product-basket#basket:not(.checkout table.product-basket) thead tr:focus th small, table.product-basket#basket:not(.checkout table.product-basket) tbody tr th small, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover th small, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus th small, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr th small, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover th small, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:hover th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:focus th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover th small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus th small {
  color: #000 !important;
}
table.product-basket#basket:not(.checkout table.product-basket) thead tr td, table.product-basket#basket:not(.checkout table.product-basket) thead tr:hover td, table.product-basket#basket:not(.checkout table.product-basket) thead tr:focus td, table.product-basket#basket:not(.checkout table.product-basket) tbody tr td, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover td, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus td, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr td, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover td, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:hover td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:focus td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover td, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus td {
  background: #fff;
  background-color: #fff !important;
  color: #000;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table.product-basket#basket:not(.checkout table.product-basket) thead tr td small, table.product-basket#basket:not(.checkout table.product-basket) thead tr:hover td small, table.product-basket#basket:not(.checkout table.product-basket) thead tr:focus td small, table.product-basket#basket:not(.checkout table.product-basket) tbody tr td small, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover td small, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus td small, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr td small, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover td small, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:hover td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:focus td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover td small, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus td small {
  color: #000 !important;
}
table.product-basket#basket:not(.checkout table.product-basket) thead tr td:first-child, table.product-basket#basket:not(.checkout table.product-basket) thead tr th:first-child, table.product-basket#basket:not(.checkout table.product-basket) thead tr:hover td:first-child, table.product-basket#basket:not(.checkout table.product-basket) thead tr:hover th:first-child, table.product-basket#basket:not(.checkout table.product-basket) thead tr:focus td:first-child, table.product-basket#basket:not(.checkout table.product-basket) thead tr:focus th:first-child, table.product-basket#basket:not(.checkout table.product-basket) tbody tr td:first-child, table.product-basket#basket:not(.checkout table.product-basket) tbody tr th:first-child, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover td:first-child, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover th:first-child, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus td:first-child, table.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus th:first-child, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr td:first-child, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr th:first-child, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover td:first-child, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover th:first-child, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus td:first-child, table.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:hover td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:hover th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:focus td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) thead tr:focus th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:hover th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tbody tr:focus th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:hover th:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus td:first-child, table.table.table-striped.product-basket#basket:not(.checkout table.product-basket) tfoot tr:focus th:first-child {
  border-left: none !important;
}
table tbody tr, table tbody tr:hover, table tbody tr:focus, table.table.table-striped tbody tr, table.table.table-striped tbody tr:hover, table.table.table-striped tbody tr:focus {
  border-radius: 0;
}
table tbody tr th, table tbody tr:hover th, table tbody tr:focus th, table.table.table-striped tbody tr th, table.table.table-striped tbody tr:hover th, table.table.table-striped tbody tr:focus th {
  background: #54001c;
  background-color: #54001c !important;
  color: #55001C;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table tbody tr td, table tbody tr:hover td, table tbody tr:focus td, table.table.table-striped tbody tr td, table.table.table-striped tbody tr:hover td, table.table.table-striped tbody tr:focus td {
  background: #fff;
  background-color: #fff !important;
  color: #000;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table tbody tr td input, table tbody tr td select, table tbody tr:hover td input, table tbody tr:hover td select, table tbody tr:focus td input, table tbody tr:focus td select, table.table.table-striped tbody tr td input, table.table.table-striped tbody tr td select, table.table.table-striped tbody tr:hover td input, table.table.table-striped tbody tr:hover td select, table.table.table-striped tbody tr:focus td input, table.table.table-striped tbody tr:focus td select {
  background: #f4f4f4 !important;
  color: #000 !important;
}
table tbody tr td input::placeholder, table tbody tr td select::placeholder, table tbody tr:hover td input::placeholder, table tbody tr:hover td select::placeholder, table tbody tr:focus td input::placeholder, table tbody tr:focus td select::placeholder, table.table.table-striped tbody tr td input::placeholder, table.table.table-striped tbody tr td select::placeholder, table.table.table-striped tbody tr:hover td input::placeholder, table.table.table-striped tbody tr:hover td select::placeholder, table.table.table-striped tbody tr:focus td input::placeholder, table.table.table-striped tbody tr:focus td select::placeholder {
  color: #000 !important;
}
table tbody tr td table thead tr th, table tbody tr:hover td table thead tr th, table tbody tr:focus td table thead tr th, table.table.table-striped tbody tr td table thead tr th, table.table.table-striped tbody tr:hover td table thead tr th, table.table.table-striped tbody tr:focus td table thead tr th {
  background: #54001c;
  background-color: #54001c !important;
  color: #CA9C5E;
  border-color: #000 !important;
}
table tbody tr td:first-child, table tbody tr th:first-child, table tbody tr:hover td:first-child, table tbody tr:hover th:first-child, table tbody tr:focus td:first-child, table tbody tr:focus th:first-child, table.table.table-striped tbody tr td:first-child, table.table.table-striped tbody tr th:first-child, table.table.table-striped tbody tr:hover td:first-child, table.table.table-striped tbody tr:hover th:first-child, table.table.table-striped tbody tr:focus td:first-child, table.table.table-striped tbody tr:focus th:first-child {
  border-left: none !important;
}
table tbody.tbody-day-group tr th, table tbody.tbody-day-group tr:hover th, table tbody.tbody-day-group tr:focus th, table.table.table-striped tbody.tbody-day-group tr th, table.table.table-striped tbody.tbody-day-group tr:hover th, table.table.table-striped tbody.tbody-day-group tr:focus th {
  background: #fff;
  background-color: #fff !important;
  color: #000;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table tbody.tbody-day-group tr td, table tbody.tbody-day-group tr:hover td, table tbody.tbody-day-group tr:focus td, table.table.table-striped tbody.tbody-day-group tr td, table.table.table-striped tbody.tbody-day-group tr:hover td, table.table.table-striped tbody.tbody-day-group tr:focus td {
  background: #fff;
  background-color: #fff !important;
  color: #000;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table tbody.tbody-day-group tr td:first-child, table tbody.tbody-day-group tr th:first-child, table tbody.tbody-day-group tr:hover td:first-child, table tbody.tbody-day-group tr:hover th:first-child, table tbody.tbody-day-group tr:focus td:first-child, table tbody.tbody-day-group tr:focus th:first-child, table.table.table-striped tbody.tbody-day-group tr td:first-child, table.table.table-striped tbody.tbody-day-group tr th:first-child, table.table.table-striped tbody.tbody-day-group tr:hover td:first-child, table.table.table-striped tbody.tbody-day-group tr:hover th:first-child, table.table.table-striped tbody.tbody-day-group tr:focus td:first-child, table.table.table-striped tbody.tbody-day-group tr:focus th:first-child {
  border-left: none !important;
}
table tbody.tbody-day-group tr.ui-state-highlight td, table tbody.tbody-day-group tr.ui-state-highlight th, table.table.table-striped tbody.tbody-day-group tr.ui-state-highlight td, table.table.table-striped tbody.tbody-day-group tr.ui-state-highlight th {
  background: #54001c !important;
  color: #55001C !important;
}
table tfoot tr td:first-child, table tfoot tr th:first-child, table.table.table-striped tfoot tr td:first-child, table.table.table-striped tfoot tr th:first-child {
  border-left: none !important;
}
table tfoot tr, table tfoot tr:hover, table tfoot tr:focus, table.table.table-striped tfoot tr, table.table.table-striped tfoot tr:hover, table.table.table-striped tfoot tr:focus {
  border-radius: 0;
}
table tfoot tr th, table tfoot tr:hover th, table tfoot tr:focus th, table.table.table-striped tfoot tr th, table.table.table-striped tfoot tr:hover th, table.table.table-striped tfoot tr:focus th {
  background: #fff;
  background-color: #fff !important;
  color: #000;
  border-color: #000 !important;
  border-radius: 0 !important;
}
table tfoot tr td, table tfoot tr:hover td, table tfoot tr:focus td, table.table.table-striped tfoot tr td, table.table.table-striped tfoot tr:hover td, table.table.table-striped tfoot tr:focus td {
  background: #fff;
  background-color: #fff !important;
  color: #000;
  border-color: #000 !important;
  border-radius: 0 !important;
}
#tbl_all_orders tbody > tr > th {
  background: #fff !important;
  color: #000 !important;
}
.well-basket table thead tr th, .well-basket table thead tr:hover th, .well-basket table thead tr:focus th, .well-basket table.table.table-striped thead tr th, .well-basket table.table.table-striped thead tr:hover th, .well-basket table.table.table-striped thead tr:focus th, .well-basket table tbody tr td, .well-basket table tbody tr:hover td, .well-basket table tbody tr:focus td, .well-basket table.table.table-striped tbody tr td, .well-basket table.table.table-striped tbody tr:hover td, .well-basket table.table.table-striped tbody tr:focus td, .well-basket table tfoot tr th, .well-basket table tfoot tr:hover th, .well-basket table tfoot tr:focus th, .well-basket table.table.table-striped tfoot tr th, .well-basket table.table.table-striped tfoot tr:hover th, .well-basket table.table.table-striped tfoot tr:focus th {
  background: #CA9C5E !important;
  background-color: #CA9C5E !important;
  color: #55001C !important;
  border-color: #888 !important;
}
.well-basket table thead tr th small, .well-basket table thead tr:hover th small, .well-basket table thead tr:focus th small, .well-basket table.table.table-striped thead tr th small, .well-basket table.table.table-striped thead tr:hover th small, .well-basket table.table.table-striped thead tr:focus th small, .well-basket table tbody tr td small, .well-basket table tbody tr:hover td small, .well-basket table tbody tr:focus td small, .well-basket table.table.table-striped tbody tr td small, .well-basket table.table.table-striped tbody tr:hover td small, .well-basket table.table.table-striped tbody tr:focus td small, .well-basket table tfoot tr th small, .well-basket table tfoot tr:hover th small, .well-basket table tfoot tr:focus th small, .well-basket table.table.table-striped tfoot tr th small, .well-basket table.table.table-striped tfoot tr:hover th small, .well-basket table.table.table-striped tfoot tr:focus th small {
  color: #55001C !important;
}
.table th, .table td, .table-condensed th, .table-condensed td {
  /*padding: 4px 6px 4px;*/
  padding: 6px 6px;
}
p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_size {
  line-height: 140%;
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-weight: normal;
}
@media (max-width: 479px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_size {
    font-size: 1rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_size {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_size {
    font-size: 1rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_size {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_size {
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_size {
    font-size: 1rem;
  }
}
p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_size.p_large {
  margin-bottom: 1.2rem;
  line-height: 140%;
}
@media (max-width: 479px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_size.p_large {
    font-size: 1rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_size.p_large {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_size.p_large {
    font-size: 1.2rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_size.p_large {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_size.p_large {
    font-size: 1.2rem;
  }
}
@media (min-width: 1700px) {
  p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size).p_large, .p_size.p_large {
    font-size: 1.6rem;
  }
}
h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
  line-height: 110% !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (max-width: 479px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
    font-size: 3rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
    font-size: 3rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
    font-size: 4rem;
  }
}
@media (min-width: 1700px) {
  h1:not(.h2_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h1_size {
    font-size: 5rem;
  }
}
h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
  line-height: 110% !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (max-width: 479px) {
  h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 2.5rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 2.5rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 3.5rem;
  }
}
@media (min-width: 1700px) {
  h2:not(.h1_size, .h3_size, .h4_size, .h5_size, .h6_size, .alerts *, .sys-alert *, .p_font), .h2_size {
    font-size: 4rem;
  }
}
h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
  line-height: 110% !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (max-width: 479px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 1.7rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 1.7rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 2rem;
  }
}
@media (min-width: 1700px) {
  h3:not(.h2_size, .h4_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h3_size {
    font-size: 2.8rem;
  }
}
h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
  line-height: 110% !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (max-width: 479px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 1.4rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 1.4rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 1.7rem;
  }
}
@media (min-width: 1700px) {
  h4:not(.h2_size, .h3_size, .h5_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h4_size {
    font-size: 2.5rem;
  }
}
h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
  line-height: 110% !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (max-width: 479px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.2rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.2rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.5rem;
  }
}
@media (min-width: 1700px) {
  h5:not(.h2_size, .h3_size, .h4_size, .h6_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h5_size {
    font-size: 1.8rem;
  }
}
h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
  line-height: 110% !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (max-width: 479px) {
  h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
    font-size: 1.2rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
    font-size: 1.4rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
    font-size: 1.6rem;
  }
}
@media (min-width: 1700px) {
  h6:not(.h2_size, .h3_size, .h4_size, .h5_size, .h1_size, .alerts *, .sys-alert *, .p_font), .h6_size {
    font-size: 1.6rem;
  }
}
@media (max-width: 479px) {
  .ct_details_bar > .container small {
    font-size: 1rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .ct_details_bar > .container small {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .ct_details_bar > .container small {
    font-size: 1rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .ct_details_bar > .container small {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .ct_details_bar > .container small {
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  .ct_details_bar > .container small {
    font-size: 1rem;
  }
}
#mod_postcode_box_pc {
  /*.font-size: 1.2rem;*/
}
.ui-tabs-menu .ui-tabs-panel .ui-widget .ui-widget-header, .ui-tabs-menu .ui-widget-content .ui-widget .ui-widget-header, .ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading .name {
  font-size: 1.5rem;
}
.popover .popover-title, .members .sidebar-nav .nav-list .nav-header {
  font-size: 1.1rem;
}
@media (max-width: 479px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand {
    font-size: 1.5rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand {
    font-size: 1.5rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand {
    font-size: 1.5rem;
  }
}
@media (min-width: 1700px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand {
    font-size: 1.5rem;
  }
}
footer {
  margin: 0;
  padding: 40px 0;
  background: none;
  /* Alternative Footer Styling */
  /* Alternative Footer Styling 2 */
  /* End Alternative Footer Styling */
}
@media (max-width: 479px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 980px) {
  footer .menu_footer {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 979px) {
  footer .menu_footer > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 980px) {
  footer .menu_footer > li:not(:last-child) {
    margin-right: 30px;
  }
}
footer .menu_footer > li > a {
  color: #CA9C5E;
  text-decoration: unset !important;
  background: none !important;
  transition: 0.2s;
}
footer .menu_footer > li > a:hover, footer .menu_footer > li > a:focus {
  color: #54001c;
  transition: 0.2s;
}
footer .menu_footer > li > a:hover .caret, footer .menu_footer > li > a:focus .caret {
  transition: 0.2s;
  border-top-color: #54001c !important;
}
footer .menu_footer > li > a .caret {
  transition: 0.2s;
  margin-top: 8px !important;
  border-top-color: #CA9C5E !important;
}
footer .contact_footer {
  margin: auto;
  max-width: 1050px;
}
footer .contact_footer > div {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
footer .alternative_footer_layout_2 {
  margin-bottom: 40px;
  border-bottom: 2px solid #9e9e9f;
  padding-bottom: 40px;
}
@media (max-width: 979px) {
  footer .alternative_footer_layout_2 {
    text-align: center;
  }
}
@media (min-width: 980px) {
  footer .alternative_footer_layout_2 {
    display: flex;
    justify-content: space-between;
  }
}
footer .alternative_footer_layout_2 #logo img {
  max-height: 100px;
}
footer .alternative_footer_layout_2 > .left {
  margin-bottom: 40px;
}
@media (min-width: 980px) {
  footer .alternative_footer_layout_2 > .left {
    margin-bottom: 0;
  }
}
footer .alternative_footer_layout_2 > .right {
  align-items: start !important;
}
@media (max-width: 979px) {
  footer .alternative_footer_layout_2 > .right {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 980px) {
  footer .alternative_footer_layout_2 > .right {
    max-width: fit-content;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer .alternative_footer_layout_2 > .right > div:not(:last-child) {
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  footer .alternative_footer_layout_2 > .right > div:not(:last-child) {
    margin-right: 60px;
  }
}
@media (min-width: 980px) {
  footer .alternative_footer_layout_2::before, footer .alternative_footer_layout_2::after {
    display: none;
  }
}
@media (min-width: 768px) {
  footer > .container > .row-fluid {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  footer > .container > .row-fluid > div {
    margin: 40px 0;
  }
}
footer > .container > .row-fluid > div:first-child {
  margin-top: 0;
}
footer > .container > .row-fluid > div:last-child {
  margin-bottom: 0;
}
footer > .container > .row-fluid #footer-link-information {
  color: #54001c;
}
footer .vendor-zpos path {
  fill: #CA9C5E;
}
.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: #CA9C5E;
}
@media (min-width: 768px) {
  .ui-tabs-menu .ui-tabs-panel, .ui-tabs-menu .ui-widget-content {
    padding-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .ui-tabs-menu .ui-tabs-panel, .ui-tabs-menu .ui-widget-content {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.ui-tabs-menu .ui-tabs-panel .marginbottom15.image_top:not(.marginbottom15.image_top + .ui-state-highlight), .ui-tabs-menu .ui-widget-content .marginbottom15.image_top:not(.marginbottom15.image_top + .ui-state-highlight) {
  margin: 0;
}
.ui-tabs-menu .ui-tabs-panel .ui-widget .ui-widget-header, .ui-tabs-menu .ui-widget-content .ui-widget .ui-widget-header {
  /*color: darken($primary_color, 50%);
                background: $primary_color;*/
  color: #fff;
  background: #000;
  /*border-radius: $border_radius;*/
  border-radius: 20px;
  border: none;
  margin-top: 10px !important;
  margin-bottom: 10px;
  /*padding: 10px 20px;*/
  padding: 10px 20px 8px;
}
.ui-tabs-menu .ui-tabs-panel .row-product, .ui-tabs-menu .ui-widget-content .row-product {
  background: none;
  border-color: #CA9C5E;
  padding: 20px 0;
}
.ui-tabs-menu .ui-tabs-panel .row-product.row-product:first-child, .ui-tabs-menu .ui-widget-content .row-product.row-product:first-child {
  padding-top: 0;
}
.ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading, .ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading-list2, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading-list2 {
  line-height: unset !important;
  margin-bottom: 5px !important;
}
.ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading .menunumber, .ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading .name, .ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading-list2 .menunumber, .ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading-list2 .name, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading .menunumber, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading .name, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading-list2 .menunumber, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading-list2 .name {
  /*color: $primary_color;*/
  color: #CA9C5E;
  font-weight: bold;
}
.ui-tabs-menu .ui-tabs-panel .row-product h5.media-heading-list2, .ui-tabs-menu .ui-widget-content .row-product h5.media-heading-list2 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .ui-tabs-menu .ui-tabs-panel .row-product .row-variation, .ui-tabs-menu .ui-widget-content .row-product .row-variation {
    margin-top: 4px;
  }
}
.ui-tabs-menu .ui-tabs-panel .row-product .row-variation .name, .ui-tabs-menu .ui-widget-content .row-product .row-variation .name {
  padding-top: 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: #CA9C5E;
}
.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: #CA9C5E;
  color: #55001C;
  border: none;
  font-size: 16px;
  line-height: 20px;
  border-radius: 20px;
  padding: 10px 20px 10px;
  font-weight: normal;
  text-shadow: none;
}
.ui-tabs-menu .ui-tabs-panel .ui-state-highlight a, .ui-tabs-menu .ui-widget-content .ui-state-highlight a {
  color: #55001C;
  text-decoration: underline;
}
.ui-tabs-menu .ui-tabs-nav {
  background: none;
  border: none;
  padding: 0 !important;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default {
  border: none;
  background: none;
  border-radius: 0 20px 20px 0;
  margin: 0 !important;
  overflow-x: hidden;
  transition: 0.2s;
  border-left: 2px solid #54001c;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-hover {
  background: none;
  transition: 0.2s;
  border-radius: 0 20px 20px 0;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-hover .ui-tabs-anchor {
  color: #54001c;
  transition: 0.2s;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-active {
  background: #54001c;
  border-radius: 0 20px 20px 0;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-active .ui-tabs-anchor {
  color: #55001C;
  background: #54001c;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default .ui-tabs-anchor {
  color: #CA9C5E;
  padding-bottom: 10px !important;
  padding-top: 12px !important;
  font-size: 16px;
  line-height: 18px;
  border-radius: 0;
  background: none;
  margin-left: 2px;
  width: 100%;
  padding-left: 30px !important;
  transition: 0.2s;
}
#ui-datepicker-div [class*="ui-corner-"]:not(.ui-slider) {
  border: none;
}
#ui-datepicker-div .ui-slider {
  border: 2px solid #54001c;
}
#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: #54001c;
  border: none;
  border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  margin: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #55001C;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  margin: -11px 0 0 0;
  color: #55001C;
}
.ui-dialog .ui-dialog-content {
  color: #000;
}
.ui-dialog .ui-dialog-content .well {
  /*
      color: #000;
      border-color: #000;
      background: #fff !important;
      input {
        background: #e2e2e2;
        color: #000 !important;
        &::placeholder {
          color: #000 !important;
          opacity: 0.6;
        }
      }
*/
}
.ui-widget-overlay {
  opacity: 0.8;
}
.menu #body {
  padding: 0px 10px;
  margin-top: 0px;
  margin-bottom: 80px;
}
@media (min-width: 980px) {
  .menu #body {
    padding-left: 0;
    padding-right: 0;
  }
}
.menu .how-im-ordering {
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  color: #CA9C5E;
  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: #54001c;
  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: #54001c;
  color: #000;
  text-decoration: none !important;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 20px;
  border-radius: 25px 25px 0 0 !important;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .menu .how-im-ordering .ctrl-offcanvas_productmenu_toggle_bridge_mobile2_ {
    display: none;
  }
}
.menu .navbar-affix-container {
  height: auto !important;
}
@media (min-width: 768px) {
  .menu .navbar-affix-container {
    margin-bottom: 20px;
  }
}
.menu .navbar-affix-container #responsive-food-menu {
  height: 100%;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner {
  border: none;
  height: 100%;
  border-radius: none;
  background: none;
  padding: 0 !important;
  box-shadow: none;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div::before, .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div::after {
  display: none;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand {
  padding: 0;
  text-shadow: none;
  color: #CA9C5E;
  opacity: 0.5;
  font-weight: bold;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .ctrl-mob-nav-search {
  box-shadow: none;
  padding-top: 0px !important;
  position: relative;
  top: 0px;
  max-width: 20px;
}
@media (min-width: 768px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .ctrl-mob-nav-search {
    display: none;
  }
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .ctrl-mob-nav-search svg path {
  fill: #CA9C5E;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu {
  margin: 0;
  border: 2px solid #CA9C5E;
  padding-left: 8px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 9px;
  border-radius: 20px;
  min-width: 180px;
}
@media (min-width: 768px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu {
    padding-left: 14px;
    padding-right: 18px;
  }
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu i {
  color: #CA9C5E;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu .search_icon_menu {
    display: none;
  }
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu #menu-search-box {
  width: 160px;
  text-align: center;
  font-weight: 800;
  background: none !important;
  color: #CA9C5E !important;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu #menu-search-box::placeholder {
  color: #CA9C5E !important;
  opacity: 0.4;
}
.menu .navbar-affix-container #responsive-food-menu.affix {
  height: auto;
  background: #54001c;
}
.menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner {
  border-radius: 0;
  max-width: 1150px;
  margin: auto;
  box-shadow: none !important;
}
.menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner > .container {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner > .container .brand {
  color: #55001C;
  opacity: 1;
}
.menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner > .container svg path {
  fill: #55001C;
}
.menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner > .container form#navbar-search-menu {
  border-color: #55001C !important;
}
.menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner > .container form#navbar-search-menu i, .menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner > .container form#navbar-search-menu input#menu-search-box {
  color: #55001C !important;
}
.menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner > .container form#navbar-search-menu i::placeholder, .menu .navbar-affix-container #responsive-food-menu.affix .navbar-inner > .container form#navbar-search-menu input#menu-search-box::placeholder {
  color: #55001C !important;
}
.menu #basket-container {
  padding: 18px;
}
@media (max-width: 1199px) {
  .menu #basket-container {
    margin-top: 32px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.menu #basket-container > h3, .menu #basket-container > legend {
  color: #000;
  border: none;
  padding: 0;
  font-weight: normal !important;
}
.menu #basket-container .ui-widget-content {
  border-radius: 0;
  text-shadow: none;
  border: 1px solid #f0f0f0;
  padding: 5px 10px;
}
.menu #basket-container .basket-hr-separator {
  display: none;
}
.menu #basket-container .basket-buttons {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .menu #basket-container .basket-buttons #order-empty {
    margin-bottom: 8px;
  }
}
.menu .image_top {
  border-radius: 20px;
}
@media (max-width: 1181px) {
  .menu .website-image:not(.menu-selection .website-image), .menu .lp_custom_banner {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.menu .menu-selection {
  text-align: center;
}
.menu .menu-selection .alert {
  border: none;
  color: #fff;
  background: none;
  padding: 0 !important;
  margin-bottom: 30px !important;
}
.menu .menu-selection .alert h3 {
  text-shadow: none;
  filter: contrast(50%);
  color: #CA9C5E;
}
.menu .menu-selection > .row-fluid {
  margin-bottom: 30px;
}
.menu .menu-selection .well {
  padding: 0;
  border: none;
  background: none;
  text-shadow: none;
  box-shadow: none;
}
.menu .menu-selection .well .btn {
  text-shadow: none;
  padding-top: 20px !important;
}
.menu #zp-offcanvas-basket .uk-offcanvas-bar {
  padding-bottom: 70px;
  background: #fff;
  color: #000;
  border: none;
}
.menu #zp-offcanvas-basket .uk-offcanvas-bar h3.uk-h2, .menu #zp-offcanvas-basket .uk-offcanvas-bar a.ctrl-mobile_food_menu_nav_closecanvas {
  margin-top: 9px !important;
}
.menu #zp-offcanvas-basket .uk-offcanvas-bar hr {
  border-color: #646464;
}
.menu #zp-offcanvas-basket .uk-offcanvas-bar .uk-margin-top a:first-child {
  margin-bottom: 8px;
}
.menu #zp-offcanvas-menu .uk-offcanvas-bar {
  background: #54001c;
  border: none;
  padding-bottom: 70px;
  border-right: 2px solid #CA9C5E;
}
.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: #CA9C5E !important;
  margin-top: 13px !important;
}
.menu #zp-offcanvas-menu .uk-offcanvas-bar .uk-nav-offcanvas > li > a {
  font-size: large;
  color: #CA9C5E;
  padding: 10px 15px 10px;
}
.menu #zp-offcanvas-menu .uk-offcanvas-bar .uk-nav-offcanvas > li > a:hover, .menu #zp-offcanvas-menu .uk-offcanvas-bar .uk-nav-offcanvas > li > a:focus {
  background: #54001c;
  color: #55001C;
}
.menu #mobile_food_menu_nav {
  z-index: 999;
  background: #54001c;
}
.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: #55001C;
}
.menu .navbar-search .search-query {
  padding: 0;
  padding-bottom: 2px;
  border: none !important;
}
.menu .blockUI.blockMsg.blockPage {
  bottom: 65px;
  top: unset !important;
}
@media (min-width: 1200px) {
  .menu .blockUI.blockMsg.blockPage {
    bottom: 60px;
    top: unset !important;
    right: 20px !important;
  }
}
.menu .blockUI.blockMsg.blockPage h1, .menu .blockUI.blockMsg.blockPage h2 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.menu .menu-container > .row-fluid > .span4 .website-image {
  width: 100%;
}
.menu .menu-container > .row-fluid > .span4 .website-image img {
  width: 100%;
}
.checkout {
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
}
.checkout #body {
  margin-top: 0px;
}
.checkout #body > .container {
  width: 95%;
  padding-top: 0px;
}
@media (max-width: 1199px) {
  .checkout #body > .container {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .checkout #body > .container {
    width: 100%;
  }
}
.checkout #body > .container > .row-fluid:first-child .span9 {
  width: 100%;
}
.checkout #body > .container > .row-fluid:first-child .span9 h2 {
  margin-top: 0px;
  color: #CA9C5E;
}
.checkout #body > .container > .row-fluid:first-child .span3 {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout #body > .container > .row-fluid:last-child {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout #body > .container > .row-fluid:last-child > form {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout #body > .container > .row-fluid:last-child > form > div:first-child, .checkout #body > .container > .row-fluid:last-child > form > div:last-child {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout #body > .container > .row-fluid:last-child > div {
    width: 100%;
    margin: 0;
  }
}
.checkout .well > h5, .checkout .well > h4, .checkout .well > p.lead {
  margin-bottom: 16px;
}
.checkout .well.well-basket, .checkout .loyaltypoints_box {
  background: #CA9C5E;
  border: none !important;
  color: #55001C;
}
.checkout .well.well-basket > h4, .checkout .well.well-basket > h5, .checkout .loyaltypoints_box > h4, .checkout .loyaltypoints_box > h5 {
  color: #55001C;
}
.checkout .well.well-basket small, .checkout .loyaltypoints_box small {
  color: #55001C;
}
.checkout .well.well-basket .muted.note-delivery, .checkout .loyaltypoints_box .muted.note-delivery {
  color: #55001C;
}
.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: #54001c;
  color: #55001C;
  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: #55001C;
  color: #CA9C5E;
  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: #55001C;
  padding-left: 0;
  box-shadow: none;
  border: none !important;
  padding-right: 0;
}
.checkout .well.well-basket .ctl-pointsoptions a, .checkout .loyaltypoints_box .ctl-pointsoptions a {
  color: #55001C;
  text-shadow: none;
  text-transform: none;
}
.checkout .well.well-basket .ctl-redeempoints, .checkout .loyaltypoints_box .ctl-redeempoints {
  margin-bottom: 10px;
}
.checkout .well-login-buttons-section {
  display: flex;
  flex-direction: column;
}
.checkout .well-login-buttons-section .btn:first-child {
  margin-bottom: 6px;
}
.checkout em {
  color: #000;
}
.checkout .marginbottom15 .muted {
  color: #CA9C5E;
}
@media (max-width: 1199px) {
  .checkout .well-how-pay .trigger-paymentmethod {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .checkout .well-how-pay .trigger-paymentmethod button {
    width: 100% !important;
  }
}
.checkout .voucher_box .success {
  display: flex;
  flex-direction: column;
}
.checkout .voucher_box .success > input {
  margin-bottom: 10px !important;
  width: auto;
}
.members #body {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .members #body {
    padding: 0px;
  }
}
@media (max-width: 979px) {
  .members #body {
    max-width: 510px;
    margin: auto;
  }
}
@media (max-width: 979px) {
  .members #body > .row-fluid, .members #body > .container-fluid .row-fluid {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 979px) {
  .members #body > .row-fluid > div:first-child, .members #body > .container-fluid .row-fluid > div:first-child {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 979px) {
  .members #body > .row-fluid > div:first-child .btn-block, .members #body > .container-fluid .row-fluid > div:first-child .btn-block {
    margin-bottom: 21px;
  }
}
@media (max-width: 979px) {
  .members #body > .row-fluid > div:last-child, .members #body > .container-fluid .row-fluid > div:last-child {
    margin-top: 20px;
    width: 100%;
    margin: 0;
  }
}
.members #body > .row-fluid > div:last-child .navbar-inner, .members #body > .container-fluid .row-fluid > div:last-child .navbar-inner {
  box-shadow: none;
}
.members #body h1:not(.hero-unit h1) {
  color: #54001c;
}
@media (min-width: 980px) {
  .members #container .well.form-horizontal#frmRegister {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .members #container .well.form-horizontal input:not([type="checkbox"]), .members #container .well.form-horizontal select:not([type="checkbox"]) {
    width: 100%;
    min-width: fit-content;
    max-width: -webkit-fill-available;
  }
}
.members #container .well.form-horizontal legend {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  color: #000;
}
.members #container .well .loyalty-caption {
  text-align: right;
}
.members #container .well .loyalty-caption > * {
  margin: 0 !important;
}
.members .media-address:hover {
  background: rgba(255, 255, 255, 0.08);
}
.members .section-customer-map .well, .members .ctl-toggle-columns .well, .members .section-sales-reports .well, .members .section-loyalty-scheme .well, .members .section-tax-report .well {
  border: none;
  box-shadow: none;
}
.members .section-customer-map .ctl-toggle-columns, .members .ctl-toggle-columns .ctl-toggle-columns, .members .section-sales-reports .ctl-toggle-columns, .members .section-loyalty-scheme .ctl-toggle-columns, .members .section-tax-report .ctl-toggle-columns {
  display: flex;
  flex-wrap: wrap;
}
.members .section-customer-map h2, .members .section-customer-map h3, .members .ctl-toggle-columns h2, .members .ctl-toggle-columns h3, .members .section-sales-reports h2, .members .section-sales-reports h3, .members .section-loyalty-scheme h2, .members .section-loyalty-scheme h3, .members .section-tax-report h2, .members .section-tax-report h3 {
  margin-top: 1rem !important;
}
.members .hero-unit {
  background: #54001c;
  border-radius: 20px;
}
.members .hero-unit * {
  color: #55001C;
  font-weight: 400;
}
.members .hero-unit p a {
  text-decoration: underline !important;
  color: #55001C !important;
}
.members .sidebar-nav .nav-list .nav-header {
  text-shadow: none;
  color: #54001c;
}
.members .sidebar-nav .nav-list li a:hover, .members .sidebar-nav .nav-list li a:focus {
  background: #54001c;
  color: #55001C;
}
.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/diba/./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: #55001C !important;
  opacity: 0.8;
}
.members .sidebar-nav .nav-list li a {
  text-shadow: none;
  color: #000;
  text-decoration: none !important;
}
.members .sidebar-nav .nav-list li a small {
  color: #000;
  opacity: 0.6;
  margin-left: 4px;
}
.members .sidebar-nav .nav-list li a:not(:hover, :focus, li.active a) i {
  background-image: url("https://skins.zfood.co.uk/diba/./images/black_icons_members_page.png");
}
.members .sidebar-nav .nav-list li.active a {
  background: #54001c;
  color: #55001C;
}
.members .sidebar-nav .nav-list li.active a small {
  color: #55001C !important;
}
.members .sidebar-nav .nav-list li.active a i {
  background-image: url("https://skins.zfood.co.uk/diba/./images/white_icons_members_page.png");
}
.members .sidebar-nav .nav-list .divider {
  border-color: #000;
  background-color: #000;
}
.members .ctl-toggle-columns .btn {
  margin-left: 0px;
  margin-right: 4px;
  padding: 4px 12px 4px;
  box-shadow: none !important;
}
.members .loyalty-card {
  background: #000;
}
.members .loyalty-card > div.col3 *, .members .loyalty-card > div.col4 * {
  color: #000;
}
.members .loyalty-card > div.col1 .loyalty-label {
  font-size: 48px;
}
.members .form-horizontal .control-label {
  padding-top: 8px;
}
.members .section-product-reports .navbar-inner .brand {
  text-shadow: none;
  font-weight: bold;
  color: #000;
}
.members .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.members .frm_members_sales_reports:not(.navbar-form) > div:not(:last-child), .members .frm_members_menutax_reports:not(.navbar-form) > div:not(:last-child) {
  margin-bottom: 10px;
}
.members .sidebar-nav .nav-list li a {
  display: flex;
  align-items: center;
}
.members .sidebar-nav .nav-list li a i {
  margin-right: 5px;
  padding-bottom: 1px;
}
.contact-us #body {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .contact-us #body {
    padding: 0px;
  }
}
.contact-us .gm-style-iw-d {
  color: #000;
}
.contact-us .ui-widget {
  border: none;
  border-radius: 20px;
  box-shadow: 0 0 4px #ccc;
}
.contact-us .ui-widget .ui-widget-header {
  border: none;
  text-align: center;
  background: #54001c;
  border-radius: 20px 20px 0px 0px;
  color: #55001C;
  padding: 10px 20px 8px;
  margin-bottom: 0 !important;
}
.contact-us .ui-widget .ui-widget-content {
  border: none;
  border-radius: 0 0 20px 20px;
  background: #fff;
  color: #000;
  border-top: none !important;
}
.contact-us .ui-widget .ui-widget-content .delivery-hint {
  color: #000 !important;
}
.contact-us .ui-widget .ui-widget-content #box-contact-info, .contact-us .ui-widget .ui-widget-content #box-contact-info .contact-email {
  margin-bottom: 0 !important;
}
.contact-us .ui-widget.box-contact-information {
  text-align: center;
}
@media (max-width: 767px) {
  .contact-us .ui-widget.box-contact-information {
    margin: 21px 0;
  }
}
@media (min-width: 768px) {
  .contact-us .ui-widget.box-contact-information {
    margin-bottom: 18px;
  }
}
.contact-us .ui-widget.box-contact-information a, .contact-us .ui-widget.box-contact-information .contact-phone_numbers {
  color: #000;
}
.order-complete #body {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 0 20px 0px;
}
@media (min-width: 980px) {
  .order-complete #body {
    margin-top: 40px;
  }
}
.order-complete #body .jumbotron .order-complete-title, .order-complete #body .jumbotron .p-thanks-for .text-warning {
  color: #CA9C5E !important;
}
.order-complete #body .jumbotron .p-thanks-for .text-warning {
  text-decoration: underline;
}
.order-complete #body .order-info-well #order-confirmation {
  background: #CA9C5E;
  color: #CA9C5E;
  border: none;
  font-weight: normal;
}
.order-complete .jumbotron {
  margin-top: 0;
}
.order-complete .jumbotron .lead {
  font-weight: normal;
}
.review-order #body {
  margin-top: 0px;
  margin-bottom: 60px !important;
  padding: 0 20px 0px;
}
@media (min-width: 980px) {
  .review-order #body {
    margin-top: 40px;
  }
}
.review-order #body small, .review-order #body #frmReviewOrder, .review-order #body #frmReviewOrder .text-success.uk-text-success {
  color: #000 !important;
}
.review-order #body .page-review-order {
  background: #fff;
  color: #000;
  border-radius: 20px;
  box-shadow: none;
}
.review-order #body .page-review-order .rating-row .lead {
  color: #000;
  font-weight: 500;
}
.review-order #body .page-review-order .page-header, .review-order #body .page-review-order legend {
  color: #000;
  border-color: #000;
  font-weight: bold;
}
.review-order #body .page-review-order table {
  border: none !important;
}
.review-order #body .page-review-order table tbody tr th, .review-order #body .page-review-order table tbody tr td, .review-order #body .page-review-order table thead tr th, .review-order #body .page-review-order table thead tr td {
  background: #fff !important;
  color: #000;
}
.review-order #body .page-review-order table tbody tr th select, .review-order #body .page-review-order table tbody tr th input, .review-order #body .page-review-order table tbody tr td select, .review-order #body .page-review-order table tbody tr td input, .review-order #body .page-review-order table thead tr th select, .review-order #body .page-review-order table thead tr th input, .review-order #body .page-review-order table thead tr td select, .review-order #body .page-review-order table thead tr td input {
  background: #f4f4f4 !important;
  color: #000 !important;
}
.welcome .branch_ordering, .welcome header {
  display: none;
}
.welcome #logo {
  margin: 30px auto;
  max-width: 300px;
  text-align: center;
}
@media (max-width: 767px) {
  .welcome #body {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .welcome #welcome-row-fluid-outer {
    text-align: center;
  }
}
.welcome #welcome-row-fluid-outer .h6_size {
  opacity: 0.6;
}
.welcome #welcome-row-fluid-outer .branch-select:not(:last-child) {
  margin-bottom: 10px;
}
.welcome .branch_finder_box > .col.col1 {
  font-weight: 600;
}
.information #body {
  margin-top: 30px;
  padding: 0 20px 0px;
}
@media (min-width: 980px) {
  .information #body {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .information #body .block-terms-conditions, .information #body .block-website-help {
    margin-bottom: 20px;
  }
}
.information .page-header {
  margin-top: 0;
}
.reservations h1, .bookings h1, .home h1, .home .mod_table_reservation_v1 > h3, .reservations .mod_table_reservation_v1 > h3, .bookings .mod_table_reservation_v1 > h3 {
  display: none;
}
.reservations #body, .bookings #body {
  margin-top: 30px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.reservations #body input, .bookings #body input {
  padding: 0 !important;
  height: -webkit-fill-available;
  height: 100% !important;
  width: -moz-available;
}
.reservations #body select, .bookings #body select {
  height: 100% !important;
}
.reservations #body .mod_table_reservation_v1 .frmModTableReservationV1, .bookings #body .mod_table_reservation_v1 .frmModTableReservationV1 {
  max-width: 400px;
  margin: 30px auto 30px;
}
.reservations #people_group, .bookings #people_group {
  border: none;
}
.reservations #body #people_group .controls, .bookings #body #people_group .controls {
  display: flex;
}
.reservations #body #people_group .controls select, .bookings #body #people_group .controls select {
  width: 30%;
}
.reservations #body #people_group .controls .ctl-modTableReservationV1, .bookings #body #people_group .controls .ctl-modTableReservationV1 {
  margin-left: 10px;
}
.reservations #body #date_group, .bookings #body #date_group, .reservations #body #time_group, .bookings #body #time_group, .reservations #body #people_group, .bookings #body #people_group {
  display: flex;
  align-items: center;
  height: 42px;
  width: 100%;
  margin-bottom: 15px;
  border: none;
}
.reservations #body .controls, .bookings #body .controls {
  width: 70%;
  height: 100%;
}
.reservations #body label, .bookings #body label {
  margin: 0;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  height: 100%;
  border: none;
  width: 25%;
}
.reservations #body select, .bookings #body select, .reservations #body input, .bookings #body input {
  margin: 0;
  width: 100%;
  height: 100% !important;
}
body:not(.reservations, .bookings, .home) .mod_table_reservation_v1 {
  display: none;
}
@media (min-width: 768px) {
  .reservations #people_group .controls .ctl-modTableReservationV1, .bookings #people_group .controls .ctl-modTableReservationV1, .home #people_group .controls .ctl-modTableReservationV1 {
    width: -webkit-fill-available;
    width: -moz-available;
  }
}
.outer-wrapper {
  opacity: 0;
  transition: 0.2s;
}
.outer-wrapper.show {
  opacity: 1;
  transition: 0.2s;
}
.spinner_base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
}


body .visible-chelsea, body .visible-epsom, body .visible-marylebone, body .visible-richmond, body .visible-wimbledon { display:none !important; } 
body .hidden-chelsea, body .hidden-epsom, body .hidden-marylebone, body .hidden-richmond, body .hidden-wimbledon { display:inherit !important; } 
body.shop_chelsea .hidden-chelsea, 
body.shop_epsom .hidden-epsom, 
body.shop_marylebone .hidden-marylebone, 
body.shop_richmond .hidden-richmond, 
body.shop_wimbledon .hidden-wimbledon { display:none !important; }
body.shop_chelsea .visible-chelsea, 
body.shop_epsom .visible-epsom, 
body.shop_marylebone .visible-marylebone, 
body.shop_richmond .visible-richmond, 
body.shop_wimbledon .visible-wimbledon { display:inherit !important; }

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

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


}

header, #mobile-header {

	background-image:none;
	background-attachment: scroll;
}

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

.menu_under_basket {
    display: none;   
}

/* Font Size */
@media (max-width: 479px) {
    p:not(.alerts *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, .h6_size), .p_size {
        font-size: .9rem;
    }
}

/* Font Family */
.map_font,
#opening-status
{
    font-family: "Special Elite", system-ui;
}

/* Display none */
.home .home-about, 
.home #body .main,
.ct_header_row {
    display: none;
}


/* General */
.no_br {
    border-radius: 0 !important;
}
body.home {
    overflow-x: hidden !important;
}
.display_none {
    display: none;
}
.btn_social.only_fill rect {
    fill: #CA9C5E !important;
}
.social_media_links_base svg, .footer_control svg, .social_hero_section svg {
    max-width: 50px;
}
.social_media_links_base svg circle, .footer_control svg circle, .social_hero_section svg circle,
.btn_social.only_fill path {    
    fill: #FFF !important;    
}
.btn_group_modern {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.btn_group_modern > a:first-child {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .btn_group_modern {        
        flex-direction: row;        
    }   
    .btn_group_modern > a:first-child {
        margin-bottom: 0px;
        margin-right: 10px;
    }
}
@supports (-webkit-touch-callout: none) {
    body.home,
    body.home .outer-wrapper{
        overflow-x: hidden !important;
    }
}
.ui-datepicker-calendar .ui-state-default.ui-state-hover {
    background: #54001c;
    color: #fff;
}
.btn_methods_group * {
    margin: 0 !important;
}
.btn_methods_group *:last-child {

}
.max_width_text {
    max-width: 380px;
}
body #body > .page-header h1 small, body #body > h1 small, .checkout #body > .container > .row-fluid:first-child .span9 h2 small {
    color:#CA9C5E !important;
}
.label, .badge {
    padding-bottom: 4px;
}
a:not([class]),
a:not([class]):hover, a:not([class]):focus {
    color: #CA9C5E;
}


a:not([class]):hover, a:not([class]):focus {
    filter: brightness(90%);
}
body #body > .page-header h1, body #body > h1, .checkout #body > .container > .row-fluid:first-child .span9 h2 {
    color: #CA9C5E !important;
}
.tooltip .tooltip-inner {
    color: #fff;
    background: #1c1c1c;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #1c1c1c;
}
.visible_desktop {
    display: none;
}
.flex_custom {
    display: flex !important;
    align-content: center;
    align-items: center;
}
.zp_pdf_icon {
    max-width: 20px;
    margin-right: 8px;
}
.alert-alert, .badge-alert, .label-alert, .well.well-small.sys-alert.sys-message {
    background: #fff;
}
.text_white {
    color: #fff;
}
.text_white:hover,
.text_white:focus{
    color: #fff;
}
@media (min-width: 480px) {
    header .navbar .navbar-inner  .header_btn_group .btn:first-child {
        margin-right: 0px !important;
    }    
}
@media (max-width: 979px) {
    .flex_custom {
        text-align: center;
        justify-content: center;
    }
    .max_width_text {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media (min-width: 1200px) {
    .visible_desktop {
        display: block;
    }    
}
.popover {
    border-color: #CA9C5E;
    background-color: #CA9C5E;
}
.popover .popover-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #CA9C5E;
    padding: 10px 14px 12px !important;
}
.popover .popover-content {
    font-size: .8rem;
    padding-bottom: 14px !important;
}
.popover.bottom .arrow::after {
    border-bottom-color: #CA9C5E;
}
.popover.right .arrow::after {
    border-right-color: #CA9C5E;
}
.popover.left .arrow::after {
    border-left-color: #CA9C5E;
}
.popover.top .arrow::after {
    border-top-color: #CA9C5E;
}
.status-CLOSED {
    color: #d54545 !important;
}
.status-OPEN {
    color: #41a76f !important;
}


@media (min-width: 1300px) {
    .home .container {
        width: 1280px;
    }    
}


/* UI */
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    color: #fff;
    font-size: .7rem;
}

/* Wells */
.well {
    box-shadow: none;
}
.muted:not(.well-basket .muted, .modal .muted) {
    opacity: .9 !important;
}
.well .muted:not(.well-basket .muted, .modal .muted) {
    color: #535353 !important;
    opacity: 0.7 !important;
} 
.ui-dialog .ui-dialog-content .well {
    border: #ccc 1px solid !important;
}

/* Buttons */
.btn.btn_custom_diba {
    border: none;
    background: none;
    box-shadow: none;    
    border-radius: 0 !important;    
    font-size: .85rem;
    color: #CA9C5E;
    padding: 22px 20px 24px;    
    border-top: 2px solid #CA9C5E;
    border-bottom: 2px solid #CA9C5E;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
}
.btn.btn_custom_diba:hover,
.btn.btn_custom_diba:focus {
    color: #fff;
}
.btn {
    border-radius: 10px !important;
    padding: 5px 12px 6px;
}
.btn:focus, .btn:hover {
    filter: brightness(110%);
}
.btn.btn_secondary_skin {
    color: #fff;
}
.btn.btn_secondary_skin .caret, .btn#_secondary_skin .caret {
    border-top-color: #fff;
}
.btn-small {
    padding: 0px 6px 0px !important;
}
.btn-large {
    padding: 12px 18px 14px;
    line-height: 110%;
}
.btn-tiny {
    padding: 0px 2px 1px !important;
}
.btn_extra_large {
    padding: 14px 30px 18px;
}
.mod_postcode_base .btn-large .caret {
    margin-top: 10px;
}
.btn.order-empty, .btn.order-checkout {
    font-size: 1rem;
    padding: 10px 10px 12px;
}
@media (min-width: 980px) {
    .btn.btn_custom_diba {
        margin-top: 40px;
        font-size: 1.3rem;
    }
}

/* Header */
.home header {
    position: relative;
}
header .navbar {
    padding: 0 !important;
    margin: 0 !important;
}
header #logo {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;  
}
header #logo img {
    max-height: 100px;
}
header .nav-collapse .nav.main-menu > li > a
{
    margin: 0;
    padding: 0;        
    background: none !important;
    box-shadow: none !important;
    margin-bottom: 10px;
    color: #fff !important;
    text-shadow: none;
    transition: .2s;
}

header .nav-collapse .nav.main-menu > li.active > a {
    color: #CA9C5E !important;
}
header .navbar-inner {    
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}

header .btn-navbar {
    padding: 0 !important;
    margin: 0 !important;
}
header .btn-navbar > .icon-bar {
    width: 35px !important;
    border-radius: 0 !important;
}
header #opening-status {
    margin: 0 !important;
    padding: 0 !important;
    text-shadow: none;
    margin-top: 10px !important;

    text-align: center;
    display: flex;
    justify-content: center;
}
.zp_hero_section .tooltip .tooltip-inner {
    padding-bottom: 10px !important;
}

header .nav-collapse .nav.main-menu > li > a .caret {
    margin-top: 11px;
    transition: .2s;
    border-top-color: #fff !important;
}
header .nav-collapse .nav.main-menu > li.active > a .caret {
    border-top-color: #CA9C5E !important;
}
header .nav-collapse .nav.main-menu > li > a:hover,
header .nav-collapse .nav.main-menu > li > a:focus
{
    transition: .2s;    
    color: #CA9C5E !important;
}
header .nav-collapse .nav.main-menu > li > a:hover .caret,
header .nav-collapse .nav.main-menu > li > a:focus .caret
{
    transition: .2s;
    border-top-color: #CA9C5E !important;
}
header .btn-navbar {
    border: none !important;
    background: none !important;
    box-shadow: none !important;    
}
.btn-navbar .icon-bar + .icon-bar {
    margin-top: 8px;
}
ul.dropdown-menu {
    background: #CA9C5E;
}
ul.dropdown-menu > li > a {
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: .8rem;
}
ul.dropdown-menu > li > a:hover, 
ul.dropdown-menu > li > a:focus {
    color: #55001C;
    background: #CA9C5E;
    filter: brightness(110%);
}
.home #opening-status {    
}
@media (max-width: 479px) {
    .home .header_btn_group {
        display: none;
    }

    .mod_table_reservation_v1 #people_group .controls-row {
        flex-direction: column;
    }
}	
@media (min-width: 480px) and (max-width: 767px) {
    .home header .btn-navbar {
        margin-left: 20px !important;
    }
}
@media (max-width: 767px) {
    header .header_btn_group {

    }
    .home .header_btn_group {
        display: none;   
    }
}

@media (min-width: 768px) {
    /*
    header .header_btn_group a
    {
    padding: 10px 16px 12px !important;
}
    */
}

@media (min-width: 768px) and (max-width: 979px) {
    header .btn-navbar {
        margin-left: 20px !important;
    }
}

@media (max-width: 979px) {
    body:not(.home) header #logo {
        padding-bottom: 30px;
    }    
    header {
        padding: 0 20px;
    }
    header .nav-collapse .nav.main-menu {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    header .nav-collapse .nav.main-menu > li > ul a {
        margin: 0;
        padding: 0;        
        margin-bottom: 10px;
        background: none !important;
        box-shadow: none !important;
    }
    header .header_base .navbar .navbar-inner > .container {
        display: grid;
        grid-template-columns: 1fr auto auto;
        grid-template-rows: auto auto;
        gap: 0px 0px;
        grid-template-areas:
            "header_btn_group header_btn_group btn-navbar" 
            "nav-collapse   nav-collapse nav-collapse";
    }
    .home header .header_base .navbar .navbar-inner > .container {
        grid-template-areas:
            "header_btn_group . btn-navbar" 
            "nav-collapse nav-collapse nav-collapse";

    }
    .home .header_btn_group {
        justify-content: left !important;
    }
    header .nav-collapse .nav.main-menu > li .dropdown-menu a {
        color: #fff;
        text-shadow: none;
        transition: .2s;
    }
    header .nav-collapse .nav.main-menu > li .dropdown-menu a:focus,
    header .nav-collapse .nav.main-menu > li .dropdown-menu a:hover
    {
        color: #CA9C5E;        
        transition: .2s;
    }
    .home header {
        padding-top: 20px;
    }
    .nav-collapse { grid-area: nav-collapse; }
    #opening-status { grid-area: status-opening; justify-self: start; }
    .btn-navbar { grid-area: btn-navbar; justify-self: end; }
    #logo {
        padding: 10px 0;
    }
    .header_btn_group {
        grid-area: header_btn_group;
    }
}
@media (min-width: 980px) {
    header {
        padding: 20px 0;
    }
    header .header_base {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .home header .header_base {
        justify-content: center;
    }
    header .navbar-inner {
        padding: 0;
        height: 0;
        border: none;
        box-shadow: none;
        background: none;
        display: flex;
        align-items: center;
    }
    header .navbar-inner .container {
        display: flex;
        flex-direction: row-reverse;    

    }  
    .home header .navbar-inner .container {
        justify-content: center;
    }
    header #opening-status {
        margin: 0;
        padding: 0;                
    }
    header .nav-collapse .nav.main-menu {
        margin: 0;
    }
    header .nav-collapse .nav.main-menu > li > a,
    header .nav-collapse .nav.main-menu > li > ul a {
        margin-bottom: 0px;
    }
    header .nav-collapse .nav.main-menu > li {
        margin-right: 25px;
    }
    header .main-menu .bookings {        
    }
    header .nav-collapse, header #opening-status {
        display: flex;
        align-items: center;
    }    
}
@media (min-width: 980px) and (max-width: 1199px) {
    /*
    body:not(.home) header #opening-status,
    body:not(.home) header .nav-collapse .nav.main-menu > li > a,
    body:not(.home) header .header_btn_group a {
    font-size: .7rem !important;
}
    .home header #opening-status,
    .home header .nav-collapse .nav.main-menu > li > a,
    .home header .header_btn_group a {
    font-size: .9rem !important;
}
    body:not(.home) header .header_btn_group a {
    padding: 6px 10px 6px !important;
}
    .home header .header_btn_group a {
    padding: 8px 14px 10px !important;
}
    */
    .home header .header_btn_group {
        margin-left: 5px !important;
    }
}
@media (min-width: 1200px) {
    .home header .navbar-inner {
        padding-top: 30px;
    }
    .home header .nav-collapse .nav.main-menu > li {
        margin-right: 50px;
    }
    .home header #opening-status,
    .home header .nav-collapse .nav.main-menu > li > a {
        font-size: 1.1rem;
    }
    .home header #opening-status {
        margin-right: 50px !important;
    }
    body:not(.home) header #opening-status,
    body:not(.home) header .nav-collapse .nav.main-menu > li > a,
    body:not(.home) header .header_btn_group a  {
        font-size: 1rem !important;
    }    
    .home header .header_btn_group a {
        padding: 12px 18px 14px !important;
    }
}

@media (min-width: 1700px) {
    body:not(.home) header #opening-status,
    body:not(.home) header .nav-collapse .nav.main-menu > li > a,
    body:not(.home) header .header_btn_group a  {
        font-size: 1.1rem !important;
    }
    body:not(.home) header .header_btn_group a {
        padding: 12px 16px 14px !important;
    }
}

/* Ct Details Bar */
.ct_details_bar {
    background: #770028;
    padding: 10px 0px 14px;
}
.ct_details_bar > .container small {
    font-size: .65rem;
    color: #fff;
}
.ct_details_bar > .container small a {
    color: #CA9C5E !important;
}
@media (min-width: 980px) {
    .ct_details_bar > .container small {
        font-size: .8rem;
        color: #fff;
    }
}

/* Inputs */
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 {
    border-radius: 10px !important;
    font-size: .8rem;
    padding: 5px 12px 7px;
}
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 {
    margin-top: 10px;
}

/* Font Weight */
h1, h2, h3, h4, h5, h1 *, h2 *, h3 *, h4 *, h5 *, .h1_size, .h2_size, .h3_size, .h4_size, .h5_size, body #editProductModal.modal .modal-body .form-horizontal .control-label strong, .font_title, .members .sidebar-nav .nav-list .nav-header, .well span.lead:not(.sys-alert span.lead) {
    font-weight: bold;
}

/* Home Page */
.home img {
    border-radius: 20px;
}
.home header #logo {
    display: none;
}
.hero_gif {
    width: 100%;
}
.hero_right_pattern,
.hero_left_pattern {
    display: none;
    animation: float_v2 3s ease-in-out infinite;
}
.home .about_us_left img {
    opacity: .7 !important;    
}
.home .zp_hero_section {    
    padding: 2% 40px 7%;
    position: relative;
}
.home .zp_hero_section > .container {
    display: flex;
    flex-direction: column;
}
.home .hero_gif {
    margin: auto;
}
.home .spiral_img {
    max-width: 80px;
    margin: 0 10px;
    display: none;
}
.home .zp_about_us {
    background: #E18979;
}
.home .zp_about_us .about_us_right > h2 {
    margin-bottom: 20px;
}
.home .zp_menu {
    padding: 40px 20px 60px;
}
.home .zp_menu img:not(.zp_menu h2 img) {    
    animation: float_v2 3s ease-in-out infinite;
}

/*
.home .zp_reservation_section {
text-align: center;
padding: 100px 20px;    
position: relative;
}
.home .zp_reservation_section h2 {
border-bottom: 3px solid;
padding-bottom: 20px;
max-width: fit-content;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
}
*/
.home .zp_postcode {
    background: #E18979;
    text-align: center;
    padding: 30px 0px 0;
    color: #54001c;
}
.home .zp_postcode .input-append,
.home .zp_postcode .input-append .dropdown-toggle {
    margin-bottom: 0 !important;
}
.home .zp_postcode .muted {
    color: #54001c !important;
    padding: 0 20px;
}
/*
.home .zp_reservation_section_bg_img {
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-attachment: fixed;
background-image: url(/myimages/945/zpos-bg-reservations_background.jpg);
position: absolute;
top:0;
left:0;
right:0;    
margin:0;
z-index:0;
opacity: .4;
}
@supports (-webkit-touch-callout: none) {
.home .zp_reservation_section_bg_img {      
background-attachment: unset;
}
}
.home .zp_reservation_section > .container {
z-index: 1;
color: #fff;    
position: relative;
}
*/
.home #body .reservation_box label, .reservations #body label, .bookings #body label {
    font-size: 1rem;
}
.home .about_us_desserts {
    margin-bottom: 0 !important;
}
.home .zp_tip {
    padding: 30px 20px 40px;
}
.home .zp_tip .queen_bill {
    margin-bottom: 20px;
    max-width: 50%;
}
.home .zp_order_online {
    padding: 100px 20px;
    text-align: center;
    position: relative;
    background: #000;
}
.home .zp_order_online > .container {    
    z-index: 1;
    color: #fff;
    position: relative;
}
.home .zp_order_online > .container > h2 {
    border-bottom: 3px solid;
    padding-bottom: 20px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.home .zp_order_online > .container > h3 {
    margin-bottom: 40px;
}
.home .zp_order_online_bg_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-image: url(/myimages/945/zpos-bg-zp_order_online_bg.jpg?v=2);
    position: absolute;
    top:0;
    left:0;
    right:0;    
    margin:0;
    z-index:0;
    opacity: .5;
}
@supports (-webkit-touch-callout: none) {
    .home .zp_order_online_bg_img {
        background-attachment: unset;
    }
}
.home .gallery_photos {
    display: grid;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
}
.gallery_photos a {
    width: 100%;
}
.gallery_photos a:hover,
.gallery_photos a:focus
{
    filter: brightness(60%);
}
.home .zp_photo_gallery .container > h2 {
    margin-bottom: 30px;
}
.home .zp_photo_gallery {
    padding: 40px 0 70px;
    text-align: center;
    background: #E18979;
    color: #55001C;
}
.home .gallery_photos img {        
    object-fit: cover;
    width: 100%;     
    margin: 20px;
}
.home .slick-dots li button::before {
    font-size: 24px;
}
.home .slick-dots {
    bottom: -45px;
}
.home .lead {
    font-weight: 500;
}
.home .floral_patterns_top,
.home .floral_patterns_bottom {
    position: absolute;   
    display: none;
    z-index: -1;
}
.home .floral_patterns_top {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.home .floral_patterns_bottom {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.home .mod_postcode_base button.dropdown-toggle:first-child {
    padding: 11px 20px 13px;        
    margin: 0 !important;
}
.home #mod_postcode_box_pc {
    max-width: 150px;    
    text-align: center;
    padding: 13px 10px 15px;    
    margin-right: 10px !important;
}
.home .mod_postcode_box > .input-append {
    display: flex;
    justify-content: center;
    align-items: center;
}
.home .mod_postcode_box .btn-group .btn:first-child {
    margin-right: 0 !important;
    margin-bottom: 0 !important;    
}
.home .mod_postcode_box .btn-large .caret {
    margin-top: 8px;
}

/*Custom */

.chelsea_bloom p{
    color: white;
}


@media (max-width: 479px) {
    .home .zp_tip .queen_bill {
        max-width: 100%
    }
    .home .mod_postcode_base .input-append > .btn-group {    
        margin-top: 10px !important;
    }
}
@media (min-width: 480px) {
    .home .spiral_img {        
        display: inline;
    }
    .home .zp_tip {
        padding: 60px;
    }    
    .home .mod_postcode_base .input-append {
        margin: auto;
        display: flex;        
        max-width: fit-content;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    /*
    .home .about_us_left {
    display: none;
}
    */
    .home .hero_gif {
        max-width: 350px;
    }
    .home .zp_hero_section {
        text-align: center;
    }
    .home .zp_tip .container > h3 {
        margin-bottom: 0px !important;
    }
    .zp_about_us {
        padding: 40px 20px;
        text-align: center;
    }
    .zp_menu {
        text-align: center;
    }
    .zp_menu > .container > .row-fluid img {
        max-width: 250px;
    }
    .zp_menu > .container > .row-fluid {
        margin-top: 50px;
        margin-bottom: 60px;        
    }
    .home .about_us_desserts,
    .home .about_us_main_course {
        display: flex;
        flex-direction: column-reverse;    
    }

}
@media (min-width: 768px) {
    .hero_gif {
        width: 60%;
    }
    .home .hero_btn_group {
        display: none !important; 
    }
    .home .about_us_desserts {
        margin-top: 100px;
    }
    .home .about_us_starter {
        margin-top: 60px;
    }
    .home .zp_hero_section {
        padding: 6% 40px 6%;
    }
    .home .zp_menu img:not(.zp_menu h2 img) {
        max-width: 400px;
    }
    .home .zp_tip {
        padding: 60px 0 80px;
    }    
    /*
    .home .zp_reservation_section {            
    padding-top: 50px;
    padding-bottom: 50px;
}
    */
    .home .zp_postcode {
        text-align: unset;
    }
    .hero_right_pattern,
    .hero_left_pattern {
        display: block;
        position: absolute;
        bottom: 0;
        max-width: 250px;
    }
    .hero_right_pattern {
        right: -90px;
    }
    .hero_left_pattern {
        left: -90px;
    }    
    .zp_hero_section > .container {
        text-align: center;
    }
    .zp_menu .container > .row-fluid {
        display: flex;
        align-items: center;
        text-align: center;
    }
    .zp_about_us {
        padding: 40px 0;
    }
    .zp_about_us > .container > .row-fluid {
        display: flex;
        align-items: center;
    }
    .home .zp_postcode > .container > .row-fluid .right img {
        border-radius: 20px;
    }
    .home .mod_postcode_box > .input-append {
        justify-content: start;
    }
}
@media (max-width: 979px) {
    .home .zp_tip .container > h2 {
        margin-bottom: 40px !important;
    }
    header .header_base .navbar .navbar-inner > .container {
        align-items: center;        
    }
    header .navbar .btn:not(.btn-navbar), header .navbar .btn-group:not(.btn-navbar) {
        margin: 0 !important;
    }
    header .btn-navbar .icon-bar:first-child {
        margin-top: 0 !important;        
    }
    header .btn-navbar .icon-bar:nth-child(2) {
        display: none;
    }
    .home .zp_postcode > .container > .row-fluid {
        display: flex;
        text-align: center;
        flex-direction: column;
    }
    .home .zp_postcode > .container > .row-fluid .left,
    .home .zp_postcode > .container > .row-fluid .right {
        width: 100%;
        margin: 0 !important;
    }
    .home .zp_postcode > .container > .row-fluid .left {
        margin-bottom: 40px !important;
    }

    .home .mod_postcode_base > .dropdown-toggle {            
        padding: 12px 10px 14px;
    }

}
@media (min-width: 980px) {
    .hero_gif {
        width: 60%;
    }


    .home #opening-status {
        font-size: 34px;
        line-height: normal;
    }
    /*
    .home .zp_reservation_section {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
    */
    .home .zp_tip .container > h2 {
        margin-top: 30px !important;
    }  
    .zp_hero_section > .container {
        text-align: center;
    }    
    .about_us_right {
        padding-left: 40px;
    }
    .home .zp_menu {
        padding: 80px 20px;
    }
    .home .hero_left_pattern {
        left: -20px;
    }
    .home .hero_right_pattern {
        right: -20px;
    }
    .hero_right_pattern,
    .hero_left_pattern {
        bottom: 20px;
    }
    .home .gallery_photos {                     
        grid-template-columns: auto auto auto;
        grid-template-rows: auto auto auto;   
    }

    .home .mod_postcode_base .input-append {
        margin-left: 0;
    }
    .home .zp_postcode {
        padding: 100px 0px 80px;
    }
    .home .zp_postcode .muted {
        padding-left: 0;
    }
    .home .zp_postcode > .container > .row-fluid {
        display: flex;
        align-items: center;
    }
    .home .zp_about_us {
        padding: 40px 0;
    }
}
@media (max-width: 1199px) {
    .home .floral_patterns_top {
        display: block;
        height: 150px;
        object-fit: cover;
        object-position: center;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
    }    
}

@media (min-width: 1200px) {    
    .home .zp_hero_section {
        padding: 4% 40px 8%;
    }
    .hero_right_pattern, .hero_left_pattern {
        max-width: 300px;
    }
    .home .zp_order_online {
        padding: 200px 20px;
    }
    .home .zp_photo_gallery {
        padding: 80px 0 100px;
    }
    .home .zp_photo_gallery .container > h2 {
        margin-bottom: 20px;
    }
    .home .zp_menu {
        padding: 100px 20px 140px;
    }    
    .home .floral_patterns_top,
    .home .floral_patterns_bottom {        
        display: block;
    }
    .home .zp_postcode > .container > .row-fluid .right {
        padding-left: 30px;
    }
    .home .gallery_photos img {
        height: 400px;
        object-fit: cover;
    }
    .home .slick-active.slick-current + img {
        height: 450px;
    }    
    .home .slick-track {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 1400px) {
    .hero_right_pattern, .hero_left_pattern {
        max-width: 400px;
    }
}
@media (min-width: 2000px) {    
    .home .zp_hero_section > .container {
        position: relative;
    }
    .home .hero_left_pattern {
        left: -250px;
    }
    .home .hero_right_pattern {
        right: -250px;
    }
    .hero_right_pattern, .hero_left_pattern {
        bottom: -180px;
    }
    .home .zp_hero_section {
        padding: 50px 40px 170px;
    }
}

/* Menu */
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu {
    min-width: 210px;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu #menu-search-box {
    width: 190px;
    color:#fff !important;
}
.menu .navbar-affix-container #responsive-food-menu.affix {
    background: #fff;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div .brand {
    color: #fff;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu #menu-search-box::placeholder {
    opacity: .8;
}
.menu .navbar-affix-container #responsive-food-menu .navbar-inner > div #navbar-search-menu {
    padding-top: 9px;
}
.menu .how-im-ordering > h2 .how-im-ordering-menuname {
    color: #fff;
}
.ui-tabs-menu .ui-tabs-nav .ui-state-default {
    border-left: 2px solid #CA9C5E;
}
.menu .ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-active .ui-tabs-anchor {
    color: #54001c;
    background: #CA9C5E;
}
.menu .ui-tabs-menu .ui-tabs-nav .ui-state-default .ui-tabs-anchor {
    margin-left: 0 !important;
    padding-bottom: 13px !important;
}
.menu .ui-tabs-menu .ui-tabs-nav .ui-state-default.ui-state-hover .ui-tabs-anchor {    
    background:#E18979;
}
.ui-tabs-menu .ui-tabs-panel .ui-state-highlight, .ui-tabs-menu .ui-widget-content .ui-state-highlight {
    padding: 12px 20px 14px;
    background: #170008;
    color: #FFF;
}
.ui-tabs-vertical.ui-tabs-menu li .ui-icon-close {  
    margin: -29px 0.5em 0 0 !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: 1.6rem;
}
.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: 10px !important;
}
.ui-tabs-menu .ui-tabs-panel .ui-widget .ui-widget-header, 
.ui-tabs-menu .ui-widget-content .ui-widget .ui-widget-header {
    background: #E18979;
    padding: 10px 20px 14px;
}
.menu #mobile_food_menu_nav .btn {
    background: #CA9C5E !important;
    color: #fff;
    border: none !important;
    padding-bottom: 10px;
}
.menu #zp-offcanvas-menu .uk-offcanvas-bar .uk-nav-offcanvas > li > a {
    padding: 10px 15px 12px;
}
.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: #CA9C5E !important;
    color: #fff !important;
}
.menu #basket-container > h3, .menu #basket-container > legend {
    font-weight: bold !important;
}

.menus .carousel_img img {
    width: 100%;
}

/* Modals */
#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: 5px 14px 6px;
}
#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 {
    font-size: 13px !important;
    padding: 1px 8px 3px !important;
}
#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: 11px;
}
#editProductModal.modal .modal-body .well .label, #editProductModal.modal .official-document .well .label, .modal .modal-body .well .label, .modal .official-document .well .label {
    padding: 4px 5px 8px;
}
#editProductModal.modal .modal-header, .modal .modal-header {
    padding: 12px 15px 16px;
}
#editProductModal.modal .modal-header *, 
#editProductModal.modal .modal-header h3, 
#editProductModal.modal .modal-header h4, 
#editProductModal.modal .modal-header h5, 
#editProductModal.modal .modal-header button, 
.modal .modal-header *, 
.modal .modal-header h3, 
.modal .modal-header h4, 
.modal .modal-header h5, 
.modal .modal-header button {
    color: #fff;
}
@media (max-width: 767px) {
    #editProductModal.modal .modal-footer > h3, #editProductModal.modal .modal-footer > h4, #editProductModal.modal .modal-footer > h5, .modal .modal-footer > h3, .modal .modal-footer > h4, .modal .modal-footer > h5 {
        padding-top: 0 !important;
        line-height: normal !important;
        margin-bottom: 10px !important;
    }
}
@media (min-width:768px) and (max-width: 979px) {
    #editProductModal.modal .modal-footer > h3, 
    #editProductModal.modal .modal-footer > h4, 
    #editProductModal.modal .modal-footer > h5, 
    .modal .modal-footer > h3, 
    .modal .modal-footer > h4, 
    .modal .modal-footer > h5 {    
        padding-top: 5px !important;
    }
}
@media (min-width: 980px) and (max-width: 1699px) {
    #editProductModal.modal .modal-footer > h3, 
    #editProductModal.modal .modal-footer > h4, 
    #editProductModal.modal .modal-footer > h5, 
    .modal .modal-footer > h3, 
    .modal .modal-footer > h4, 
    .modal .modal-footer > h5 {
        padding-top: 0px !important;
    }
}

/* Members */
.members .form-horizontal .control-label {
    padding-top: 7px;
}
.members .my-statistics-orders,
.members .my-statistics-orders-total {
    font-size: .7rem;
}

.members .sidebar-nav .nav-list .nav-header {
    font-size: .8rem;
} 
.members .sidebar-nav .nav-list li.active a small,
.members .sidebar-nav .nav-list li a:hover small, .members .sidebar-nav .nav-list li a:focus small,
.members .sidebar-nav .nav-list li a:hover, .members .sidebar-nav .nav-list li a:focus,
.members .sidebar-nav .nav-list li.active a,
.members .hero-unit p a,
.members .hero-unit * {
    color: #fff !important;  
}
.members .sidebar-nav .nav-list li a { 
    font-size: .7rem;
    padding-bottom: 5px;
}
.members .ctl-toggle-columns .btn {
    padding-top: 3px;
}

/* Contact Us */
.contact-us .ui-widget {
    box-shadow: none;
}
.contact-us .ui-widget .ui-widget-header {
    background: #CA9C5E !important;      
    padding: 10px 20px 15px;
}
.contact-phone_numbers {
    margin-bottom: 0 !important;
}
.box-contact-information .ui-widget-content,
.contact-phone_numbers *,
.contact-email *
{
    font-size: .8rem;
}

.box-contact-information .ui-widget-content {
    padding-bottom: 20px;
}

/* Checkout */
.checkout .well.well-basket > h4, .checkout .well.well-basket > h5, .checkout .loyaltypoints_box > h4, .checkout .loyaltypoints_box > h5,
.checkout .well.well-basket, .checkout .loyaltypoints_box,
.well-basket table#basket thead tr th,
.well-basket table#basket thead tr td,
.well-basket table#basket tbody tr th,
.well-basket table#basket tbody tr td,
.well-basket table#basket tfoot tr th,
.well-basket table#basket tfoot tr td {
    background: #000 !important;
    color: #FFF !important;
}

.checkout .well.well-basket small, .checkout .loyaltypoints_box small,
.checkout .well.well-basket .row-credits .col-equals .lead, .checkout .loyaltypoints_box .row-credits .col-equals .lead,
.well-basket table#basket thead tr th small,
.well-basket table#basket thead tr td small,
.well-basket table#basket tbody tr th small,
.well-basket table#basket tbody tr td small,
.well-basket table#basket tfoot tr th small,
.well-basket table#basket tfoot tr td small {
    color: #FFF !important;
}

.checkout .well.well-basket .ctl-pointsoptions a, .checkout .loyaltypoints_box .ctl-pointsoptions a {
    color: #CA9C5E !important;
}

.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) {
    color: #CA9C5E !important;
    padding: 8px 10px 10px;
    font-size: .8rem;
}
.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) {
    background: #fff;
    font-size: 1.4rem;
    padding: 4px 10px 9px;
}
/* Footer */
footer .label-copyright {
    font-size: .8rem;
}
footer > .container > .row-fluid #footer-link-information {
    color: #CA9C5E;
}

/* Order Placed */
.order-complete #body .order-info-well #order-confirmation {
    color: #54001c;
}

/* Welcome Page */
.map_welcome_base {
    position: relative;
}
.marker_map {
    position: absolute;    
    max-width: 6%;
}
.map_welcome_base,
.map_welcome_base img {
    width: 100%;
}
.wimbledon_base {
    left: 23%;
    top: 73%;
}
.richmond_base {
    left: 9.5%;
    top: 59%;
}
.chelsea_base {
    left: 32%;
    top: 49%;
}
.marylebone_base {
    left: 39%;
    top: 35%;
}
.epsom_base {
    bottom: 0%;
    left: 15%;
}
.marker_map * {
    color: #000;
}
.welcome #list_branches {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.welcome .branch-select {
    display: flex;
    justify-content: center;
    margin: 0px;
    align-items: center;
}
.welcome .branch-select a {
    max-width: fit-content;
    font-size: 1.4rem;
    color: #CA9C5E;
    text-transform: uppercase;
}
#welcome-row-fluid-outer {
    position: absolute;
    right: 10000000000px;
}
.h5_smaller {
    font-size: 1rem !important;
}

.welcome .slash_between {
    width: 3px;
    background: #E18979;    
    height: 50px;
    display: none;
} 
.welcome #list_branches {
    flex-direction: column;
}

.welcome .branch-select a {
    margin: 15px 0px;
}

@media (max-width: 767px) {
    .branch_finder_box > .input-append {
        display: flex;
        justify-content: center;
    }
    #branch_finder_box_pc {
        max-width: fit-content;
    }
    .h5_smaller {
        font-size: 8px !important;
    }
    .welcome #body > h2 {
        margin: auto;        
        max-width: 240px;
    }
}

@media (min-width: 768px) {
    .welcome .slash_between {        
        display: block;

    } 
    .welcome .branch-select {

    }
    .welcome #list_branches {
        flex-direction: row;
    }
    .welcome .branch-select a {
        margin: 0px 20px;   
    }    
}

/* Animations */
@keyframes float_v2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

/* Tables */
table thead tr th,
table thead tr td,
table tbody tr th,
table tbody tr td,
table tfoot tr th,
table tfoot tr td {
    font-size: .8rem !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) {
    color: #fff !important;
    font-size: .8rem;
    padding-top: 3px;
}

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,
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 {
    color: #fff !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 {
    padding-bottom: 8px !important;
}

.box-delivery-information table tbody tr th, 
.box-delivery-information table tbody tr:hover th, 
.box-delivery-information table tbody tr:focus th,
.box-delivery-information table.table.table-striped tbody tr th,
.box-delivery-information table.table.table-striped tbody tr:hover th, 
.box-delivery-information table.table.table-striped tbody tr:focus th {
    color: #fff !important;
    padding-bottom: 8px !important;
}
.contact-us .box-opening-hours tr:not(.ui-state-highlight) td,
.contact-us .box-opening-hours tr:not(.ui-state-highlight) th
{
    color: #000 !important;
}


/* NEW HOME SECTION DRAGGED FROM ELIPSE SKIN */
.zp_postcode_section {
    position: relative;
}
.zp_postcode_section .content > .left .mod_postcode_box .postcode_info { 
    margin: 25px 0 30px;
}
@media (min-width: 768px) {
    .zp_postcode_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .zp_postcode_section .content {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 1750px) {
    .zp_postcode_section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media (min-width: 2000px) {
    .zp_postcode_section {
        padding-bottom: 240px;
    }
}
.zp_postcode_section .content {
    position: relative;
}
.zp_postcode_section .content > .left {
    position: relative;
    z-index: 5;
}
.zp_postcode_section .content > .left .mod_postcode_box {
    padding: 20px;
}
.zp_postcode_section .content > .left .mod_postcode_box > h2 {
    color: #E18979;
}
@media (max-width: 767px) {
    .zp_postcode_section .content > .left .mod_postcode_box {
        text-align: center;
    }
}
@media (min-width: 980px) {
    .zp_postcode_section .content > .left .mod_postcode_box {

    }
}
@media (min-width: 1200px) {
    .zp_postcode_section .content > .left .mod_postcode_box {
        padding-top: 100px;
    }
}
@media (min-width: 1750px) {
    .zp_postcode_section .content > .left .mod_postcode_box {		 
    }
}
@media (min-width: 1750px) {
    .zp_postcode_section .content > .left .mod_postcode_box .postcode_info {
        max-width: 490px;
    }
}
.zp_postcode_section .content > .left .mod_postcode_box #mod_postcode_box_pc {
    padding: 13px 0px 16px;
    border: none !important;
}
@media (min-width: 768px) {
    .zp_postcode_section .content > .left .mod_postcode_box #mod_postcode_box_pc {
        text-align: left !important;
        padding-left: 25px;
    }
}
.zp_postcode_section .content > .right {
    position: relative;
}
.zp_postcode_section .content > .right #myCarousel {
    z-index: 2;
    margin: 0;
}
@media (min-width: 1750px) {
    .zp_postcode_section .content > .right #myCarousel {
        max-width: 550px;
    }
}
.zp_postcode_section .content > .right #myCarousel .item .carousel-caption {
    display: none;
}
.zp_postcode_section .content > .right #myCarousel .item img {
    width: 100%;
}
.zp_postcode_section .content > .right #myCarousel .carousel-control {
    bottom: 20px;
    top: unset;
    line-height: 27px;
    margin: 0 !important;
    border: none;
    background: #9a9090;
    height: fit-content;
    padding: 2px 2px 15px;
    text-decoration: none !important;
    border-radius: 100%;
    opacity: 0.8;
    font-size: 40px;
}
.zp_postcode_section .content > .right #myCarousel .carousel-control.right {
    right: unset;
    left: 65px;
}
.carousel-indicators {
    display: none;
}
@media (min-width: 1200px) {
    .zp_postcode_section .content > .right .zp_postcode_image_second {
        position: absolute;
        top: 150px;
        right: -110px;
    }
}
@media (max-width: 1749px) {
    .zp_postcode_section .content > .right .zp_postcode_image_second {
        display: none;
    }
}

@media (min-width: 1750px) {
    .zp_postcode_section .content > .right .zp_postcode_image_second {
        top: 120px;
        right: -170px;
    }
}

.zp_reservation_section {
    overflow: hidden;
}
.zp_reservation_section .h3_size {
    color: #E18979;
}
@media (max-width: 767px) {
    .zp_reservation_section {
        padding: 40px 20px;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .zp_reservation_section {
        padding: 40px 0;
    }
}
@media (max-width: 979px) {
    .zp_reservation_section {
        /*background-image: url(/myimages/945/zp_bg_reservation.jpg);*/
    }
}


@media (min-width: 2000px) {
    .zp_reservation_section {
        margin: auto;
        max-width: 1750px;
    }
}

.zp_reservation_section > .content {
    position: relative;
}
@media (min-width: 980px) and (max-width: 1749px) {
    .zp_reservation_section > .content {
        height: 750px;
        overflow: hidden;
    }
}
.zp_reservation_section > .content .left {
    position: relative;
    z-index: 2;
}
@media (max-width: 979px) {
    .zp_reservation_section > .content .left {
        display: none;
    }
}
@media (min-width: 980px) and (max-width: 1749px) {
    .zp_reservation_section > .content .left {
        height: 100%;
        width: 50%;
    }
}
.zp_reservation_section > .content .left .zp_make_reservation {
    margin-bottom: 0 !important;
}
.zp_reservation_section > .content .left .zp_make_reservation img {
    border-radius: 0 !important;
}
@media (min-width: 980px) and (max-width: 1749px) {
    .zp_reservation_section > .content .left .zp_make_reservation {
        height: 100%;
    }
}
@media (min-width: 980px) and (max-width: 1749px) {
    .zp_reservation_section > .content .left .zp_make_reservation img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        object-position: bottom;
    }
}
@media (min-width: 1750px) {
    .zp_reservation_section > .content .left .zp_make_reservation img {
        border-radius: 0px 20px 0 0 !important;
    }
}
.zp_reservation_section > .content .right {
    color: #fff;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
    .zp_reservation_section > .content .right {
        width: 100%;
        margin: 0;
    }
}
@media (min-width: 980px) {
    .zp_reservation_section > .content .right {
        position: absolute;
        right: 0;
        bottom: 0;            
        /*background-image: url(/myimages/945/zp_bg_reservation.jpg) !important;*/
        background-size: cover;
    }
}
@media (min-width: 980px) and (max-width: 1749px) {
    .zp_reservation_section > .content .right {
        height: 100%;
        display: flex;
        align-items: center;
        width: 50%;
    }
}
@media (min-width: 1750px) {
    .zp_reservation_section > .content .right {
        padding: 60px 0;
    }
}
.zp_reservation_section > .content .right > div {
    margin: 0 auto;
}
@media (max-width: 767px) {
    .zp_reservation_section > .content .right > div {
        max-width: 350px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .zp_reservation_section > .content .right > div {
        max-width: 400px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .zp_reservation_section > .content .right > div {
        max-width: 400px;
    }
}
@media (min-width: 1200px) {
    .zp_reservation_section > .content .right > div {
        max-width: 480px;
    }
}
.zp_reservation_section > .content .right > div .table_reservation_base {
    padding: 20px 60px 30px;
    margin-bottom: 20px;

    border-radius: 20px;
    background: #ffffff59;
    border: 2px solid #fff !important;
    background-color: #ffffff14;
    backdrop-filter: blur(100px);    
    color: #fff;

}
.zp_reservation_section > .content .right > div .table_reservation_base input, .zp_reservation_section > .content .right > div .table_reservation_base select {
    border: 2px solid #fff;
    width: 100% !important;
    background: none; 
    color: #fff;
    border-radius: 10px !important;
}
.zp_reservation_section > .content .right > div .table_reservation_base select option,
.zp_reservation_section > .content .right > div .table_reservation_base select optgroup
{
    color: #000;
}
.zp_reservation_section > .content .right > div .table_reservation_base .mod_table_reservation_v1 form {
    margin: 0;
    text-align: left;
}
.zp_reservation_section > .content .right > div .table_reservation_base .mod_table_reservation_v1 form label {
    margin-bottom: 10px;
    margin-top: 10px;
}
.zp_reservation_section > .content .right > div .table_reservation_base .mod_table_reservation_v1 form .controls-row {
    display: flex;
}
.zp_reservation_section > .content .right > div .ctl-modTableReservationV1 {
    width: 100%;
}
.home .mod_table_reservation_v1 input,
.home .mod_table_reservation_v1 select
{
    padding: 5px 12px 10px !important;
}
.home .mod_table_reservation_v1 select {
    height: 39px;
}
@media (min-width: 768px) {
    .zp_reservation_section > .container .content {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 980px) {
    .zp_reservation_section > .container .content {
        /* background-image: url(./images/zp_bg_reservation.jpg);*/
    }
}
@media (min-width: 1750px) {
    .zp_reservation_section > .container .content {
        height: 620px;
    }
}
@media (max-width: 767px) {
    .zp_reservation_section > .container .content .left {
        display: none;
    }
}
@media (min-width: 1750px) {
    .zp_reservation_section > .container .content .left {
        height: 100%;
    }
}
.zp_reservation_section > .container .content .left .zp_make_reservation {
    margin-bottom: 0 !important;
}
@media (min-width: 1750px) {
    .zp_reservation_section > .container .content .left .zp_make_reservation {
        height: 100%;
    }
}
@media (min-width: 1750px) {
    .zp_reservation_section > .container .content .left .zp_make_reservation img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: bottom;
    }
}
@media (min-width: 768px) {
    .zp_reservation_section > .container .content .right {
        padding: 0 40px;
    }
}
.two_lines_square {
    border: 2px solid #CA9C5E;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -30%;
    top: 100px;
    opacity: 0;
    z-index: -1;
}
@media (min-width: 1200px) {
    .two_lines_square {
        opacity: 1;
        height: 100%;
    }
}
@media (min-width: 1750px) {
    .two_lines_square {
        left: -37%;
        top: 180px;
        height: 110%;
    }
}
@media (min-width: 2000px) {
    .two_lines_square {
        height: 150%;
        left: -40%;
        top: 200px;
    }
}
.two_lines_square::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: solid 2px #E18979;
    left: 10px;
    bottom: 10px;
}


.home .small_logo {
    display: none;
    position: absolute;
    max-width: 150px;
    bottom: -270px;
    left: 20px;
}
@media (min-width: 1750px) {
    .home .small_logo {
        display: block;
    }
}

/* Our menus page */

.menus #body {
    max-width: 900px;
    padding-top: 20px !important;
}
.menus .slick-prev, 
.menus .slick-next {
    top: 5%;
}
.menus .slick-dots {
    top: -47px;
    bottom: unset;

}
.menus .slick-dots li button::before {
    font-size: 20px;
    color: #fff;
}
.slick-dots li.slick-active button::before {
    color: #fff;
}
.menus .slick-next,
.menus .slick-prev {
    top: -20px;
}
.menus .slick-next {
    right: 10px;
}
.menus .slick-prev {
    left: 10px;
}
.menus #menus {
    pointer-events: none !important;
}
.menus .slick-dots li {
    height: fit-content;
    width: fit-content;
    position: unset;
    padding: unset;
    margin: unset;
}

.menus .slick-dots li button {
    height: fit-content;
    width: fit-content;
    position: unset;
    font-size: .9rem;
    border-color: #CA9C5E;
    background: #CA9C5E !important;
    padding: 18px 16px 20px;
    margin: 4px 4px 4px;
    border-radius: 6px !important;
    color: #fff !important;
}
.menus .slick-dots li.slick-active button
{
    background: #825922 !important;
    border-color: #825922 !important;
}
.menus .slick-dots li button::before {
    content: none;
    display: none;
}


.menus .slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    position: unset;
    flex-wrap: wrap;
    position: sticky;
    background: #54001c;
    padding: 10px 0;
    z-index: 10;
    top: 0;
}

/* Loyalty Points Section */

.home .smouk_complete_logo_lp {
    display: none;
    position: absolute;
    max-width: 220px;
    bottom: -220px;
    left: -50px;
}
.zp_lp_section h2 {
    color: #E18979;
}
.zp_lp_section .content .right p {
    color: #fff;
}
@media (max-width: 767px) {
    .zp_lp_section {
        padding: 80px 20px;
    }
}
@media (min-width: 768px) {
    .zp_lp_section {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}
@media (min-width: 1200px) {
    .zp_lp_section {
        padding: 140px 0 360px;
    }
    .home .smouk_complete_logo_lp, .home .smouk_complete_logo_hero {
        display: block;
    }
}
@media (max-width: 767px) {
    .zp_lp_section .content {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .zp_lp_section .content {
        display: flex;
        align-items: center;
    }
}
.zp_lp_section .content .left {
    position: relative;
}
.zp_lp_section .content .left .zp_lp_first {
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px) {
    .zp_lp_section .content .left .zp_lp_second {
        display: none;
    }
    body.home .sys-alert.alert-offer {
    margin-top: 10px !important;
    }
}
@media (min-width: 1200px) {
    .zp_lp_section .content .left .zp_lp_second {
        position: absolute;
        right: -60px;
        top: 120px;
    }
}
@media (min-width: 1750px) {
    .zp_lp_section .content .left .zp_lp_second {
        right: -90px;
        top: 210px;
    }
    .home .smouk_complete_logo_lp {
        left: -100px;
    }
}
@media (max-width: 767px) {
    .zp_lp_section .content .left img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .zp_lp_section .content .right {
        margin-bottom: 40px;
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .zp_lp_section .content .right {
        padding-top: 80px;
    }
}
.zp_lp_section .content .right p, .zp_lp_section .content .right h2, .zp_lp_section .content .right h3, .zp_lp_section .content .right h4, .zp_lp_section .content .right h5 {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .zp_lp_section .content .right p, .zp_lp_section .content .right h2, .zp_lp_section .content .right h3, .zp_lp_section .content .right h4, .zp_lp_section .content .right h5 {
        margin-left: auto;
        margin-right: 0;
    }
}

/*
.shop_marylebone .reviewSliderInner .btn,
.shop_chelsea .reviewSliderInner .btn,
.shop_marylebone header li.menus,
.shop_chelsea header li.menus{
display: none;   
}
*/

/* Reviews */
.home .smouke_reviews {
    padding: 0 20px 40px;
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;    

}
.home .smouke_reviews > .container > .row-fluid {
    background-image: url(/myimages/965/zpos-bg-reviews_bg.jpg);    
    border-radius: 15px;    
    border: 4px solid white;
}
.home .smouke_reviews .left {
    padding-bottom: 20px;
    padding-top: 40px;
    margin-bottom: 30px;
    color: #fff;
}
.home .smouke_reviews .left img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.home .smouke_reviews .right {
    padding-top: 40px;    
    padding-bottom: 30px;
    background: #684A3D;
    border-radius: 0 0px 15px 15px;
    color: #fff;
}
.home .smouke_reviews .slick-slide {
    padding: 0 40px;
}
.home .slick-prev:before, .home .slick-next:before {
    content: none;
}
.home .slick-prev, 
.home .slick-next {
    bottom: -10px;
    top: unset;
    z-index: 10;
}
.home .slick-prev {
    left: 20px;
}
.home .slick-next {
    right: 20px;
}
.home .smouke_reviews .well {
    padding: 0;   
}
.home .smouke_reviews .left > h3 {
    color: #E18979;
}
@media (min-width: 768px) {
    .home .smouke_reviews {
        max-width: unset;
    }
    .home .smouke_reviews .left {
        margin-bottom: 0;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;        
        flex-direction: column;
        justify-content: center;
    }
    .home .smouke_reviews .well > .row-fluid {        
        height: 100%;
    }
    .home .smouke_reviews .left > div {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .home .smouke_reviews .well {
        height: 320px;
    }
    .home .smouke_reviews .right {
        padding: 0;
        height: 100%;        
        border-radius: 0 15px 15px 0;     
    }
    .home .smouke_reviews .right .reviews_slick  {
        height: 100%;
        display: flex;
        align-items: center;
    }   
    .home .smouke_reviews .slick-slide {
        padding: 0 20px;
    }
    .home .slick-prev, .home .slick-next {
        bottom: 15px;
    }
    .home .slick-next {
        right: 40px;
    }
    .home .slick-prev {
        left: 20px;
    }
}
@media (min-width: 980px) {
    .home .slick-prev, .home .slick-next {
        bottom: 35px;
    }
}

@media (min-width: 1200px) {
    .home .smouk_complete_logo_lp,
    .home .smouk_complete_logo_hero {
        display: block;
    }   
    body.home .zp_hero_section .container div:not(.two_lines_vertical) {
        padding-bottom: 0;
    }
    .home .smouke_reviews .well {
        height: 300px;
    }
    .home .smouke_reviews .left img {
        max-width: 250px;
    }
    .home .slick-prev, .home .slick-next {
        bottom: 55px;
    }
    .home .slick-next {
        right: 59px;
    }
    .home .slick-next img,
    .home .slick-prev img {
        width: 40px;
        max-width: unset;
    }
}
@media (min-width: 1200px) and (max-width: 1750px) {
    body.home h3:not(.alerts h3, .sys-alert h3, .modal h3) {
        width: 100%;
    }
}
@media (min-width: 1750px) {
    .home .smouke_reviews .left {
        flex-direction: row;
        padding: 0 10px 0 30px;
    }        
    .home .smouke_reviews .left > h3 {
        margin: 0;
        font-size: 28px;        
    }
    .home .smouk_complete_logo_pc {
        display: block;
    }
    .home .smouk_complete_logo_lp  {
        max-width: 250px;
        bottom: -240px;
        left: -100px; 
    }            
    .home .smouke_reviews .well {
        height: 200px;
    }
    .home .smouke_reviews .slick-slide {
        padding: 0 30px;
    }
    .home .smouke_reviews .slick-slide p {
        margin-bottom: 10px;
    }
    .home .slick-prev, .home .slick-next {
        bottom: 85px;
    }
    .home .slick-prev {
        left: 15px;
    }    
    .home .slick-next {
        right: 30px;
    }
}

/* Our Locations */
.home .zp_our_locations {
    text-align: center;
}    
.home .zp_our_locations h2 {
    color: #E18979;
}
.home .zp_our_locations .row-fluid > div {     
    border: 4px solid white;
    max-width: fit-content;
    padding-bottom: 40px;    
    border-radius: 20px;
}
@media (max-width: 767px) {

    .home .zp_our_locations{
        padding-left: 20px;
        padding-right: 20px;
    }
    .home .zp_our_locations .row-fluid > div {
        margin: 40px auto;     
        max-width: fit-content;                
    }
    .home .chelsea_bloom{
        padding: 0px 20px;
        margin-top: -50px;
    }
    .home .chelsea_bloom p, .home .chelsea_bloom h2{
        text-align:center;
        max-width: 530px; 
    }
    .chelsea_bloom img{
        max-width: 100%;   
    }
}

@media (min-width: 768px) {
    .home .zp_our_locations {
        padding: 60px 0 120px;
    }
    .home .zp_top_locations {
        margin-bottom: 80px;
    }
}

.home .table_reservation_base .btn.ctl-modTableReservationV1 {
    height: 39px;
}

/* Footer */
footer .vendor-zpos img,
#mod_accepted_payment_icons_footer img {
    border-radius: 0 !important;
}

.delivers_0 .box-delivery-information {
    display: none;
}
@media (min-width: 768px) {
    .delivers_0 .postcode_replacement.btn-group {
        justify-content: flex-start;
    }
}

/*header offer*/
.sys-alert.alert-offer {
    background: #770028;
    max-width: 65%;
    margin: 30px auto 0px auto !important;
    &:hover, &:focus {
        background: #80052e

    }
}
.diba-offer {
    text-decoration: none;
    &:hover, &:focus {
        text-decoration: none;

    }
}