body{
    font-size:20px;
}
.header-1 {
    position: relative;
   z-index: 9999;
    overflow-x: clip;
    border-radius: 5px;
    /* bottom: -34px; */
    padding: 0 11px 0 23px;
    width: 95%;
    margin: 0 auto;
    background-color: #fef200;
    -webkit-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
    -khtml-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
    -moz-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
    -ms-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
    -o-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
    box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
    margin-bottom: 10px;
}

.header-top-wrapper p {
    color: #FFF;
}

.header-top {
    border-bottom: 0px;
    position: relative;
}

.green {
    background-color: #06443c !important;
}

.Appimage img {
    width: 100%;
}


/* .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
} */

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}

.header-top-wrapper ul li {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--header);
}

.header-top-wrapper ul li i {
    color: #fef200;
    margin-right: 5px;
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: var(--header);
    padding: 20px 0;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.food-icon-wrapper {
    background-color: var(--header);
    border-radius: 14px;
    padding: 70px 0px;
    background-color: #F4F1EA;
}

.food-icon-wrapper .single-food-icon .content h4 {
    color: #000;
    font-size: 1.5rem;
}

.food-icon-wrapper .single-food-icon .content p {
    color: #000;
    font-size: 1em;
}

.food-icon-wrapper .single-food-icon .icon {
    font-size: 85px;
    color: var(--theme3);
}

.main-cta-banner::before {
    position: absolute;
    top: -12px;
    background-color: transparent;
}

.main-cta-banner-wrapper {
    box-shadow: 0px 0px 9px 0px;
}

button.sub-rounded.mt-3.theme-btn.bg-red-2.form-control {
    border-radius: 30px;
}

.my-booking input {
    height: 50px;
}

input#full_name::placeholder, #userAddress::placeholder, input#phone_number::placeholder, input[type=email]::placeholder {
    font-size: 1em !important;
}

select#zip_code > option, select#zip_code::placeholder{
    font-size: 1em !important;
}

/* input[type=email]::placeholder {
    font-size: 1.2em;
} */

.food-icon-wrapper .single-food-icon .icon {
    font-size: 85px;
    color: #d12525;
}

.main-cart-wrapper .cart-pragh-box {
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
}
.main-cart-wrapper .cart-graph {
    border: 0px solid var(--border);
}

input {
    color: #4e4343 !important;
}

.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 50px;
}


/* For laptops and small desktops */

@media (min-width: 1024px) and (max-width: 1440px) {
    /* Your styles here */
    .header-1 {
        position: absolute;
        z-index: 9999;
        overflow-x: clip;
        border-radius: 5px;
        /* bottom: -34px; */
        padding: 0 11px 0 23px;
        width: 95%;
        left: 5%;
        transform: translateX(-2.5%);
        top: 80px;
        /* margin: 0 auto; */
        background-color: #fef200;
        -webkit-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
        -khtml-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
        -moz-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
        -ms-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
        -o-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
        box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .d-xl-block {
        display: none !important;
    }
}

.product-details-wrapper .product-details-content .details-info a {
 
    margin-left: 0;
    
}
.product-details-wrapper .product-details-content .details-info span {
   top: 0px; 
    position: relative;
  
}
.ffff{display:block;}

.offcanvas__overlay {
  
    z-index: 99999;
   
}

.offcanvas__info.info-open {
z-index: 999999;
}

@media (max-width: 1199px) {
    .header-main .header-right .menu-cart {
        display: block;
    }
}

.header-1 {
    width: 100%;
    padding: 0 2px 0 0px;
}

@media (max-width: 767px) {
    .header-main .header-right .header-button {
        display: block;
    }
    .header-button .theme-btn {
      
        padding: .25rem .5rem;
        font-size: .875rem;
        border-radius: .2rem;
    }
}

@media (max-width: 1199px) {
    .comboo-wrapper .food-comboo-content {
        padding-bottom: 0px;
    }
    .comboo-wrapper {
        padding-bottom: 0;
    }
}

.catagory-product-card-2 .catagory-product-content .catagory-button {
     opacity: 1;  
}

@media (max-width: 767px) {
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 16px;
    font-weight: 400;

}
 .main-cart-wrapper .cart-wrapper {
       padding: 20px 0px;
}
.cart-wrapper .cart-items-wrapper {
        width: 100%;
    }
}

@media (max-width: 767px) {


.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--bg);
    width: 70px;
    border-radius: 5px;
    padding: 2px 10px;
}
}

.header-1 {
       
        background-color: #e4e1e1;
       
    }
    
    @media (min-width: 1024px) and (max-width: 1440px) {
    .header-1 {
      background-color: #e4e1e1;
       
        left: 0;
        transform: translateX(-0%);
        
    }
}