@charset "utf-8";/* put below your custom css code for VikRestaurants */

/* JAVA JAY RESPONSIVE BRAND THEME 1.1.1 START */
:root {
  --jj-cyan: #08aeea;
  --jj-orange: #ff7a00;
  --jj-lime: #28f200;
  --jj-coffee: #2a140d;
  --jj-black: #070403;
  --jj-cream: #fff7e8;
  --jj-white: #ffffff;
  --jj-muted: #d8c9bc;
  --jj-radius: 22px;
  --jj-shadow: 0 18px 50px rgba(0,0,0,.28);
}

/* Component canvas */
.vrtkitemspagediv,
.vrtk-itemdet-page,
.vr-confirmpage,
.vr-allorders-wrapper,
.vr-trackorder-wrapper,
.vrbookingouterdiv,
.vrorderpagediv,
.vrmenuslistcont,
.vrmenu-detailsmain {
  color: var(--jj-cream);
  background:
    linear-gradient(rgba(7,4,3,.94), rgba(7,4,3,.97)),
    url("https://bistrobuddy.com/media/javajaycafe/theme/images/javajay-coffee-background.webp") center top / cover scroll;
  border-radius: var(--jj-radius);
  padding: clamp(14px, 2.2vw, 34px);
  box-shadow: var(--jj-shadow);
  overflow: hidden;
  box-sizing: border-box;
}

/* Responsive brand masthead on ordering, checkout, account and tracking pages */
.vrtkitemspagediv::before,
.vrtk-itemdet-page::before,
.vr-confirmpage::before,
.vr-allorders-wrapper::before,
.vr-trackorder-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  min-height: clamp(250px, 39vw, 590px);
  margin: 0 0 30px;
  width: 100%;
  border-radius: 18px;
  background-image: url("https://bistrobuddy.com/media/javajaycafe/theme/images/javajay-hero-desktop.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 8px solid var(--jj-cyan);
  box-shadow: inset 0 -80px 90px rgba(7,4,3,.7);
}

/* Intro note and filters */
.vrtkstartnotediv,
.vrtk-menus-filter-head,
.vrtk-menus-date-block,
.vrtk-item-date-block,
.vrtkdatetimediv,
.vrtkdeliveryservicediv,
.vrcustomfields,
.vr-payments-container,
.vrcouponcodediv,
.vrtkconfcartitemsdiv,
.vrtk-order-food,
.vrpaymentouternotes {
  background: rgba(255,247,232,.97) !important;
  color: var(--jj-coffee) !important;
  border: 2px solid rgba(8,174,234,.52) !important;
  border-radius: 18px !important;
  padding: clamp(14px,2vw,24px) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  box-sizing: border-box;
}

/* Menu sections */
.vrtk-menu-outer {
  margin: 30px 0 44px !important;
  padding: 0 !important;
  border: 0 !important;
}
.vrtkmenuheader,
.vrtk-menu-title {
  position: relative;
  background: linear-gradient(110deg, var(--jj-coffee), #140907 60%, #000) !important;
  border-left: 8px solid var(--jj-orange) !important;
  border-bottom: 4px solid var(--jj-cyan) !important;
  border-radius: 18px 18px 0 0 !important;
  padding: 18px 22px !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.22);
}
.vrtkmenutitlediv,
.vrtk-menu-title,
.vrtkmenuheader h2,
.vrtkmenuheader h3 {
  color: var(--jj-cyan) !important;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif !important;
  letter-spacing: .035em;
  text-transform: uppercase;
  text-shadow: 2px 3px 0 #000;
}
.vrtkmenudescdiv {
  color: var(--jj-cream) !important;
  font-size: 1rem;
  line-height: 1.55;
}

/* Product grid/cards */
.vrtkitemsofmenudiv {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
  align-items: stretch;
  padding: 22px 0 0 !important;
}
.vrtksingleitemdiv {
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  background: linear-gradient(155deg, rgba(255,255,255,.99), rgba(255,247,232,.97)) !important;
  color: var(--jj-coffee) !important;
  border: 2px solid rgba(8,174,234,.42) !important;
  border-radius: 20px !important;
  padding: 0 0 18px !important;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.vrtksingleitemdiv:hover {
  transform: translateY(-4px);
  border-color: var(--jj-orange) !important;
  box-shadow: 0 20px 42px rgba(0,0,0,.32);
}
.vrtkitemleftdiv,
.vrtkiteminfodiv {
  width: 100% !important;
  float: none !important;
  box-sizing: border-box;
}
.vrtkitemimagediv-outer,
.vrtkitemimagediv {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  overflow: hidden;
  background: var(--jj-black);
}
.vrtkitemimagediv img,
.vrtk-itemdet-prod-head img,
.tk-image img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.vrtkiteminfodiv {
  padding: 18px 20px 0 !important;
}
.vrtkitemnamesp,
.vrtkitemtitle,
.tk-title,
.vrtkconfcart-item-name {
  color: var(--jj-coffee) !important;
  font-family: "Arial Black", Lato, Arial, sans-serif !important;
  font-weight: 900 !important;
  line-height: 1.16;
}
.vrtkitemdescsp,
.tk-description,
.vrtk-menudescdiv {
  color: #493127 !important;
  line-height: 1.55;
}
.vrtkitemvardiv,
.tk-variations {
  margin-top: auto !important;
  padding-top: 14px !important;
}
.vrtksinglevar,
.vrtk-itemdet-product,
.tk-topping-wrapper {
  border-top: 1px solid rgba(42,20,13,.15) !important;
  padding: 12px 0 !important;
}
.vrtkvarpricesp,
.tk-price,
.vrtk-additem-topping-price,
.vrtk-additem-tcost-box {
  color: var(--jj-orange) !important;
  font-weight: 900 !important;
  font-size: 1.08em;
}

/* Buttons and touch controls */
.vrtkvaraddbutton,
.vrtkgotopaybutton,
.vrtkaddmoreitemslink,
.vrtk-addtocart-button,
.vrtk-additem-success-button,
.vrordersubmit,
.vrcouponcodesubmit,
.vrbooknow,
.vrresultbookbuttoncontinue,
.vrresultbookbuttonfind,
.vr-payment-title,
.vrfront-manage-btn {
  background: linear-gradient(135deg, var(--jj-cyan), #007cc3) !important;
  color: #00131c !important;
  border: 2px solid #000 !important;
  border-radius: 14px !important;
  min-height: 46px;
  padding: 11px 18px !important;
  font-family: "Arial Black", Lato, Arial, sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: .025em;
  box-shadow: 0 6px 0 #000, 0 12px 24px rgba(0,0,0,.22) !important;
  transition: transform .15s ease, filter .15s ease !important;
  text-decoration: none !important;
  box-sizing: border-box;
}
.vrtkvaraddbutton:hover,
.vrtkgotopaybutton:hover,
.vrtk-addtocart-button:hover,
.vrtk-additem-success-button:hover,
.vrordersubmit:hover,
.vrcouponcodesubmit:hover {
  filter: brightness(1.12);
  transform: translateY(-2px);
}
.vrtkvaraddbutton:active,
.vrtkgotopaybutton:active,
.vrtk-addtocart-button:active,
.vrtk-additem-success-button:active {
  transform: translateY(3px);
  box-shadow: 0 3px 0 #000 !important;
}
.vrtkvaraddbutton .fa-plus-square,
.vrtk-action-add,
.topping-add-unit {
  color: var(--jj-lime) !important;
}
.vrtk-additem-cancel-button,
#vrtk-cartcancel-button {
  background: #33221c !important;
  color: var(--jj-cream) !important;
  border: 2px solid #000 !important;
  border-radius: 14px !important;
  min-height: 46px;
  padding: 10px 18px !important;
}

/* Sticky checkout CTA */
.vrtkgotopaydiv {
  position: sticky;
  z-index: 80;
  bottom: max(12px, env(safe-area-inset-bottom));
  display: flex;
  justify-content: center;
  padding: 16px !important;
  margin-top: 26px !important;
  background: rgba(7,4,3,.88) !important;
  border: 2px solid var(--jj-orange);
  border-radius: 18px;
  backdrop-filter: blur(12px);
}
.vrtkgotopaybutton { width: min(100%, 460px); text-align: center; }

/* Attributes */
.vrtkitemattributes,
.tk-attributes,
.vrtk-attributes-legend {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.vrtkitemattributes img,
.tk-attributes img,
.vrtk-attribute-box img {
  width: 34px !important;
  height: 34px !important;
  object-fit: contain;
}
.vrtk-attribute-box {
  background: rgba(255,247,232,.97) !important;
  color: var(--jj-coffee) !important;
  border: 1px solid var(--jj-cyan) !important;
  border-radius: 999px !important;
  padding: 6px 11px !important;
  display: inline-flex !important;
  gap: 7px;
  align-items: center;
}

/* Customization overlay */
.vr-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  padding: max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)) !important;
  background: rgba(0,0,0,.82) !important;
  backdrop-filter: blur(8px);
  overflow: auto !important;
  box-sizing: border-box;
}
.vr-modal-box {
  width: min(960px, 96vw) !important;
  max-width: 960px !important;
  max-height: min(92vh, 980px) !important;
  margin: max(10px, 2vh) auto !important;
  display: flex !important;
  flex-direction: column;
  background: var(--jj-cream) !important;
  color: var(--jj-coffee) !important;
  border: 4px solid var(--jj-cyan) !important;
  border-radius: 22px !important;
  box-shadow: 0 30px 100px rgba(0,0,0,.58) !important;
  overflow: hidden !important;
}
.vr-modal-head {
  flex: 0 0 auto;
  position: sticky;
  top: 0;
  z-index: 6;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 18px !important;
  background: linear-gradient(110deg, var(--jj-black), var(--jj-coffee)) !important;
  border-bottom: 5px solid var(--jj-orange) !important;
}
.vr-modal-head h3 { color: var(--jj-cyan) !important; margin: 0 !important; font-family: "Arial Black", sans-serif !important; }
.vr-modal-head-dismiss a {
  display: grid !important;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #000 !important;
  background: var(--jj-orange) !important;
  font-size: 30px !important;
  font-weight: 900;
  text-decoration: none !important;
}
.vr-modal-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  background: var(--jj-cream) !important;
}
.vrtk-additem-container { padding: clamp(14px, 2.4vw, 28px) !important; }
.vrtk-additem-group-box {
  margin: 14px 0 !important;
  border: 2px solid rgba(8,174,234,.35) !important;
  border-radius: 16px !important;
  overflow: hidden;
  background: #fff !important;
}
.vrtk-additem-group-title {
  background: linear-gradient(110deg, var(--jj-coffee), #120807) !important;
  color: var(--jj-cyan) !important;
  padding: 13px 16px !important;
  font-weight: 900 !important;
}
.vrtk-additem-group-topping {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto auto;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 14px !important;
  border-bottom: 1px solid rgba(42,20,13,.12) !important;
}
.vrtk-additem-group-topping:last-child { border-bottom: 0 !important; }
.vrtk-additem-group-topping input[type="checkbox"],
.vrtk-additem-group-topping input[type="radio"] {
  width: 22px !important;
  height: 22px !important;
  accent-color: var(--jj-cyan);
}
.vrtk-additem-bottom {
  position: sticky;
  bottom: 0;
  z-index: 5;
  display: grid !important;
  grid-template-columns: minmax(120px,.55fr) minmax(180px,1fr);
  gap: 12px;
  padding: 14px !important;
  background: rgba(255,247,232,.96) !important;
  border-top: 3px solid var(--jj-orange) !important;
  backdrop-filter: blur(10px);
}
.vr-modal-overlay-loading {
  min-height: 280px;
  display: grid;
  place-items: center;
  align-content: center;
  color: var(--jj-coffee);
}
.javajay-modal-error,
.javajay-modal-warning { border-radius: 14px; }

/* Forms, cart, checkout and payment */
.vr-confirmpage input[type="text"],
.vr-confirmpage input[type="email"],
.vr-confirmpage input[type="tel"],
.vr-confirmpage input[type="number"],
.vr-confirmpage input[type="date"],
.vr-confirmpage input[type="time"],
.vr-confirmpage select,
.vr-confirmpage textarea,
.vrtkdatetimeinput,
.vrcfinput,
.vrinput,
.vrtextarea,
.vrlogininput,
.vrcouponcodetext {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px;
  padding: 11px 13px !important;
  color: var(--jj-coffee) !important;
  background: #fff !important;
  border: 2px solid #cab7a8 !important;
  border-radius: 12px !important;
  box-sizing: border-box;
}
.vr-confirmpage input:focus,
.vr-confirmpage select:focus,
.vr-confirmpage textarea:focus {
  border-color: var(--jj-cyan) !important;
  outline: 3px solid rgba(8,174,234,.2) !important;
}
.vrtkconfcartoneitemrow,
.vrtk-order-food-group,
.vr-payment-wrapper,
.vr-allorders-row,
.vr-trackorder-day {
  background: #fff !important;
  color: var(--jj-coffee) !important;
  border: 2px solid rgba(8,174,234,.3) !important;
  border-radius: 16px !important;
  margin: 10px 0 !important;
  padding: 14px !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
  box-sizing: border-box;
}
.vr-payments-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 14px;
}
.vr-payment-title { width: 100%; }
.vrtkconfcartoneitemrow {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 12px;
}
.vrtkconfcartpricesp,
.vrtkconfcartpricesp-full,
.vrorder-grand-total { color: var(--jj-orange) !important; font-weight: 900 !important; }
.vrstepbardiv { display: flex; flex-wrap: wrap; gap: 8px; }
.vrstep,
.vrstepactive {
  flex: 1 1 150px;
  border-radius: 12px !important;
  padding: 10px !important;
}
.vrstepactive { background: var(--jj-cyan) !important; color: #00131c !important; }

/* Product detail */
.vrtk-itemdet-product {
  background: rgba(255,247,232,.98) !important;
  color: var(--jj-coffee) !important;
  border: 2px solid rgba(8,174,234,.38) !important;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: var(--jj-shadow);
}
.vrtk-itemdet-prod-body { padding: clamp(16px,2.5vw,30px) !important; }
.vrtk-itemdet-category { color: var(--jj-orange) !important; font-weight: 900; text-transform: uppercase; }

/* Admin/audit content when rendered within component */
.javajay-admin-hero img { max-width: 300px; height: auto; }

/* Accessibility and mobile */
@media (max-width: 900px) {
  .vrtkitemsofmenudiv { grid-template-columns: 1fr; }
  .vrtkitemspagediv::before,
  .vrtk-itemdet-page::before,
  .vr-confirmpage::before,
  .vr-allorders-wrapper::before,
  .vr-trackorder-wrapper::before {
    min-height: clamp(380px, 112vw, 690px);
    background-image: url("https://bistrobuddy.com/media/javajaycafe/theme/images/javajay-hero-mobile.webp");
    background-position: center top;
  }
  .vrtksingleitemdiv { max-width: 680px; margin-inline: auto !important; }
}
@media (max-width: 640px) {
  .vrtkitemspagediv,
  .vrtk-itemdet-page,
  .vr-confirmpage,
  .vr-allorders-wrapper,
  .vr-trackorder-wrapper { padding: 10px; border-radius: 14px; }
  .vrtkitemspagediv::before,
  .vrtk-itemdet-page::before,
  .vr-confirmpage::before,
  .vr-allorders-wrapper::before,
  .vr-trackorder-wrapper::before {
    margin: 0 0 18px;
    width: 100%;
  }
  .vrtkiteminfodiv { padding: 15px 15px 0 !important; }
  .vr-modal-box { width: 100% !important; max-height: calc(100dvh - 12px) !important; margin: 0 auto !important; border-radius: 16px !important; }
  .vr-overlay { padding: 6px !important; }
  .vr-modal-head { padding: 10px 12px !important; }
  .vr-modal-head h3 { font-size: 1.1rem !important; }
  .vrtk-additem-bottom { grid-template-columns: 1fr; }
  .vrtk-additem-success-button { grid-row: 1; }
  .vrtk-additem-group-topping { grid-template-columns: minmax(0,1fr) auto; }
  .vrtk-additem-topping-price { grid-column: 2; }
  .vrtkconfcartoneitemrow { grid-template-columns: 1fr; }
  .vr-payments-list { grid-template-columns: 1fr; }
  .vrtkgotopaydiv { bottom: max(6px, env(safe-area-inset-bottom)); padding: 10px !important; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
@media print {
  .vrtkitemspagediv::before,
  .vrtk-itemdet-page::before,
  .vr-confirmpage::before,
  .vrtkgotopaydiv,
  .vr-overlay { display: none !important; }
  body, .vr-confirmpage, .vrorderpagediv { background: #fff !important; color: #000 !important; box-shadow: none !important; }
}
/* JAVA JAY RESPONSIVE BRAND THEME 1.1.1 END */
