.order #item-179497138800 {
	background-image: url(https://jerkntingz.com/images/background.png);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.com_gridbox.system {
	background-image: url(https://jerkntingz.com/images/background.png);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ba-checkout-order-form-payments-wrapper {
	display: none;
}

/*Reservations*/

/*Moves booking info down and adds background*/
.com_vikrestaurants {
 	padding-top: 250px !important;
  background-image: url(/images/background.png);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*Adds background colour to booking header and footer*/
.com_vikrestaurants #item-14960529410 {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
    background-attachment: scroll;
}

.com_vikrestaurants .footer {
  background-color: #ffffff !important;
}

/*Changes mobile booking form width*/
@media screen and (max-width : 768px) {
  .vrformfieldset {
    width: 86%;
  }
  .com_vikrestaurants {
 	padding-top: 100px !important; 
}
}

/*Changes tablet/mobile checkout*/
@media screen and (max-width : 1024px) {
  .checkout {
 	padding-top: 300px !important; 
}
}

/* Fixes booking fields */

.iti input, .iti input[type="tel"], .iti input[type="text"] {
    position: relative;
    z-index: 0;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}

.vrcustomfields .vrinput, .vrcustomfields .vrtextarea {
  margin-top: 15px;
}

/* Forms */ 

.ba-form {
	padding: 0 !important;
}

input.ba-btn-submit {
   	font-family: 'Old Standard TT' !important;
    padding: 15px 25px;
    min-width: 200px !important;
  	letter-spacing: 4px;
    line-height: 26px;
    opacity: 1!important;
  	border: 2px solid #000 !important;
  	transition: all .3s linear;
  	-webkit-transition: all .3s linear;
}

input.ba-btn-submit:hover {
	background: transparent!important;
  color: #000!important;
}

.reserve input.ba-btn-submit {
  margin-top: 25px;
}
 
.ba-form input[type="number"],
.ba-form input[type="email"],
.ba-form input[type="text"],
.ba-form select,
.ba-form select[size],
.ba-form .ba-textarea textarea {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
 	font-family: 'Old Standard TT' !important;
  padding-left: 0 !important;
}

.ba-form .icons-cell i {
	margin-left: 0 
}

.ba-form .container-icon textarea.ba-alert,
.ba-form .container-icon textarea,
.ba-form .container-icon select,
.ba-form .container-icon input {
    padding-left: 40px !important;
}

.message-modal.in .message .message-text p {
    text-align: center !important;
}

/* Calendar */
.calendar thead td.title,
.calendar .daysrow .day,
.calendar thead .headrow,
.calendar .daynames {
	font-family: 'Old Standard TT' !important;
  font-weight: 400!important;
}

.calendar tr.headrow td {
    padding-top: 25px!important;
}


/* Test code */

/* ==========================================================================
   PIZZA FRANX - MENU DISPLAY CARD GRID SYSTEM
   ========================================================================== */

/* 1. THE MAIN CONTROLLER GRID */
.vrtkitemsofmenudiv {
  display: grid !important;
  /* Limits card width to prevent massive horizontal stretching on large desktops */
  grid-template-columns: repeat(auto-fit, minmax(230px, 300px)) !important; 
  justify-content: center !important; 
  gap: 30px !important; 
  padding: 40px 20px !important;
  background-color: #FAFAFA !important; /* Off-white backdrop to make white cards pop */
  box-sizing: border-box !important;
}

/* 2. THE STANDALONE PRODUCT CARD OVERRIDES */
.vrtksingleitemdiv {
  background-color: #FFFFFF !important;
  border: 2px solid #F0F0F0 !important; 
  border-radius: 20px !important; /* Clean rounded edges matching the mockup style */
  padding: 24px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
  position: relative !important;
  box-sizing: border-box !important;
  height: 100% !important; /* Ensures identical card heights per row */
  transition: box-shadow 0.3s ease, border-color 0.3s ease !important;
}

/* Hover State - Glow Effect */
.vrtksingleitemdiv:hover {
  border-color: #F4BE1A !important; /* Highlights with brand yellow */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

/* 3. CENTERED LAYOUT ALIGNMENT */
.vrtkitemleftdiv {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
}

/* Image wrappers positioning */
.vrtkitemimagediv-outer, 
.vrtkitemimagediv {
  width: 100% !important;
  max-width: 180px !important;
  margin: 0 auto 15px auto !important;
  display: flex !important;
  justify-content: center !important;
}

.vrtkitemimagediv img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  transition: transform 0.2s ease !important;
}

/* Subtle graphic scale adjustment on card hover */
.vrtksingleitemdiv:hover .vrtkitemimagediv img {
  transform: scale(1.05) !important;
}

/* Text Detail block formatting */
.vrtkiteminfodiv {
  width: 100% !important;
  margin-bottom: 15px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* 4. STREET-FOOD TYPOGRAPHY STYLING */
.vrtkitemnamesp a {
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: 900 !important; /* Heavy-weight bold look */
  font-size: 1.15rem !important;
  color: #0D0D0D !important;
  text-decoration: none !important;
  text-transform: uppercase !important; /* Forced uppercase style */
  display: block !important;
  margin-bottom: 6px !important;
  letter-spacing: -0.5px !important; /* Tighter letter-spacing */
  line-height: 1.2 !important;
}

.vrtkitemdescsp {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.85rem !important;
  color: #666666 !important;
  line-height: 1.4 !important;
}

/* 5. PRICING & ACTION LOWER BAR */
.vrtkitemvardiv {
  width: 100% !important;
  border-top: 1px solid #F2F2F2 !important; /* Separation border above price */
  padding-top: 15px !important;
  margin-top: auto !important; /* Locks pricing details to the absolute bottom */
}

.vrtksinglevar,
.vrtkvarfloatrdiv {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}

.vrtkvarfloatrdiv {
  padding: 0 5px !important; /* Padding stop to prevent edge crowding */
}

/* Price Label text */
.vrtkvarpricesp {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.15rem !important;
  color: #0D0D0D !important;
}

/* 6. CRIMSON ACTION BUTTON OVERRIDES */
.vrtkvaraddbutton {
  background-color: #C51A24 !important; /* Pizza Franx Crimson Red */
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 50% !important; /* Forced perfect circular structure */
  width: 34px !important;
  height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  padding: 0 !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.vrtkvaraddbutton:hover {
  background-color: #A3121A !important;
  transform: scale(1.1) !important;
}

/* Enforces a simple "+" icon inside the round action circle */
.vrtkvaraddbutton i::before {
  content: "\f067" !important; /* FontAwesome global unicode code point for normal plus */
}

.vrtkvaraddbutton i {
  font-size: 14px !important;
}