.clock_time_today {
    background: var(--primary-color) none repeat scroll 0 0;
    font-weight: 700;
    padding: 0 5px;
    color: white !important;
    border-radius: 5px;
}

.clock_time_today>span {
    color: white !important;
}

.menu .food-menu3-box-content span {
    float: right;
}

.header-top-area a {
    color: #fff;
    font-size: 14px;
}

.header-top-area a:hover {
    color: #fff;
}

.header-top-left ul,
.header-top-right ul {
    margin-bottom: 0px !important;
}

.cart-area.vurrent-customer>ul {
    background-color: #fff;
    box-shadow: 2px 2px 10px #000000;
    opacity: 0;
    padding: 12px 0 7px;
    position: absolute;
    right: -78px;
    text-align: center;
    top: 39px;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    width: 155px;
    z-index: 99999;
}

.vurrent-customer a {
    color: #414141;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.vurrent-customer a:hover {
    color: var(--primary-color);
}

.logo-mobile-menu img {
    width: 115px !important;
}

.cart-area>ul {
    width: 200px !important;
    margin-left: 20px !important;
}

.timings .opening-schedule li {
    font-size: 15px;
    margin-bottom: 12px;
}

.timings .opening-schedule li span {
    float: right;
}

.profile {
    margin-bottom: 20px;
}

.profile .btn {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
}

.profile .btn-default:hover {
    background-color: var(--primary-color) !important;
    border: medium none;
    color: #fff;
}

.profile .active {
    background: var(--primary-color) !important;
    font-size: 13px;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
}

.profile .form-control {
    border-radius: 0px !important;
}

.mobileCart {
    padding: 8px 10px;
    background: rgb(59, 59, 59);
    color: #f1f1f1;
    margin-top: 0px;
    text-align: center;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 40;
    width: 100%;
    z-index: 99;
}

.sticky+.content {
    padding-top: 102px;
}

#cartHeader a {
    color: #fff !important;
}

#cartHeader .btn {
    font-size: 14px !important;
}

.menustyling .food_prices {
    padding-left: 10px;
    margin-bottom: 20px;
}


.ff_home_section {
    /* text-align: center; */
    margin: 0 auto;
}

.ff_heading {
    color: var(--primary-color) !important;
    line-height: 50px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 4px;
    word-spacing: 2px;
    font-size: 34px;
    text-transform: uppercase;
}

.ff_heading_title {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    word-spacing: 2px;
    font-size: 24px;
    line-height: 36px;
}

/* .ff_home_section p{
    text-align: center;
    margin: 0 auto;
} */

.ff_tab {
    margin-top: 20px;
}

.rp-image {
    display: block;
    position: relative;
    overflow: hidden;
    border: 0 solid #000;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    height: 280px;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 0;
}

.rp-image img {
    display: block;
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    width: auto;
    height: auto;
    -webkit-transition: left 1s ease-in-out;
    -o-transition: 1s ease-in-out left;
    transition: left 1s ease-in-out;
    -webkit-perspective: 1px;
}

.ff_tab .ff_tabs_image_caption {
    background-color: rgba(0, 0, 0, 0.2);
}

.ff_tabs_image_caption.position-center {
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #404040;
}

.ff_tabs_image_caption.position-center .ff_tabs_image_caption-container {
    display: block;
    margin: auto;
    text-decoration: none;
    width: 100%;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ff_tabs_image_caption {
    font-size: 180%;
}

.ff_tabs_image_caption span {
    color: #fff;
}

.ff_tab .ff_tabs_image_caption {
    background-color: rgba(0, 0, 0, 0.64);
}

.ff_tab:hover .ff_tabs_image_caption {
    font-size: 24px;
}

.ff_tabs_image_caption p span {
    font-size: 28px;
}

.ff_footer_contact p,
.ff_footer_contact p a {
    color: #a9a9a9;
}

.footer-box .footer-social {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.menuOptions p.cart_addon {
    margin: 0px !important;
}

.cart_addon {
    font-size: 12px !important;
    margin: 0px !important;
}

.menuOptions .modal-header {
    background-color: rgb(239, 239, 239);
}

.menuOptions .addon_name {
    font-weight: 400 !important;
    font-size: 14px;
    padding-left: 5px;
}

.menuOptions .addon_price {
    padding-left: 5px;
}

.p_by:hover {
    color: #fff !important;
}

.hometabs {
    margin-bottom: 50px;
}

.ff_track {
    padding-top: 40px;
    padding-bottom: 40px;
}

.status-message {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  padding: 12px 18px;
  font-size: 16px;
  max-width: 100%;
  margin: 15px 0;
  line-height: 1.4;
  flex-wrap: wrap; 
}

.status-message img.status-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.status-message.open {
  background: #e6f8eb;
  color: #218838;
  border: 1px solid #c6e6d1;
}

.status-message.closed {
  background: #f5f5f5;
  color: #333;
  border: 1px solid #ddd;
}

.status-message .hours {
  font-size: 14px;
  font-weight: 400;
  margin-left: 32px; 
  color: #666;
  flex-basis: 100%;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .status-message {
    font-size: 15px;
    padding: 10px 14px;
    gap: 8px;
  }

  .status-message img.status-icon {
    width: 20px;
    height: 20px;
  }

  .status-message .hours {
    font-size: 13px;
    margin-left: 28px;
  }
}

@media (max-width: 480px) {
  .status-message {
    font-size: 14px;
    padding: 8px 12px;
    gap: 6px;
  }

  .status-message img.status-icon {
    width: 18px;
    height: 18px;
  }

  .status-message .hours {
    font-size: 12px;
    margin-left: 24px;
  }
}


@media (max-width: 768px) {
    .location_sec {
        margin-top: 40px;
    }

    .location_sec .timings {
        padding-top: 50px;
    }

    .blog-page-box h2 {
        font-size: 20px !important;
    }

    .reservation-page-form h2 {
        font-size: 24px !important;
    }

    .ff_about {
        margin-bottom: 30px;
    }

    .ff_catering {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .ff_catering .main_catering h3 {
        font-size: 18px;
    }

    .review_cont h2 {
        font-size: 18px !important;
        margin: 0 0 5px 0;
    }

    .ff_track {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .ff_track h2 {
        font-size: 16px;
    }

    .ff_home {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .ff_home_section {
        padding-top: 20px;
    }

    .ghost-color-btn {
        padding: 8px 18px !important;
        font-size: 12px !important;
    }

    .ghost-on-hover-btn {
        padding: 8px 18px !important;
        font-size: 12px !important;
    }

    .rp-image img {
        height: 100%;
    }

    .ff_h_catering {
        margin-top: 40px;
    }

    .ff_h_catering .ff_home_section {
        padding-bottom: 20px;
    }

    .find_us {
        padding: 0px 20px;
    }
    #orderModal{
        margin-top: 60px;
    }
    #orderModal .total-deli-amount{
        font-size: 14px;
    }
    #mobile-cart-container .cart-page-area{
        padding: 0px !important;
    }
    
}

@media only screen and (min-width : 299px) and (max-width : 479px) {
    .middle-logo img {
        display: none !important;
    }

    .header3-area .header-top-area .header-cart-area {
        margin-right: 0px !important;
        margin-top: 0px !important;
    }

    .inner-page-banner-area {
        padding: 35px 0 25px !important;
        margin-top: 15px;
    }

    .profile .btn-group-justified {
        margin-top: 10px;
    }

    .profile a {
        font-size: 12px !important;
    }

    #main_menu>h3 {
        font-size: 16px !important;
    }

    .ff_heading {
        font-size: 20px !important;
    }

    .ff_heading_title {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .section-space {
        padding: 0px 0 !important;
    }

    .ff_heading {
        line-height: 30px !important;
    }

    .app_section .icon {
        width: 125px !important;
    }

    .rp-image img {
        position: inherit !important;
    }

    .rp-image {
        height: 210px !important;
    }

    .ff_tabs_image_caption p span {
        font-size: 22px !important;
    }

    .signup-title,
    .signin-title {
        padding: 15px 25px 15px !important;
    }

    .singup-form-body,
    .singin-form-body {
        padding: 15px 25px 15px !important;
    }

    .order_type_container .btn {
        padding: 12px 26px !important;
        margin: 5px !important;
    }

    .checkout-page-area .order-sheet h3 {
        font-size: 14px !important;
    }

    .cart_btn_cont {
        margin-left: 5px !important;
    }

    #cart__container .guest_ck_btn {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    #cart__container .btn-apply-coupon {
        width: 100% !important;
        text-align: center;
    }

    #menuOptions {
        margin-top: 96px;
    }

    .ipm {
        margin-top: 50px;
    }
}

@media only screen and (min-width : 480px) and (max-width : 599px) {
    .middle-logo img {
        display: none !important;
    }

    .header3-area .header-top-area .header-cart-area {
        margin-right: 0px !important;
        margin-top: 0px !important;
    }

    .inner-page-banner-area {
        padding: 20px 0 25px !important;
        margin-top: 15px;
    }

    .profile .btn-group-justified {
        margin-top: 10px;
    }

    .profile a {
        font-size: 12px !important;
    }

    #main_menu>h3 {
        font-size: 16px !important;
    }

    .ff_heading {
        font-size: 20px !important;
    }

    .ff_heading_title {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .section-space {
        padding: 0px 0 !important;
    }

    .ff_heading {
        line-height: 30px !important;
    }

    .app_section .icon {
        width: 125px !important;
    }

    .rp-image img {
        position: inherit !important;
    }

    .rp-image {
        height: 210px !important;
    }

    .ff_tabs_image_caption p span {
        font-size: 22px !important;
    }

    .signup-title,
    .signin-title {
        padding: 15px 25px 15px !important;
    }

    .singup-form-body,
    .singin-form-body {
        padding: 15px 25px 15px !important;
    }

    .order_type_container .btn {
        padding: 12px 26px !important;
        margin: 5px !important;
    }

    .checkout-page-area .order-sheet h3 {
        font-size: 14px !important;
    }

    .cart_btn_cont {
        margin-left: 5px !important;
    }

    #cart__container .guest_ck_btn {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    #cart__container .btn-apply-coupon {
        width: 100% !important;
        text-align: center;
    }

    #menuOptions {
        margin-top: 96px;
    }

    .ipm {
        margin-top: 50px;
    }
}


.checkout-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.checkout-actions .btn {
    flex: 1 1 48%; 
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 600;
    /* border-radius: 8px; */
    text-align: center;
    text-transform: capitalize !important;
}

.btn-guest {
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
    transition: all 0.3s ease;
}
.btn-guest:hover {
    background: #e6e6e6;
}

.btn-checkout {
    background: #28a745;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
}
.btn-checkout:hover {
    background: #218838;
}

@media (max-width: 576px) {
    .checkout-actions .btn {
        flex: 1 1 100%;
    }
}
