/*@import url('https://fonts.googleapis.com/css2?family=Vidaloka&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Tangerine:wght@400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: var(--body-background-color);
    position: relative;
}


.text-danger {
    color: var(--primary-color) !important;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    padding: 0;
}

.h-70 {
    height: 70% !important;
}

button.btn.btn-theme {
    background-color: var(--primary-color);
    color: var(--pure-light);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 30px 30px 0;
    letter-spacing: 2px;
    font-size: 14px;
}

.btn-danger {
    background-color: var(--primary-color);
    color: var(--pure-light);
    padding: 0.5rem;
    font-size: 14px;
    border: 1px solid var(--primary-color);
}

.btn-price {
    padding: 3px 10px;
    background-color: var(--secondary-color);
    color: var(--pure-light);
    border-radius: 30px;
    margin-left: 10px;
}

#exampleModal input.form-control {
    border: 1px solid var(--primary-color);
    border-radius: 30px;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    border-top: 7px solid var(--primary-color);
}

.brand-logo {
    width: 200px;
}

header img {
    width: 100%;
}

header a {
    font-size: 1rem;
    font-weight: 600;
    color: var(--secondary-color);
    padding: 5px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

header li {
    margin: 10px 0px;
}

header .bi {
    cursor: pointer;
}

header .bi-search {
    color: var(--secondary-color);
}


main #banner {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.anim-image {
    transition: all 1s ease;
    animation-name: enter-animation;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

section.hero {
    margin-top: 5.4rem;
}

.hero-content {
    width: 70%;
    margin: 0 auto;
    margin-top: 2rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--pure-light);
    background-color: var(--light-color);
}

.nav-link {
    color: var(--primary-color);
    border-bottom: 2px dotted #c7c7c7;
    border-radius: 0;
}

.category-section {
    position: sticky;
    height: calc(92vh - 86px) !important;
    top: 6rem;
    overflow-y: auto;
}

.category-title {
    padding: 10px;
    background-color: var(--secondary-color);
    color: var(--pure-light);
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    border-bottom: 3px solid var(--primary-color);
}

nav.nav.nav-pills.flex-column {
    background-color: var(--pure-light)5db;
}

.category-name {
    text-align: center;
    position: relative;
    margin-bottom: 0rem;
    margin-top: 1rem;
}

p.category-para {
    text-align: center;
    font-size: 12px;
    margin-bottom: 2rem;
}


.category-name::before {
    content: '';
    position: absolute;
    width: 16px;
    margin: auto;
    height: 16px;
    background: #eb1723;
    left: 0px;
    right: 0px;
    border-radius: 100%;
    bottom: -36px;
    border: 3px solid #f6fafd;
    z-index: 1;
}

.category-name::after {
    content: '';
    position: absolute;
    width: 100px;
    margin: auto;
    height: 3px;
    background: #eb1723;
    left: 0px;
    right: 0px;
    border-radius: 30px;
    bottom: -30px;
}

.trending-card-group {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 0.5rem;
}

.trending-card {
    height: 250px;
    min-width: 250px;
    border-radius: 14px;
    background-image: url("../images/food2.webp");
    background-size: cover;
    overflow: hidden;
}

.trending-card-content {
    padding: 1rem;
    backdrop-filter: brightness(0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: var(--pure-light);
}

.trending-card-content h6 {
    margin: 0;
}




::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1db9f;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

footer {
    background-color: var(--secondary-color);
    color: var(--pure-light);
    padding: 20px 0;
    margin-top: 3rem;
}

.move-top {
    position: fixed;
    z-index: 99;
    bottom: 0px;
    right: 24px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: upDown 6s linear infinite;
}

.cart-icon {
    position: fixed;
    z-index: 99;
    bottom: 100px;
    right: 35px;
    width: 50px;
    height: 50px;
    background-color: var(--pure-light);
    padding: 10px;
    border-radius: 100%;
    border: 2px solid var(--primary-color);
    cursor: pointer;
}

.addToCartBtn {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn.addToCartBtn {
    border: 1px solid var(--primary-color);
    background-color: var(--pure-light);
    font-size: 14px;
    padding: 1px 20px;
    border-radius: 30px;
    white-space: nowrap;
}

.btn.addToCartBtn:hover {
    background-color: var(--secondary-color);
    color: var(--pure-light);
    border: 2px solid var(--secondary-color);
}

#cartItemList small {
    font-size: 12px;
}

#cartItemList p {
    margin-bottom: 0;
}

.item-count {
    background-color: #000;
    color: var(--pure-light);
    width: 15px;
    height: 15px;
    display: grid;
    place-content: center;
    font-size: 10px;
    border-radius: 100%;
    position: absolute;
    top: -10px;
    left: 16px;
    font-family: sans-serif;
}

.menu-list-for-phone {
    position: absolute;
    z-index: 3;
    max-height: 220px;
    overflow: auto;
}

.explore-menu-btn {
    display: none;
}

.open-popup {
    cursor: pointer;
}

.modal-dialog-scrollable .modal-body {
    overflow-x: hidden;
    padding: 0;
}

.sticky-header-for-phone {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    height: 100%;
}

.modal .btn-close {
    position: absolute;
    z-index: 1090;
    top: 10px;
    right: 10px;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.modal .product-content h5 {
    /* font-size: 1.2rem; */
    font-weight: 600;
    color: var(--secondary-color);
}

.modal .product-content {
    padding: 20px;
}

.modal .product-content p.details {
    max-height: 75px;
    overflow: auto;
}

.modal .product-content .toggle-btn {
    border: none;
    font-size: 14px;
    color: var(--primary-color);
}

.product-popup .btn-danger {
    width: 100%;
    border-radius: 30px;
}

.veriant-button-group {
    display: flex;
    flex-wrap: wrap;
}

.veriant-button-group div {
    width: 100%;
    max-width: 33.33%;
}

.veriant-button-group div button {
    border: none;
    width: -webkit-fill-available;
    padding: 1rem;
    display: inline-block;
    margin: 6px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0px 6px 4px 0px #e1e1e1;
}

.veriant-button-group div button.active {
    background-color: var(--primary-color);
    color: var(--pure-light);
}

.seprator {
    position: relative;
}

.seprator::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    left: 0;
    bottom: -10px;

}

.seprator::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    left: 0;
    top: -10px;
}

.addons-item-row .main-content {
    border: 1px solid rgba(202, 202, 202, 0.933);
    padding: 0px 14px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

/* Hide the default checkbox */
input[type="checkbox"] {
    display: none;
}

/* Custom checkbox style */
.custom-checkbox {
    width: 25px;
    height: 23px;
    background-color: transparent;
    border: 2px solid #ccc;
    border-radius: 5px;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
    cursor: pointer;
    /* Make it clickable */
}

/* When checked, change the checkbox appearance */
input[type="checkbox"]:checked+.custom-checkbox {
    background-color: green;
    /* Blue color when checked */
    border-color: green;
}

/* Add checkmark when checked */
input[type="checkbox"]:checked+.custom-checkbox::after {
    content: "✔";
    position: absolute;
    left: 3px;
    top: -1px;
    color: white;
    font-size: 16px;
}

/* Hover effect for the checkbox box */
.custom-checkbox:hover {
    border-color: #999;
}

/* Custom checkbox style */
.custom-checkbox-remove {
    width: 25px;
    height: 23px;
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 5px;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
    cursor: pointer;
    /* Make it clickable */
}

/* When checked, change the checkbox appearance */
input[type="checkbox"]:checked+.custom-checkbox-remove {
    background-color: red;
    /* Blue color when checked */
    border-color: red;
}

/* Add checkmark when checked */
input[type="checkbox"]:checked+.custom-checkbox-remove::after {
    content: "x";
    position: absolute;
    left: 5px;
    top: -9px;
    color: white;
    font-size: 23px;
    font-family: sans-serif;
}

/* Hover effect for the checkbox box */
.custom-checkbox-remove:hover {
    border-color: #999;
}

.addons-item-row .main-content label {
    width: 100%;
    padding: 8px 0;
    cursor: pointer;
}

.btn-close {
    background-image: url("../images/icons/cross.png") !important;
    background-size: 25px 25px !important;
}

#menu {
    margin-top: 2rem;
}

.soldout-badge {
    width: 75px;
    position: absolute;
    right: -7px;
    rotate: 0deg;
    top: 1px;
    z-index: 1;
    margin: 0;
    animation: colorChange 3s;
    animation-iteration-count: infinite;
}

@keyframes colorChange {
    50% {
        filter: drop-shadow(2px 4px 6px black);
        transform: scale(1.1);
    }
}

.footer-image-container {
    width: 100px;
}

.hr {
    height: 2px;
    background-color: var(--pure-light);
    margin: 1rem 0;
}

footer a {
    font-size: 14px;
    /* color: #acacac; */
}

.text-secondary2 {
    color: #acacac !important;
}

/*.footer-table th,td{
    border: none;
    background-color: transparent !important;
    padding: 2px 4px !important;
}*/


.icon-box {
    background-color: var(--primary-color);
    width: 30px;
    height: 30px;
    display: grid;
    color: var(--pure-light);
    place-content: center;
    border-radius: 100%;
}






@keyframes upDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes enter-animation {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

/* 
#tranding, #halfNhalf, #deal, #spdeal, #cat-267, #cat-1114,
#cat-268, #cat-269, #cat-270, #cat-276, #cat-271, #cat-272, #cat-273,
#cat-275, #cat-280, #sub-cat-280-274, #sub-cat-280-279, #cat-277, #cat-278{
    scroll-margin-top: 100px;
} */

/*======loader=======*/

.spinner-container {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000d4;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loaderr {
    box-sizing: border-box;
    display: inline-block;
    width: 50px;
    height: 80px;
    border-top: 5px solid var(--pure-light);
    border-bottom: 5px solid var(--pure-light);
    position: relative;
    background: linear-gradient(var(--primary-color) 30px, transparent 0) no-repeat;
    background-size: 2px 40px;
    background-position: 50% 0px;
    animation: spinx 5s linear infinite;
}

.loaderr:before,
.loaderr:after {
    content: "";
    width: 40px;
    left: 50%;
    height: 35px;
    position: absolute;
    top: 0;
    transform: translatex(-50%);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0 0 20px 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0px;
    animation: lqt 5s linear infinite;
}

.loaderr:after {
    top: auto;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    animation: lqb 5s linear infinite;
}

@keyframes lqt {

    0%,
    100% {
        background-image: linear-gradient(var(--primary-color) 40px, transparent 0);
        background-position: 0% 0px;
    }

    50% {
        background-image: linear-gradient(var(--primary-color) 40px, transparent 0);
        background-position: 0% 40px;
    }

    50.1% {
        background-image: linear-gradient(var(--primary-color) 40px, transparent 0);
        background-position: 0% -40px;
    }
}

@keyframes lqb {
    0% {
        background-image: linear-gradient(var(--primary-color) 40px, transparent 0);
        background-position: 0 40px;
    }

    100% {
        background-image: linear-gradient(var(--primary-color) 40px, transparent 0);
        background-position: 0 -40px;
    }
}

@keyframes spinx {

    0%,
    49% {
        transform: rotate(0deg);
        background-position: 50% 36px;
    }

    51%,
    98% {
        transform: rotate(180deg);
        background-position: 50% 4px;
    }

    100% {
        transform: rotate(360deg);
        background-position: 50% 36px;
    }
}

/*======loader=======*/