 *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

  :root {
    --gold:       #c9a84c;
    --gold-light: #e2c47a;
    --cream:      #f5edd8;
    --dark:       #0d0a06;
    --muted:      rgba(245,237,216,0.52);
    --border:     rgba(201,168,76,0.22);
  }

  html, body { height: auto; overflow: visible; }

  body {
    font-family: 'Jost', sans-serif;
    background: var(--dark);
    color: var(--cream);
  }
  .site-logo img{
    max-width: 80px;
  }
  .container{
    max-width: 1920px;
    width: 100%;
  }

  /* ── NAV ── */
	.home header{
		position:fixed;
	}
  header {
    position: relative;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    background: linear-gradient(to bottom, rgba(13,10,6,0.88) 0%, transparent 100%);
        justify-content: end;
  }
   /* header  nav{
        position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem 3.5rem;
    background: linear-gradient(to bottom, rgba(13,10,6,0.88) 0%, transparent 100%);
        justify-content: end;
   } */
    .wrap-head{
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

  .logo {
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    letter-spacing: 0.18em;
    color: var(--gold);
    text-decoration: none;
    line-height: 1;
  }

  .logo small {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 0.52rem;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--cream);
    opacity: 0.45;
    font-weight: 300;
    margin-top: 3px;
  }

  .nav-links {
    list-style: none;
    display: flex;
    gap: 2.6rem;
  }

  .nav-links a {
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--cream);
    text-decoration: none;
    opacity: 0.72;
    transition: opacity 0.2s, color 0.2s;
  }

  .nav-links a:hover { opacity: 1; color: var(--gold); }

  .nav-reserve {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid var(--gold);
    padding: 0.5rem 1.3rem;
    text-decoration: none;
    transition: background 0.25s, color 0.25s;
  }

  .nav-reserve:hover { background: var(--gold); color: var(--dark); }

  /* ── HERO ── */
  .hero {
    position: relative;
    height: 96vh;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
  }

  /* Background food photo */
  .hero-bg {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1585937421612-70a008356fbe?w=1800&q=85&auto=format&fit=crop')
                center / cover no-repeat;
    transform: scale(1.06);
    animation: zoomBg 20s ease-in-out infinite alternate;
  }

  @keyframes zoomBg {
    from { transform: scale(1.06); }
    to   { transform: scale(1.13); }
  }

  /* Dark overlay */
  .hero-overlay {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse at 58% 42%, rgba(13,10,6,0.18) 0%, rgba(13,10,6,0.78) 65%),
      linear-gradient(to bottom, rgba(13,10,6,0.68) 0%, rgba(13,10,6,0.28) 48%, rgba(13,10,6,0.96) 100%);
  }

  /* Decorative gold border frame */
  .hero-frame {
    position: absolute;
    inset: 2rem;
    border: 1px solid var(--border);
    pointer-events: none;
    animation: fadeUp 1.8s ease 0.4s both;
  }

  .hero-frame::before {
    content: '';
    position: absolute;
    top: -1px; left: 3rem; right: 3rem; height: 1px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
  }

  .hero-frame::after {
    content: '';
    position: absolute;
    bottom: -1px; left: 3rem; right: 3rem; height: 1px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
  }

  /* Corner accents */
  .corner {
    position: absolute;
    width: 20px; height: 20px;
    border-color: rgba(201,168,76,0.55);
    border-style: solid;
    animation: fadeUp 1.8s ease 0.6s both;
  }
  .tl { top: 2rem;    left: 2rem;    border-width: 1px 0 0 1px; }
  .tr { top: 2rem;    right: 2rem;   border-width: 1px 1px 0 0; }
  .bl { bottom: 2rem; left: 2rem;    border-width: 0 0 1px 1px; }
  .br { bottom: 2rem; right: 2rem;   border-width: 0 1px 1px 0; }

  /* Content */
  .hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tagline {
    font-size: 0.65rem;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.6rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: fadeUp 1s ease 0.3s both;
  }

  .tagline::before, .tagline::after {
    content: '';
    width: 36px; height: 1px;
    background: var(--gold);
    opacity: 0.5;
  }

  h1 {
    font-family: 'Cinzel', serif;
    font-size: clamp(3rem, 7.5vw, 6rem);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: 0.04em;
    color: var(--cream);
    text-shadow: 0 2px 40px rgba(0,0,0,0.5);
    animation: fadeUp 1s ease 0.42s both;
  }

  h1 span {
    display: block;
    color: var(--gold);
    font-weight: 400;
    font-size: clamp(2.2rem, 5.5vw, 4.4rem);
  }

  /* Gold divider */
  .divider {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin: 1.8rem auto;
    width: 200px;
    animation: fadeUp 1s ease 0.55s both;
  }

  .divider::before { content: ''; flex: 1; height: 1px; background: linear-gradient(to right, transparent, rgba(201,168,76,0.5)); }
  .divider::after  { content: ''; flex: 1; height: 1px; background: linear-gradient(to left,  transparent, rgba(201,168,76,0.5)); }

  .gem {
    width: 6px; height: 6px;
    background: var(--gold);
    transform: rotate(45deg);
    flex-shrink: 0;
  }

  .subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.05rem, 2.4vw, 1.38rem);
    font-style: italic;
    font-weight: 300;
    color: var(--muted);
    max-width: 500px;
    line-height: 1.8;
    margin-bottom: 3rem;
    text-shadow: 0 1px 12px rgba(0,0,0,0.55);
    animation: fadeUp 1s ease 0.65s both;
  }

  /* ── CTA BUTTON ── */
  .cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    animation: fadeUp 1s ease 0.78s both;
  }

  .cta-btn {
    position: relative;
    font-family: 'Cinzel', serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--dark);
    background: var(--gold);
    padding: 1.15rem 3rem;
    text-decoration: none;
    display: inline-block;
    transition: background 0.25s, transform 0.2s, letter-spacing 0.25s;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  }

  .cta-btn:hover {
    background: var(--gold-light);
    transform: translateY(-3px);
    letter-spacing: 0.3em;
  }

  .cta-btn:active { transform: translateY(-1px); }

  /* Sheen sweep on hover */
  .cta-btn::after {
    content: '';
    position: absolute;
    top: 0; left: -75%;
    width: 50%; height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%);
    transform: skewX(-20deg);
    transition: left 0.5s ease;
  }

  .cta-btn:hover::after { left: 130%; }

  .cta-note {
    font-size: 0.62rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
    opacity: 0.7;
  }

  /* ── SCROLL HINT ── */
  .scroll-hint {
    position: absolute;
    bottom: 2.4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    animation: fadeUp 1s ease 1.4s both;
    opacity: 0.45;
  }

  .scroll-hint p {
    font-size: 0.57rem;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--gold);
  }

  .scroll-line {
    width: 1px; height: 40px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    animation: pulse 2.2s ease-in-out infinite;
  }

  /* ── KEYFRAMES ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  @keyframes pulse {
    0%, 100% { opacity: 0.4; transform: scaleY(1); }
    50%       { opacity: 1;   transform: scaleY(1.1); }
  }

  /* ==================================
   HEADER NAVIGATION
================================== */

.main-navigation {
    display: flex;
    align-items: center;
    gap: 40px;
}

.primary-menu {
    display: flex;
    align-items: center;
    gap: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-menu li {
    position: relative;
}

.primary-menu li a {
    display: block;
    color: var(--cream);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    transition: all .3s ease;
    padding: 10px 0;
}

.primary-menu li a:hover,
.primary-menu li.current-menu-item > a,
.primary-menu li.current_page_item > a {
    color: var(--gold);
}

/* Underline Effect */

.primary-menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: .3s;
}

.primary-menu li:hover a::after,
.primary-menu li.current-menu-item a::after {
    width: 100%;
}

/* Dropdown */

.primary-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: rgba(13,10,6,.98);
    border: 1px solid var(--border);
    padding: 15px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: .3s;
    z-index: 999;
}

.primary-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.primary-menu .sub-menu li {
    width: 100%;
}

.primary-menu .sub-menu li a {
    padding: 10px 20px;
    font-size: 12px;
    letter-spacing: 1px;
}

/* Phone Button */

.nav-reserve {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    white-space: nowrap;
}
.account-menu{
    display:flex;
    align-items:center;
    gap:20px;
    list-style:none;
    margin:0;
    padding:0;
}

.account-menu a{
    color:var(--cream);
    text-decoration:none;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:2px;
    transition:.3s;
}

.account-menu a:hover{
    color:var(--gold);
}
/* ==================================
   MOBILE
================================== */

.mobile-toggle {
    display: none;
    width: 34px;
    height: 34px;
    cursor: pointer;
    position: relative;
}

.mobile-toggle span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--gold);
    left: 0;
    transition: .3s;
}

.mobile-toggle span:nth-child(1) {
    top: 8px;
}

.mobile-toggle span:nth-child(2) {
    top: 16px;
}

.mobile-toggle span:nth-child(3) {
    top: 24px;
}
body.rpress-checkout #rpress_checkout_form_wrap #rpress_register_fields fieldset{
    margin-top: 20px!important;
}
@media (max-width: 991px) {

    header {
        padding: 10px 15px;
    }

    .site-logo img {
        max-width: 65px;
    }

    .main-navigation {
        gap: 15px;
    }

    .nav-reserve {
        display: none;
    }

    .mobile-toggle {
        display: block;
    }

    .primary-menu {
        position: fixed;
        top: 85px;
        left: -100%;
        width: 280px;
        height: calc(100vh - 85px);
        background: #0d0a06;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 20px;
        border-right: 1px solid var(--border);
        transition: .35s ease;
        overflow-y: auto;
    }

    .primary-menu.active {
        left: 0;
    }

    .primary-menu li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .primary-menu li a {
        width: 100%;
        padding: 15px 0;
        font-size: 12px;
    }

    .primary-menu .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        border: 0;
        background: transparent;
        padding: 0 0 0 15px;
    }

    .primary-menu li.menu-item-has-children:hover > .sub-menu {
        display: block;
    }
}

@media (max-width: 767px) {

    .wrap-head {
        min-height: 70px;
    }

    .site-logo img {
        max-width: 55px;
    }

    .primary-menu {
        width: 100%;
        left: -100%;
    }

    .primary-menu.active {
        left: 0;
    }
}
.order-online .rpress-delivery-options ul#rpressdeliveryTab.order-online-servicetabs > li.nav-item > a.nav-link,
.order-online .rpress-section .make-me-sticky .pn-ProductNav_Link, .order-online .rpress-section .make-me-sticky .scrollable-div-wrapper-main > .pn-ProductNav_Wrapper .pn-ProductNav_Link{
	font-size:14px;
	line-height:28px;
	letter-spacing:.5px;
}

.order-online .rpress-delivery-options ul#rpressdeliveryTab.order-online-servicetabs > li.nav-item.active a {
	background-color: #c9a84c!important;
	border-color: #c9a84c!important;
	font-weight:500!important;
}
.pn-ProductNav_Link[aria-selected=true], .pn-ProductNav_Link:hover, .menu-category-wrap h5.rpress-cat{
	color:#c9a84c!important;
		font-weight:500!important;
	letter-spacing:.5px
}
div.rpress_fooditems_grid .rpress_fooditem_title .food-title {
    color: #000 !important;
    font-weight: 500 !important;
    letter-spacing: .5px;
    font-size:14px;
    line-height: normal;
}
div.rpress_fooditems_grid .rpress-price-holder span.price {
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    line-height: 0;
}
div.rpress-search-wrap input#rpress-food-search, .rpress_fooditem_tags span.fooditem_tag {
    font-family: 'Jost';
    font-size: 16px;
}
.order-online .rpress-section .make-me-sticky .pn-ProductNav_Contents, .order-online .rpress-section .make-me-sticky .scrollable-div-wrapper-main > .pn-ProductNav_Wrapper .pn-ProductNav_Contents{
	gap:20px;
}

.pn-ProductNav_Indicator{
	background-color: #c9a84c!important;
}
.order-online .rpress-section .make-me-sticky .cd-dropdown-wrapper .cd-dropdown, .order-online .rpress-section .make-me-sticky .scrollable-div-wrapper-main > .cd-dropdown-wrapper .cd-dropdown{
	top:40%;
}
a.rpress-add-to-cart.rounded.rpress-submit {
    position: relative;
    font-family: 'Jost';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: var(--gold);
    padding: 6px 30px !important;
    transition: background 0.25s, transform 0.2s, letter-spacing 0.25s;
    height: auto !important;
}

.rpress_purchase_submit_wrapper a.rpress-add-to-cart.rpress-submit .rpress-add-to-cart-label {
    color: #000000 !important;
}
.rpress_purchase_submit_wrapper a.rpress-add-to-cart.rpress-submit span.add-icon svg path{
	fill:#000!important
}
#rpressModal header.modal__header {
    background: transparent;
    justify-content: flex-start;
    color: #000;
    padding-top: 0;
}

#rpressModal header.modal__header .modal__close{
	right: 15px;
    top: 5px;
}
.addon-popup-wrap .modal-body {
    margin-top: 0;
}
span.special-instructions-link {
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
	  color:#000;
}
textarea.special-instructions {
	height: 100px;
	font-family: 'Jost';
	font-size: 18px;
	padding: 8px 15px;
	color: #000;
	width:100%;
}
.addon-popup-wrap #fooditem-details h6, .addon-popup-wrap #fooditem-update-details h6 {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    padding: 10px 5px;
    font-weight: 500;
	 color:#000;
}
.addon-popup-wrap .rd-option .rd-option-name, .food-item-list span.cat_price {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
#rpressModal .rpress-popup-actions .submit-fooditem-button {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    padding: 12px 15px;
    position: relative;
    width: 100%;
    background-color: #c9a84c;
    text-decoration: none;
    border-color: #c9a84c;
}
#rpressModal .rpress-popup-actions .submit-fooditem-button span.cart-item-price {
    font-size: 16px;
    position: absolute;
    right: 25px;
    line-height: normal;
}
#rpressModal .qtyplus-wrap input[type="button"], #rpressModal .qtyminus-wrap input[type="button"], #rpressModal div.rpress-popup-actions .btn-count input[type="button"]{
	border-color: #c9a84c!important;
	color:#000
}
.rpress-popup-actions .btn-count input.qty.qty-style {
    color: #000;
    padding: 0;
    font-size: 18px;
    font-family: 'Jost';
    line-height: normal;
}
.rpressStickySidebar {
    display: block;
    box-shadow: 0px 4px 20px 0px #0000000F;
    background-color: #fff;
    border-radius: 12px;
    height: auto;
}
.rpress.item-order h4 {
    font-size: 20px;
    margin: 0;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .3px;
}
body .rpress-cart .rpress_subtotal, body .rpress-cart .rpress_cart_tax, body .rpress-cart .rpress-delivery-fee, body .rpress-cart .rpress_user_discount {
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
    background: transparent;
    display: block;
    clear: both;
    overflow: hidden;
    color: #000;
}
.rpress-cart .rpress_total {
    padding-top: 8px;
    color: #404040;
    font-weight: 500;
    font-size: 20px;
    border-top: 1.6px dashed #C5C5C5;
    font-weight: 500 !important;
    letter-spacing: .5px;
}
.delivery-change, .special-inst span, .special-margin span, .rpress-clear-cart, .cart-action-wrap a, .rpress_fooditems_list h5.rpress-cat, ul.rpress-cart span.cart-total, a.rpress_cart_remove_item_btn, .rpress-show-terms a, .rpress-view-order-btn {
    color: #000;
}
.cart_item.rpress_checkout a {
    background: #c9a84c;
    border: 1px solid #c9a84c;
    font-size: 20px;
}
#rpress_checkout_form_wrap #rpress_purchase_form {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.rpressStickySidebar {
    display: block;
    box-shadow: none !important;
    background-color: #fff;
    border-radius: 15px;
    height: auto;
}
.rp-checkout-service-option {
    margin-bottom: 0;
    border-radius: 15px;
    background: #fff;
    box-shadow: none;
    padding: 20px 15px;
}
#rpress_checkout_cart_wrap table {
    border: none !important;
    background: #fff;
    box-shadow: none;
    padding: 15px;
    border-radius: 15px;
    width: 100%;
    border-collapse: inherit;
}
#rpress_checkout_wrap .rpress-delivery-options ul#rpressdeliveryTab{
	border:0px;
}
.nav#rpressdeliveryTab>li.active>a, .nav#rpressdeliveryTab>li.active>a:hover, .nav#rpressdeliveryTab>li.active>a:focus, .close-cart-ic, #rpress_checkout_wrap .nav#rpressdeliveryTab>li.active>a, #rpress_checkout_wrap .nav#rpressdeliveryTab>li.active>a:hover, #rpress_checkout_wrap .nav#rpressdeliveryTab>li.active>a:focus, [type=submit].rpress-submit {
    background-color: #c9a84c!important;
    color: #fff;
}
#rpress_checkout_wrap .nav#rpressdeliveryTab > li > a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    line-height: 35px;
    color: #000;
}
#rpress_checkout_form_wrap legend{
	    font-size: 20px;
	color: #000;
    font-weight: 500;
}
#rpress_checkout_form_wrap label {
    font-weight: 500;
    display: block;
    position: relative;
    line-height: 100%;
    font-size: 18px;
	  line-height:normal;
    margin: 0 0 5px;
}
#rpress_checkout_form_wrap input[type=email], #rpress_checkout_form_wrap input[type=password], #rpress_checkout_form_wrap input[type=tel], #rpress_checkout_form_wrap input[type=text], #rpress_checkout_form_wrap textarea {
    padding: 5px 10px;
    border: 1px solid #000;
    background: #fff;
    font-family: 'Jost';
    font-size: 16px;
}
#rpress_checkout_wrap #rpress_purchase_submit #rpress_final_total_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    margin: 0 0 12px;
    color: #000;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 18px;
    font-family: 'Jost';
    padding: 20px 25px;
}
#rpress_purchase_form_wrap #rpress-purchase-button {
    margin-top: 15px;
    width: 100%;
    font-family: 'Jost';
    font-size: 20px;
    letter-spacing: .5px;
}

select#rpress-delivery-hours {
	font-family: 'Jost';
	height: 50px;
	background-position: 14px 15px, 100% 50%;
	margin-top: 5px;
}
.rp-thankyou-hero-main, .rp-thankyou-live-status, .rp-thankyou-meta,.rp-thankyou-notify-btn,.rp-thankyou-summary,.rp-thankyou-next-item {
    font-family: 'jost';
    font-weight: 500;
}
.rp-thankyou-card h3 {
    margin: 0;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
}
.rp-thankyou-list span {
    font-size: 16px;
}
.rp-thankyou-page table#rp-order-summary tfoot td, .rp-thankyou-page .rpress_purchase_receipt_product_name span.rpress-main-item-name {
    font-weight: 500;
    letter-spacing: .5px;
}
.rp-thankyou-page table#rp-order-summary thead th{
	font-family:'jost';
	text-align:left;
}
.rp-thankyou-live-status-content h4 {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 500;
     color: #c9a84c !important;
    margin: 10px 0;
}
strong#rp-live-order-status,.rp-thankyou-summary-header p,#rp-live-order-status-details {
    color: #c9a84c !important;
    font-weight: 500;
    letter-spacing: .5px;
}
.rp-thankyou-hero h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}
.rp-thankyou-notify-btn {
    border: 1px solid red;
    background: #ffffff;
    color: red;
    border-radius: 999px;
    font-size: 16px;
}
.rp-thankyou-notify-btn:hover, .rp-thankyou-notify-btn:focus {
    background: red;
    color: #fff;
    border-color: red;
}
.rpress_purchase_row .rpress-history-card {
    background-color: #fff;
    border-radius: 20px;
}
.rpress-history-card .rpress-lable-txt,
.rpress-history-card span.rp-bold-hs{
    font-size: 16px;
	  letter-spacing:.5px;
}
.rpress-history-card .rpess-view-details {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.rpress-history-card a,
.rpress-history-card .rpesss-foods span{
    font-size: 16px !important;
    letter-spacing: .5px;
}
.rpress-history-card .rpress-total-am {
    font-weight: 500;
    color: #000;
    font-size: 17px;
}
.rpress-history-card span.rpress-status, .modal.show-order-details span.rpress-status {
    padding: 6px 13px;
    font-size: 16px;
    background: #c9a84c;
    color: #fff!important;
    border-radius: 4px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    border-color: #c9a84c;
    letter-spacing: .5px;
}
.rpress-order-details .rp-detils-content-view p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px !important;
    color: #000 !important;
    letter-spacing: .5px !important;
}
.rp-order-list-main-wrap {
    margin-top: 15px;
}
.modal.show-order-details .modal-footer{
	font-size:20px;
}
body form#rpress_login_form, body form#rpress_register_form, body .custom-reset-password {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: #191919;
    max-width: 550px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    font-family: 'Jost';
}
form.rpress_form .gmail-login-link-wrap{
	display:none;
}
form.rpress_form h1.rpress-login-hd, .custom-reset-password h2 {
    text-align: center;
    line-height: normal;
    text-transform: capitalize;
}
form.rpress_form .welcome-text-wrap, .custom-reset-password>p{
	justify-content:center;
}
form.rpress_form .hr-lines {
    position: relative;
    margin: 50px auto 40px;
    text-align: center;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
}
form.rpress_form p input, .custom-reset-password form input{
	font-family: 'Jost';
}
form.rpress_form .rpress-login-remember label {
    cursor: pointer;
    position: absolute;
    width: auto;
    height: auto;
    top: 4px;
    left: 30px;
    background: #fff;
    border: 0;
    border-radius: 3px;
}
.make-me-sticky {
    height: 50px !important;
}
.button.rpress-submit, .btn.btn-block.btn-primary, .rpress-mobile-cart-icons .rp-cart-right-wrap, .button.rpress-status {
    background: #c9a84c;
    color: #fff;
    border: 1px solid #c9a84c;
}
form.rpress_form .rpress-login-remember label:after{
	display:none;
}
form.rpress_form .rpress-login-remember input[type=checkbox]:checked + label {
    background-color: transparent;
    border: 0px solid #000000;
}
form.rpress_form p input[type="submit"], .custom-reset-password form input[type="submit"] {
    border: 1px solid #c9a84c;
    background: #c9a84c;
	transition:.5s ease all;
}
form.rpress_form p input[type="submit"]:hover, .custom-reset-password form input[type="submit"]:hover{
	background-color:#000;
	color:#fff!important;
	transition:.5s ease all;
}
form.rpress_form p.register-link-wrap .reglink {
    color: #c9a84c;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .5px;
}
form.rpress_form p.register-link-wrap .reglink svg path {
    fill:  #c9a84c;
}
p.error {
    margin-top: 20px;
}
.rpress-checkout #rpress_checkout_form_wrap fieldset p:last-child {
    display: block;
    width: 100%;
}
div.rpress_fooditems_grid .rpress_fooditem .rpress_price{
  font-size: 14px;
}
.rpress-price-holder .rpress-add-to-cart{
    position: relative;
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--dark);
    background: var(--gold);
    padding: 1.15rem 3rem;
    text-decoration: none;
    display: inline-block;
    transition: background 0.25s, transform 0.2s, letter-spacing 0.25s;
}
.menu-category-wrap h5.rpress-cat{
  font-size: 16px;
}
.addon-popup-wrap .modal__image-section img.item-image{
  height: auto;
}
#rpress_checkout_wrap .rp-checkout-service-option, #rpress_checkout_wrap #rpress_checkout_cart_wrap table{
  color: #000;
}
form.rpress_form p{
  padding: 0;
  margin: 0;
}
#rpress_checkout_form_wrap fieldset{
  border: none;
}
#rpress_checkout_form_wrap legend{
  display: none;
}
.modal__image-section img{
max-width: 220px;
margin: auto;
}
.rpress-checkout #rpress_checkout_wrap{
      max-width: 1920px !important;
}
body.rpress-checkout #rpress_checkout_wrap{
  max-width: 1920px!important;
}
body.rpress-checkout .container #rpress_checkout_wrap, .user-dashboard-wrapper{
  background: #fff!important;
}
body.rpress-checkout .container #rpress_checkout_wrap .rp-checkout-service-option{
  margin-top: 15px!important;
}
.cd-dropdown-trigger{
  display: none!important;
}
form.rpress_form p.rpress-login-remember{
  margin: 20px 0;
}
form.rpress_form p.register-link-wrap{
  margin: 15px 0;
}
#rpress_login_form label, #rpress_register_form label{
    margin-top: 10px;
}
.rpress-login-remember label{
      margin-top: 0!important;
      top: 0!important;
}
#rpress-purchase-button, .rpress-submit, [type=submit].rpress-submit{
  margin-top: 35px;
}
.rpress-account-pending{
    text-align: center;
    background: #755f30;
    max-width: 990px;
    margin: auto;
    margin-top: 100px;
    padding: 30px;
}
.rpress_success:not(.rpress-alert){
    margin: auto;
    margin-top: 100px;
}

body.rpress-checkout #rpress_checkout_wrap #rpress-payment-mode-wrap{
    border: none!important;
}
.rpress-cart .rpress-special-instruction{
    color: #000;
}
@media(max-width:1100px){
    .rpress-checkout-button-actions .rpress_checkout_register_login{
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .addon-popup-wrap#rpressModal .rpress-popup-actions .submit-fooditem-button {
        font-size: 18px!important;
	}
	#rpressModal .rpress-popup-actions .submit-fooditem-button span.cart-item-price {
    font-size: 18px;
    position: relative;
    right: -15px;
    line-height: normal;
}
	.rpress-section div.rpress_fooditems_grid .rpress-price-holder {
        position: absolute;
        width: 100%;
        margin-top: 8px;
        left: 0;
        padding-left: 15px;
    }
}
@media(max-width:1024px){
	#rpress_checkout_wrap {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
	#rpress_checkout_wrap #rpress_checkout_cart_form {
        order: 1;
        margin-top: 0;
        position: static;
        background: #fff;
        border-radius: 20px;
    }
	header {
    background: #000;
}
	.home header{
		background:linear-gradient(to bottom, rgba(13,10,6,0.88) 0%, transparent 100%)!important;
	}
  .rpress-options-row, .rpress_fooditems_list, .rpress-grid-main-wrap{
            padding-left: 12px;
        padding-right: 12px;
  }
}
fieldset#rpress_checkout_order_details, fieldset#rpress_checkout_user_info{
  margin: 0!important;
}
@media(max-width:767px){
  body.rpress-checkout #rpress_checkout_wrap .rp-checkout-service-option .rpress-checkout-service-heading{
      display: none !important;
  }
	.rpress-section .rpress-grid-main-wrap:not(:last-child) {
    padding-bottom: 0;
}
	fieldset#rpress_checkout_order_details, fieldset#rpress_checkout_user_info {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 0!important;
}
	.addon-popup-wrap .modal__container{
		height:auto!important;
	}
	#rpressModal .modal__footer{
		position:relative!important;
	}
	.rpress-section div.rpress_fooditems_grid .rpress-price-holder{
		padding-left:0px;
	}
  .rpress-delivery-wrap .alert{
        color: #000;
  }
}

@media(max-width:420px){
	div.rpress_fooditems_grid .rpress_fooditem_title .food-title {
    color: #000 !important;
    font-weight: 500 !important;
    letter-spacing: .5px;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 20px;
}
	.rpress-section div.rpress_fooditems_grid .rpress-price-holder {
        position: static;
        width: 100%;
        margin-top: 8px;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
	div.rpress_fooditems_grid .rpress-price-holder span.price {
    font-size: 16px;
	}
	.rpress-grid-main-wrap:not(:last-child) {
    padding-bottom: 0 !important;
}
}
