body {
    font-family: 'Poppins';
}
img.logo {
    width: 175px;
}

.toogle-menu {
/*    width: 34px;*/
    color:#fff;
    border-radius:5px;
    font-size:20px;
    background-color: rgba(0, 142, 204, 1);
}

.menulogo {
    display: flex;
    margin: 0 auto;
}
.submenu-item a {
    padding-left: 10px !important;
}
.menu ul li a {
    color: #000 !important;
}

.header-right-menu li i {
    color: rgba(0, 142, 204, 1);
    font-size: 24px;

}
.list-group-item a {
    color: #000 !important;
    background-color:#fff !important;
    text-decoration: none !important;
   
}


.category {
    background-color: #ffff;
    border-radius: 20px;
    padding:20px 30px;
}

ul.header-right-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0px;
}


.details li {
    display: flex;
}
.list-group-item {
    border: 1px solid transparent;
}
.scmprofile .card-header{

}
a {
    text-decoration: none;
}
.text-danger {
    color: red !important;
}
.cart-count-num {
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 142, 204, 1);
    font-size: 10px !important;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    top: -6px;
    right: -13px;
    color: #fff !important;
}

.count {
    position: relative;
}

.Product-Category {
    position: relative;
 /*   background-color: #dfe7cf;*/
 background-color:#fff;
    z-index: 0;

}
   /* .Product-Category::before {
        content: '';
        position: absolute;
        background-image: url(/images/leaf-1.webp);
        width: 276px;
        height: 224px;
        bottom: 0px;
        left: -43px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }*/
  /*  .Product-Category::after {
        content: '';
        position: absolute;
        background-image: url(/images/Leaf-2.webp);
        width: 197px;
        height: 210px;
        right: 0px;
        top: 0px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }*/
/*.best-seller::after {
    content: '';
    position: absolute;
    background-image: url(/images/Leaf-3.webp);
    width: 372px;
    height: 698px;
    right: 0px;
    top: -61px;
}*/

/*.Beauty-Care-section::before {
    content: '';
    position: absolute;
    background-image: url(/images/leaf-4.webp);
    width: 600px;
    height: 619px;
    left: -300px;
    bottom: 67px;
    background-repeat: no-repeat;
    aspect-ratio: 2 / 2;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
        transform: rotate(357deg);
}*/

.category-box {
    border-radius: 20px;
    width: 168px;
    height: auto;
    margin: 10px 0px;
}
    .category-box a{
        text-decoration:none !important;
    }

    .category-img {
        border-radius: 50%;
        display: flex;
        margin: 0 auto;
        width: 100px;
        height: 100px;
        background-color: #dfe7cf;
    }

        .category-img img {
            width: 50px !important;
            height: 50px;
            margin: 0 auto;
        }
    
img.shadowimg {
    position: absolute;
    left: 47px;
    z-index: 0;
    width: 79px !important;
    height: 31px !important;
    top: 75px;
}
.Category-Name h6 {
    color: #1D3557;
    height: 50px;
    font-size: 12px;
    width: 100%;
}
.category-box a {
    text-decoration: none;
}
.text-dark {
    color: rgba(29, 53, 87, 1) !important;
}

.sub-heading{
    color: rgba(136, 136, 136, 1) !important;

}

.best-seller {
    position: relative;
    z-index: 0;
  /*  background: rgba(251, 255, 227, 1);*/

}

.best-seller-box {
    border: 1px solid rgba(29, 53, 87, 1);
    border-radius: 10px;
}

.bg-primary-btn {
    background: rgba(29, 53, 87, 1) !important;
    color: #fff !important;
}
.product-img img {
    max-height: 350px;
    object-fit: cover !important;
    width: 100% !important;
    max-width: 100% !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 350px;
}
span.badge{
    display:none;
}
.new {
    border-bottom-right-radius: 20px;
    border-top-left-radius: 15px;
    z-index: 99;

}

.Awards img {
    height: 450px;
    min-height: 450px;
}
.health-care-products {
   /*  background: rgba(29, 53, 87, 1); */
    /*background: rgb(93 99 106);*/
    /* padding: 10px 40px; */
}

.Agriculture-products-section {
   /* background: rgba(224, 237, 255, 1);*/


}

.Beauty-Care-section {
    background: rgba(255, 255, 255, 1);
    z-index: 0;
    position: relative;

}

.features {
    background: #1D3557;
}

.benefits p {
    color: rgba(152, 128, 0, 1);


}
img.Sme-Award-Logo {
    width: 70px;
    position: relative;
    top: 20px;
    margin: 0 auto;
    display: flex;
}
/* ===drop down======== */
.dropdown-toggle::after {
    display: none;
}

/*.dropdown-menu {
    min-width: 10rem;
    border-radius: 0.5rem;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}*/

.dropdown-item {
    font-size: 1rem;
    transition: background-color 0.2s ease;
}
/*
    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: rgba(0, 142, 204, 1) !important;
        color: white !important;
        width: 100%;
    }*/


a#userDropdown:hover {
    color: #007bff;
}
/*button.btn-close.modalclose span {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.btn-close.modalclose {
    position: absolute;
    right: 20px;
    top: 45px;
    background: rgba(0, 142, 204, 1);
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    z-index: 999;
    line-height: 0;
    text-align: center;
}
*/
/* Offcanvas Styling */
.offcanvas {
    background-color: #ffffff;
    width: 320px !important;
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.1);
    z-index: 10050 !important;
   
}

.offcanvas-header {
    background: rgba(247, 247, 248, 1) !important;
/*    background-color: rgba(0, 142, 204, 1);*/
    color: white;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 10055 !important;
}

.menulogo img {
    max-width: 130px;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.offcanvas-body {
    padding: 1rem 1.25rem;
    overflow-y: auto;
    max-height: calc(100vh - 85px);
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 142, 204, 1) #f1f1f1;
}

    /* Custom scrollbar for WebKit */
    .offcanvas-body::-webkit-scrollbar {
        width: 8px;
    }

    .offcanvas-body::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .offcanvas-body::-webkit-scrollbar-thumb {
        background-color: rgba(0, 142, 204, 1);
        border-radius: 4px;
        border: 2px solid #f1f1f1;
    }

/* Main List Styles */
.list-group-item {
    border: none;
    padding: 5px;
}
ul.list-group a li {
    font-size: 15px;
    padding-left: 40px;
}
    .list-group-item:last-child {
        margin-bottom: 0;
    }

    .list-group-item a {
        color: #212529;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 14px;
        font-weight: 600;
        font-size: 1rem;
        user-select: none;
    }

        .list-group-item a i {
            font-size: 1.3rem;
            min-width: 24px;
            text-align: center;
            color: rgba(0, 142, 204, 1);
            transition: color 0.3s ease;
        }


.rupee {
    font-family: Arial, Helvetica, sans-serif !important;
}
/* Dropdown toggle caret custom */
.dropdown-toggle::after {
    display: inline-block;
    margin-left: auto;
    vertical-align: middle;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
    transition: transform 0.3s ease;
    margin-top: 2px;
    border-top-color: rgba(0, 142, 204, 1);
}

.collapsed.dropdown-toggle::after {
    transform: rotate(0);
}

.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(-180deg);
}

    .collapse .list-group-item:last-child {
        margin-bottom: 0;
    }

   

/* Offcanvas Toggle Button */
.offcanvas-toggle {
    cursor: pointer;
    padding: 1px 6px;
    display: inline-flex;
    align-items: center;
    background-color: transparent;
   /* border: 2.5px solid rgba(0, 142, 204, 1);*/
    border-radius: 6px;
    font-size: 1.25rem;
    color: rgba(0, 142, 204, 1);
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    user-select: none;
    margin: 1.2rem;
    box-shadow: inset 0 0 25px rgba(0, 142, 204, 0.2);
}

    .offcanvas-toggle i {
        font-size: 1.5rem;
    }

/* ==========footer styles======== */

.footer {
    background: rgba(247, 247, 248, 1);
    font-size: 14px;
/*    position: fixed;
    bottom: 0;
    width: 100%;*/

   
}

.footer h6 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 14px;
}

.footer a {
    text-decoration: none;
    color: rgba(119, 119, 119, 1);
    line-height: 26px;

    display: block;
    margin-bottom: 8px;
}


.contact-details ul {
    list-style: none;
}

.contact-details ul a span {

    display: flex;
    color: rgba(29, 53, 87, 1);

}

.footer .social-icons a {
    color: #444;
    font-size: 18px;
}

.social-icons i {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    padding: 10px;
    background-color: #ffff;
}

.footer .social-icons a {
    margin-right: 10px;
    color: #333;
    font-size: 18px;
}

.social-icons a i .facebook {
    color: rgba(0, 142, 204, 1);

}

.social-icons a i.facebook {
    color: rgba(0, 142, 204, 1);

}

.social-icons a i.instagram {
    color: rgba(253, 29, 29, 1);

}



.social-icons a i.linkedin {
    color: rgba(0, 119, 181, 1);

}

/* ====owl dots styles===== */



.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    font-size: 30px;
    width: 40px;
    height: 40px;

}
.owl-theme .owl-nav{
    margin-top:0px !important;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-prev svg {
    width: 20px;
    height: 20px;
}

.owl-next svg {
    width: 20px;
    height: 20px;
    color: rgba(0, 142, 204, 1)
}


.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}


/*login page css*/

 .login-bg {
                position: relative;
                min-height: 100vh;
                background-image: url(/images/login-bg.jpg);
                background-size: cover;
                background-repeat: no-repeat;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 20px;
                opacity: 0.8;
                font-family: "Poppins", sans-serif;
            }

            .btn-login {
                width: 100%;
                padding: 10px;
                font-size: 14px;
                font-weight: bold;
                margin-bottom: 20px;
                border-radius: 6px;
            }

           

            .login-form {
                margin-top: 20px;
            }

button.btn.btn-secondary.code-badge {
    border-radius: 0 30px 0 0;
    font-size: 12px;
    padding: 0 8px;
    transition: all 0.3s ease;
}

.best-seller-box:hover .code-badge {
    background: #28844E;
    6 color: #fff;
    border-color: #28844E;
}