
.h-header {
    background: linear-gradient(180deg, var(--main-clr) 0%, var(--secoundry-clr) 100%);
    /* padding-bottom: 107px; */
    border-radius: 0px 0px 25px 25px;
}


.header-upper {
    padding: var(--pad);
    padding-bottom: 0px;
}


.address-section {
    color: var(--dark);
    font-family: "Montserrat", sans-serif;
}

.search-section {
    width: 100%;
    background: #fff;
    padding: 9px 15px;
    border-radius: 8px;
}

.search-section input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: #808080;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}

.search-section i {
    font-size: 18px;
    color: #808080;
    cursor: pointer;
}



.deliveryTime {   
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 15px !important;
    margin-block: 5px;
    font-family: "Montserrat", sans-serif;
}
.address-section h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    max-width: 250px;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.website-header {
    display: none;
}



@media (min-width:1024px) {
        
    
    /* > > > > website-header-code < <  < < */
    .website-header-hide {
        display: none;
    }

    .website-header {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        height:104px;
        z-index: 998;
        background-color: #fff;
        padding-bottom: 0;
    }

    .website-header-logo {
        display: flex;
        align-items: center;
    }

    .website-header-logo img {
        width: 150px;
    }

    .website-all-category {
        /* margin-top: 0px; */
        display: block;
        max-width: 1200px;
        margin-inline: auto;
        margin-top: 110px;

    }

    .website-category-box {
        display: flex;
        width: 100px;
        min-width: 100px;
        align-items: center;
        cursor: pointer;
    }

    .website-category-box img {
        width: 35px;
    }

    .website-search-section-layer {
        width: 60%;
        padding: 0;
        margin-top: 0;
        flex-shrink: 9999;
    }

    .website-header-upper {
        justify-content: space-between;
        padding: 20px 5%;
        min-height: 104px;
    }

    .website-all-category-grid {
        gap: 20px;
        justify-content: center;
        padding-block: 10px;
    }

    .k_webheader_order_box,
    .k_webheader_account_box {
        display: flex;
        background-color: #fff;
        gap: 5px;
        border-radius: 8px;
    }

    .k_webheader_account_box_content {
        /* -webkit-background-clip: text; */
        /* -webkit-text-fill-color: transparent; */
        display: flex;
        padding: 9px 15px;
        gap: 5px;
        cursor: pointer;
        border-radius: 6px;

    }

    .k_webheader_account_box_content {
        font-size: 19px;
        font-family: "Montserrat", sans-serif;
        /* font-weight: 900; */
    }

}



@media (min-width:1280px) {
    .website-header-upper {
        max-width: 1280px;
        padding-inline: 0;
        margin-inline: auto;
    }
}