.nav-mobile {
    position: relative !important;
}
.nav-mobile .sub-head {
    position: fixed !important;
    padding: 15px 0 17px 0;
}
.nav-desktop {
    position: fixed !important;
}
.menu .container .category .products .row .box-product .box {
    display: unset !important;
}
.cart_modal_index {
    z-index: 999999999999 !important;
}
#toast-container {
    z-index: 99999999999999;
}
.menu
    .container
    .category
    .products
    .row
    .box-product
    .box
    .box-2
    .description {
    padding-bottom: 0px;
    /* min-height: 75px; */
}
.products-options-container {
    padding-bottom: 45px;
}
.options .box {
    margin-bottom: 5px;
}

.msg-container {
    z-index: 999999999;
}
.alert-custom-msg {
    background: #f6c547;
    padding: 20px 35px;
    font-size: 14px;
}

/*custom checkbox*/
.custom-checkbox {
    width: 100%;
    margin: 15px auto;
    position: relative;
    display: block;
}

.custom-checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}
.custom-checkbox label {
    position: relative;
}
.custom-checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #d82d28;
}
.custom-checkbox label:after {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #d82d28;
    border-left: 2px solid #d82d28;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 12px;
    left: 10px;
}
.custom-checkbox input[type="checkbox"]:checked ~ label::before {
    color: #d82d28;
}

.custom-checkbox input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.custom-checkbox label {
    min-height: 34px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
}
.custom-checkbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom-checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}
/*custom checkbox*/

.msg-content {
    background-color: #27ae60 !important;
    color: white;
    text-align: center;
    border-radius: 12px;
}
.msg-content p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 12px;
}
.container-msg-content {
    z-index: 999999999 !important;
}

.bg-chili-icon {
    position: absolute;
    width: 40px !important;
    top: 15px;
    right: 15px;
}

.bg-sold-icon {
    position: absolute;
    width: 100px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.md-chili-icon {
    position: absolute;
    width: 35px !important;
    top: 7px;
    right: 7px;
}

.md-sold-icon {
    position: absolute;
    width: 50px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.sm-sold-icon {
    position: absolute;
    width: 40px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.sm-chili-icon {
    position: absolute;
    width: 20px !important;
    top: 5px;
    right: 5px;
}

.bg-new-icon {
    position: absolute;
    width: 60px !important;
    top: 0px;
    left: 0px;
}

.md-new-icon {
    position: absolute;
    width: 60px !important;
    top: 0px;
    left: 00px;
}

.sm-new-icon {
    position: absolute;
    width: 25px !important;
    top: 0px;
    left: 1px;
}

.menu
    .container
    .category
    .products
    .row
    .box-product
    .box
    .box-1
    .image:hover
    img {
    border-top-right-radius: unset;
    border-top-left-radius: unset;
    transform: unset;
}

.error-body {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: white;
    border: 2px solid #d82d28;
    border-radius: 50%; /* Circular button */
    display: none; /* Initially hidden */
    align-items: center;
    justify-content: center;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#back-to-top::before {
    content: "\2303"; /* Caret arrow */
    font-size: 24px;
    color: #d82d28;
    display: block;
    line-height: 1;
    padding-top: 8px;
}

.primary-tint {
    background-color: #4ebd95;
}
.warning-tint {
    background-color: #F6C547;
}
.danger-tint {
    background-color: #d82d28;
}

.tint-msg {
    text-align: center;
    color: white;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 24px;
}

.tint-msg p {
    margin-bottom: 0px;
}
.tint-close{
    position: absolute;
    right: 10px;
    top: -3px;
    font-size: 14px;
    cursor: pointer;
}

/* Show the button when scrolled down */

@media (max-width: 768px) {
    #back-to-top {
        bottom: 20px;
        right: 20px;
    }
}

/* Popup style */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999999999;
}
.popup .main-block {
    max-width: 800px;
    display: flex;
    background-color: white;
    padding: 10px;
    position: relative;
}
@media (max-width: 767px) {
    .popup .main-block {
        flex-direction: column !important;
        width: 80%;
    }
}
.popup .main-block .block {
    max-width: 400px;
}
.popup .main-block .block.block-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.popup .main-block .block.block-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .popup .main-block .block.block-2 {
        padding-left: 10px;
    }
    .menu
        .container
        .category
        .products
        .row
        .box-product
        .box
        .box-2
        .description {
        padding-bottom: 0px;
        min-height: 75px;
    }
}
.popup .main-block .block.block-2 .desc {
    display: block;
    overflow-y: auto;
    color: #828282;
    font-size: 16px;
    font-weight: 500;
}

.add-to-cart-modal
    .modal-dialog
    .modal-content
    .modal-body
    .box-2
    .upgrade
    .upgrade-content
    span:last-child {
    color: #757575;
    font-size: 15px;
}
.starting-from {
    font-size: 17px;
    color: #d82d28 !important;
}

@media (max-width: 767px) {
    /* .popup .main-block .block.block-2 p {
    height: 200px;
  } */
}
.popup .main-block .block.block-2 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup .main-block .block.block-2 .title span {
    font-family: "bebasneueregular";
    font-size: 40px;
    color: #d82d28;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .popup .main-block .block.block-2 .title span {
        padding-top: 20px;
        font-size: 30px;
    }
}
.popup .main-block .block.block-2 .title .close-btn {
    background: none;
    opacity: 1;
    color: #d82d28;
    font-size: 16px;
    position: relative;
    /* top: -5px; */
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d82d28;
    border-radius: 50%;
    cursor: pointer;
}
@media (min-width: 992px) {
    .popup .main-block .block.block-2 .title .close-btn {
        position: absolute;
        right: -45px;
        top: -2px;
        color: white;
        border: none;
    }
}
.popup .main-block .block.block-2 .title .close-btn:focus {
    box-shadow: none;
}
.popup .main-block .block.block-2 .title .close-btn:hover {
    opacity: 1;
}
@media (max-width: 767px) {
    .popup .main-block .block.block-2 .title .close-btn {
        background: none;
        opacity: 1;
        color: #d82d28;
        font-size: 20px;
        padding: 0;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 16px;
        right: 16px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #d82d28;
    }

    .bg-chili-icon {
        position: absolute;
        width: 35px !important;
        top: 1px;
        right: 35px;
    }
}
.popup .main-block .block.block-2 .title .close-btn svg {
    font-size: 16px;
}
@media (max-width: 991px) {
    .popup .main-block .block.block-2 .title .close-btn svg {
        height: 15px;
        width: 15px;
    }
    .popup .main-block .block.block-2 .title .close-btn #pathCloseBtn {
        stroke: #d82d28;
        fill: #d82d28;
    }
}
/*end popup*/

.signin-text {
    color: #d82d28;
}
.signin-text:hover {
    color: #000;
}

@media (max-width: 767px) {
    .btns-cart-index {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        background: #fff;
        bottom: -2px;
        left: 0;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        border: 2px solid #dcdcdc;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px;
        z-index: 1;
    }
    .btns-cart-index .next {
        padding: 14px 56px;
        background: #d82d28;
        border-radius: 30px;
        color: #fff;
        border: none;
        font-size: 14px;
    }
    .btns-cart-index .mob-price-check {
        display: flex;
        align-items: center;
        font-weight: 600;
        color: #d82d28;
        font-size: 18px;
    }
}

.desc-space {
    letter-spacing: 0.6px;
}

.fa.fa-twitter {
    font-family: sans-serif;
}
.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}

.item-sub-title {
    color: #d82d28;
    font-size: 12px;
    font-weight: 600;
    padding: 0px;
}
.item-sub-title-modal {
    color: #d82d28;
    font-weight: 500;
    font-size: 15px;
    font-family: "BebasNeueRegular";
}

@media (max-width: 767px) {
    .item-sub-title {
        padding-left: 0px;
    }

    .mobile-box-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .mob-title {
        flex-shrink: 0;
    }
    .mob-product-info {
        flex-shrink: 0;
    }
    .mob-description {
        flex-grow: 1;
    }
}

/* new menu */
.nav-desktop .container-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}

.nav-desktop .container-menu ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 10px 0 0;
    margin: 0;
}
.nav-desktop .container-menu ul .link.active a {
    position: relative;
    color: black;
    transition: all 0.3s ease;
}
.nav-desktop .container-menu ul .link.active a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -10px;
    background-color: black;
}
.nav-desktop .container-menu ul .link a {
    color: black;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 15px;
    position: relative;
    font-family: "BebasNeueRegular";
}
.nav-desktop .container-menu ul .link a:hover::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -10px;
    background-color: black;
}

.nav-desktop.home {
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
    background-color: transparent;
}
.nav-desktop.home .container-menu ul .link.active a {
    color: white;
}
.nav-desktop.home .container-menu ul .link.active a::before {
    background-color: white;
}
.nav-desktop.home .container-menu ul .link a {
    color: white;
}
.nav-desktop.home .container-menu ul .link a:hover::before {
    background-color: white;
}

.search-form {
    width: 70%;
    padding-left: 25px;
    display: flex;
    justify-content: center;
}
.search-location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    color: #d82d28;
    font-size: 14px;
}
.search-location:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

.home .search-location {
    color: white;
}

.home .search-location:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
.search {
    width: 100%;
    border: 1.5px solid #d82d28;
    padding: 8px;
    border-radius: 4px;
    margin-left: 10px;
    border-radius: 24px;
    background-color: transparent;
    outline: none;
}
.home .search {
    border: 2px solid #fff;
}
.home .search::placeholder {
    color: #fff;
}
.search-submit {
    cursor: pointer;
}

/* Search Page */
.search-menu {
    margin-top: 100px;
}
.search-split {
    color: #b6b6b6;
}

.search-query {
    border: 1px solid #d82d28;
    border-radius: 24px;
    padding: 8px 23px;
    font-size: 20px;
    position: relative;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    gap: 10px;
    background-color: #fff;
}
.search-query span {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-back{
    color: #d82d28;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.search-back:hover{
    border: 1px solid #d82d28;
    color: #d82d28;
    border-radius: 24px;
    padding: 8px 12px;
    font-size: 18px;
}

@media(max-width:767px){
    .mobile-search-dir{
        flex-direction: column;
        flex-direction: column-reverse !important;
        gap: 10px;;
    }
    .search-query{
        width: 70%;
    }
}

/* Search Modal (Overlay) */
.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
}

/* Close Button */
.search-close-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #d82d28;
    border: 1px solid #d82d28;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Logo */
.search-logo {
    width: 150px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Search Box */

.mob-search-form {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
}
/* Search Input Field */
.search-input-field {
    outline: none;
    border: 1px solid #d82d28;
    border-radius: 24px;
    font-size: 15px;
    padding-left: 10px;
    width: 85%;
}

.search-input-field::placeholder {
    color: #b6b6b6;
}

/* Search Icon Button */
.search-icon-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.search-box {
    display: none;
    align-items: center;
    position: relative;
    width: 0;
    overflow: hidden;
    transition: width 0.8s ease;
}

.search-box.active {
    display: flex;
    width: 100%;
}

/* Input styling */

.show-search-div{
    position: relative;
}
.show-search-div::after {
    content: '';
    position: absolute;
    display: none;
    top: 32px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    filter: drop-shadow(0 5px 14px #0c0c0d);
  }
  .show-search-div.show::after {
    display: block;
}


.search-container {
    position: fixed;
    top: 58px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 12px 8px;
    width: 336px;
    gap: 10px;
    background-color: #fff;
    z-index: 99999;
}
  .search-input-toggle {
    flex: 1;
    border: none;
    outline: none;
    padding: 8px 16px;
    font-size: 13px;
    color: #333;
    border-radius: 24px;
    border: 1px solid #d82d28;
  }

  .search-input-toggle::placeholder {
    color: #888;
  }

  .search-button {
    position: relative;
    border: none;
    background-color: #d11717;
    border-radius: 24px;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .search-button:hover {
    background-color: #a00d0d;
  }

#search-input {
    flex: 1;
    transition: all 0.4s ease;
    width: 100%;
    border: 1.5px solid #d82d28;
    padding: 8px;
    margin-left: 10px;
    border-radius: 24px;
    background-color: transparent;
    outline: none;
    transition: all 0.8s ease;
}

.home #search-input {
    border: 2px solid #fff;
}
.home #search-input::placeholder {
    color: #fff;
}

/* Close button (inside input) */
.close-input-btn {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #d82d28;
    border: 1px solid #d82d28;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .close-input-btn {
    color: #fff;
    border: 1px solid #fff;
}

/* Menu Styles */
.menu-banner {
    border-radius: 24px;
}
.menu-mobile-banner {
    border-radius: 24px;
}

.menu-list{
    gap: 20px;
}
.menu-list li{
    cursor: pointer;
    font-family: "BebasNeueRegular";
}

.menu-list li a{
    color: #000;
    font-size: 30px;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
}

.menu-list li a:hover{
    color: #d82d28;
    text-decoration: underline;
}
.active-menu-link{
    color: #d82d28 !important;
    text-decoration: underline !important;
}
#checkout-error-list{
    padding: 0px;
    margin-bottom: 0px;
}
.unavailable{
    color: #d82d28;
    border: 1px solid;
    padding: 5px;
    border-radius: 10px;

}

@media (max-width: 767px) {
    .menu .container .title h1 {
        font-size: 45px;
    }
    .menu-list li a {
        font-size: 25px;
    }
}

.svg-halal-footer{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
