/* _content/IMC_MY_Web/Areas/Account/Views/Account/AdminLogin.cshtml.rz.scp.css */
/* ========= Global ========= */
body[b-febjhd9xi8] {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    background: #f4f7f6;
    overflow: hidden;
}

/* Floating Background Elements */
.circle[b-febjhd9xi8] {
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 180, 80, 0.12);
    filter: blur(50px);
    animation: float-b-febjhd9xi8 8s infinite ease-in-out alternate;
}

.c1[b-febjhd9xi8] {
    width: 300px;
    height: 300px;
    top: 0px;
    left: 0px;
}

.c2[b-febjhd9xi8] {
    width: 250px;
    height: 250px;
    bottom: 0px;
    right: 0px;
    animation-duration: 10s;
}

@keyframes float-b-febjhd9xi8 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* ========= Login Card ========= */
.login-wrapper[b-febjhd9xi8] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 430px;
    background: #ffffffd9;
    backdrop-filter: blur(12px);
    padding: 0px 35px 35px 35px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

    .login-wrapper h2[b-febjhd9xi8] {
        text-align: center;
        color: #0a5740;
        margin-bottom: 28px;
        font-size: 26px;
        font-weight: 600;
    }

/* ========= Input Fields ========= */
.form-group[b-febjhd9xi8] {
    margin-bottom: 18px;
}

    .form-group label[b-febjhd9xi8] {
        font-size: 14px;
        color: #1d1d1d;
        margin-bottom: 5px;
        display: block;
    }

    .form-group input[b-febjhd9xi8] {
        width: 100%;
        padding: 12px;
        border: 1px solid #dcdcdc;
        border-radius: 10px;
        outline: none;
        transition: 0.3s;
        font-size: 14px;
    }

        .form-group input:focus[b-febjhd9xi8] {
            border-color: #0fa860;
            box-shadow: 0 0 0 3px rgba(15, 168, 96, 0.2);
        }

/* ========= Button ========= */
.btn-login[b-febjhd9xi8] {
    width: 100%;
    padding: 12px;
    border: none;
    background: #0fa860;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}

    .btn-login:hover[b-febjhd9xi8] {
        background: #0c8a4f;
        box-shadow: 0 8px 18px rgba(15, 168, 96, 0.3);
    }

/* ========= Footer Links ========= */
.links[b-febjhd9xi8] {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
}

    .links a[b-febjhd9xi8] {
        color: #0fa860;
        text-decoration: none;
    }

        .links a:hover[b-febjhd9xi8] {
            text-decoration: underline;
        }
/* _content/IMC_MY_Web/Areas/Account/Views/Account/StoreLogin.cshtml.rz.scp.css */
/* _content/IMC_MY_Web/Areas/Admin/Views/Admin/CreateNotification.cshtml.rz.scp.css */
.ql-container[b-ktijau9ekd] {
    height: 150px;
}
/* _content/IMC_MY_Web/Areas/Admin/Views/Admin/DirectDownline.cshtml.rz.scp.css */
[b-p1qff6u6hm] .treeuserbreadcomb a {
    color: #fffdfd;
    font-size: 14px;
    padding-right: 10px;
    border-right: 1px solid;
    margin-right: 6px;
    text-decoration: none;
}

[b-p1qff6u6hm] .downline-click-icons {
    min-width: 53px;
}

    [b-p1qff6u6hm] .downline-click-icons div {
        min-width: 32px;
    }

[b-p1qff6u6hm] .noshorting {
    padding-right: 10px !important;
}

    [b-p1qff6u6hm] .noshorting::after, [b-p1qff6u6hm] .noshorting::before {
        display: none !important
    }

[b-p1qff6u6hm] .treeuserbreadcomb {
    background: green;
    display: inline-block;
    padding: 3px 11px;
    margin: 10px 0;
    border-radius: 6px;
    margin-right: 6px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

    [b-p1qff6u6hm] .treeuserbreadcomb:first-child {
        background: #20c997;
    }

        [b-p1qff6u6hm] .treeuserbreadcomb:first-child a {
            border-right: none;
            margin-right: 0;
            padding-right: 0px;
        }

[b-p1qff6u6hm] .popup-profile-icon {
    border-radius: 100%;
    box-shadow: 0 0 3px;
    width: 100%;
    aspect-ratio: 2 / 2;
    object-fit: contain;
}

[b-p1qff6u6hm] .profile-popup-icon {
    width: 30px
}
/* _content/IMC_MY_Web/Areas/Admin/Views/Shared/_Adminlayout.cshtml.rz.scp.css */
@media screen and (max-width: 1024px) {
    .left-panel[b-rukklwravh] {
        position: fixed;
        top: 0;
        left: -100%;
        width: 260px;
        height: 100vh;
        z-index:999;
        transition: 0.3s ease-in-out;
    }

    .left-0[b-rukklwravh] {
        left: 0;
    }

    .right-panel[b-rukklwravh] {
        width: 100%;
        max-width: 100% !important;
    }

    .mobile-overlay[b-rukklwravh] {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #00000080;
        top: 0;
        left: 0;
        z-index: 998;
    }

}

.mobile-overlay[b-rukklwravh] {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000080;
    top: 0;
    left: 0;
    z-index: 998;
}
/* _content/IMC_MY_Web/Areas/Associate/Views/Associate/DirectDownline.cshtml.rz.scp.css */
[b-l2qg81b4lb] .treeuserbreadcomb a {
    color: #fffdfd;
    font-size: 14px;
    padding-right: 10px;
    border-right: 1px solid;
    margin-right: 6px;
    text-decoration: none;
}

[b-l2qg81b4lb] .downline-click-icons {
    min-width: 53px;
}

    [b-l2qg81b4lb] .downline-click-icons div {
        min-width: 32px;
    }

[b-l2qg81b4lb] .noshorting {
    padding-right: 10px !important;
}

    [b-l2qg81b4lb] .noshorting::after, [b-l2qg81b4lb] .noshorting::before {
        display: none !important
    }

[b-l2qg81b4lb] .treeuserbreadcomb {
    background: green;
    display: inline-block;
    padding: 3px 11px;
    margin: 10px 0;
    border-radius: 6px;
    margin-right: 6px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

    [b-l2qg81b4lb] .treeuserbreadcomb:first-child {
        background: #20c997;
    }

        [b-l2qg81b4lb] .treeuserbreadcomb:first-child a {
            border-right: none;
            margin-right: 0;
            padding-right: 0px;
        }

[b-l2qg81b4lb] .popup-profile-icon {
    border-radius: 100%;
    box-shadow: 0 0 3px;
    width: 100%;
    aspect-ratio: 2 / 2;
    object-fit: contain;
}

[b-l2qg81b4lb] .profile-popup-icon {
    width: 30px
}
/* _content/IMC_MY_Web/Areas/Associate/Views/Associate/UploadKYC.cshtml.rz.scp.css */
.header-card[b-2o5qo2dmns] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 24px;
    margin-bottom: 24px;
}

    .header-card h1[b-2o5qo2dmns] {
        font-size: 30px;
        font-weight: bold;
        color: #111827;
        margin-bottom: 8px;
    }
    .header-card p[b-2o5qo2dmns] {
        color: #6b7280;
        margin-bottom: 24px;
    }
.progress-container[b-2o5qo2dmns] {
    margin-top: 24px;
}
.progress-info[b-2o5qo2dmns] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
    .progress-info span[b-2o5qo2dmns] {
        font-size: 14px;
        font-weight: 500;
        color: #374151;
    }
    .progress-info .percentage[b-2o5qo2dmns] {
        font-size: 14px;
        color: #6b7280;
    }
.progress-bar[b-2o5qo2dmns] {
    width: 100%;
    background-color: #e5e7eb;
    border-radius: 9999px;
    height: 8px;
    overflow: hidden;
}
.progress-fill[b-2o5qo2dmns] {
    background-color: #2563eb;
    height: 100%;
    transition: width 0.3s ease;
}

.document-card[b-2o5qo2dmns] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    padding: 24px;
    transition: box-shadow 0.2s ease;
}
.card-header[b-2o5qo2dmns] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    background-color:transparent;
    padding:0px;
}
.card-title-section[b-2o5qo2dmns] {
    display: flex;
    align-items: center;
}
.icon-container[b-2o5qo2dmns] {
    padding: 8px;
    background-color: #dbeafe;
    border-radius: 8px;
    margin-right: 12px;
}
.card-title h3[b-2o5qo2dmns] {
    font-weight: 600;
    color: #111827;
    margin-bottom: 2px;
    font-size:21px;
}
.card-title p[b-2o5qo2dmns] {
    font-size: 14px;
    color: #6b7280;
}
.badge-required[b-2o5qo2dmns] {
    background-color: #fee2e2;
    color: #991b1b;
    padding: 3px 8px;
    border-radius: 10px;
}
.upload-area[b-2o5qo2dmns] {
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    padding: 24px;
    text-align: center;
    transition: border-color 0.2s ease;
}
.status-row[b-2o5qo2dmns] {
    margin-top: 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.upload-content[b-2o5qo2dmns] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.file-input[b-2o5qo2dmns] {
    display: none;
}
.upload-btn[b-2o5qo2dmns] {
    background-color: #2563eb;
    color: white;
}
.upload-btn[b-2o5qo2dmns], .replace-btn[b-2o5qo2dmns] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.select2-container .select2-selection--single[b-2o5qo2dmns] {
    height: 38px !important;
    border: 1px solid #dee2e6;
}

.status-row[b-2o5qo2dmns] {
    margin-top: 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
/* _content/IMC_MY_Web/Areas/Associate/Views/Shared/_AssociateLayout.cshtml.rz.scp.css */
/* _content/IMC_MY_Web/Areas/Open/Views/Home/Gallery.cshtml.rz.scp.css */

.card[b-ftzalkof5h] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.gallery[b-ftzalkof5h] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
}

.card a[b-ftzalkof5h] {
      height: 200px;
    overflow: hidden;
    border-radius: 12px;
}

.card img[b-ftzalkof5h] {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    height: 200px;
    box-shadow: 0 8px 20px rgba(0, 117, 64, 0.3);
}
h5.gallery_title[b-ftzalkof5h] {
    font-size: 14px;
    margin-bottom: 0;
    height: 30px;
}

.card img[b-ftzalkof5h] {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card:hover img[b-ftzalkof5h] {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 117, 64, 0.3);
}
/* _content/IMC_MY_Web/Areas/Open/Views/Home/Ourstory.cshtml.rz.scp.css */

.subherder[b-sysb5svlli] {
    position: relative;
}

.pagetitle[b-sysb5svlli] {
    font-size: 26px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 0;
}



.breadcrumb-item + .breadcrumb-item[b-sysb5svlli]::before {
    color: #fff !important;
}

.table .thead-success th[b-sysb5svlli] {
    color: #fff;
    background-color: #28844e;
    border-color: #28844e;
}

.bodydata[b-sysb5svlli] {
    position: relative;
}

/*.bodybg::before {
    content: '';
    position: absolute;
    background: url('images/open-site/content-bg.jpg');
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.05;
    background-repeat: repeat;
    background-attachment: fixed;
}*/

/*.content {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
    padding: 0px 15px;
    margin: 15px 0px;
    border-radius: 6px;
}*/
/* timeline css added here */
.main-timeline[b-sysb5svlli] {
    position: relative
}

    .main-timeline[b-sysb5svlli]:before {
        content: "";
        display: block;
        width: 2px;
        height: 100%;
        background: #c6c6c6;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

    .main-timeline .timeline[b-sysb5svlli] {
        margin-bottom: 40px;
        position: relative
    }

        .main-timeline .timeline[b-sysb5svlli]:after {
            content: "";
            display: block;
            clear: both
        }

    .main-timeline .icon[b-sysb5svlli] {
        width: 18px;
        height: 18px;
        line-height: 18px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

        .main-timeline .icon[b-sysb5svlli]:before,
        .main-timeline .icon[b-sysb5svlli]:after {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.33s ease-out 0s
        }

        .main-timeline .icon[b-sysb5svlli]:before {
            background: #fff;
            border: 2px solid #232323;
            left: -3px
        }

        .main-timeline .icon[b-sysb5svlli]:after {
            border: 2px solid #c6c6c6;
            left: 3px
        }

    .main-timeline .timeline:hover .icon[b-sysb5svlli]:before {
        left: 3px
    }

    .main-timeline .timeline:hover .icon[b-sysb5svlli]:after {
        left: -3px
    }

    .main-timeline .date-content[b-sysb5svlli] {
        width: 50%;
        float: left;
        margin-top: 22px;
        position: relative
    }

        .main-timeline .date-content[b-sysb5svlli]:before {
            content: "";
            width: 36.5%;
            height: 2px;
            background: #c6c6c6;
            margin: auto 0;
            position: absolute;
            top: 0;
            right: 10px;
            bottom: 0
        }

    .main-timeline .date-outer[b-sysb5svlli] {
        width: 200px;
        height: 200px;
        font-size: 16px;
        text-align: center;
        margin: auto;
        z-index: 1
    }

img.about-products[b-sysb5svlli] {
    max-width: 160px;
    max-height: 160px;
}

.main-timeline .date-outer[b-sysb5svlli]:before,
.main-timeline .date-outer[b-sysb5svlli]:after {
    content: "";
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer[b-sysb5svlli]:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px
}

.main-timeline .date-outer[b-sysb5svlli]:after {
    border: 2px solid #c6c6c6;
    left: 6px
}

.main-timeline .timeline:hover .date-outer[b-sysb5svlli]:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer[b-sysb5svlli]:after {
    left: -6px
}

.main-timeline .date[b-sysb5svlli] {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-timeline .month[b-sysb5svlli] {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year[b-sysb5svlli] {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}

.main-timeline .timeline-content[b-sysb5svlli] {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title[b-sysb5svlli] {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0
}

.main-timeline .description[b-sysb5svlli] {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content[b-sysb5svlli] {
    float: right
}

    .main-timeline .timeline:nth-child(2n) .date-content[b-sysb5svlli]:before {
        left: 10px
    }

.main-timeline .timeline:nth-child(2n) .timeline-content[b-sysb5svlli] {
    padding: 20px 50px 20px 0;
    text-align: right
}

.description[b-sysb5svlli] {
    height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 10px;
}

    /* width */
    .description[b-sysb5svlli]::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .description[b-sysb5svlli]::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    .description[b-sysb5svlli]::-webkit-scrollbar-thumb {
        background: #28844e;
        border-radius: 10px;
    }

.carousel-indicators[b-sysb5svlli] {
    position: relative;
    margin-bottom: 0;
}

    .carousel-indicators [data-bs-target][b-sysb5svlli] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: unset;
        cursor: pointer;
        background-color: #e1e1e1;
        background-clip: padding-box;
        border: 0;
        border-top: 0px solid transparent;
        border-bottom: 0px solid transparent;
        opacity: 1;
        transition: opacity .6s ease;
        padding: 9px 29px;
        white-space: nowrap;
    }

        .carousel-indicators [data-bs-target].active[b-sysb5svlli] {
            background: #007540;
            color: #fff;
        }

.carousel-inner[b-sysb5svlli] {
    padding: 41px 30px 30px 30px;
    box-shadow: 0 0 24px 6px #e7e7e7;
    margin-top: -13px;
    border-radius: 10px;
}

.carousel-control-next[b-sysb5svlli],
.carousel-control-prev[b-sysb5svlli] {
    position: relative;
    background: #007540;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    opacity: 1;
    justify-content: center;
    margin-top: 20px;
    margin: 9px 5px;
}

.ourstory-sec h2[b-sysb5svlli] {
    color: #007540;
    font-style: italic;
    font-weight: 600;
    font-size: 27px;
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content[b-sysb5svlli] {
        margin-top: 35px
    }

        .main-timeline .date-content[b-sysb5svlli]:before {
            width: 22.5%
        }

    .main-timeline .timeline-content[b-sysb5svlli] {
        padding: 10px 0 10px 30px
    }

    .main-timeline .title[b-sysb5svlli] {
        font-size: 17px
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content[b-sysb5svlli] {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline[b-sysb5svlli]:before {
        margin: 0;
        left: 7px
    }

    .main-timeline .timeline[b-sysb5svlli] {
        margin-bottom: 20px
    }

        .main-timeline .timeline:last-child[b-sysb5svlli] {
            margin-bottom: 0
        }

    .main-timeline .icon[b-sysb5svlli] {
        margin: auto 0
    }

    .main-timeline .date-content[b-sysb5svlli] {
        width: 95%;
        float: right;
        margin-top: 0
    }

        .main-timeline .date-content[b-sysb5svlli]:before {
            display: none
        }

    .main-timeline .date-outer[b-sysb5svlli] {
        width: 110px;
        height: 110px
    }

        .main-timeline .date-outer[b-sysb5svlli]:before,
        .main-timeline .date-outer[b-sysb5svlli]:after {
            width: 110px;
            height: 110px
        }

    .main-timeline .date[b-sysb5svlli] {
        top: 30%
    }

    .main-timeline .year[b-sysb5svlli] {
        font-size: 24px
    }

    .main-timeline .timeline-content[b-sysb5svlli],
    .main-timeline .timeline:nth-child(2n) .timeline-content[b-sysb5svlli] {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }

    .main-timeline .title[b-sysb5svlli] {
        margin-bottom: 10px
    }

    .carousel-indicators[b-sysb5svlli] {
        margin: 0;
        justify-content: start;
        overflow: auto;
    }
}
/* _content/IMC_MY_Web/Areas/ShoppingCart/Views/ShoppingCart/Checkout.cshtml.rz.scp.css */
.step-num[b-20oct7z63j] {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #dfdada;
    left: -44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #28844e;
    color: #fff;
}

.conf_left[b-20oct7z63j] {
    background: transparent linear-gradient(54deg, #97291E 0%, #E77827 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 30px;
    border-radius: 10px 0 0 10px;
}

#confirm_popup .close[b-20oct7z63j],
#failed_popup .close[b-20oct7z63j] {
    position: absolute;
    right: 25px;
    top: -19px;
    background: #053C6D;
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    z-index: 999;
    line-height: 0;
    text-align: center;
}

    #confirm_popup .close i[b-20oct7z63j],
    #failed_popup .close i[b-20oct7z63j] {
        font-size: 16px;
        position: relative;
        top: -2px;
    }

.confirm-popup_right[b-20oct7z63j] {
    padding: 31px;
}

.conf_left h4[b-20oct7z63j] {
    font-weight: 800;
}


#confirm_popup .modal-content[b-20oct7z63j] {
    border-radius: 10px;
    border: none;
}

.successpopup_btn a[b-20oct7z63j] {
    border: 1px solid #053C6D;
    color: #053C6D;
    padding: 6px 16px;
    margin-right: 12px;
    border-radius: 4px;
    text-decoration: none;
}

    .successpopup_btn a:last-child[b-20oct7z63j] {
        border-color: #E77827;
        background: #E77827;
        color: #fff;
    }


div#shippingAddress_popup .close[b-20oct7z63j] {
    position: absolute;
    right: -15px;
    top: -18px;
    background: #28844e;
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    z-index: 999;
    line-height: 0;
    text-align: center;
}

ul.checkout-ul li[b-20oct7z63j]::before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: -31px;
    background: #dfdada;
}

.confirm-popup_right[b-20oct7z63j]  img {
    width: 27px;
}

.confirm-popup_right p[b-20oct7z63j] {
    margin-bottom: 0px;
}

ul.checkout-ul li:last-child[b-20oct7z63j]::before {
    display: none
}

ul.checkout-ul[b-20oct7z63j] {
    margin-left: 10px;
}

    ul.checkout-ul li[b-20oct7z63j] {
        position: relative;
        list-style-type: none;
    }


#selfpickupmsg[b-20oct7z63j] {
    font-size: 13px;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    font-weight: bold;
    color: red;
    padding-bottom: 8px;
}

#selfpickupmsg_offer[b-20oct7z63j] {
    font-size: 13px;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    font-weight: bold;
    color: green;
    padding-bottom: 8px;
}
/* _content/IMC_MY_Web/Areas/Store/Views/Store/Components/StoreMenu/StoreMenu.cshtml.rz.scp.css */
.submenu[b-o9o3eddpfs] {
    display: none;
    padding-left: 20px;
}

.main-li.active .submenu[b-o9o3eddpfs] {
    display: block;
}

.main-menu[b-o9o3eddpfs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
    color: #333;
}

.menu-icons i[b-o9o3eddpfs] {
    margin-right: 8px;
}

.active-link[b-o9o3eddpfs] {
    font-weight: bold;
    color: #007bff;
}

.main-li[b-o9o3eddpfs] {
    list-style: none;
    margin-bottom: 10px;
}

.submenu li[b-o9o3eddpfs] {
    list-style: none;
    margin: 5px 0;
}

.submenu a[b-o9o3eddpfs] {
    text-decoration: none;
    color: #555;
    display: block;
    padding: 5px 10px;
}

    .submenu a:hover[b-o9o3eddpfs] {
        background-color: #f0f0f0;
    }
/* _content/IMC_MY_Web/Views/Shared/_Layout.cshtml.rz.scp.css */
@font-face {
    font-family: 'ReeyRegular';
    src: url('fonts/Reey-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body[b-bu9wd40itz] {
    font-family: 'ReeyRegular', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

h1[b-bu9wd40itz] {
    font-family: 'ReeyRegular', sans-serif;
}

h1[b-bu9wd40itz],
h2[b-bu9wd40itz],
h3[b-bu9wd40itz] {
    font-family: Butler;
}

.hightlight h5[b-bu9wd40itz] {
    font-family: Butler;
}

/* ===== HEADER ===== */
header[b-bu9wd40itz] {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    padding: 10px 0;
    height: 65px;
}

/*.main-header {
    background: transparent;
    position: absolute;
    left: 0;
    top: 35px;
    right: 0;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}*/

/*.main-header {
    background: transparent;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}*/

    .main-header a[b-bu9wd40itz] {
        text-decoration: none !important;
    }

.IMC-stikcy-logo[b-bu9wd40itz] {
    width: 70px;
    position: absolute;
    top: -8px;
    left: 0px;
}

/* ===== TOPBAR ===== */
#topbar[b-bu9wd40itz] {
    background-color: #007540;
    color: white;
    transition: transform 0.3s ease-in-out;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

    #topbar.hidden[b-bu9wd40itz] {
        transform: translateY(-100%);
    }

/* ===== NAV WRAP ===== */
/*#mainNavWrap {
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: transparent;
    height: auto;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

    #mainNavWrap.scrolled {
        background-color: #fff !important;
        position: fixed;
        width: 100%;
        padding: 10px 0;
        height: 70px;
        transition: all 0.3s ease-in-out;
    }

        #mainNavWrap.scrolled .logo-rounded img {
            width: 80px;
            height: 80px;
            border-width: 2px;
            transition: all 0.3s ease-in-out;
        }*/

/* ===== MAIN NAVIGATION ===== */
/*#mainNav {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.menu-list-sec {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 60px !important;
    position: fixed !important;
    z-index: 1050 !important;
    left: 0;
    right: 0;
    padding-top: 10px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .menu-list-sec .container {
        max-width: 1140px;
        margin: 0 auto;
    }*/

/* ===== MENU ===== */
.mainmenu ul[b-bu9wd40itz] {
    margin-bottom: 0;
/*    padding-left: 15px;*/
}

/*    .mainmenu ul li {
        display: inline-flex;
        position: relative;
    }*/

.header-contact-info[b-bu9wd40itz] {
    padding-left: 110px;
    font-size: 14px;
}

.mainmenu ul li[b-bu9wd40itz] {
    text-decoration: none;
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 14px;
    white-space: nowrap;
}


/* ===== SUBMENU ===== */
.submenu-home-header[b-bu9wd40itz] {
    position: absolute;
    left: 0;
    top: 20px;
    width: 184px;
    padding-top: 30px;
    display: none;
}

.mainmenu ul li:hover .submenu-home-header[b-bu9wd40itz] {
    display: block;
}



.submenu-home-header li[b-bu9wd40itz] {
    display: block;
    margin-bottom: 5px;
    width: 100%;
}
/* Desktop dropdown */
.submenu-home-header[b-bu9wd40itz] {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 210px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 999;
    padding: 10px 0;
}

.nav-item:hover .submenu-home-header[b-bu9wd40itz] {
    display: block;
}

/* Dropdown items */
.submenu-home-header li a[b-bu9wd40itz] {
    display: block;
    padding: 10px 20px;
    color: #000;
    transition: 0.3s;
}

    .submenu-home-header li a:hover[b-bu9wd40itz] {
        background: #f5f5f5;
        color: #000;
    }

/* Mobile view */
@media (max-width: 991px) {

    .submenu-home-header[b-bu9wd40itz] {
        position: relative;
        display: none !important;
        width: 100%;
        background: #fff;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }

        .submenu-home-header.show[b-bu9wd40itz] {
            display: block !important;
        }

        .submenu-home-header ul[b-bu9wd40itz] {
            padding-left: 20px;
        }

        .submenu-home-header li a[b-bu9wd40itz] {
            padding: 12px 15px;
            color: #fff;
        }

            .submenu-home-header li a:hover[b-bu9wd40itz] {
                background: #333;
                color: #fff;
            }
}

/* ===== BUTTONS ===== */
.btn-quote[b-bu9wd40itz] {
    background-color: #007540;
    border-radius: 20px;
    color: white;
    border: none;
    padding: 3px 16px;
}

    .btn-quote i[b-bu9wd40itz] {
        background-color: #f9c900;
        color: #000;
        border-radius: 50%;
        padding: 4px;
        margin-left: 8px;
    }

    .btn-quote:hover[b-bu9wd40itz] {
        background: #000;
        color: #fff;
    }

/* ===== SOCIAL ICONS ===== */
.header-soical-icons[b-bu9wd40itz],
.contact-icons[b-bu9wd40itz] {
    margin-bottom: 0;
}

    .header-soical-icons li[b-bu9wd40itz],
    .contact-icons li[b-bu9wd40itz] {
        display: inline-flex;
        justify-content: center;
    }

        .header-soical-icons li a[b-bu9wd40itz],
        .contact-icons li a[b-bu9wd40itz] {
            color: #fff !important;
            text-decoration: none;
            font-size: 14px;
        }

    .contact-icons i[b-bu9wd40itz] {
        font-size: 12px;
    }

.icon-btn[b-bu9wd40itz] {
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
}

/* ===== LOGO ===== */
.logo-rounded[b-bu9wd40itz] {
    position: absolute;
    left: -2%;
    top: -13px;
    z-index: 1050;
    transition: opacity 0.3s ease;
}

    .logo-rounded img[b-bu9wd40itz] {
        border-radius: 50%;
        width: 120px;
        height: 120px;
        border: 3px solid #fff;
        background-color: #fff;
        object-fit: cover;
    }

.logo-hidden[b-bu9wd40itz] {
    opacity: 0;
    visibility: hidden;
}

.IMC-stikcy-logo[b-bu9wd40itz] {
    width: 70px;
    position: absolute;
    top: -8px;
    left: 0px;
}
/* ===== NAV LINKS ===== */

/*nav.navbar .nav-link {
    padding: 6px 16px;
    font-weight: 600;
    color: #1c1c1c !important;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

    nav.navbar .nav-link:hover,
    nav.navbar .nav-link.active {
        background-color: #f3f3f3;
        border-radius: 6px;
        color: #2e7d32 !important;
    }*/



/* ===== MAIN BANNER ===== */
#Main-banners[b-bu9wd40itz] {
    position: relative;
    top: 0;
}

img.website-logo[b-bu9wd40itz] {
    width: 100px;
}

/* ===== FOOTER ===== */
.footer-logo-sec[b-bu9wd40itz] {
    padding-top: 15px;
}

/* ===== UTILITY ===== */
.left-0[b-bu9wd40itz] {
    left: 0 !important;
}

.main-menu-sec.left-0[b-bu9wd40itz] {
    left: 0 !important;
}

footer[b-bu9wd40itz] {
    background: #007540;
    position: fixed;
    bottom: 0px;
    width: 100%;
}


[b-bu9wd40itz] .cart-body a {
    color: #000;
    text-decoration: none;
    padding-right: 11px;
}

[b-bu9wd40itz] .mainmenu-submenu a {
    white-space: break-spaces !important;
    color: #000;
    text-decoration: none;
    display: flex !important;
    min-width: 100%;
    align-items: center;
}

[b-bu9wd40itz] .cart-body {
    position: absolute;
    right: 0;
    z-index: 9999;
    width: 310px;
    padding-top: 22px;
    display: none;
}

[b-bu9wd40itz] .header-cart-item {
    display: flex;
    padding: 10px 12px;
}

[b-bu9wd40itz] .home-account-details .dropdown-item:hover {
    background: transparent !important;
}

[b-bu9wd40itz] .header-cart-item-image img {
    width: -webkit-fill-available !important;
}

[b-bu9wd40itz] .header-cart-item-body {
    align-items: center;
    display: flex;
}

[b-bu9wd40itz] .header-cart-item-image {
    width: 68px;
    margin-right: 8px;
    border-radius: 6px;
    box-shadow: 0 0 6px #eee;
    overflow: hidden;
    min-width: 68px;
    aspect-ratio: 2 / 2;
}

    [b-bu9wd40itz] .header-cart-item-image img {
        width: 100%;
    }

[b-bu9wd40itz] .header-cart-item-body p {
    margin-bottom: 0;
    font-size: 12px !important;
    line-height: 20px;
}

[b-bu9wd40itz] .header-cart-item-body h6 {
    font-size: 14px;
    margin-bottom: 0;
}

[b-bu9wd40itz] .home-account-details span.dropdown-toggle {
    width: 28px;
    cursor: pointer;
    display: block;
}

    [b-bu9wd40itz] .home-account-details span.dropdown-toggle::after {
        display: none;
    }

[b-bu9wd40itz] .home-account-details p {
    white-space: normal;
}

[b-bu9wd40itz] .minicart:hover .cart-body {
    display: block;
}

[b-bu9wd40itz] .home-account-details:hover .dropdown-menu {
    display: block;
}

[b-bu9wd40itz] .cart-body li {
    list-style-type: none;
}

[b-bu9wd40itz] .cart-body ul {
    padding-left: 0px;
    max-height: 350px;
    overflow: auto;
}

[b-bu9wd40itz] .home-account-details .dropdown-menu {
    right: 0;
    background: transparent;
    border: none;
    top: 15px;
    padding-top: 21px;
}

[b-bu9wd40itz] .cart {
    position: relative;
    top: 0;
    z-index: 999;
    color: #28844e;
    font-size: 20px;
}

[b-bu9wd40itz] .home-account-details i {
    width: 26px;
}

[b-bu9wd40itz] .home-account-details a {
    text-align: left !important;
}

    [b-bu9wd40itz] .home-account-details a.dropdown-item {
        margin-left: 0px !important
    }

[b-bu9wd40itz] .minicart span.badge {
    position: absolute;
    background: #e2725b;
    color: #fff;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -13px;
    border-radius: 50%;
    top: -8px;
}
img.malaysia_logo_img[b-bu9wd40itz] {
    width: 45px;
    padding-left: 8px;
}
